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 | |
|---|---|---|---|---|
![]() |
inSpatialMap | SpatialMap | ||
![]() |
inPoint | Point2D | ||
![]() |
outPoint | Point2D | None |


