CvHistogramThresh Method OpenCvSharp Class Library
Clears histogram bins that are below the specified threshold.

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

public void Thresh(
	double threshold
)

Parameters

threshold
Type: SystemDouble
Threshold level.
See Also

Reference