Facial Recognition in Java/Processing

后端 未结 4 787
自闭症患者
自闭症患者 2021-01-30 09:33

I am doing a project that requires some facial recognition. I am attempting to find a Java implementation of this. I am not looking for facial detection. We are trying to do fac

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-30 10:06

    Although quite old question but still relevant.

    You can use opencv library. Although its written in C++. But it offers java bindings too. Only drawback is you will have to build java bindings yourself. Here is one article written by myself which explains the procedure to build the java bindings and sample programs for facial recognition.

提交回复
热议问题