You are here: Start » AVL.NET » Function Reference » Image » Image Basics » AVL.ImageToMatrix

AVL.ImageToMatrix

Converts a single-channel image to a matrix.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inMonoImageAvlNet.Image
outMatrixAvlNet.Matrix

Errors

List of possible exceptions:

Error type Description
DomainError Not supported inMonoImage pixel format in ImageToMatrix.

See also