You are here: Start » AVL.NET » Function Reference » Image » Image Spatial Transforms Maps » AVL.UnmapPoint

AVL.UnmapPoint

Computes locations of image point on the source image from image point location on remapped image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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?

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect spatial map in UnmapPoint.

See also