You are here: Start » FIL.NET » Invoke.ImageMaximum
Finds the location and the value of the brightest pixel.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ImageMaximum ( Fil.Image inImage, Optional<Fil.Region> inRoi, Optional<Fil.Location> outMaximumLocation, Optional<float> outMaximumValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | outMaximumLocation | Ftl.Optional<Fil.Location> | |||
![]() | outMaximumValue | Ftl.Optional<float> |