CvArrConvexityDefects Method (Int32) 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 CvSeq<CvConvexityDefect> ConvexityDefects(
	int[] convexhull
)

Parameters

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.CvArr.ConvexityDefects(System.Int32[])"]

See Also

Reference