Skip to content

Quick Start Guide#

This short guide will help you to get started with the SDK.

FaceEngineSDK is the core library. It allows to implement the following functionality:

  • Faces detection;
  • Faces normalization (warping);
  • Landmarks location on faces;
  • Face descriptor extraction and matching;
  • Estimators :
    • Eyes estimator (opened/closed eyes);
    • Head pose estimator;
    • AGS estimator;
    • BestShotQuality Estimator.

FaceEngineSDK library is available in two versions: Frontend Edition (FE) and Complete Edition (CE):

  • Complete Edition supports all functionality;
  • Frontend Edition is a light version with excluded descriptor functionality (does not support descriptor extraction and matching).
Back to top