Back to Aurora Vision Library website

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

AddSpatialMaps


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::AddSpatialMaps
(
	const avl::SpatialMap& inSpatialMap1,
	const avl::SpatialMap& inSpatialMap2,
	avl::SpatialMap& outSpatialMap
)

Parameters

Name Type Default Description
Input value inSpatialMap1 const SpatialMap&
Input value inSpatialMap2 const SpatialMap&
Output value 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 maps image types in AddSpatialMaps.