You are here: Start » FIL.NET » FIS.ImageMaximum Method
FIS.ImageMaximum Method
Finds the location and the value of the brightest pixel.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ImageMaximum ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, out FilNet.Location outMaximumLocation, out float outMaximumValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | outMaximumLocation | FilNet.Location | |||
![]() | outMaximumValue | float |
Function Overrides
- ImageMaximum(Image, NullableValue<Location>, NullableValue<Single>)
- ImageMaximum(Image, NullableRef<Region>, NullableValue<Location>, NullableValue<Single>)