You are here: Start » FIL.NET » FIS.HistogramLocalExtrema Method
FIS.HistogramLocalExtrema Method
Computes the histogram local extrema.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void HistogramLocalExtrema ( FilNet.Histogram inHistogram, double? inMinValue, double? inMaxValue, bool inCyclic, bool inConsiderPlateaus, FilNet.ExtremumType inExtremumType, FilNet.HistogramInterpolationMethod inInterpolationMethod, IList<FilNet.HistogramExtremum> outLocalExtrema )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inHistogram | FilNet.Histogram | Input histogram. | ||
![]() | inMinValue | double? | Minimum value of an extremum. Default value: ftl::NIL. | ||
![]() | inMaxValue | 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 | FilNet.ExtremumType | Type of extremum to find. | ||
![]() | inInterpolationMethod | FilNet.HistogramInterpolationMethod | Linear | Histogram bins interpolation method. Default value: Linear. | |
![]() | outLocalExtrema | System.Collections.Generic.IList<FilNet.HistogramExtremum> | Output histogram extrema. |