Back to Aurora Vision Library website

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

TestSpatialMapApplicability


Header: AVL.h
Namespace: avl
Module: Calibration

Checks if a spatial map may be applied to transform the given image.

Syntax

C++
C#
 
void avl::TestSpatialMapApplicability
(
	const avl::Image& inImage,
	const avl::SpatialMap& inSpatialMap,
	bool& outAreCompatible
)

Parameters

Name Type Default Description
Input value inImage const Image& Input image
Input value inSpatialMap const SpatialMap&
Output value outAreCompatible bool&

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect SpatialMap on input in TestSpatialMapApplicability.