Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Try to explicitly point namespace of the opencv_face module

cv::Ptr<cv::face::facerecognizer> model = cv::face::createEigenFaceRecognizer();

Try to explicitly point namespace of the opencv_face module

cv::Ptr<cv::face::facerecognizer> model = cv::face::createEigenFaceRecognizer(); cv::face::createEigenFaceRecognizer();

Try to explicitly point namespace of the opencv_face module

cv::Ptr<cv::face::facerecognizer> cv::Ptr<cv::face::FaceRecognizer> model = cv::face::createEigenFaceRecognizer();