You are here: Start » FIL.NET » Invoke.HistogramLocalExtrema
Computes the histogram local extrema.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void HistogramLocalExtrema ( Fil.Histogram inHistogram, Optional<Fil.Range> inRange, Optional<double> inMinValue, Optional<double> inMaxValue, bool inCyclic, bool inConsiderPlateaus, Fil.ExtremumType inExtremumType, Fil.HistogramInterpolationMethod inInterpolationMethod, Optional<Fil.LocalBlindness> inLocalBlindness, List<Fil.HistogramExtremum> outLocalExtrema )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram | Fil.Histogram | Input histogram. | ||
![]() | inRange | Ftl.Optional<Fil.Range> | Search range. Default value: ftl::NIL. | ||
![]() | inMinValue | Ftl.Optional<double> | Minimum value of an extremum. Default value: ftl::NIL. | ||
![]() | inMaxValue | Ftl.Optional<double> | Maximum value of an extremum. Default value: ftl::NIL. | ||
![]() | inCyclic | bool | False | Whether to check differences between the first and last elements. Default value: False. | |
![]() | inConsiderPlateaus | bool | Indicates whether the result should include centers of plateau extrema. | ||
![]() | inExtremumType | Fil.ExtremumType | Type of extremum to find. | ||
![]() | inInterpolationMethod | Fil.HistogramInterpolationMethod | Linear | Histogram bins interpolation method. Default value: Linear. | |
![]() | inLocalBlindness | Ftl.Optional<Fil.LocalBlindness> | Defines conditions in which weaker extrema can be detected in the vicinity of stronger ones. Default value: ftl::NIL. | ||
![]() | outLocalExtrema | System.Collections.Generic.List<Fil.HistogramExtremum> | Output histogram extrema. |