Emgu CV Library Documentation
Centeroid Property
NamespacesEmgu.CVTriangle2D<(Of <(T>)>)Centeroid

www.emgu.com/wiki
Returns the centroid of this triangle
Declaration Syntax
C#Visual BasicVisual C++
public Point2D<double> Centeroid { get; }
Public ReadOnly Property Centeroid As Point2D(Of Double)
public:
property Point2D<double>^ Centeroid {
	Point2D<double>^ get ();
}

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