You are here: Start » AVL.NET » Function Reference » Image » Image Basics » AVL.MatrixToImage

AVL.MatrixToImage

Converts a matrix to a single-channel real image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also