1 #ifndef OPENPOSE_PRODUCER_VIDEO_READER_HPP
2 #define OPENPOSE_PRODUCER_VIDEO_READER_HPP
26 const std::string& videoPath,
const std::string& cameraParameterPath =
"",
27 const bool undistortImage =
false,
const int numberViews = -1);
38 double get(
const int capProperty);
40 void set(
const int capProperty,
const double value);
43 const std::string mPathName;
47 std::vector<Matrix> getRawFrames();
virtual bool isOpened() const
double get(const int capProperty)
void set(const int capProperty, const double value)
VideoReader(const std::string &videoPath, const std::string &cameraParameterPath="", const bool undistortImage=false, const int numberViews=-1)
std::string getNextFrameName()
#define DELETE_COPY(className)