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

AVL.MatrixToImage Method

Converts a matrix image to a single-channel real image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also