Back to Aurora Vision Library website
You are here: Start » Function Reference » Image » Image Spatial Transforms Maps » CombineSpatialMaps
CombineSpatialMaps
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| 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 avl::CombineSpatialMaps ( const avl::SpatialMap& inSpatialMap1, const avl::SpatialMap& inSpatialMap2, avl::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. |


