Back to Adaptive Vision Library website
You are here: Start » Function Reference » Histogram Features » HistogramLocalMaxima
HistogramLocalMaxima
Computes the histogram local maxima.
Syntax
C++
C#
void avl::HistogramLocalMaxima ( const avl::Histogram& inHistogram, atl::Optional<int> inMinValue, atl::Array<int>& outMaximaLocations, atl::Array<int>& outMaximaValues )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inHistogram | const Histogram& | Input histogram | |
![]() |
inMinValue | Optional<int> | NIL | |
![]() |
outMaximaLocations | Array<int>& | Output maxima locations | |
![]() |
outMaximaValues | Array<int>& | Output maxima values |


