#include <CameraStereoZed.h>
|
| | CameraStereoZed (int deviceId, int resolution=2, int quality=1, int sensingMode=0, int confidenceThr=100, bool computeOdometry=false, float imageRate=0.0f, const Transform &localTransform=CameraModel::opticalRotation(), bool selfCalibration=true, bool odomForce3DoF=false, int texturenessConfidenceThr=90) |
| |
| | CameraStereoZed (const std::string &svoFilePath, int quality=1, int sensingMode=0, int confidenceThr=100, bool computeOdometry=false, float imageRate=0.0f, const Transform &localTransform=CameraModel::opticalRotation(), bool selfCalibration=true, bool odomForce3DoF=false, int texturenessConfidenceThr=90) |
| |
| virtual std::string | getSerial () const |
| |
| virtual bool | init (const std::string &calibrationFolder=".", const std::string &cameraName="") |
| |
| virtual bool | isCalibrated () const |
| |
| virtual bool | odomProvided () const |
| |
| void | publishInterIMU (bool enabled) |
| |
| virtual | ~CameraStereoZed () |
| |
| 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 45 of file CameraStereoZed.h.
| rtabmap::CameraStereoZed::CameraStereoZed |
( |
int |
deviceId, |
|
|
int |
resolution = 2, |
|
|
int |
quality = 1, |
|
|
int |
sensingMode = 0, |
|
|
int |
confidenceThr = 100, |
|
|
bool |
computeOdometry = false, |
|
|
float |
imageRate = 0.0f, |
|
|
const Transform & |
localTransform = CameraModel::opticalRotation(), |
|
|
bool |
selfCalibration = true, |
|
|
bool |
odomForce3DoF = false, |
|
|
int |
texturenessConfidenceThr = 90 |
|
) |
| |
| rtabmap::CameraStereoZed::CameraStereoZed |
( |
const std::string & |
svoFilePath, |
|
|
int |
quality = 1, |
|
|
int |
sensingMode = 0, |
|
|
int |
confidenceThr = 100, |
|
|
bool |
computeOdometry = false, |
|
|
float |
imageRate = 0.0f, |
|
|
const Transform & |
localTransform = CameraModel::opticalRotation(), |
|
|
bool |
selfCalibration = true, |
|
|
bool |
odomForce3DoF = false, |
|
|
int |
texturenessConfidenceThr = 90 |
|
) |
| |
| rtabmap::CameraStereoZed::~CameraStereoZed |
( |
| ) |
|
|
virtual |
| bool rtabmap::CameraStereoZed::available |
( |
| ) |
|
|
static |
| std::string rtabmap::CameraStereoZed::getSerial |
( |
| ) |
const |
|
virtual |
| bool rtabmap::CameraStereoZed::init |
( |
const std::string & |
calibrationFolder = ".", |
|
|
const std::string & |
cameraName = "" |
|
) |
| |
|
virtual |
| bool rtabmap::CameraStereoZed::isCalibrated |
( |
| ) |
const |
|
virtual |
| bool rtabmap::CameraStereoZed::odomProvided |
( |
| ) |
const |
|
virtual |
| void rtabmap::CameraStereoZed::publishInterIMU |
( |
bool |
enabled | ) |
|
The documentation for this class was generated from the following files: