Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

opencv2/face.hpp not found

I am new to opencv and i want to builf facerecoginition application. I followed below commands.

  1. get the code of opencv-3.0.0-rc1.
  2. get the code of opencv_contrib.
  3. run python opencv-3.0.0-rc1/platforms/ios/build_framework.py ios to generate opencv2.framework.
  4. run python opencv-3.0.0-rc1/platforms/ios/build_framework.py --contrib opencv_contrib ios_contrib to generate opencv2_contrib.framework.

I am not getting any framework. Then i have also tried below option but not getting what i want.

$ cd <opencv_build_directory> $ cmake -DOPENCV_EXTRA_MODULES_PATH=<opencv_contrib>/modules <opencv_source_directory> $ make -j5

Please suggest me how can i use the opencv_contri modules in my app.