Several exceptions added to the available FaceRecognizer classes and helper methods...
authorPhilipp Wagner <no@email>
Sun, 10 Jun 2012 11:57:33 +0000 (11:57 +0000)
committerPhilipp Wagner <no@email>
Sun, 10 Jun 2012 11:57:33 +0000 (11:57 +0000)
commitee1b671279e85bb4c988e175e86270be173c6fb7
tree95ddf072e983770f45c1e347b3cb4829ca41d14a
parent6727e4cb6d1add10129e9ac6d7fef189d7ca6c15
Several exceptions added to the available FaceRecognizer classes and helper methods, so wrong input data is reported to the user. facerec_demo.cpp updated to latest cv::Algorithm changes and commented.
modules/contrib/include/opencv2/contrib/contrib.hpp
modules/contrib/src/facerec.cpp
modules/contrib/src/lda.cpp
samples/cpp/facerec_demo.cpp