“Configuring incomplete ” installing opencv contrib

南楼画角 提交于 2020-02-07 00:38:50

问题


Recently I want to work with SURF in opencv, but when I instelled I don't activate the option to have access to the extra modules. So, I donwloaded from https://github.com/opencv/opencv_contrib and then, I followed the steps for installation in: add extra modules to opencv python?
But when I ran the commands for the first time I got:

CMake Error at CMakeLists.txt:11 (message): In-source builds are not allowed” in cmake

I was read some about it and the problem cames from CMakeCache.txt and has to be removed. I did it and the installation begins, but when finished my terminal shows:

-- Configuring incomplete, errors occurred!
See also "/home/chacho/opencv_build/CMakeFiles/CMakeOutput.log".
See also "/home/chacho/opencv_build/CMakeFiles/CMakeError.log"

Finally I can not run the last step. Which is the best option?...try to fixed or uninstall and install again. I don't know what I did wrong.
Notes:

  • I have opencv 4.1.2 version
  • I use Ubuntu 18.04
  • I work on Spyder

来源:https://stackoverflow.com/questions/59901383/configuring-incomplete-installing-opencv-contrib

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!