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

FIL.ImageToMatrix

Converts a single-channel image to a matrix.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ImageToMatrix
(
	FilNet.Image inMonoImage,
	FilNet.Matrix outMatrix
)

Parameters

Name Type Range Default Description
inMonoImageFilNet.Image
outMatrixFilNet.Matrix

Errors

List of possible exceptions:

Error type Description
DomainError Not supported inMonoImage pixel format in ImageToMatrix. Supported formats: 1xUInt8, 1xInt8, 1xUInt16, 1xInt16, 1xInt32, 1xReal.

See also