linux 中opencv 遇到如下问题 (The function is not implemented.Rebuild the library with Windows,GTK+ 2.x or
解决该问题只需要在 cmake拉取的时候添加 -D WITH_GTK=ON该选项即可
·
错误 :openCV Error:Unspecified error(The function is not implemented.Rebuild the library with Windows,GTK+ 2.x or Carbon support.)
解决该问题只需要在 cmake拉取的时候添加 -D WITH_GTK=ON该选项即可
更多推荐
所有评论(0)