Struct ConvexityDefect
Represents a contour convexity defect.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public struct ConvexityDefect
Properties
| Improve this Doc View SourceDepth
Gets the distance between the farthest point and the convex hull.
Declaration
public float Depth { get; }
Property Value
Type | Description |
---|---|
Single |
DepthPoint
Gets the farthest point from the convex hull within the defect.
Declaration
public Point DepthPoint { get; }
Property Value
Type | Description |
---|---|
Point |
End
Gets the point of the contour where the defect ends.
Declaration
public Point End { get; }
Property Value
Type | Description |
---|---|
Point |
Start
Gets the point of the contour where the defect begins.
Declaration
public Point Start { get; }
Property Value
Type | Description |
---|---|
Point |