opencv2/face.hpp not found [closed]
I am new to opencv and i want to builf facerecoginition application. I followed below commands.
- get the code of opencv-3.0.0-rc1.
- get the code of opencv_contrib.
- run python opencv-3.0.0-rc1/platforms/ios/build_framework.py ios to generate opencv2.framework.
- 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.
You must use same version of opencv and opencv_contrib. Please don't use opencv-3.0.0-rc1 (it's really a strange idea)
then can we use 3.4.1 ? if yes the can you please give me exact command?
Donwload same version ofopencv and opencv_contrib and build
I don't know ios but I thnik you can find all commands on build bot
Okay thanks. Let me try then will get back to you.
Thanks it worked for me...