1 | initial version |
there is no more contrib module in opencv3. (and that include does no more exist)
you will have to get the opencv_contrib repo and rebuild the opencv android sdk from src
2 | No.2 Revision |
there is no more contrib module in opencv3. (and that include does no more exist)
you will have to get the opencv_contrib repo and rebuild the opencv android sdk from src
you also should update your main opencv code like:
git clone -b 3.4 https://github.com/opencv/opencv
git clone -b 3.4 https://github.com/opencv/opencv_contrib
(you need exactly the same version for both repos)