MCvPoint3D32fNorm Property |
http://www.emgu.com
return the norm of this 3D point
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic double Norm { get; }
Public ReadOnly Property Norm As Double
Get
public:
property double Norm {
double get ();
}
member Norm : float with get
Property Value
Type:
Double
See Also