在 XCode4 中的 OpenCV 中设置项目
我是 OpenCV 和 XCode 的新用户,我在互联网上查找了使用 OpenCV 在 XCode 4 中设置示例项目的教程,但找不到任何教程。有人知道其中一个吗?
I am a new OpenCV and XCode user and I have looked on the internet for a tutorial to setup a sample project in XCode 4 using OpenCV and couldnt find any. Does someone know of one?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
https://www.dropbox.com/s/foipmm7q9n8aaht/How%20to%20get%20OpenCV%20working%20under%20Mac%20OS%20X%20Lion%20with %20XCode%204.1%20%C2%AB%20Salem%27s%20Log.pdf
查看上面的链接。它对我有用。下载 pdf。我从浏览器中看到程序中出现一些奇怪的字体。
注意:#include& 。不要直接使用此标头。交叉检查以下标头“opencv.hpp”的存储位置并包含它。
https://www.dropbox.com/s/foipmm7q9n8aaht/How%20to%20get%20OpenCV%20working%20under%20Mac%20OS%20X%20Lion%20with%20XCode%204.1%20%C2%AB%20Salem%27s%20Log.pdf
check out the above link.It worked for me.Download the pdf.I'm seeing some weird fonts in the program from my browser.
NOTE: #include& . Don't just use this header directly.Cross check where the following header 'opencv.hpp' is stored and include it.