好吧,我想使用OpenCV
Android NDK 和 Eclipse CDT。
这是我到目前为止所做的:
- 获取适当版本的
CYGWIN
. Devel
从包中获取 gcc,gdb,gawk 和 makeCYGWIN
- 添加
\bin
到CYGWIN
环境变量(我在 Windows 7 上,32 位) - 安装 CDT 插件。
我还没有开始 OpenCV 部分。在我继续之前,我想知道我是否做对了。
如果没有,现在还早,所以我可以回溯。:)
好吧,我想使用OpenCV
Android NDK 和 Eclipse CDT。
这是我到目前为止所做的:
CYGWIN
. Devel
从包中获取 gcc,gdb,gawk 和 makeCYGWIN
\bin
到CYGWIN
环境变量(我在 Windows 7 上,32 位) 我还没有开始 OpenCV 部分。在我继续之前,我想知道我是否做对了。
如果没有,现在还早,所以我可以回溯。:)
Installing the NDK is as simple as downloading and extracting the NDK from its download package. Here's the official documentation: http://developer.android.com/tools/sdk/ndk/index.html#Installing
Also, if I'm not mistaken, OpenCV provides step by step tutorials on how to configure the Android environment, so you better go and check on their site.