Skip to content Skip to sidebar Skip to footer

Ndk-build Error.opencv2/core/core.hpp: No Such File Or Directory

I am getting problem in Using OpenCV Nonfree Module in Android. I read this tutorial https://sites.google.com/site/wghsite/technical-notes/sift_surf_opencv_android But after runni

Solution 1:

I think you forgot to include "opencv2/core/core.hpp". Here is your include:

LOCAL_C_INCLUDE:= /home/guru/Android/OpenCV-2.4.6-android-sdk/sdk/native/jni/include

add "opencv2/core/core.hpp" to LOCAL_C_INCLUDE.

Post a Comment for "Ndk-build Error.opencv2/core/core.hpp: No Such File Or Directory"