CvHistogramGetMinMaxValue Method (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 void GetMinMaxValue(
	out float minValue,
	out float maxValue
)

Parameters

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

Reference