Closed rajhlinux closed 2 years ago
Hello does libfacedetection have any face alignment implementation?
If so are there any examples?
Thanks.
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
Hello does libfacedetection have any face alignment implementation?
If so are there any examples?
Thanks.