Commit 737c5fe7 authored by Ovidiu Parvu's avatar Ovidiu Parvu

Updated the return type of the cvMinEnclosingTriangle function in the documentation

parent dc64dd73
......@@ -572,7 +572,7 @@ Finds a triangle of minimum area enclosing a 2D point set.
.. ocv:pyfunction:: cv2.minEnclosingTriangle(points[, triangle]) -> triangle, area
.. ocv:cfunction:: int cvMinEnclosingTriangle( const CvArr* points, CvArr* triangle, double* area )
.. ocv:cfunction:: void cvMinEnclosingTriangle( const CvArr* points, CvArr* triangle, double* area )
:param points: Input vector of 2D points with depth ``CV_32S`` or ``CV_32F``, stored in:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment