You are here: Start » AVL.NET » AVL.CreateMatrixTransformMap(AvlNet.ImageFormat, AvlNet.Matrix, AvlNet.InterpolationMethod, AvlNet.SpatialMap)

AVL.CreateMatrixTransformMap(AvlNet.ImageFormat, AvlNet.Matrix, AvlNet.InterpolationMethod, AvlNet.SpatialMap)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreateMatrixTransformMap(
	AvlNet.ImageFormat inImageFormat,
	AvlNet.Matrix inTransformMatrix,
	AvlNet.InterpolationMethod inInterpolationMethod,
	out AvlNet.SpatialMap outSpatialMap
)

Parameters

inImageFormat
Type: AvlNet.ImageFormat
inTransformMatrix
Type: AvlNet.Matrix
inInterpolationMethod
Type: AvlNet.InterpolationMethod
outSpatialMap
Type: AvlNet.SpatialMap

See also