You are here: Start » FIL.NET » Invoke.ConvertMatrixMapsToSpatialMap
Joins two matrices of coordinates to produce a SpatialMap for use in RemapImage.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ConvertMatrixMapsToSpatialMap ( Fil.ImageFormat inImageFormat, Fil.Matrix inMatrixX, Fil.Matrix inMatrixY, Fil.InterpolationMethod inInterpolationMethod, bool inRoundingOpenCV, Fil.SpatialMap outSpatialMap, Optional<Fil.Region> outOutputRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageFormat | Fil.ImageFormat | Information about dimensions, depth and pixel type of the image. | ||
![]() | inMatrixX | Fil.Matrix | Map of real X coordinates. | ||
![]() | inMatrixY | Fil.Matrix | Map of real Y coordinates. | ||
![]() | inInterpolationMethod | Fil.InterpolationMethod | Bilinear | Default value: Bilinear. | |
![]() | inRoundingOpenCV | bool | Use same interpolation convention as cvRemap. | ||
![]() | outSpatialMap | Fil.SpatialMap | Output spatial map. | ||
![]() | outOutputRegion | Ftl.Optional<Fil.Region> | Pixels set by the spatial map application. |