You are here: Start » AVL.NET » Function Reference » Image » Image Spatial Transforms Maps » AVL.CombineSpatialMaps

AVL.CombineSpatialMaps

Combines two spatial maps.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void CombineSpatialMaps
(
	AvlNet.SpatialMap inSpatialMap1,
	AvlNet.SpatialMap inSpatialMap2,
	AvlNet.SpatialMap outSpatialMap
)

Parameters

Name Type Range Default Description
inSpatialMap1AvlNet.SpatialMap
inSpatialMap2AvlNet.SpatialMap
outSpatialMapAvlNet.SpatialMap

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

Errors

List of possible exceptions:

Error type Description
DomainError Different spatial map interpolations in CombineSpatialMaps.
DomainError Incompatible spatial map dimensions in CombineSpatialMaps.
DomainError Incompatible spatial map pixel types in CombineSpatialMaps.

See also