Ask Your Question

GD's profile - activity

2016-07-08 23:00:57 -0600 asked a question hello-android: unable to find in include files

Hi, I am trying to build hello-android project on Linux as mentioned here : http://code.opencv.org/projects/openc...

I was able to build the libraries. But when I try to build hello-android, it doesn't find the include file fatal error: opencv2/core.hpp: No such file or directory #include <opencv2 core.hpp="">

I tried to add the complete path to "include" directory in the CMakeLists.txt include_directories("/complete_path/opencv/opencv-3.0.0/include")

That doesn't help.

I am new to cmake and opencv. Any help to compile hello-android? Also, How do I compile other examples in linux?