私はopenCV
を初めて使用し、thisのリンクからインストールし、エラーなしでコンパイルしてインストールします。私はipythonを開き、これらのコマンドを実行すると、その後:OpenCV pythonは、imshowを使用するとエラーになります
import cv2
import numpy as np
# create an image matrix using nimpy called img
cv2.imshow("image", img)
私は、このエラーメッセージが出ます:
/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
を私はthisとthisリンクに何を言わんが、私の問題は解決しませんでした。
チュートリアル・リンクは、私がリンクを編集した – eshirima
@eshirimaを破られなければならないとのOpenCVの動作を確認するためにこれらをインストールして、私はすべてのOpenCVのパッケージを削除し、 'anaconda'からそれをインストールしたが、まだ問題が残っています。 –