OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
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 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 String& cameraParameterPath = "models/cameraParameters/",
106  const bool undistortImage = false, const int numberViews = -1);
107  };
108 }
109 
110 #endif // OPENPOSE_WRAPPER_WRAPPER_STRUCT_INPUT_HPP
#define OP_API
Definition: macros.hpp:18
ProducerType
Definition: enumClasses.hpp:30
WrapperStructInput(const ProducerType producerType=ProducerType::None, const String &producerString="", const unsigned long long frameFirst=0, const unsigned long long frameStep=1, const unsigned long long frameLast=std::numeric_limits< unsigned long long >::max(), const bool realTimeProcessing=false, const bool frameFlip=false, const int frameRotate=0, const bool framesRepeat=false, const Point< int > &cameraResolution=Point< int >{-1,-1}, const String &cameraParameterPath="models/cameraParameters/", const bool undistortImage=false, const int numberViews=-1)
unsigned long long frameLast
unsigned long long frameStep
unsigned long long frameFirst