Back to Adaptive Vision Library website

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

UnmapPoint


Header: AVL.h
Namespace: avl
Module: Calibration

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

Syntax

C++
C#
 
void avl::UnmapPoint
(
	const avl::SpatialMap& inSpatialMap,
	const avl::Point2D& inPoint,
	atl::Conditional<avl::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.