You are here: Start » AVL.NET » Invoke.UnmapPoint
Invoke.UnmapPoint
Computes locations of image point on the source image from image point location on remapped image.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void UnmapPoint ( Avl.SpatialMap inSpatialMap, Avl.Point2D inPoint, Conditional<Avl.Point2D> outPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inSpatialMap | Avl.SpatialMap | |||
![]()  | inPoint | Avl.Point2D | |||
![]()  | outPoint | Atl.Conditional<Avl.Point2D> | 


