Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

native opencv for android project

I tried to integrate opencv library in my android project so i followed this link: http://stackoverflow.com/questions/13353647/building-native-opencv-for-android-with-eclipse-gives-undefined-reference-to-c?answertab=oldest#tab-top but now i still have these errors: jni/DetectionBasedTracker.cpp:5:23: error: opencv/cv.h: No such file or directory jni/DetectionBasedTracker.cpp:6:28: error: opencv/highgui.h: No such file or directory should i change the application.mk?

native opencv for android project

I tried to integrate opencv library in my android project so i followed this link: http://stackoverflow.com/questions/13353647/building-native-opencv-for-android-with-eclipse-gives-undefined-reference-to-c?answertab=oldest#tab-top http://stackoverflow.com/questions/13353647/building-native-opencv-for-android-with-eclipse-gives-undefined-reference-to-c?answertab=oldest#tab-top

but now i still have these errors: errors:

jni/DetectionBasedTracker.cpp:5:23: error: opencv/cv.h: No such file or directory jni/DetectionBasedTracker.cpp:6:28: error: opencv/highgui.h: No such file or directory directory

should i change the application.mk?