mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Changed the return type of cvMinEnclosingTriangle to CVAPI(void). Added the implementation of the function to the min_enclosing_triangle.cpp source file.
This commit is contained in:
@@ -378,7 +378,7 @@ CVAPI(CvBox2D) cvMinAreaRect2( const CvArr* points,
|
||||
CvMemStorage* storage CV_DEFAULT(NULL));
|
||||
|
||||
/* Finds minimum enclosing triangle for a set of points */
|
||||
CVAPI(int) cvMinEnclosingTriangle( const CvArr* points,
|
||||
CVAPI(void) cvMinEnclosingTriangle( const CvArr* points,
|
||||
CvArr* triangle, double* area );
|
||||
|
||||
/* Finds minimum enclosing circle for a set of points */
|
||||
|
||||
Reference in New Issue
Block a user