How to align face images c++ opencv

后端 未结 9 516
慢半拍i
慢半拍i 2020-12-13 05:13

I am developing a C++ application for face authentication. First, I have to detect the face and pre-process the image.

  1. For face detection I have used the HaarC
9条回答
  •  死守一世寂寞
    2020-12-13 05:43

    Have a look at CSIRO face analysis SDK (website and demos, source code) software, it does face alignment, tracking with 66 fiducial points. It is fast and very accurate.

提交回复
热议问题