You are here: Start » AVL.NET » Invoke.CreateMatrixTransformMap
Creates a spatial map which performs transform defined as a 3x3 homography matrix.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void CreateMatrixTransformMap ( Avl.ImageFormat inImageFormat, Optional<Avl.Region> inRoi, Avl.Matrix inTransformMatrix, Optional<Avl.Size> inNewSize, Avl.InterpolationMethod inInterpolationMethod, Avl.SpatialMap outSpatialMap )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageFormat | Avl.ImageFormat | |||
![]() | inRoi | Atl.Optional<Avl.Region> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]() | inTransformMatrix | Avl.Matrix | 3x3 homography matrix. | ||
![]() | inNewSize | Atl.Optional<Avl.Size> | New image size after remapping. Default value: atl::NIL. | ||
![]() | inInterpolationMethod | Avl.InterpolationMethod | Interpolation method used in extraction of image pixel values. | ||
![]() | outSpatialMap | Avl.SpatialMap | Calculated spatial map. |