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 | |
|---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inRoi | Region | None | None | Range of pixels to be processed |
![]() |
outMaximumLocation | Location | None | None | |
![]() |
outMaximumValue | float |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


