Removed the cvMinEnclosingTriangle function since the C API will be deprecated starting with OpenCV 3.0

This commit is contained in:
Ovidiu Parvu
2013-09-19 15:37:10 +01:00
parent 21390d806f
commit 52cdae6e2b
3 changed files with 4 additions and 37 deletions

View File

@@ -377,10 +377,6 @@ CVAPI(double) cvContourArea( const CvArr* contour,
CVAPI(CvBox2D) cvMinAreaRect2( const CvArr* points,
CvMemStorage* storage CV_DEFAULT(NULL));
/* Finds minimum enclosing triangle for a set of points */
CVAPI(void) cvMinEnclosingTriangle( const CvArr* points,
CvArr* triangle, double* area );
/* Finds minimum enclosing circle for a set of points */
CVAPI(int) cvMinEnclosingCircle( const CvArr* points,
CvPoint2D32f* center, float* radius );