1 #ifndef OPENPOSE_PRODUCER_FLIR_READER_HPP
2 #define OPENPOSE_PRODUCER_FLIR_READER_HPP
22 const bool undistortImage =
true,
const int cameraIndex = -1);
38 double get(
const int capProperty);
40 void set(
const int capProperty,
const double value);
45 unsigned long long mFrameNameCounter;
49 std::vector<Matrix> getRawFrames();
double get(const int capProperty)
std::string getNextFrameName()
std::vector< Matrix > getCameraMatrices()
FlirReader(const std::string &cameraParametersPath, const Point< int > &cameraResolution, const bool undistortImage=true, const int cameraIndex=-1)
std::vector< Matrix > getCameraIntrinsics()
std::vector< Matrix > getCameraExtrinsics()
void set(const int capProperty, const double value)
#define DELETE_COPY(className)