Back to Aurora Vision Library website

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

MatrixToImage


Header: AVL.h
Namespace: avl
Module: FoundationLite

Converts a matrix to a single-channel real image.

Syntax

C++
C#
 
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