Ask Your Question

Revision history [back]

click to hide/show revision 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

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)