#include <CameraStereoVideo.h>
|
| CameraStereoVideo (const std::string &pathSideBySide, bool rectifyImages=false, float imageRate=0.0f, const Transform &localTransform=CameraModel::opticalRotation()) |
|
| CameraStereoVideo (const std::string &pathLeft, const std::string &pathRight, bool rectifyImages=false, float imageRate=0.0f, const Transform &localTransform=CameraModel::opticalRotation()) |
|
| CameraStereoVideo (int device, bool rectifyImages=false, float imageRate=0.0f, const Transform &localTransform=CameraModel::opticalRotation()) |
|
| CameraStereoVideo (int deviceLeft, int deviceRight, bool rectifyImages=false, float imageRate=0.0f, const Transform &localTransform=CameraModel::opticalRotation()) |
|
virtual std::string | getSerial () const |
|
virtual bool | init (const std::string &calibrationFolder=".", const std::string &cameraName="") |
|
virtual bool | isCalibrated () const |
|
virtual | ~CameraStereoVideo () |
|
float | getImageRate () const |
|
const Transform & | getLocalTransform () const |
|
bool | initFromFile (const std::string &calibrationPath) |
|
virtual bool | odomProvided () const |
|
void | resetTimer () |
|
void | setImageRate (float imageRate) |
|
void | setLocalTransform (const Transform &localTransform) |
|
SensorData | takeImage (CameraInfo *info=0) |
|
virtual | ~Camera () |
|
Definition at line 38 of file CameraStereoVideo.h.
rtabmap::CameraStereoVideo::CameraStereoVideo |
( |
const std::string & |
pathLeft, |
|
|
const std::string & |
pathRight, |
|
|
bool |
rectifyImages = false , |
|
|
float |
imageRate = 0.0f , |
|
|
const Transform & |
localTransform = CameraModel::opticalRotation() |
|
) |
| |
rtabmap::CameraStereoVideo::~CameraStereoVideo |
( |
| ) |
|
|
virtual |
bool rtabmap::CameraStereoVideo::available |
( |
| ) |
|
|
static |
std::string rtabmap::CameraStereoVideo::getSerial |
( |
| ) |
const |
|
virtual |
bool rtabmap::CameraStereoVideo::init |
( |
const std::string & |
calibrationFolder = "." , |
|
|
const std::string & |
cameraName = "" |
|
) |
| |
|
virtual |
bool rtabmap::CameraStereoVideo::isCalibrated |
( |
| ) |
const |
|
virtual |
std::string rtabmap::CameraStereoVideo::cameraName_ |
|
private |
cv::VideoCapture rtabmap::CameraStereoVideo::capture2_ |
|
private |
cv::VideoCapture rtabmap::CameraStereoVideo::capture_ |
|
private |
std::string rtabmap::CameraStereoVideo::path2_ |
|
private |
std::string rtabmap::CameraStereoVideo::path_ |
|
private |
bool rtabmap::CameraStereoVideo::rectifyImages_ |
|
private |
int rtabmap::CameraStereoVideo::usbDevice2_ |
|
private |
int rtabmap::CameraStereoVideo::usbDevice_ |
|
private |
The documentation for this class was generated from the following files: