Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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)