Face Engine SDK  5.17.0
A face detection, recognition and tracking engine.
include/fsdk/Types/RotationType.h
00001 #pragma once
00002 
00003 #include <cstdint>
00004 
00005 namespace fsdk {
00006 
00010     enum RotationType : uint32_t {
00011         RT_NONE = 0,        
00012         RT_LEFT = 1,        
00013         RT_UPSIDE_DOWN = 2, 
00014         RT_RIGHT = 3        
00015     };
00016 } // namespace fsdk
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines