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

AVL.CombineSpatialMaps Method

Combines two spatial maps.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CombineSpatialMaps(
	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 Incompatible spatial map pixel types in CombineSpatialMaps.
DomainError Different spatial map interpolations in CombineSpatialMaps.
DomainError Incompatible spatial map dimensions in CombineSpatialMaps.

See also