android opencv2.4.10使用SIFT编译出libnonfree.so
My development environment is set up as follows: android-ndk-r10d (install path:D:\adt-bundle-windows-x86_64-20140702\android-ndk-r10d\) OpenCV-2.4.10-android-sdk (install path:D:\CODE\OpenCV-2.4.10-android-sdk\),Download link OpenCV-2.4.10 (install path:D:\CODE\OpenCV-2.4.10\),Download link Building the nonfree module We actually only need to copy a few files fromOpenCV-2.4.10source code toOpenCV-2.4.10-android-sdk, namely: Copy thenonfreefolder fromOpenCV-2.4.10\sources\modules\nonfree\include...
