CvThreshHist 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 static void ThreshHist(
	CvHistogram hist,
	double threshold
)

Parameters

hist
Type: OpenCvSharpCvHistogram
Reference to the histogram.
threshold
Type: SystemDouble
Threshold level.
See Also

Reference