Face recognition in Java

前端 未结 3 1711
我寻月下人不归
我寻月下人不归 2021-01-31 00:14

Can any one suggest me an open source face recognition framework in Java?

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-31 00:54

    Check out OpenCV. A well-documented and acclaimed face detection technique by Viola & Jones has been implemented, known as Haar cascade.

    A complete tutorial -- from training to experimentation -- is available here. Note that you don't actually need to do training; OpenCV comes bundled with several feature cascades, including a few for face detection.

提交回复
热议问题