You are here: Start » AVL.NET » AVS.RemapImage Method

AVS.RemapImage Method

Applies a precomputed image transform, defined by a spatial map object.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RemapImage
(
	AvlNet.Image inImage,
	AvlNet.SpatialMap inSpatialMap,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inSpatialMapAvlNet.SpatialMapDefinition of the transformation.
outImageAvlNet.ImageOutput image.

Function Overrides

See also