AddSpatialMaps


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#
Python
 
def AddSpatialMaps(
	inSpatialMap1: SpatialMap,
	inSpatialMap2: SpatialMap,
	outSpatialMap: SpatialMap,
	/
)
-> None

Parameters

Name Type Default Description
Input value inSpatialMap1 SpatialMap
Input value inSpatialMap2 SpatialMap
Output value outSpatialMap SpatialMap

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.