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
Input value inImage Image Input image
Input value inRoi Region | None None Range of pixels to be processed
Output value outPixelValues list[float]