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
Parameters
- hist
- Type: OpenCvSharpCvHistogram
Reference to the histogram. - factor
- Type: SystemDouble
Threshold level.
See Also