如何创建可以识别来自 CAM 的 2D 图像的位置/方向的移动应用程序
我有兴趣了解移动应用程序如何通过摄像头的实时视频识别预先确定的 2D 图像/徽标/字形的位置和方向。
对于 iPhone 或 Android,使用哪些库,更重要的是,是否有任何示例可以证明这一点?
谢谢!
I am interested in finding out how mobile applications can recognize the location and orientation of a pre-determined 2D image/logo/glyph via live video from the camera.
For iPhone or Android, what libraries are used, and more importantly, are there any examples out there that demonstrate this?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 openCV 以及人脸检测和 Haar 分类器
Take a look at openCV and face detection and Haar classifiers