I am using OpenCV 3.0 with python 2.7.6 and ROS Indigo. I installed it through and am attempting to do some ORB object detection. Ironically, all of the actual detection code seems to run without issue. The code that doesn't work is imshow. It gives this error:
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 /tmp/buildd/ros-indigo-opencv3-2.9.6-1trusty-20150512-2345/modules/highgui/src/window.cpp, line 534
I haven't seen any of this during my googling. Any help?