#include <CameraStereoVideo.h>
|
| CameraStereoVideo (const std::string &pathSideBySide, bool rectifyImages=false, float imageRate=0.0f, const Transform &localTransform=Transform::getIdentity()) |
|
| CameraStereoVideo (const std::string &pathLeft, const std::string &pathRight, bool rectifyImages=false, float imageRate=0.0f, const Transform &localTransform=Transform::getIdentity()) |
|
| CameraStereoVideo (int device, bool rectifyImages=false, float imageRate=0.0f, const Transform &localTransform=Transform::getIdentity()) |
|
| CameraStereoVideo (int deviceLeft, int deviceRight, bool rectifyImages=false, float imageRate=0.0f, const Transform &localTransform=Transform::getIdentity()) |
|
virtual std::string | getSerial () const |
|
virtual bool | init (const std::string &calibrationFolder=".", const std::string &cameraName="") |
|
virtual bool | isCalibrated () const |
|
void | setResolution (int width, int height) |
|
virtual | ~CameraStereoVideo () |
|
float | getImageRate () const |
|
const Transform & | getLocalTransform () const |
|
virtual bool | getPose (double stamp, Transform &pose, cv::Mat &covariance) |
|
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.
◆ CameraStereoVideo() [1/4]
◆ CameraStereoVideo() [2/4]
◆ CameraStereoVideo() [3/4]
◆ CameraStereoVideo() [4/4]
rtabmap::CameraStereoVideo::CameraStereoVideo |
( |
int |
deviceLeft, |
|
|
int |
deviceRight, |
|
|
bool |
rectifyImages = false , |
|
|
float |
imageRate = 0.0f , |
|
|
const Transform & |
localTransform = Transform::getIdentity() |
|
) |
| |
◆ ~CameraStereoVideo()
rtabmap::CameraStereoVideo::~CameraStereoVideo |
( |
| ) |
|
|
virtual |
◆ available()
bool rtabmap::CameraStereoVideo::available |
( |
| ) |
|
|
static |
◆ captureImage()
◆ getSerial()
std::string rtabmap::CameraStereoVideo::getSerial |
( |
| ) |
const |
|
virtual |
◆ init()
bool rtabmap::CameraStereoVideo::init |
( |
const std::string & |
calibrationFolder = "." , |
|
|
const std::string & |
cameraName = "" |
|
) |
| |
|
virtual |
◆ isCalibrated()
bool rtabmap::CameraStereoVideo::isCalibrated |
( |
| ) |
const |
|
virtual |
◆ setResolution()
void rtabmap::CameraStereoVideo::setResolution |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
inline |
◆ _height
int rtabmap::CameraStereoVideo::_height |
|
private |
◆ _width
int rtabmap::CameraStereoVideo::_width |
|
private |
◆ cameraName_
◆ capture2_
cv::VideoCapture rtabmap::CameraStereoVideo::capture2_ |
|
private |
◆ capture_
cv::VideoCapture rtabmap::CameraStereoVideo::capture_ |
|
private |
◆ path2_
◆ path_
◆ rectifyImages_
bool rtabmap::CameraStereoVideo::rectifyImages_ |
|
private |
◆ src_
◆ stereoModel_
◆ usbDevice2_
int rtabmap::CameraStereoVideo::usbDevice2_ |
|
private |
◆ usbDevice_
int rtabmap::CameraStereoVideo::usbDevice_ |
|
private |
The documentation for this class was generated from the following files: