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
inSpatialMapAvl.SpatialMap
inPointAvl.Point2D
outPointAtl.Conditional<Avl.Point2D>

See also