Finds minimum and maximum histogram bins.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void GetMinMaxValue( out float minValue, out float maxValue, out int[] minIdx, out int[] maxIdx )
Parameters
- minValue
- Type: SystemSingle
The minimum value of the histogram. - maxValue
- Type: SystemSingle
The maximum value of the histogram. - minIdx
- Type: SystemInt32
The array of coordinates for minimum. - maxIdx
- Type: SystemInt32
The array of coordinates for maximum.
See Also