CvConvexityDefects Method (CvArr, CvArr) OpenCvSharp Class Library
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,
	CvArr convexhull
)

Parameters

contour
Type: OpenCvSharpCvArr
Input contour.
convexhull
Type: OpenCvSharpCvArr
Convex hull obtained using cvConvexHull2 that should contain pointers or indices to the contour points, not the hull points themselves, i.e. return_points parameter in cvConvexHull2 should be 0.

Return Value

Type: CvSeqCvConvexityDefect

[Missing <returns> documentation for "M:OpenCvSharp.Cv.ConvexityDefects(OpenCvSharp.CvArr,OpenCvSharp.CvArr)"]

See Also

Reference