Human face, emotion and voice recognition

后端 未结 3 720
感动是毒
感动是毒 2021-02-04 17:57

I am looking for a good face, emotion and voice recognition method in C#. For face recognition I was early using Emgu CV which is not accurate and performance is ve

3条回答
  •  执笔经年
    2021-02-04 18:40

    Face recognition

    • Here you can fine an introductory pdf, in particular take a look at the references for more details.
    • Here you can find a good tutorial and demo program with free source code for performing face detection and face recognition in real-time from a webcam (also in OpenCV).
    • Eigenface and Face Recognition Homepage.
    • You can download the CSU Face Identification Evaluation System Version 5.1.
    • Some articles about face detection.
    • From Code Project: Multiple face detection and recognition in real time - Face Detection C++ Library with Skin and Motion Analysis - Face Detection in C# - Face and Eyes Detection Using OpenCV.

    Voice recognition

    Simply take a look at System.Speech.Recognition Namespace (look at this and this answer).

提交回复
热议问题