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

Invoke.ImageToMatrix

Converts a single-channel image to a matrix.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inMonoImageAvl.Image
outMatrixAvl.Matrix

See also