You are here: Start » FIL.NET » FIS.ImageToMatrix Method

FIS.ImageToMatrix Method

Converts a single-channel image to a matrix.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inMonoImageFilNet.Image
outMatrixFilNet.Matrix

See also