Finds the minimum and maximum histogram bins and their positions
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- hist
- IntPtr
Histogram
- minValue
-
Single
%
Pointer to the minimum value of the histogram
- maxValue
-
Single
%
Pointer to the maximum value of the histogram
- minIdx
- array<
Int32
>[]()[]
Pointer to the array of coordinates for minimum
- maxIdx
- array<
Int32
>[]()[]
Pointer to the array of coordinates for maximum
Remarks
Among several extremums with the same value the ones with minimum index (in lexicographical order).
In case of several maximums or minimums the earliest in lexicographical order extrema locations are returned.