Documentation for cv::matchShapes lists wrong names for constants (Bug #1012)
Description
The documentation lists the possible values for the parameter "method" of matchShapes() as "CV_CONTOUR_MATCH_I1, CV_CONTOURS_MATCH_I2 or CV_CONTOURS_MATCH_I3". In the explanation below they are called CV_CONTOUR_MATCH_I1, CV_CONTOUR_MATCH_I2 and CV_CONTOUR_MATCH_I3.
Their correct names would be
CV_CONTOURS_MATCH_I1, CV_CONTOURS_MATCH_I2, CV_CONTOURS_MATCH_I3 (see types_c.h).
Associated revisions
Fixed comparison methods in cvMatchShapes (ticket #1012)
Fixed comparison methods in matchShapes (issue #1012)
Merge pull request #1012 from apavlenko:fix_3077
History
Updated by Ilya Lysenkov almost 14 years ago
- Status deleted (
Open)
Updated by Ilya Lysenkov almost 14 years ago
Thanks! Fixed in -r5377.
- Status set to Done
- (deleted custom field) set to fixed
Updated by Roland Richter almost 13 years ago
The changes of rev5377 were obviously lost. As of rev8045, file opencv/modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst still has the reported spelling errors.
Updated by Ilya Lysenkov almost 13 years ago
Thank you for the report again. It was fixed in r8053.
- Target version set to 2.4.0