QTcreator 中的 Kinect RGBDemo v0.6.1
我想让这个 演示 在我的 QTcreator 中运行。我在 osx 10.7 上运行它,并且安装了最新的 opencv。我可以在 qt Creator 之外运行这个演示,但仅此而已。我想知道如何将其作为 QTcreator 项目来工作。
I would like to get this demo running in my QTcreator. I' running this on osx 10.7 and i have the latest opencv installed. I can run this demo outside the qt creator but that's all. I was wondering how to make this work as a QTcreator project.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可以通过在 qtcreator 中打开 cmake 文件来解决,然后它将加载所有可以编译的文件。
This can be solved by opening the cmake file in qtcreator it will then load all the files an can be compiled .