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

AVS.MatrixToImage Method

Converts a matrix to a single-channel real image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MatrixToImage
(
	AvlNet.Matrix inMatrix,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inMatrixAvlNet.Matrix
outImageAvlNet.ImageOutput image.

See also