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


