You are here: Start » AVL.NET » AVL.AddSpatialMaps Method

AVL.AddSpatialMaps Method

Combines two spatial maps.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AddSpatialMaps(
	AvlNet.SpatialMap inSpatialMap1,
	AvlNet.SpatialMap inSpatialMap2,
	out 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

Error type Description
DomainError Different spatial maps image types in AddSpatialMaps.

See also