OpenPose  1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros
datum3D.hpp
Go to the documentation of this file.
1 #ifndef OPENPOSE_EXPERIMENTAL_3D_DATUM_3D_HPP
2 #define OPENPOSE_EXPERIMENTAL_3D_DATUM_3D_HPP
3 
6 
7 namespace op
8 {
9  // Following OpenPose `tutorial_wrapper/` examples, we create our own class inherited from Datum
10  // See `examples/tutorial_wrapper/` for more details
11  struct OP_API Datum3D : public Datum
12  {
17  };
18 }
19 
20 #endif // OPENPOSE_EXPERIMENTAL_3D_DATUM_3D_HPP
Array< float > leftHandKeypoints3D
Definition: datum3D.hpp:15
Array< float > rightHandKeypoints3D
Definition: datum3D.hpp:16
Array< float > poseKeypoints3D
Definition: datum3D.hpp:13
Definition: datum3D.hpp:11
Definition: datum.hpp:15
#define OP_API
Definition: macros.hpp:9
Array< float > faceKeypoints3D
Definition: datum3D.hpp:14