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
inSpatialMapAvlNet.SpatialMap
inPointAvlNet.Point2D
outPointAvlNet.Point2D?

See also