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

AVL.ImageToMatrix Method

Converts a single-channel image to a matrix.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inMonoImageAvlNet.Image
outMatrixAvlNet.Matrix

See also