Back to Adaptive Vision Library website

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

AddSpatialMaps


Header:AVL.h
Namespace:avl

Combines two spatial maps.

Syntax

C++
C#
 
void avl::AddSpatialMaps
(
	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 maps image types in AddSpatialMaps.