Back to Adaptive Vision Library website

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

MatrixToImage


Converts a matrix image to a single-channel real image.

Syntax

C++
C#
 
void avl::MatrixToImage
(
	const avl::Matrix& inMatrix,
	avl::Image& outImage
)

Parameters

Name Type Default Description
inMatrix const Matrix&
outImage Image& Output image