How to create an OpenCV structure?

I use the OpenCV library in my Mac creation programs and compile them using Terminal and make files. It is so simple to install opencv using macports and create a shared makefile to create your project.

I want to use this library with Xcode to create an application for my mac and I think creating an OpenCV structure is the best way.

I read this post to compile it using Xcode, but I don’t know how to continue creating the framework. link

Thank you in advance

+4
source share
1 answer

if you just want to use (and don't insist on compiling it) ... someone has already created a framework from opencv:

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

May also be useful:

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

Hope this helps!

+4
source

Source: https://habr.com/ru/post/1342684/


All Articles