#include <CameraStereoImages.h>

Public Member Functions | |
| CameraStereoImages (const std::string &pathLeftImages, const std::string &pathRightImages, bool rectifyImages=false, float imageRate=0.0f, const Transform &localTransform=CameraModel::opticalRotation()) | |
| CameraStereoImages (const std::string &pathLeftRightImages, 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 void | setMaxFrames (int value) |
| virtual void | setStartIndex (int index) |
| virtual | ~CameraStereoImages () |
Public Member Functions inherited from rtabmap::CameraImages | |
| CameraImages () | |
| CameraImages (const std::string &path, float imageRate=0, const Transform &localTransform=CameraModel::opticalRotation()) | |
| const CameraModel & | cameraModel () const |
| std::vector< std::string > | filenames () const |
| int | getBayerMode () const |
| double | getMaxPoseTimeDiff () const |
| std::string | getPath () const |
| unsigned int | imagesCount () const |
| bool | isImagesRectified () const |
| virtual bool | odomProvided () const |
| void | setBayerMode (int mode) |
| void | setConfigForEachFrame (bool value) |
| void | setDepth (bool isDepth, float depthScaleFactor=1.0f) |
| void | setDepthFromScan (bool enabled, int fillHoles=1, bool fillHolesFromBorder=false) |
| void | setDirRefreshed (bool enabled) |
| void | setGroundTruthPath (const std::string &filePath, int format=0) |
| void | setImagesRectified (bool enabled) |
| void | setMaxPoseTimeDiff (double diff) |
| void | setOdometryPath (const std::string &filePath, int format=0) |
| void | setPath (const std::string &dir) |
| void | setScanPath (const std::string &dir, int maxScanPts=0, const Transform &localTransform=Transform::getIdentity()) |
| void | setTimestamps (bool fileNamesAreStamps, const std::string &filePath="", bool syncImageRateWithStamps=true) |
| virtual | ~CameraImages () |
Public Member Functions inherited from rtabmap::Camera | |
| float | getImageRate () const |
| const Transform & | getLocalTransform () const |
| bool | initFromFile (const std::string &calibrationPath) |
| void | resetTimer () |
| void | setImageRate (float imageRate) |
| void | setLocalTransform (const Transform &localTransform) |
| SensorData | takeImage (CameraInfo *info=0) |
| virtual | ~Camera () |
Static Public Member Functions | |
| static bool | available () |
Protected Member Functions | |
| virtual SensorData | captureImage (CameraInfo *info=0) |
Protected Member Functions inherited from rtabmap::Camera | |
| Camera (float imageRate=0, const Transform &localTransform=CameraModel::opticalRotation()) | |
| int | getNextSeqID () |
Private Attributes | |
| CameraImages * | camera2_ |
| StereoCameraModel | stereoModel_ |
Definition at line 40 of file CameraStereoImages.h.
| rtabmap::CameraStereoImages::CameraStereoImages | ( | const std::string & | pathLeftImages, |
| const std::string & | pathRightImages, | ||
| bool | rectifyImages = false, |
||
| float | imageRate = 0.0f, |
||
| const Transform & | localTransform = CameraModel::opticalRotation() |
||
| ) |
Definition at line 40 of file CameraStereoImages.cpp.
| rtabmap::CameraStereoImages::CameraStereoImages | ( | const std::string & | pathLeftRightImages, |
| bool | rectifyImages = false, |
||
| float | imageRate = 0.0f, |
||
| const Transform & | localTransform = CameraModel::opticalRotation() |
||
| ) |
Definition at line 52 of file CameraStereoImages.cpp.
|
virtual |
Definition at line 77 of file CameraStereoImages.cpp.
|
static |
Definition at line 35 of file CameraStereoImages.cpp.
|
protectedvirtual |
returned rgb and depth images should be already rectified if calibration was loaded
Reimplemented from rtabmap::CameraImages.
Definition at line 158 of file CameraStereoImages.cpp.
|
virtual |
Reimplemented from rtabmap::CameraImages.
Definition at line 153 of file CameraStereoImages.cpp.
|
virtual |
Reimplemented from rtabmap::CameraImages.
Definition at line 84 of file CameraStereoImages.cpp.
|
virtual |
Reimplemented from rtabmap::CameraImages.
Definition at line 148 of file CameraStereoImages.cpp.
|
inlinevirtual |
Reimplemented from rtabmap::CameraImages.
Definition at line 65 of file CameraStereoImages.h.
|
inlinevirtual |
Reimplemented from rtabmap::CameraImages.
Definition at line 64 of file CameraStereoImages.h.
|
private |
Definition at line 71 of file CameraStereoImages.h.
|
private |
Definition at line 72 of file CameraStereoImages.h.