Back to FabImage Library website

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

AddSpatialMaps


Header:FIL.h
Namespace:fil

Combines two spatial maps.

Syntax

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