How to align face images c++ opencv

后端 未结 9 515
慢半拍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:39

    I have implemented it here using OpenCV & DLib: https://github.com/ManuBN786/Face-Alignment-using-Dlib-OpenCV

    Any tilted faces can be aligned using my code.

提交回复
热议问题