I am working on a simple OpenCV code to display an image after undergoing sobel operation. I have included all the necessary paths to the Project Properties for including th
Step 1: Project Properties -> C/C++ General -> Path and Symbols
Step 2: Select 'include' tab, Add -> $ANDROID_NDK_HOME/platforms/android-19/arch-arm/usr/include(Your own path) then, Check 'All languages'
Step 3: Apply -> OK
That's it. My solution.