Documentation for cv::matchShapes lists wrong names for constants (Bug #1012)


Added by Stephan Wirth almost 14 years ago. Updated almost 13 years ago.


Status:Done Start date:
Priority:Low Due date:
Assignee:Ilya Lysenkov % Done:

0%

Category:documentation
Target version:2.4.0
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

Description

http://opencv.willowgarage.com/documentation/cpp/imgproc_structural_analysis_and_shape_descriptors.html#cv-matchshapes

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

Revision 19de695a
Added by Ilya Lysenkov almost 14 years ago

Fixed comparison methods in cvMatchShapes (ticket #1012)

Revision ed8e4b5b
Added by Ilya Lysenkov almost 13 years ago

Fixed comparison methods in matchShapes (issue #1012)

Revision 84262acb
Added by Roman Donchenko over 11 years ago

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

Also available in: Atom PDF