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

CombineSpatialMaps
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Calibration |
Combines two spatial maps.
Applications: Makes it possible to use single RemapImage filter even if there are two or more image remapping operations (e.g. lens distortion + perspective distortion).
Syntax
C++
C#
void fil::CombineSpatialMaps ( const fil::SpatialMap& inSpatialMap1, const fil::SpatialMap& inSpatialMap2, fil::SpatialMap& outSpatialMap )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inSpatialMap1 | const SpatialMap& | ||
![]() |
inSpatialMap2 | const SpatialMap& | ||
![]() |
outSpatialMap | SpatialMap& |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Different spatial map interpolations in CombineSpatialMaps. |
DomainError | Incompatible spatial map dimensions in CombineSpatialMaps. |
DomainError | Incompatible spatial map pixel types in CombineSpatialMaps. |