Wrong online documentation for cv2.groupRectangles, pydoc is correct (Bug #1817)


Added by Kevin Keraudren almost 13 years ago. Updated almost 13 years ago.


Status:Done Start date:2012-04-17
Priority:Normal Due date:
Assignee:Andrey Kamaev % Done:

0%

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

Description

The documentaion returned by "pydoc cv2.groupRectangles" is:
cv2.groupRectangles = groupRectangles(...)
groupRectangles(rectList, groupThreshold[, eps]) -> rectList, weights

which seems correct,
and differs from the documentation on http://opencv.itseez.com/modules/objdetect/doc/cascade_classification.html#grouprectangles
(the Python list is NOT modified in place)


Associated revisions

Revision 6c86cce2
Added by Andrey Kamaev almost 13 years ago

Fixed groupRectangles documentation #1817

History

Updated by Andrey Kamaev almost 13 years ago

Thanks for the report.
The documentation is updated in OpenCV trunk.

  • Status changed from Open to Done
  • Target version set to 2.4.1
  • Assignee set to Andrey Kamaev

Also available in: Atom PDF