You are here: Start » FIL.NET » 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.

See also