Ask Your Question

Ares's profile - activity

2017-04-29 02:50:31 -0600 commented answer How to build opencv_contrib module for iOS

I followed the steps: $ cd <opencv_build_directory> $ cmake -DOPENCV_EXTRA_MODULES_PATH=<opencv_contrib>/modules <opencv_source_directory> $ make -j5 and all the modules of contrib are placing to the build folder which i was created. After this, what is next? I tried to execute the build_framework.py and the opencv2.framework still does not has xfeatures2d inside.

2017-04-29 02:43:57 -0600 commented question build opencv_contrib module for iOS, opencv_xfeatures2d fail

Does anyone know where is the prebuilt version of opencv with xfeatures2d? Spent too much to do this thing and still can not figure it out....thanks