The python version of findContours exists but is not documented (Bug #1697)


Added by Gary Bradski almost 13 years ago. Updated almost 13 years ago.


Status:Done Start date:2012-03-18
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

The documentation for findContours:
C++: void findContours(InputOutputArray image, OutputArrayOfArrays contours, OutputArray hierarchy, int mode, int method, Point offset=Point())
C++: void findContours(InputOutputArray image, OutputArrayOfArrays contours, int mode, int method, Point offset=Point())
C: int cvFindContours(CvArr* image, CvMemStorage* storage, CvSeq** firstContour, int headerSize=sizeof(CvContour), int mode=CV_RETR_LIST, int method=CV_CHAIN_APPROX_SIMPLE, CvPoint offset=cvPoint(0, 0) )

Does not mention the Python2 version cv2.findContours


Related issues

duplicated by Bug #1622: Documentation for findContours doesn't exist for python2 Cancelled 2012-02-24

Associated revisions

Revision 28cf8cee
Added by Ilya Lysenkov almost 13 years ago

Documented the Python version of findContours (issue #1697)

Revision c1223f8d
Added by Roman Donchenko over 11 years ago

Merge pull request #1697 from SpecLad:sdk-redux

History

Updated by Gary Bradski almost 13 years ago

When this documentation is updated, it should note that the defines such as CV_RETR_LIST should be cv2.RETR_LIST (leaving out the "CV_")>

Updated by Alexander Shishkov almost 13 years ago

  • Target version deleted (2.4.0)

Updated by Alexander Shishkov almost 13 years ago

  • Priority changed from Normal to Low

Updated by Alexander Shishkov almost 13 years ago

  • Target version deleted ()

Updated by Ilya Lysenkov almost 13 years ago

  • Target version set to 2.4.0
  • Assignee set to Ilya Lysenkov

Updated by Ilya Lysenkov almost 13 years ago

Thank you for the report. It is fixed in r7899.

  • Status changed from Open to Done

Also available in: Atom PDF