[This is preliminary documentation and is subject to change.]

Normalizes the histogram bins by scaling them, such that the sum of the bins becomes equal to factor

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void cvNormalizeHist(
	IntPtr hist,
	double factor
)
Public Shared Sub cvNormalizeHist ( _
	hist As IntPtr, _
	factor As Double _
)
public:
static void cvNormalizeHist(
	IntPtr hist, 
	double factor
)

Parameters

hist
IntPtr
Pointer to the histogram
factor
Double
Normalization factor

See Also