![]() |
Face Engine SDK
5.17.0
A face detection, recognition and tracking engine.
|
00001 #pragma once 00002 00003 #include <cstdint> 00004 00005 namespace fsdk { 00006 00010 enum OrientationType : uint32_t { 00011 OT_NORMAL = 0, 00012 OT_LEFT = 1, 00013 OT_UPSIDE_DOWN = 2, 00014 OT_RIGHT = 3 00015 }; 00016 }