Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md file #243

Open
afrozchakure opened this issue May 4, 2020 · 0 comments
Open

Update README.md file #243

afrozchakure opened this issue May 4, 2020 · 0 comments

Comments

@afrozchakure
Copy link

afrozchakure commented May 4, 2020

The line image, contours, hierarchy = cv2.findContours(thresh,cv2.RETR_TREE,cv2.CHAIN_APPROX_SIMPLE) should be changed to
contours, hierarchy = cv2.findContours(thresh,cv2.RETR_TREE,cv2.CHAIN_APPROX_SIMPLE)
in the readme file.

cv2.findContours() function returns only contours and hierarchy but not the image which is given incorrectly in the documentation.

OpenCv: 4.1.2
Python: 3.7.3

@abidrahmank

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant