how to get the projections of the training data.
I used createEigenFaceRecognizer(), but I don't know how to get the projections of the training data, please help me
I used createEigenFaceRecognizer(), but I don't know how to get the projections of the training data, please help me
since cv::FaceRecognizer inherits from cv::Algorithm, you should be able to access it via:
Mat proj = reco.get("projections");
(look at the bottom of contrib/src/facerec.cpp)
Asked: 2013-02-28 22:13:15 -0600
Seen: 160 times
Last updated: Mar 01 '13
Online Learning and Confidence with cv::FaceRecognizer
RGB2Gray::operator() causing segmentation fault when using Python
Making FaceRecognizer more accurate [closed]
facerec_demo model->predict exception thrown
OpenCV compile Eigenface.cpp in Linux with using CodeBlocks
face recognition and face detection using Eigenface
Application cannot distinguish between people [closed]
Face recognition using Eigen faces error Image step is wrong