Skip to content

Where is the code#

FaceEngine SDK examples#

A demo application with source code is provided within the /examples folder. It includes the best shot example.

The example shows:

  • How to detect a face;
  • How to normalize face (warping);
  • How to use estimators:
  • head pose estimator,
  • eyes estimator,
  • AGS estimator,
  • BestShotQuality estimator;
  • How to extract face descriptors from images and match them.
Back to top