Ask Your Question

onemach's profile - activity

2015-12-02 14:22:16 -0600 received badge  Teacher (source)
2014-12-01 02:31:57 -0600 received badge  Necromancer (source)
2014-11-29 03:35:07 -0600 answered a question How to build opencv_contrib module for iOS

The official document does not include building iOS framework with opencv_contrib.

But inferring from the cmake file, you can copy the module you want (ximgproc in your case) to opencv/modules. Then run build_framework.py as usual.

You can checkout this post

2014-11-14 06:33:35 -0600 asked a question 3.0-dev for iOS

I want to use the tracker (TLD tracker, MIL tracker, in particular) module in 3.0-dev, which is mentioned in the doc.

However, I can only find 3.0-alpha and 3.0-beta pre-built frameworks for iOS in sourceforge, none of which contains the tracking API I would like to use.

I am a little confused where the 3.0-dev framework is? If there is no pre-built framework for iOS, where can I find the 3.0-dev source and the instruction to build my own?