Back to Adaptive Vision Library website

You are here: Start » Function Reference » Image Basics » ImageToMatrix

ImageToMatrix


Converts a single-channel image to a matrix.

Syntax

C++
C#
 
void avl::ImageToMatrix
(
	const avl::Image& inMonoImage,
	avl::Matrix& outMatrix
)

Parameters

Name Type Default Description
inMonoImage const Image&
outMatrix Matrix&