Get the centroid of this cuboid

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.793 (2.1.0.793)

Syntax

         
 C#  Visual Basic  Visual C++ 
public MCvPoint3D64f Centroid { get; }
Public ReadOnly Property Centroid As MCvPoint3D64f
public:
property MCvPoint3D64f Centroid {
	MCvPoint3D64f get ();
}

See Also