![]() |
Visual Servoing Platform
version 3.6.1 under development (2025-02-17)
|
#include <visp3/rbt/vpRBSilhouettePoint.h>
Public Member Functions | |
vpRBSilhouettePoint (unsigned int i, unsigned int j, const vpColVector &normal, double orientation, double Z) | |
Public Attributes | |
unsigned int | i |
unsigned int | j |
vpColVector | normal |
double | orientation |
double | Z |
Silhouette point simple candidate representation.
Definition at line 46 of file vpRBSilhouettePoint.h.
|
inline |
Point depth.
Definition at line 54 of file vpRBSilhouettePoint.h.
unsigned int vpRBSilhouettePoint::i |
Definition at line 49 of file vpRBSilhouettePoint.h.
Referenced by vpRBSilhouetteCCDTracker::extractFeatures(), vpRBSilhouetteMeTracker::extractFeatures(), and vpRBProbabilistic3DDriftDetector::update().
unsigned int vpRBSilhouettePoint::j |
Definition at line 49 of file vpRBSilhouettePoint.h.
Referenced by vpRBSilhouetteCCDTracker::extractFeatures(), vpRBSilhouetteMeTracker::extractFeatures(), and vpRBProbabilistic3DDriftDetector::update().
vpColVector vpRBSilhouettePoint::normal |
Pixel coordinates of the silhouette point.
Definition at line 50 of file vpRBSilhouettePoint.h.
Referenced by vpRBSilhouetteCCDTracker::extractFeatures(), and vpRBSilhouetteMeTracker::extractFeatures().
double vpRBSilhouettePoint::orientation |
Normal to the silhouette at point i,j, in world frame.
Definition at line 51 of file vpRBSilhouettePoint.h.
Referenced by vpRBSilhouetteCCDTracker::extractFeatures(), and vpRBSilhouetteMeTracker::extractFeatures().
double vpRBSilhouettePoint::Z |
angle of the normal in the image.
Definition at line 52 of file vpRBSilhouettePoint.h.
Referenced by vpRBSilhouetteCCDTracker::extractFeatures(), and vpRBSilhouetteMeTracker::extractFeatures().