1 | initial version |
hi, Mehdi, with opencv3 anything from the former contrib module(and more..) has been moved to a seperate opencv_contrib repo
hold your breath - you will need to download that, add it to your cmake settings (see readme there) and rebuild all from src using cmake.
after that , it will be: Ptr<face::FaceRecognizer> model = face::createFisherFaceRecognizer();
// additional namespace
(i already see, that this will be a very long thread .... )