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_FILESTREAM_ENUM_CLASSES_HPP
2
#define OPENPOSE_FILESTREAM_ENUM_CLASSES_HPP
3
4
namespace
op
5
{
6
enum class
DataFormat
: unsigned char
7
{
8
Json
,
9
Xml
,
10
Yaml
,
11
Yml
,
12
};
13
14
enum class
CocoJsonFormat
: unsigned char
15
{
16
Body
,
17
Hand21
,
18
Hand42
,
19
Face
,
20
Foot
,
21
Car
,
22
Size
,
23
};
24
}
25
26
#endif
// OPENPOSE_FILESTREAM_ENUM_CLASSES_HPP
op
Definition:
cameraParameterReader.hpp:7
op::CocoJsonFormat
CocoJsonFormat
Definition:
enumClasses.hpp:15
op::CocoJsonFormat::Foot
@ Foot
op::CocoJsonFormat::Hand42
@ Hand42
op::CocoJsonFormat::Size
@ Size
op::CocoJsonFormat::Face
@ Face
op::CocoJsonFormat::Hand21
@ Hand21
op::CocoJsonFormat::Body
@ Body
op::CocoJsonFormat::Car
@ Car
op::DataFormat
DataFormat
Definition:
enumClasses.hpp:7
op::DataFormat::Yml
@ Yml
op::DataFormat::Yaml
@ Yaml
op::DataFormat::Xml
@ Xml
op::DataFormat::Json
@ Json
include
openpose
filestream
enumClasses.hpp
Generated by
1.9.1