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

AVL.TestSpatialMapApplicability

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TestSpatialMapApplicability
(
	AvlNet.Image inImage,
	AvlNet.SpatialMap inSpatialMap,
	out bool outAreCompatible
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inSpatialMapAvlNet.SpatialMap
outAreCompatiblebool

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect SpatialMap on input in TestSpatialMapApplicability.

See also