C# Class Accord.Math.Geometry.ConvexityDefect

Convexity defect.
Show file Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
ConvexityDefect ( int point, int start, int end, double depth ) : System

Initializes a new instance of the ConvexityDefect class.

Method Details

ConvexityDefect() public method

Initializes a new instance of the ConvexityDefect class.
public ConvexityDefect ( int point, int start, int end, double depth ) : System
point int The most distant point from the hull.
start int The starting index of the defect in the contour.
end int The ending index of the defect in the contour.
depth double The depth of the defect (highest distance from the hull to /// any of the contour points).
return System