1 | initial version |
Your CMAKE log shows that no one of opencv_contrib module have been built. To change this
1) install CMake-gui
2) Run it and point to opencv sources (you should dowload it first, and the opencv_contrib sources too)
3) In OPENCV group in CMake-gui you will find EXTRA_MODULES_PATH (search on figure I have attached), point to opencv_contrib/modules
4) Press "configure" button untill no one red property last
5) Press "generate"
6) Now in CMAKE/build directory (where all prepared sources has been copied) run make
7) After make you can also install by make install