Face Engine SDK  5.8.0
A face detection, recognition and tracking engine.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
FaceEngine.h
Go to the documentation of this file.
1 
8 #pragma once
9 
30 #include <fsdk/IFaceEngineMobile.h>
31 
32 namespace fsdk {
33 
34  using FaceEngineType = IFaceEngineMobile;
35  using FaceEnginePtrType = IFaceEngineMobilePtr;
36 
37 }