Ask Your Question

pwnz's profile - activity

2014-11-22 00:50:40 -0600 commented question opencv_contrib iOS integration problem

I've the same problem. Have you found a solution?

2014-11-22 00:46:58 -0600 asked a question OpenCV 3.0 + Contrib module, iOS Framework missing.

Hi there,

Does anyone here know how to build an iOS framework for the 3.0 beta with some contrib moduels? I've done everything that's in the README file. It's all installed and I've a bunch of dylib files, but no framework and there is no platform folder that builds the framework as in my version without the contrib modules (the standard opencv).

I've tried to copy the platform folder from the regular opencv to the one with opencv + contribs, but it doesn't work. Anyone with some ideas?

2014-11-22 00:38:11 -0600 asked a question OpenCV + Contrib iOS framework missing.

Hi there, I've had some issues with getting a working framework with opencv and some contrib modules. When I build the normal opencv, then everything works fine. But when building with contrib modules then the platform folder which generates the framework is missing.

Is there anyone who know how to get a working Xcode framwork of opencv 3.0 with ximgproc contrib?