![]() |
Visual Servoing Platform version 3.7.0
|
#include <vpRBVisualOdometry.h>
Public Member Functions | |
| vpRBVisualOdometry () | |
| virtual | ~vpRBVisualOdometry ()=default |
| virtual void | compute (const vpRBFeatureTrackerInput &frame, const vpRBFeatureTrackerInput &previousFrame)=0 |
| virtual void | reset () |
| virtual vpHomogeneousMatrix | getCameraMotion () const =0 |
| virtual vpHomogeneousMatrix | getCameraPose () const =0 |
Tutorials
If you want to have an in-depth presentation of the Render-Based Tracker (RBT), you may have a look at:
Definition at line 52 of file vpRBVisualOdometry.h.
| BEGIN_VISP_NAMESPACE vpRBVisualOdometry::vpRBVisualOdometry | ( | ) |
Definition at line 35 of file vpRBVisualOdometry.cpp.
|
virtualdefault |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
inlinevirtual |
Definition at line 58 of file vpRBVisualOdometry.h.