First time here? Check out the FAQ!
answered 2018-01-15 12:12:29 -0600
looks like a namespace problem.
either have a:
using cv::face;
or:
Ptr<cv::face::EigenFaceRecognizer> model = cv::face::EigenFaceRecognizer::create();