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 | |
|---|---|---|---|---|
![]() |
inMatrix | Matrix | ||
![]() |
outImage | Image | Output image |


