Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I also do this in our project, Real Colors (Android and iPhone app). For iOS we wrapped all the code in a static library that we link in the iOS app. We also include the opencv2.framework in the app.

It is possible to have one codebase for the OpenCV code and then link it to whatever platform you want: Android, iPhone, PC, Mac.