Structure describing a single contour convexity detect
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvConvexityDefect type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CvConvexityDefect |
Constructor
|
Properties
| Name | Description | |
|---|---|---|
| Depth |
Distance between the farthest point and the convex hull
| |
| DepthPoint |
The farthest from the convex hull point within the defect
| |
| End |
Point of the contour where the defect ends
| |
| Start |
Point of the contour where the defect begins
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from ValueType.) | |
| GetHashCode | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from ValueType.) |
Fields
| Name | Description | |
|---|---|---|
| SizeOf |
sizeof(CvConvexityDefect)
|
See Also