在用harries角點(diǎn)檢測算法的過程中,遇到了這個(gè)報(bào)錯(cuò):
?
cv2.error: OpenCV(4.8.1) D:\a\opencv-python\opencv-python\opencv\modules\highgui\src\window.cpp:1272:
error: (-2:Unspecified error) The function is not implemented. Rebuild the library with
Windows, GTK+ 2.x or Cocoa 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'
然后先問了一下gpt,gpt說 :?
?
我估計(jì)可能是版本問題,最后找到了這個(gè)鏈接? :
Link
那么要怎么解決呢?
執(zhí)行下面命令即可 :?
This solution seems to work for a majority of users, but not all. If you are in this case, see the proposed answer by Sachin Mohan.
I had the exact same error using yolov5, on Windows 10. Reinstalling the library by typing
pip uninstall opencv-python
then文章來源:http://www.zghlxwxcb.cn/news/detail-772621.html
pip install opencv-python
?后面就可以顯示圖像了;文章來源地址http://www.zghlxwxcb.cn/news/detail-772621.html
到了這里,關(guān)于cv2.error: OpenCV(4.8.1) D:xxxerror: (-2:Unspecified error) The function is not implemented.報(bào)錯(cuò)的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!