Face Engine SDK  5.23.1
A face detection, recognition and tracking engine.
include/fsdk/FaceEngine.h
Go to the documentation of this file.
00001 
00008 #pragma once
00009 
00032 #include <fsdk/IFaceEngineMobile.h>
00033 
00034 namespace fsdk {
00035 
00036     using FaceEngineType = IFaceEngineMobile;
00037     using FaceEnginePtrType = IFaceEngineMobilePtr;
00038 
00039 } // namespace fsdk
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines