Returns the centroid of this triangle

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

Syntax

C#
public PointF Centeroid { get; }
Visual Basic (Declaration)
Public ReadOnly Property Centeroid As PointF
Visual C++
public:
property PointF Centeroid {
	PointF get ();
}

See Also