CvGetMinMaxHistValue Method (CvHistogram, Single, Single) OpenCvSharp Class Library
Finds minimum and maximum histogram bins.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void GetMinMaxHistValue(
	CvHistogram hist,
	out float minValue,
	out float maxValue
)

Parameters

hist
Type: OpenCvSharpCvHistogram
Histogram.
minValue
Type: SystemSingle
The minimum value of the histogram.
maxValue
Type: SystemSingle
The maximum value of the histogram.
See Also

Reference