MatrixToImage


Converts a matrix to a single-channel real image.

Syntax

C++
Python
 
def MatrixToImage(
	inMatrix: Matrix,
	outImage: Image,
	/
)
-> None

Parameters

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