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

change variable name im to img for consistency #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Atlas7
Copy link

@Atlas7 Atlas7 commented Jun 7, 2015

Using the variable name img instead of im (regarding the representation of the original image to be processed) I believe will ensure consistency - and ensuring the downstream code to work with reduced frastration from the student's perspective.

For instance, the cv2.drawContours() procedure downstream overlay contours to img (not im).

Keeping the variable name as img (instead of im) will ensure the cv2.drawContours() step downstream to run smoothly. (The student also get to see immediately that we are trying to overlay the contours to the original image to be processed - rather than some random / abstract images.)

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

Successfully merging this pull request may close these issues.

1 participant