ImagePixelValues
Returns an array of pixel values from the input image.
Syntax
C++
Python
def ImagePixelValues( inImage: Image, /, *, inRoi: Region | None = None ) -> outPixelValues: list[float]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inRoi | Region | None | None | Range of pixels to be processed |
![]() |
outPixelValues | list[float] |


