|
| | CameraRGBDImages (const std::string &pathRGBImages, const std::string &pathDepthImages, float depthScaleFactor=1.0f, float imageRate=0.0f, const Transform &localTransform=CameraModel::opticalRotation()) |
| |
| virtual bool | init (const std::string &calibrationFolder=".", const std::string &cameraName="") |
| |
| virtual void | setMaxFrames (int value) |
| |
| virtual void | setStartIndex (int index) |
| |
| virtual | ~CameraRGBDImages () |
| |
| | 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 |
| |
| virtual std::string | getSerial () const |
| |
| unsigned int | imagesCount () const |
| |
| virtual bool | isCalibrated () 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 () |
| |
| 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 () |
| |
Definition at line 35 of file CameraRGBDImages.h.