First time here? Check out the FAQ!
answered 2013-03-01 03:18:42 -0600
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)