Visual Servoing Platform
version 3.6.1 under development (2025-01-11)
|
#include <visp3/rbt/vpRBDenseDepthTracker.h>
Public Member Functions | |
vpDepthPoint () | |
void | update (const vpHomogeneousMatrix &cMo, const vpRotationMatrix &cRo) |
void | error (vpColVector &e, unsigned i) const |
void | interaction (vpMatrix &L, unsigned i) |
Public Attributes | |
vpPoint | oP |
vpColVector | currentPoint |
vpColVector | cameraNormal |
vpColVector | objectNormal |
vpImagePoint | pixelPos |
Definition at line 133 of file vpRBDenseDepthTracker.h.
|
inline |
Definition at line 135 of file vpRBDenseDepthTracker.h.
|
inline |
Definition at line 146 of file vpRBDenseDepthTracker.h.
Referenced by vpRBDenseDepthTracker::computeVVSIter().
|
inline |
Definition at line 155 of file vpRBDenseDepthTracker.h.
Referenced by vpRBDenseDepthTracker::computeVVSIter().
|
inline |
Definition at line 138 of file vpRBDenseDepthTracker.h.
Referenced by vpRBDenseDepthTracker::computeVVSIter().
vpColVector vpRBDenseDepthTracker::vpDepthPoint::cameraNormal |
Definition at line 174 of file vpRBDenseDepthTracker.h.
vpColVector vpRBDenseDepthTracker::vpDepthPoint::currentPoint |
Definition at line 173 of file vpRBDenseDepthTracker.h.
Referenced by vpRBDenseDepthTracker::extractFeatures().
vpColVector vpRBDenseDepthTracker::vpDepthPoint::objectNormal |
Definition at line 175 of file vpRBDenseDepthTracker.h.
Referenced by vpRBDenseDepthTracker::extractFeatures().
vpPoint vpRBDenseDepthTracker::vpDepthPoint::oP |
Definition at line 172 of file vpRBDenseDepthTracker.h.
Referenced by vpRBDenseDepthTracker::extractFeatures().
vpImagePoint vpRBDenseDepthTracker::vpDepthPoint::pixelPos |
Definition at line 176 of file vpRBDenseDepthTracker.h.
Referenced by vpRBDenseDepthTracker::display(), and vpRBDenseDepthTracker::extractFeatures().