Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我要实现的应用程序必须使用相机来识别由图像和一些文本组成的复杂实体。必须根据文本触发不同的场景。
我有什么选择?开放式简历?
Android NDK 和 OpenCV
它可以在这里 http://opencv.org/downloads.html
android 包包含预构建的 opencv 库,因此您不必从源代码构建它,这非常好。此外,他们有很多关于如何使用 opencv 相机或 android 相机进行颜色/图像识别的示例。