Emgu CV Library Documentation
Norm Property
NamespacesEmgu.CVPoint<(Of <(T>)>)Norm

www.emgu.com/wiki
The norm of this point. e.g. sqrt(X^2 + Y^2 + ...)
Declaration Syntax
C#Visual BasicVisual C++
public double Norm { get; }
Public ReadOnly Property Norm As Double
public:
property double Norm {
	double get ();
}

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)