Wrong online documentation for cv2.groupRectangles, pydoc is correct (Bug #1817)
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
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