CvNormalizeHist Method OpenCvSharp Class Library
Normalizes the histogram bins by scaling them, such that the sum of the bins becomes equal to factor.

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

public static void NormalizeHist(
	CvHistogram hist,
	double factor
)

Parameters

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

Reference