CvHistogramNormalize 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 void Normalize(
	double factor
)

Parameters

factor
Type: SystemDouble
Threshold level.
See Also

Reference