CombineSpatialMaps
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 CombineSpatialMaps( inSpatialMap1: SpatialMap, inSpatialMap2: SpatialMap, outSpatialMap: SpatialMap, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSpatialMap1 | SpatialMap | ||
![]() |
inSpatialMap2 | SpatialMap | ||
![]() |
outSpatialMap | SpatialMap |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


