Banuba SDK
Loading...
Searching...
No Matches
Enumerations
action_units_indices.hpp File Reference
#include <functional>

Go to the source code of this file.

Enumerations

enum class  bnb::interfaces::action_units_indices : int {
  BrowDownLeft , BrowDownRight , BrowInnerUp , BrowOuterUpLeft ,
  BrowOuterUpRight , CheekPuff , CheekSquintLeft , CheekSquintRight ,
  JawForward , JawLeft , JawRight , JawOpen ,
  MouthClose , MouthFunnel , MouthPucker , MouthLeft ,
  MouthRight , MouthSmileLeft , MouthSmileRight , MouthDimpleLeft ,
  MouthDimpleRight , MouthRollUpper , MouthShrugUpper , MouthShrugLower ,
  MouthRollLower , MouthFrownLeft , MouthFrownRight , MouthUpperUpLeft ,
  MouthUpperUpRight , MouthLowerDownLeft , MouthLowerDownRight , NoseSneerLeft ,
  NoseSneerRight , MouthPressLeft , MouthPressRight , MouthStretchLeft ,
  MouthStretchRight , EyeBlinkLeft , EyeBlinkRight , EyeWideLeft ,
  EyeWideRight , EyeSquintLeft , EyeSquintRight , EyeLookDownLeft ,
  EyeLookInLeft , EyeLookOutLeft , EyeLookUpLeft , EyeLookDownRight ,
  EyeLookInRight , EyeLookOutRight , EyeLookUpRight , total_au_count
}
 

Enumeration Type Documentation

◆ action_units_indices

enum class bnb::interfaces::action_units_indices : int
strong
Enumerator
BrowDownLeft 

0

JawLeft 

9

MouthDimpleLeft 

19

MouthLowerDownLeft 

29

EyeWideLeft 

39

EyeLookUpRight 

50

total_au_count 

51

Definition at line 14 of file action_units_indices.hpp.

14 : int {
15 /**0 */
17 BrowDownRight,
18 BrowInnerUp,
19 BrowOuterUpLeft,
20 BrowOuterUpRight,
21 CheekPuff,
22 CheekSquintLeft,
23 CheekSquintRight,
24 JawForward,
25 /**9 */
26 JawLeft,
27 JawRight,
28 JawOpen,
29 MouthClose,
30 MouthFunnel,
31 MouthPucker,
32 MouthLeft,
33 MouthRight,
34 MouthSmileLeft,
35 MouthSmileRight,
36 /**19 */
38 MouthDimpleRight,
39 MouthRollUpper,
40 MouthShrugUpper,
41 MouthShrugLower,
42 MouthRollLower,
43 MouthFrownLeft,
44 MouthFrownRight,
45 MouthUpperUpLeft,
46 MouthUpperUpRight,
47 /**29 */
49 MouthLowerDownRight,
50 NoseSneerLeft,
51 NoseSneerRight,
52 MouthPressLeft,
53 MouthPressRight,
54 MouthStretchLeft,
55 MouthStretchRight,
56 EyeBlinkLeft,
57 EyeBlinkRight,
58 /**39 */
60 EyeWideRight,
61 EyeSquintLeft,
62 EyeSquintRight,
63 EyeLookDownLeft,
64 EyeLookInLeft,
65 EyeLookOutLeft,
66 EyeLookUpLeft,
67 EyeLookDownRight,
68 EyeLookInRight,
69 EyeLookOutRight,
70 /**50 */
72 /**51 */
74};