Back to Aurora Vision Library Lite website

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

MatrixToImage


Header: AVL.h
Namespace: avl

Converts a matrix to a single-channel real image.

Syntax

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

Parameters

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