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