| CvContourPolygonContourConvexHull Method |
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
Syntax public CvContourPolygon ContourConvexHull()
Public Function ContourConvexHull As CvContourPolygon
public:
CvContourPolygon^ ContourConvexHull()
member ContourConvexHull : unit -> CvContourPolygon
Return Value
Type:
CvContourPolygonConvex hull.
See Also