ShiqiYu / libfacedetection

An open source library for face detection in images. The face detection speed can reach 1000FPS.
Other
12.27k stars 3.05k forks source link

Any examples on how to do face alignment? #343

Closed rajhlinux closed 1 year ago

rajhlinux commented 1 year ago

Hello does libfacedetection have any face alignment implementation?

If so are there any examples?

Thanks.

fengyuentau commented 1 year ago

This library is for detecting faces. In case of face alignment, you can take a look at the OpenCV source code:

https://github.com/opencv/opencv/blob/23edec83fb0fe2ca5d5938b180a010a3402c19cb/modules/objdetect/src/face_recognize.cpp#L29-L42