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

Invoke.MatrixToImage

Converts a matrix to a single-channel real image.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void MatrixToImage
(
	Avl.Matrix inMatrix,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inMatrixAvl.Matrix
outImageAvl.ImageOutput image.

See also