Get the area of the contour

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public double Area { get; }
Public ReadOnly Property Area As Double
public:
property double Area {
	double get ();
}

See Also