1 | initial version |
you will need to update your main opencv to master branch (3.1 currently), if you want to build it with opencv_contrib.
both repos need tight synchroonization to work, while opencv3.0 had a seperate hal module, opencv_contrib expects all of the functionality to be moved back into core (headers and such)
best thing would be , to download via git, not zips, or sourceforge-binaries. there will be bugs, bugfixes, updates, etc. so this would be the easiest way to keep your opencv up-to-date.
2 | No.2 Revision |
you will need to update your main opencv to master branch (3.1 currently), if you want to build it with opencv_contrib.
both repos need tight synchroonization synchronization to work, while opencv3.0 had a seperate hal module, opencv_contrib expects all of the functionality to be moved back into core (headers and such)
best thing would be , to download via git, not zips, or sourceforge-binaries. there will be bugs, bugfixes, updates, etc. so this would be the easiest way to keep your opencv up-to-date.