CvConvexityDefect Structure OpenCvSharp Class Library
Structure describing a single contour convexity detect

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[SerializableAttribute]
public struct CvConvexityDefect

The CvConvexityDefect type exposes the following members.

Constructors

  NameDescription
Public methodCvConvexityDefect
Constructor
Top
Properties

  NameDescription
Public propertyDepth
Distance between the farthest point and the convex hull
Public propertyDepthPoint
The farthest from the convex hull point within the defect
Public propertyEnd
Point of the contour where the defect ends
Public propertyStart
Point of the contour where the defect begins
Top
Methods

  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields

  NameDescription
Public fieldStatic memberSizeOf
sizeof(CvConvexityDefect)
Top
See Also

Reference