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

FIL.MatrixToImage

Converts a matrix to a single-channel real image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inMatrixFilNet.Matrix
outImageFilNet.ImageOutput image.

See also