Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
DualCoding::VisualOdometry Class ReferenceGeneric visual odometry class; can be used for multiple algorithms. More...
Inheritance diagram for DualCoding::VisualOdometry:
Detailed DescriptionGeneric visual odometry class; can be used for multiple algorithms. Definition at line 18 of file VisualOdometry.h.
Constructor & Destructor Documentation
Definition at line 20 of file VisualOdometry.h.
Definition at line 22 of file VisualOdometry.h. Member Function Documentation
Reimplemented in DualCoding::ImageProfileOdometry. Definition at line 25 of file VisualOdometry.h.
Reimplemented in DualCoding::OpticalFlowOdometry. Definition at line 27 of file VisualOdometry.h.
Reimplemented in DualCoding::ImageProfileOdometry. Definition at line 26 of file VisualOdometry.h. Referenced by DualCoding::Pilot::SetOdometryMachine::doStop(), and DualCoding::Pilot::SetOdometryMachine::TurnHead::doStop().
Set parameters for converting from translation units (pixels) to rotation angle (radians). Implemented in DualCoding::OpticalFlowOdometry, and DualCoding::ImageProfileOdometry.
Number of milliseconds between odometry updates. Implemented in DualCoding::OpticalFlowOdometry, and DualCoding::ImageProfileOdometry.
Implemented in DualCoding::OpticalFlowOdometry, and DualCoding::ImageProfileOdometry. Member Data Documentation
Initial value:
RobotInfo::CameraResolutionX / (RobotInfo::CameraHorizFOV / M_PI * 180) Number of pixels of translation accross the camera frame per degree of camera rotation. Definition at line 37 of file VisualOdometry.h.
Definition at line 41 of file VisualOdometry.h. Referenced by getAngle(), DualCoding::ImageProfileOdometry::update(), and DualCoding::OpticalFlowOdometry::update().
Definition at line 42 of file VisualOdometry.h. Referenced by getTranslation(), DualCoding::ImageProfileOdometry::update(), and DualCoding::OpticalFlowOdometry::update().
True if not currently subscribed to images. Definition at line 40 of file VisualOdometry.h. Referenced by DualCoding::ImageProfileOdometry::update(), and DualCoding::OpticalFlowOdometry::update(). The documentation for this class was generated from the following files: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:21 2016 by Doxygen 1.6.3 |