You are here: Start » AVL.NET » AVS.ImageToMatrix Method

AVS.ImageToMatrix Method

Converts a single-channel image to a matrix.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inMonoImageAvlNet.Image
outMatrixAvlNet.Matrix

See also