You are here: Start » FIL.NET » Invoke.ImageToMatrix

Invoke.ImageToMatrix

Converts a single-channel image to a matrix.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inMonoImageFil.Image
outMatrixFil.Matrix

See also