얼굴 인식1 Face Recognition with OpenCV OpenCV를 이용한 얼굴 인식 Eigenfaces in OpenCV Eigenface를 이용한 얼굴인식을 아래 도큐먼트를 참고하여 구현해 보았다. http://docs.opencv.org/modules/contrib/doc/facerec/facerec_tutorial.html Eigenface source code #include "opencv2/core/core.hpp" #include "opencv2/contrib/contrib.hpp" #include "opencv2/highgui/highgui.hpp" #include #include #include using namespace cv; using namespace std; static Mat norm_0_255(InputArray _src) { .. 2014. 12. 11. 이전 1 다음