Indicate if the coutour is a convex one

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

Syntax

C#
public bool Convex { get; }
Visual Basic (Declaration)
Public ReadOnly Property Convex As Boolean
Visual C++
public:
property bool Convex {
	bool get ();
}

See Also