Android OpenCV配置

首先按照官网上Introduction into Android Development(http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/android_dev_intro.html)一步一步地搭建好Android开发环境,然后按照OpenCV for Android SDK(http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/O4A_SDK.html)来配置OpenCV,其中当你把OpenCV中的例子导入进去的时候,在eclipse中导进去的项目上有X或者!号,导致这种情况的原因是eclipse的ADT插件形成的项目的settings与OpenCV例子里的不兼容。解决方案是把OpenCV-2.4.3-android-sdk\sdk\java中的.settings文件夹删除后再导入eclipse。

你可能感兴趣的:(android)