You are here: Start » AVL.NET » Invoke.HistogramLocalExtrema
Computes the histogram local extrema.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void HistogramLocalExtrema ( Avl.Histogram inHistogram, Optional<Avl.Range> inRange, Optional<double> inMinValue, Optional<double> inMaxValue, bool inCyclic, bool inConsiderPlateaus, Avl.ExtremumType inExtremumType, Avl.HistogramInterpolationMethod inInterpolationMethod, Optional<Avl.LocalBlindness> inLocalBlindness, List<Avl.HistogramExtremum> outLocalExtrema )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram | Avl.Histogram | Input histogram. | ||
![]() | inRange | Atl.Optional<Avl.Range> | Search range. Default value: atl::NIL. | ||
![]() | inMinValue | Atl.Optional<double> | Minimum value of an extremum. Default value: atl::NIL. | ||
![]() | inMaxValue | Atl.Optional<double> | Maximum value of an extremum. Default value: atl::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 | Avl.ExtremumType | Type of extremum to find. | ||
![]() | inInterpolationMethod | Avl.HistogramInterpolationMethod | Linear | Histogram bins interpolation method. Default value: Linear. | |
![]() | inLocalBlindness | Atl.Optional<Avl.LocalBlindness> | Defines conditions in which weaker extrema can be detected in the vicinity of stronger ones. Default value: atl::NIL. | ||
![]() | outLocalExtrema | System.Collections.Generic.List<Avl.HistogramExtremum> | Output histogram extrema. |