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 
79 
84 
93 
100  const ProducerType producerType = ProducerType::None, const std::string& producerString = "",
101  const unsigned long long frameFirst = 0, 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, const int frameRotate = 0,
104  const bool framesRepeat = false, const Point<int>& cameraResolution = Point<int>{-1,-1},
105  const std::string& cameraParameterPath = "models/cameraParameters/",
106  const bool undistortImage = false, const int numberViews = -1);
107  };
108 }
109 
110 #endif // OPENPOSE_WRAPPER_WRAPPER_STRUCT_INPUT_HPP
std::string cameraParameterPath
Definition: wrapperStructInput.hpp:78
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:83
int numberViews
Definition: wrapperStructInput.hpp:92
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
ProducerType
Definition: enumClasses.hpp:29
#define OP_API
Definition: macros.hpp:19
int frameRotate
Definition: wrapperStructInput.hpp:62
unsigned long long frameFirst
Definition: wrapperStructInput.hpp:33
std::string string
Definition: cl2.hpp:574