The farthest from the convex hull point within the defect

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

Syntax

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

See Also