關於Open CV - Linux

Table of Contents


~/opencv/opencv/samples/c# ./delaunay

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 cvNamedWindow, file /root/opencv/opencv/src/highgui/window.cpp,
line 110
terminate called after throwing an instance of 'cv::Exception'
Aborted

當我使用Open CV時,執行./delaunay後,出現了以上的訊息。
希望能幫我解答一下,需要安裝的也有裝(install libgtk2.0-dev and pkg-config),
不知缺了什麼??

--

--

All Comments

Eartha avatarEartha2010-07-31
試試重新make ?
Ethan avatarEthan2010-08-03
有試過...
Tracy avatarTracy2010-08-08
重新執行一次configure看看