OpenPose  1.0.0rc2
OpenPose: A Real-Time Multi-Person Key-Point Detection And Multi-Threading C++ Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
wrapperStructInput.hpp
Go to the documentation of this file.
1 #ifndef OPENPOSE_WRAPPER_WRAPPER_STRUCT_INPUT_HPP
2 #define OPENPOSE_WRAPPER_WRAPPER_STRUCT_INPUT_HPP
3 
4 #include <limits> // std::numeric_limits
7 
8 namespace op
9 {
15  {
21 
28 
33  unsigned long long frameFirst;
34 
40  unsigned long long frameStep;
41 
46  unsigned long long frameLast;
47 
52 
56  bool frameFlip;
57 
63 
68 
73 
77  double webcamFps;
78 
83 
88 
92  unsigned int imageDirectoryStereo;
93 
100  const std::string& producerString = "", const unsigned long long frameFirst = 0,
101  const unsigned long long frameStep = 1,
102  const unsigned long long frameLast = std::numeric_limits<unsigned long long>::max(),
103  const bool realTimeProcessing = false, const bool frameFlip = false,
104  const int frameRotate = 0, const bool framesRepeat = false,
105  const Point<int>& cameraResolution = Point<int>{-1,-1}, const double webcamFps = 30.,
106  const std::string& cameraParameterPath = "models/cameraParameters/",
107  const bool undistortImage = true, const unsigned int imageDirectoryStereo = 1);
108  };
109 }
110 
111 #endif // OPENPOSE_WRAPPER_WRAPPER_STRUCT_INPUT_HPP
std::string cameraParameterPath
Definition: wrapperStructInput.hpp:82
bool frameFlip
Definition: wrapperStructInput.hpp:56
bool framesRepeat
Definition: wrapperStructInput.hpp:67
bool realTimeProcessing
Definition: wrapperStructInput.hpp:51
Definition: wrapperStructInput.hpp:14
unsigned long long frameStep
Definition: wrapperStructInput.hpp:40
bool undistortImage
Definition: wrapperStructInput.hpp:87
Point< int > cameraResolution
Definition: wrapperStructInput.hpp:72
ProducerType producerType
Definition: wrapperStructInput.hpp:20
unsigned long long frameLast
Definition: wrapperStructInput.hpp:46
std::string producerString
Definition: wrapperStructInput.hpp:27
unsigned int imageDirectoryStereo
Definition: wrapperStructInput.hpp:92
ProducerType
Definition: enumClasses.hpp:28
#define OP_API
Definition: macros.hpp:18
int frameRotate
Definition: wrapperStructInput.hpp:62
unsigned long long frameFirst
Definition: wrapperStructInput.hpp:33
double webcamFps
Definition: wrapperStructInput.hpp:77
std::string string
Definition: cl2.hpp:574