How to use opencv_contrib
PLEASE Tell me how to use opencv_contrib... I tried to use it for several days, but it failed. I want to use face.hpp.(Also, I want to run facerec_fisherface.cpp) Could you teach me how to use it step by step? Thank you for your reading
ps, I am using raspberry pi(Linux), thanks
What did you already do? Where are you stuck?
Personally, I didn't find difficult to use opencv_contrib. Download it, set the path and options in opencv's cmake, then build the two together.
Then, use it as any other OpenCV library.
Take a look at this Linux or Windows tutorial, depending on your OS. If you follow step by step, then it should be straightforward.
Thank you guys! I will try again.