OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
enumClasses.hpp
Go to the documentation of this file.
1 #ifndef OPENPOSE_POSE_ENUM_CLASSES_HPP
2 #define OPENPOSE_POSE_ENUM_CLASSES_HPP
3 
4 namespace op
5 {
9  enum class PoseModel : unsigned char
10  {
14  BODY_25 = 0,
15  COCO_18,
16  MPI_15,
17  MPI_15_4,
18  BODY_19,
19  BODY_19_X2,
20  BODY_19N,
21  BODY_25E,
22  CAR_12,
23  BODY_25D,
24  BODY_23,
25  CAR_22,
26  BODY_19E,
27  BODY_25B,
28  BODY_135,
29  Size,
30  };
31 
32  enum class PoseProperty : unsigned char
33  {
34  NMSThreshold = 0,
39  Size,
40  };
41 }
42 
43 #endif // OPENPOSE_POSE_ENUM_CLASSES_HPP
PoseProperty
Definition: enumClasses.hpp:33
PoseModel
Definition: enumClasses.hpp:10