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.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Normalize(
	double factor
)
Public Sub Normalize ( _
	factor As Double _
)
public:
void Normalize(
	double factor
)

Parameters

factor
Double
the sum of the bins after normalization

See Also