http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
normalizes the histogram bins by scaling them, such that the sum of the bins becomes equal to factor
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void Normalize( double factor ) |
Visual Basic |
---|
Public Sub Normalize ( _ factor As Double _ ) |
Visual C++ |
---|
public: void Normalize( double factor ) |
Parameters
- factor
- Type: System..::..Double
the sum of the bins after normalization