Face Engine SDK  5.14.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 
32 #include <fsdk/IFaceEngine.h>
33 
34 namespace fsdk {
35 
36  using FaceEngineType = IFaceEngine;
37  using FaceEnginePtrType = IFaceEnginePtr;
38 
39 }