[This is preliminary documentation and is subject to change.]

The farthest from the convex hull point within the defect

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

Syntax

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

See Also