ImageToMatrix


Converts a single-channel image to a matrix.

Syntax

C++
Python
 
def ImageToMatrix(
	inMonoImage: Image,
	outMatrix: Matrix,
	/
)
-> None

Parameters

Name Type Default Description
Input value inMonoImage Image
Output value outMatrix Matrix