Start » Filter Reference » Histogram » Histogram Features » HistogramLocalExtrema
Module: | FoundationBasic |
---|
Computes the histogram local extrema.
Name | Type | Description | |
---|---|---|---|
inHistogram | Histogram | Input histogram | |
inRange | Range* | Search range | |
inMinValue | Double* | Minimum value of an extremum | |
inMaxValue | Double* | Maximum value of an extremum | |
inCyclic | Bool | Whether to check differences between the first and last elements | |
inConsiderPlateaus | Bool | Indicates whether the result should include centers of plateau extrema | |
inExtremumType | ExtremumType | Type of extremum to find | |
inInterpolationMethod | HistogramInterpolationMethod | Histogram bins interpolation method | |
inLocalBlindness | LocalBlindness* | Defines conditions in which weaker extrema can be detected in the vicinity of stronger ones | |
outLocalExtrema | HistogramExtremumArray | Output histogram extrema |
Complexity Level
This filter is available on Basic Complexity Level.