You are here: Start » AVL.NET » Invoke.CreatePerspectiveMap_Path
Creates a perspective transform map from planes defined by paths.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void CreatePerspectiveMap_Path ( Avl.ImageFormat inImageFormat, Optional<Avl.Region> inRoi, Avl.Path inImagePath, Optional<Avl.Path> inTargetPath, Optional<Avl.Size> inNewSize, Avl.InterpolationMethod inInterpolationMethod, Avl.SpatialMap outSpatialMap, Avl.Matrix outTransformMatrix )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageFormat | Avl.ImageFormat | |||
![]() | inRoi | Atl.Optional<Avl.Region> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]() | inImagePath | Avl.Path | Plane defined by a closed path made of 4 points. | ||
![]() | inTargetPath | Atl.Optional<Avl.Path> | Target plane. If NIL then image corners are used starting from (0,0) (Width, 0) (Width, Height), (0, Height). Default value: atl::NIL. | ||
![]() | 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. | ||
![]() | outTransformMatrix | Avl.Matrix | Used transform matrix. |