Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Spatial Transforms Maps » TestSpatialMapApplicability

TestSpatialMapApplicability
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Calibration |
Checks if a spatial map may be applied to transform the given image.
Syntax
C++
C#
void fil::TestSpatialMapApplicability ( const fil::Image& inImage, const fil::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. |