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

AVL.AddSpatialMaps

Combines two spatial maps.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

See also