java - OpenCV Android - trying to make sample application work -


i trying make basic sample opencv android sdk work (color-blob-detector project).

i have followed instructions, downloaded adt bundle windows 7 64 bit, opencv sdk 2.4.9 , imported samples in workspace , appear in package explorer.

basically, in package explorer opened opencv library - 2.4.9 , opencv sample - color-blob-detection projects.

in sample project receive error regarding imports opencv particularly

the import org.opencv.android cannot resolved import org.opencv.core cannot resolved import org.opencv.imgproc cannot resolved 

however, these appear in opencv library - 2.4.9 project, not know how refer them or how include them in sample project. beginner @ using eclipse, java or android sdk. missing obvious step?

also, on color blob detector project in properties -> android section, in library subsection there mentioned undefined reference ..\..\sdk\java not know how solve.

can point me out how solve these problems?

you should add opencv sdk lib eclipse located in \opencv-2.4.9-android-sdk\opencv-2.4.9-android-sdk\sdk\java. add project located in folder android application existing code.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -