ImageToMatrix
Converts a single-channel image to a matrix.
Syntax
C++
Python
def ImageToMatrix( inMonoImage: Image, outMatrix: Matrix, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inMonoImage | Image | ||
![]() |
outMatrix | Matrix |
Converts a single-channel image to a matrix.
def ImageToMatrix( inMonoImage: Image, outMatrix: Matrix, / ) -> None
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inMonoImage | Image | ||
![]() |
outMatrix | Matrix |