You are here: Start » AVL.NET » AVL.RemapImage(AvlNet.Image, AvlNet.SpatialMap, AvlNet.Image)

AVL.RemapImage(AvlNet.Image, AvlNet.SpatialMap, AvlNet.Image)

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,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inSpatialMap
Type: AvlNet.SpatialMap
Definition of the transformation
outImage
Type: AvlNet.Image
Output image

See also