How to work with OpenCV4Android from he command line?

asked 2014-04-19 12:53:27 -0600

yati gravatar image

I have dowloaded both the NDK and the OpenCV android project. I don't use eclipse or any other IDE and prefer to work on the command line using the Android SDK tools. My usual flow is to start a project using the android script and build using ant debug or similar, which requires a build.xml in the project root. How can I work with the sample OpenCV apps in the same way? Specifically, I don't see build.xml files in the sample project directories. How to compile them/generate appropriate build.xml files?

edit retag flag offensive close merge delete