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 cv2_read_image_time.py #19

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

Conversation

tanujdhiman
Copy link

@tanujdhiman tanujdhiman commented Oct 12, 2020

Hey,
It is a good practice for learner to know about the arguments of a method.
cv2.imread( 'file_name' , flag)

Thanks

@CodecWang
Copy link
Owner

cv2.IMREAD_COLOR(1) is the default flag. 🙂
Ref: Read Image

@tanujdhiman
Copy link
Author

Yeah.
But if you want to read the image as Gray or whatever then you have to specify.
Okay You know about this. But remember when someone is beginner then he is confused with how to read it as Gray or Color or Alpha Channels.

Hope you are understanding my point .
Thanks

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.

None yet

2 participants