Finds convexity defects of contour
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static CvSeq<CvConvexityDefect> ConvexityDefects( CvArr contour, int[] convexhull )
Parameters
- contour
- Type: OpenCvSharpCvArr
Input contour. - convexhull
- Type: SystemInt32
Convex hull obtained using cvConvexHull2 that should contain indices to the contour points
Return Value
Type: CvSeqCvConvexityDefect[Missing <returns> documentation for "M:OpenCvSharp.Cv.ConvexityDefects(OpenCvSharp.CvArr,System.Int32[])"]
See Also