面部追踪和虚拟现实
我正在寻找用于增强现实项目的面部跟踪系统。我正在尝试为其找到一个开源和多平台应用程序。目标是返回面部与虚拟环境交互的方向(类似于 此视频)。
我已经下载了上述 Johnny Lee 的应用程序的源代码,并尝试使用 Free Track ,制作我自己的耳机(某种怪物,呵呵)。但仅限于头脑中的红外线点并不好。
这些天我下载了 FaceTrackNoIR,但是当我启动该程序时,我收到 "在瀑布过程中找不到 DLL。" 我实际上正在尝试解决这个问题。
有人知道一个好的应用程序、库、代码、讲座,或者任何可以帮助我找到一个好的路径的东西吗?
谢谢大家!
有一天我会尝试发布结果:-)
I'm searching for a face tracking system to use in an augmented reality project. I'm trying to find an open source and multi-platform application for it. The goal is to return the direction where the face is looking to interact with the virtual environment, (something like this video).
I've downloaded the sources of the above Johnny Lee's application and tried to use Free Track too, making my own headset (some kind of monster, hehe). But it's not good to be limited to infrared points in your head.
These days I've download FaceTrackNoIR, but when I launch the program I get "No DLL was found in the Waterfall procedure." that I'm actually trying to solve.
Anyone knows a good application, library, code, lecture, anything that could help me to find a good path for this?
Thank you all!
I'll try to post results someday :-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会看一下 OpenCV。它是一个通用机器学习和计算机视觉 C++ 库。下载中的示例之一是实时面部跟踪器,它连接到与计算机相连的摄像机,并在摄像机视图中的任何面部周围绘制正方形。
I would take a look at OpenCV. It is a general purpose machine-learning and computer vision C++ library. One of the examples in the download is a real-time face tracker that connects to a video camera connected to your computer and draws squares around any faces in the camera view.