UnmapPoint


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

Syntax

C++
C#
Python
 
def UnmapPoint(
	inSpatialMap: SpatialMap,
	inPoint: Point2D,
	/
)
-> outPoint: Point2D | None

Parameters

Name Type Default Description
Input value inSpatialMap SpatialMap
Input value inPoint Point2D
Output value outPoint Point2D | None