Ask Your Question

m31's profile - activity

2018-03-19 05:55:52 -0600 received badge  Popular Question (source)
2016-12-25 15:23:02 -0600 commented question imshow and osx

doing so on osx is really a pain... it include remove every package installer to run jhbuild
https://wiki.gnome.org/Projects/GTK+/... but if i must...

2016-12-23 05:57:10 -0600 asked a question imshow and osx

Dear all, I have trouble with making imshow working on osx. I am using pyCharm to code with opencv 3.1.0_4 It seems to be common but I never found any solution. img = cv2.imread('./imageTuto.jpeg') cv2.imshow('image',img)

OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script) in cvShowImage, file /Users/travis/build/skvark/opencv-python/opencv/modules/highgui/src/window.cpp, line 545 
Traceback (most recent call last):
  File "/Users/maxime/Library/Preferences/PyCharm2016.2/scratches/scratch_1.py", line 7, in <module>
    cv2.imshow('image',img)
cv2.error: /Users/travis/build/skvark/opencv-python/opencv/modules/highgui/src/window.cpp:545: error: (-2) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function cvShowImage