Finds minimum and maximum histogram bins.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
public void GetMinMaxValue(
out float minValue,
out float maxValue
)
Public Sub GetMinMaxValue (
<OutAttribute> ByRef minValue As Single,
<OutAttribute> ByRef maxValue As Single
)
public:
void GetMinMaxValue(
[OutAttribute] float% minValue,
[OutAttribute] float% maxValue
)
member GetMinMaxValue :
minValue : float32 byref *
maxValue : float32 byref -> unit
Parameters
- minValue
- Type: SystemSingle
The minimum value of the histogram. - maxValue
- Type: SystemSingle
The maximum value of the histogram.
Reference