I am new to openCV
and installed it from this link and it compiled and installed with no error. after that when i open an ipython and run these commands:
import cv2
import numpy as np
# create an image matrix using nimpy called img
cv2.imshow("image", img)
I get this error message:
/io/opencv/modules/highgui/src/window.cpp:583: 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
I do what said in this and this links but my problem didn't solve.