We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我通过评论找到了你的问题。
FaceL 也使用 OpenCV,但使用 python 包装器。
对于基本想法,我推荐:
但它们位于本机 C API (OpenCV 1. X),OpenCV 2.3 java 包装器使用 C++ API (OpenCV 2.X) 语法,因此使用 Mat 代替 Iplimage 等。
您可以在以下位置看到新语法:
模板匹配
在android上您可以选择两种方式访问OpenCV - JAVA API(70%功能)或C ++(带有android NDK)
我使用java端并认为,您需要的所有功能都可以通过java端访问。
希望对您有一点帮助;)
I found your question via comment.
FaceL use OpenCV too, but with python wrappers.
For basic ideas I recommend this:
but they are in native C API (OpenCV 1.X), OpenCV 2.3 java wrappers use C++ API (OpenCV 2.X) syntax, so Mat instead Iplimage etc.
You can see new syntax in:
template matching
On android you can choose two way to access OpenCV - JAVA API (70% functions) or C++ (with android NDK)
Im using java side and think, all functions you would need are accessible via java side.
Hope that helped you a little ;)
尝试Opengazer。实际上它是在PC(linux/Mac)上使用的。但您可以知道从哪里开始。
Try Opengazer. Actually it is used in PC (linux/Mac). But you can get an idea where to start.