Face Recognition in OpenCV

后端 未结 3 610
青春惊慌失措
青春惊慌失措 2021-01-07 05:01

I was trying to build a basic Face Recognition system (PCA-Eigenfaces) using OpenCV 2.2 (from Willow Garage). I understand from many of the previous posts on Face Recognitio

3条回答
  •  一生所求
    2021-01-07 05:37

    Update: OpenCV 2.4.2 now comes with the very new cv::FaceRecognizer. Please see the very detailed documentation at:

    • http://docs.opencv.org/trunk/tutorial_face_main.html

提交回复
热议问题