How can I create OpenCV framework?

痴心易碎 提交于 2020-01-14 10:46:49

问题


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.

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.

I read this entry to compile it with Xcode but i don't know how to continue to create a framework. link

Thanks in advance


回答1:


if you just want to use (and don't insist on compiling it yourself...) someone already made a framework out of opencv:

http://www.ient.rwth-aachen.de/cms/software/opencv/

Also helpful might be:

http://stefanix.net/opencv-in-xcode

Hope this helps!



来源:https://stackoverflow.com/questions/5223742/how-can-i-create-opencv-framework

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!