xcode 如何创建 OpenCV 框架?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5223742/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How can I create OpenCV framework?
提问by Jorge Vega Sánchez
I use OpenCV library in my Mac creating programs and compiling it with Terminal and makefiles. It's so easy install opencv using macports and create a generic makefile to build your project.
我在 Mac 中使用 OpenCV 库创建程序并使用终端和 makefile 对其进行编译。使用 macports 安装 opencv 并创建一个通用的 makefile 来构建您的项目非常容易。
I want to use this library with Xcode to create a app for my mac and think create a OpenCV framework is the best way.
我想在 Xcode 中使用这个库来为我的 mac 创建一个应用程序,并认为创建一个 OpenCV 框架是最好的方法。
I read this entry to compile it with Xcode but i don't know how to continue to create a framework. link
我阅读了这个条目以使用 Xcode 编译它,但我不知道如何继续创建一个框架。关联
Thanks in advance
提前致谢
回答by Stefan Harmeling
if you just want to use (and don't insist on compiling it yourself...) someone already made a framework out of opencv:
如果你只是想使用(并且不坚持自己编译它......)有人已经用opencv制作了一个框架:
http://www.ient.rwth-aachen.de/cms/software/opencv/
http://www.ient.rwth-aachen.de/cms/software/opencv/
Also helpful might be:
也有帮助的可能是:
http://stefanix.net/opencv-in-xcode
http://stefanix.net/opencv-in-xcode
Hope this helps!
希望这可以帮助!