Method | Description | |
---|---|---|
ConvexHullDefects ( double minDepth ) : System |
Initializes a new instance of the ConvexHullDefects class.
|
|
FindDefects ( List |
Finds the convexity defects in a contour given a convex hull.
|
Method | Description | |
---|---|---|
extractDefect ( List |
public ConvexHullDefects ( double minDepth ) : System | ||
minDepth | double | The minimum depth which characterizes a convexity defect. |
return | System |
public FindDefects ( List |
||
contour | List |
The contour. |
convexHull | List |
The convex hull of the contour. |
return | List |