#include <Camera.h>
Public Member Functions | |
CameraImages (const std::string &path, int startAt=1, bool refreshDir=false, float imageRate=0, unsigned int imageWidth=0, unsigned int imageHeight=0) | |
std::string | getPath () const |
virtual bool | init () |
virtual | ~CameraImages () |
Protected Member Functions | |
virtual cv::Mat | captureImage () |
Private Attributes | |
int | _count |
UDirectory * | _dir |
std::string | _lastFileName |
std::string | _path |
bool | _refreshDir |
int | _startAt |
rtabmap::CameraImages::CameraImages | ( | const std::string & | path, |
int | startAt = 1 , |
||
bool | refreshDir = false , |
||
float | imageRate = 0 , |
||
unsigned int | imageWidth = 0 , |
||
unsigned int | imageHeight = 0 |
||
) |
Definition at line 192 of file Camera.cpp.
rtabmap::CameraImages::~CameraImages | ( | void | ) | [virtual] |
Definition at line 208 of file Camera.cpp.
cv::Mat rtabmap::CameraImages::captureImage | ( | ) | [protected, virtual] |
Implements rtabmap::Camera.
Definition at line 243 of file Camera.cpp.
std::string rtabmap::CameraImages::getPath | ( | ) | const [inline] |
bool rtabmap::CameraImages::init | ( | ) | [virtual] |
Implements rtabmap::Camera.
Definition at line 216 of file Camera.cpp.
int rtabmap::CameraImages::_count [private] |
UDirectory* rtabmap::CameraImages::_dir [private] |
std::string rtabmap::CameraImages::_lastFileName [private] |
std::string rtabmap::CameraImages::_path [private] |
bool rtabmap::CameraImages::_refreshDir [private] |
int rtabmap::CameraImages::_startAt [private] |