The farthest from the convex hull point within the defect

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

Syntax

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

See Also