Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Spatial Transforms Maps » UnmapPoint
UnmapPoint
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Calibration |
Computes locations of image point on the source image from image point location on remapped image.
Syntax
C++
C#
void fil::UnmapPoint ( const fil::SpatialMap& inSpatialMap, const fil::Point2D& inPoint, ftl::Conditional<fil::Point2D>& outPoint )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inSpatialMap | const SpatialMap& | ||
![]() |
inPoint | const Point2D& | ||
![]() |
outPoint | Conditional<Point2D>& |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Incorrect spatial map in UnmapPoint. |