1 | initial version |
the hal module was moved back into core in the meantime.
if you want to use opencv_contrib (for SURF and such), you will need to update you main opencv repo to latest master version (3.1.0, atm.)
do a git pull upstream master
in your main opencv repo, clean your build folder, and re-run cmake, make , make install.
2 | No.2 Revision |
the hal module was moved back into core in the meantime.meantime, the 3.0 branch is out of sync.
if you want to use opencv_contrib (for SURF and such), you will need to update you main opencv repo to latest master version (3.1.0, atm.)
do a git pull upstream master
in your main opencv repo, clean your build folder, and re-run cmake, make , make install.