ImageMaximum


Finds the location and the value of the brightest pixel.

Syntax

C++
Python
 
def ImageMaximum(
	inImage: Image,
	/,
	*,
	inRoi: Region | None = None,
	outMaximumLocation: Location | None = None
)
-> outMaximumValue: 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 outMaximumLocation Location | None None
Output value outMaximumValue float

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.