Forums - Face Alignment using dlib

2 posts / 0 new
Last post
Face Alignment using dlib
dharma.b
Join Date: 20 Jul 20
Posts: 1
Posted: Thu, 2020-08-27 04:10

Hi Qualcomm Team,
Since face alignment will improve the efficiency of face recognition, I want to integrate face alignment using dlib  in face-recognition using fastcv.
I'm referring this c++ code for face alignment, here it is done with OpenCV. Could you please suggest the FastCV API's that matches closely with the OpenCV functions/API's used in this code.

  • Up0
  • Down0
jeff4s Moderator
Join Date: 4 Nov 12
Posts: 106
Posted: Thu, 2020-08-27 19:13

Hi,

FastCV doesn't have face detection or face landmark detection APIs. However, it may help you accelerate other parts of the code.

1) Similarity transform matrix. You can use fcvGeomAffineFitf32 to compute the matrix.

2) Affine transform. fcvTransformAffineClippedu8_v3 or fcvTransformAffineu8_v2.

Best,

-Jeff

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.