1 #ifndef OPENPOSE_WRAPPER_WRAPPER_STRUCT_INPUT_HPP
2 #define OPENPOSE_WRAPPER_WRAPPER_STRUCT_INPUT_HPP
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,
105 const String& cameraParameterPath =
"models/cameraParameters/",
106 const bool undistortImage =
false,
const int numberViews = -1);