You are here: Start » FIL.NET » Invoke.ImageLocalMinima
Finds image locations characterized by locally minimal pixel values.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ImageLocalMinima ( Fil.Image inImage, Optional<Fil.Region> inRoi, bool inConsiderLowlands, Optional<float> inMinValue, Optional<float> inMaxValue, float inMinDistance, Optional<Fil.ImageLocalExtremaVerification> inMinimaVerification, Optional<List<Fil.Extremum2D>> outLocalMinima, Optional<List<Fil.Region>> outMinimaRegions )
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. | ||
![]() | inConsiderLowlands | bool | Consider multi-pixel minima (lowlands) or not. | ||
![]() | inMinValue | Ftl.Optional<float> | Minimal value of minimum to be considered. Default value: ftl::NIL. | ||
![]() | inMaxValue | Ftl.Optional<float> | Maximal value of minimum to be considered. Default value: ftl::NIL. | ||
![]() | inMinDistance | float | <0.0f, INF> | Minimal distance between two found minima. | |
![]() | inMinimaVerification | Ftl.Optional<Fil.ImageLocalExtremaVerification> | Minima verification structure. Default value: ftl::NIL. | ||
![]() | outLocalMinima | Ftl.Optional<System.Collections.Generic.List<Fil.Extremum2D>> | Found local minima. | ||
![]() | outMinimaRegions | Ftl.Optional<System.Collections.Generic.List<Fil.Region>> | Regions of local minima (plateaus and singletons). |