CvContourPolygonContourConvexHull Method OpenCvSharp Class Library
Calculates convex hull of a contour. Uses the Melkman Algorithm. Code based on the version in http://w3.impa.br/~rdcastan/Cgeometry/.

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

public CvContourPolygon ContourConvexHull()

Return Value

Type: CvContourPolygon
Convex hull.
See Also

Reference