You are here: Start » FIL.NET » FIL.ImageMinimum
Finds the location and the value of the darkest pixel.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ImageMinimum ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, NullableValue<FilNet.Location> outMinimumLocation, NullableValue<float> outMinimumValue )
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. | ||
![]() | outMinimumLocation | FilNet.NullableValue<FilNet.Location> | Can be null to skip this parameter calculation. | ||
![]() | outMinimumValue | FilNet.NullableValue<float> | Can be null to skip this parameter calculation. |
Examples

ImageMinimum used to detect the darkest point.
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty region on input in ImageMinimum. |
DomainError | Region exceeds an input image in ImageMinimum. |
Function Overrides
- ImageMinimum(Image, NullableValue<Location>, NullableValue<Single>)
- ImageMinimum(Image, NullableRef<Region>, Location, Single)