You are here: Start » AVL.NET » AVS.UnmapPoint Method
AVS.UnmapPoint Method
Computes locations of image point on the source image from image point location on remapped image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void UnmapPoint ( AvlNet.SpatialMap inSpatialMap, AvlNet.Point2D inPoint, out AvlNet.Point2D? outPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSpatialMap | AvlNet.SpatialMap | |||
![]() | inPoint | AvlNet.Point2D | |||
![]() | outPoint | AvlNet.Point2D? |


