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 static void cvNormalizeHist( IntPtr hist, double factor ) |
Visual Basic |
---|
Public Shared Sub cvNormalizeHist ( _ hist As IntPtr, _ factor As Double _ ) |
Visual C++ |
---|
public: static void cvNormalizeHist( IntPtr hist, double factor ) |
Parameters
- hist
- Type: System..::..IntPtr
Pointer to the histogram
- factor
- Type: System..::..Double
Normalization factor