Back to FabImage Library website

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

MatrixToImage


Header: FIL.h
Namespace: fil
Module: FoundationLite

Converts a matrix to a single-channel real image.

Syntax

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

Parameters

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