The farthest from the convex hull point within the defect

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

Syntax

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

See Also