www.emgu.com/wiki
Normalizes the histogram bins by scaling them, such that the sum of the bins becomes equal to factor

Declaration Syntax
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 histogr
- factor (Double)
- Normalization factor
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)