From 737c5fe781b69ad08ec9bb0184beb4f957a8fb3e Mon Sep 17 00:00:00 2001 From: Ovidiu Parvu Date: Wed, 18 Sep 2013 13:09:55 +0100 Subject: [PATCH] Updated the return type of the cvMinEnclosingTriangle function in the documentation --- .../imgproc/doc/structural_analysis_and_shape_descriptors.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst b/modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst index 734808486..e95a38cee 100644 --- a/modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst +++ b/modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst @@ -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: