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

cv2.imshow() #40

Closed
masoudslipknot opened this issue Jul 16, 2017 · 2 comments
Closed

cv2.imshow() #40

masoudslipknot opened this issue Jul 16, 2017 · 2 comments

Comments

@masoudslipknot
Copy link

is there any way to show the image in this instead of cv2.imshow() ? you said it has limits for it

@skvark
Copy link
Member

skvark commented Jul 17, 2017

No, there's not in OpenCV. You can write the image into a file or use for example one of these external libraries to view the images:

  • matplotlib
  • PIL (pillow)
  • scikit-image
  • tkinter
  • kivy

Those are just examples, there are dozens of different python packages which are able to show images.

@skvark skvark closed this as completed Jul 17, 2017
@masoudslipknot
Copy link
Author

thank you for your answer.

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

2 participants