Back to Adaptive Vision Library website

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

TestSpatialMapApplicability


Header:AVL.h
Namespace:avl

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
inImage const Image& Input image
inSpatialMap const SpatialMap&
outAreCompatible bool&

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect SpatialMap on input in TestSpatialMapApplicability.