ViSP
2.9.0
|
#include <vpMbEdgeKltTracker.h>
Public Member Functions | |
vpMbEdgeKltTracker () | |
virtual | ~vpMbEdgeKltTracker () |
virtual void | display (const vpImage< unsigned char > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, const vpColor &col, const unsigned int thickness=1, const bool displayFullModel=false) |
virtual void | display (const vpImage< vpRGBa > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, const vpColor &col, const unsigned int thickness=1, const bool displayFullModel=false) |
virtual double | getAngleAppear () const |
virtual double | getAngleDisappear () const |
virtual unsigned int | getClipping () const |
vpMbHiddenFaces< vpMbtKltPolygon > & | getFaces () |
virtual double | getFarClippingDistance () const |
virtual double | getLambda () const |
virtual unsigned int | getMaxIter () const |
virtual double | getNearClippingDistance () const |
void | loadConfigFile (const char *configFile) |
virtual void | loadConfigFile (const std::string &configFile) |
virtual void | loadModel (const std::string &modelFile) |
void | resetTracker () |
virtual void | setAngleAppear (const double &a) |
virtual void | setAngleDisappear (const double &a) |
virtual void | setCameraParameters (const vpCameraParameters &cam) |
virtual void | setClipping (const unsigned int &flags) |
virtual void | setFarClippingDistance (const double &dist) |
virtual void | setLambda (const double gain) |
virtual void | setMaxIter (const unsigned int max) |
virtual void | setNearClippingDistance (const double &dist) |
virtual void | setOgreVisibilityTest (const bool &v) |
virtual void | setPose (const vpImage< unsigned char > &I, const vpHomogeneousMatrix &cdMo) |
virtual void | testTracking () |
virtual void | track (const vpImage< unsigned char > &I) |
CvPoint2D32f * | getKltPoints () |
std::vector< vpImagePoint > | getKltImagePoints () const |
std::map< int, vpImagePoint > | getKltImagePointsWithId () const |
vpKltOpencv | getKltOpencv () const |
unsigned int | getMaskBorder () const |
int | getNbKltPoints () const |
double | getThresholdAcceptation () const |
void | setKltOpencv (const vpKltOpencv &t) |
void | setMaskBorder (const unsigned int &e) |
void | setThresholdAcceptation (const double th) |
virtual void | getCameraParameters (vpCameraParameters &camera) const |
virtual vpMatrix | getCovarianceMatrix () const |
void | getPose (vpHomogeneousMatrix &cMo_) const |
vpHomogeneousMatrix | getPose () const |
virtual void | initClick (const vpImage< unsigned char > &I, const std::string &initFile, const bool displayHelp=false) |
virtual void | initClick (const vpImage< unsigned char > &I, const std::vector< vpPoint > &points3D_list, const std::string &displayFile="") |
virtual void | initFromPoints (const vpImage< unsigned char > &I, const std::string &initFile) |
virtual void | initFromPoints (const vpImage< unsigned char > &I, const std::vector< vpImagePoint > &points2D_list, const std::vector< vpPoint > &points3D_list) |
virtual void | initFromPose (const vpImage< unsigned char > &I, const std::string &initFile) |
virtual void | initFromPose (const vpImage< unsigned char > &I, const vpHomogeneousMatrix &cMo) |
virtual void | initFromPose (const vpImage< unsigned char > &I, const vpPoseVector &cPo) |
void | savePose (const std::string &filename) |
virtual void | setCovarianceComputation (const bool &flag) |
void | setDisplayFeatures (const bool displayF) |
void | setPoseSavingFilename (const std::string &filename) |
double | getFirstThreshold () const |
void | getLline (std::list< vpMbtDistanceLine * > &linesList, const unsigned int level=0) |
void | getLcylinder (std::list< vpMbtDistanceCylinder * > &cylindersList, const unsigned int level=0) |
void | getMovingEdge (vpMe &p_me) const |
unsigned int | getNbPoints (const unsigned int level=0) const |
unsigned int | getNbPolygon () const |
vpMbtPolygon * | getPolygon (const unsigned int index) |
std::vector< bool > | getScales () const |
void | loadModel (const char *cad_name) |
void | reInitModel (const vpImage< unsigned char > &I, const char *cad_name, const vpHomogeneousMatrix &cMo) |
void | setDisplayMovingEdges (const bool displayMe) |
void | setFirstThreshold (const double threshold1) |
void | setMovingEdge (const vpMe &me) |
void | setScales (const std::vector< bool > &_scales) |
Protected Member Functions | |
void | computeVVS (const vpImage< unsigned char > &I, const unsigned int &nbInfos, vpColVector &w_mbt, vpColVector &w_klt, const unsigned int lvl=0) |
virtual void | init (const vpImage< unsigned char > &I) |
virtual void | initCylinder (const vpPoint &, const vpPoint &, const double, const unsigned int) |
virtual void | initFaceFromCorners (const std::vector< vpPoint > &corners, const unsigned int indexFace=-1) |
unsigned int | initMbtTracking (const unsigned int level=0) |
bool | postTracking (const vpImage< unsigned char > &I, vpColVector &w_mbt, vpColVector &w_klt, const unsigned int lvl=0) |
void | postTrackingMbt (vpColVector &w, const unsigned int level=0) |
unsigned int | trackFirstLoop (const vpImage< unsigned char > &I, vpColVector &factor, const unsigned int lvl=0) |
void | trackSecondLoop (const vpImage< unsigned char > &I, vpMatrix &L, vpColVector &_error, vpHomogeneousMatrix &cMo, const unsigned int lvl=0) |
virtual void | reinit (const vpImage< unsigned char > &I) |
void | computeVVS (const unsigned int &nbInfos, vpColVector &w) |
void | preTracking (const vpImage< unsigned char > &I, unsigned int &nbInfos, unsigned int &nbFaceUsed) |
bool | postTracking (const vpImage< unsigned char > &I, vpColVector &w) |
void | computeJTR (const vpMatrix &J, const vpColVector &R, vpMatrix &JTR) |
virtual void | extractGroup (SoVRMLGroup *sceneGraphVRML2, vpHomogeneousMatrix &transform, unsigned int &indexFace) |
virtual void | extractFaces (SoVRMLIndexedFaceSet *face_set, vpHomogeneousMatrix &transform, unsigned int &indexFace) |
virtual void | extractLines (SoVRMLIndexedLineSet *line_set) |
virtual void | extractCylinders (SoVRMLIndexedFaceSet *face_set, vpHomogeneousMatrix &transform) |
vpPoint | getGravityCenter (const std::vector< vpPoint > &_pts) |
virtual void | loadVRMLModel (const std::string &modelFile) |
virtual void | loadCAOModel (const std::string &modelFile) |
void | addCylinder (const vpPoint &P1, const vpPoint &P2, const double r, const std::string &name="") |
void | addLine (vpPoint &p1, vpPoint &p2, int polygone=-1, std::string name="") |
void | addPolygon (vpMbtPolygon &p) |
void | cleanPyramid (std::vector< const vpImage< unsigned char > * > &_pyramid) |
void | computeVVS (const vpImage< unsigned char > &_I) |
void | downScale (const unsigned int _scale) |
void | initMovingEdge (const vpImage< unsigned char > &I, const vpHomogeneousMatrix &_cMo) |
void | initPyramid (const vpImage< unsigned char > &_I, std::vector< const vpImage< unsigned char > * > &_pyramid) |
void | reInitLevel (const unsigned int _lvl) |
void | reinitMovingEdge (const vpImage< unsigned char > &I, const vpHomogeneousMatrix &_cMo) |
void | removeCylinder (const std::string &name) |
void | removeLine (const std::string &name) |
void | trackMovingEdge (const vpImage< unsigned char > &I) |
void | updateMovingEdge (const vpImage< unsigned char > &I) |
void | upScale (const unsigned int _scale) |
void | visibleFace (const vpImage< unsigned char > &_I, const vpHomogeneousMatrix &_cMo, bool &newvisibleline) |
Deprecated functions | |
vp_deprecated void | visibleFace (const vpHomogeneousMatrix &_cMo, bool &newvisibleline) |
Hybrid tracker based on moving-edges and keypoints tracked using KLT tracker.
The tracker requires the knowledge of the 3D model that could be provided in a vrml or in a cao file. The cao format is described in loadCAOModel(). It may also use an xml file used to tune the behavior of the tracker and an init file used to compute the pose at the very first image.
The following code shows the simplest way to use the tracker. The Tutorial: Model-based tracking is also a good starting point to use this class.
The tracker can also be used without display, in that case the initial pose must be known (object always at the same initial pose for example) or computed using another method:
Finally it can be used not to track an object but just to display a model at a given pose:
Definition at line 226 of file vpMbEdgeKltTracker.h.
vpMbEdgeKltTracker::vpMbEdgeKltTracker | ( | ) |
Definition at line 46 of file vpMbEdgeKltTracker.cpp.
References vpMbTracker::computeCovariance, vpMbKltTracker::faces, vpMbHiddenFaces< PolygonType >::getOgreContext(), vpMbKltTracker::setMaxIter(), and vpAROgre::setWindowName().
|
virtual |
Basic constructor
Definition at line 62 of file vpMbEdgeKltTracker.cpp.
|
protectedinherited |
Add a cylinder to the list of cylinders.
P1 | : The first extremity of the axis. |
P2 | : The second extremity of the axis. |
r | : The radius of the cylinder. |
name | : the optional name of the cylinder |
Definition at line 1396 of file vpMbEdgeTracker.cpp.
References vpMbtDistanceCylinder::buildFrom(), vpMbTracker::cam, vpMbEdgeTracker::cylinders, vpMbEdgeTracker::downScale(), vpMath::maximum(), vpMbEdgeTracker::me, vpMbEdgeTracker::ncylinder, vpMbtDistanceCylinder::p1, vpMbtDistanceCylinder::p2, vpMbtDistanceCylinder::radius, vpMbEdgeTracker::scales, vpMbtDistanceCylinder::setCameraParameters(), vpMbtDistanceCylinder::setIndex(), vpMbtDistanceCylinder::setMovingEdge(), vpMbtDistanceCylinder::setName(), and vpMbEdgeTracker::upScale().
Referenced by vpMbEdgeTracker::initCylinder().
|
protectedinherited |
Add a line belonging to the th polygone to the list of lines. It is defined by its two extremities.
If the line already exists, the ploygone's index is added to the list of polygon to which it belongs.
P1 | : The first extremity of the line. |
P2 | : The second extremity of the line. |
polygone | : The index of the polygon to which the line belongs. |
name | : the optional name of the line |
Definition at line 1313 of file vpMbEdgeTracker.cpp.
References vpMbtDistanceLine::buildFrom(), vpMbTracker::cam, vpMbEdgeTracker::clippingFlag, vpMbEdgeTracker::distFarClip, vpMbEdgeTracker::distNearClip, vpMbEdgeTracker::downScale(), vpMbEdgeTracker::faces, vpMbtPolygon::FAR_CLIPPING, vpMbtDistanceLine::getPolygon(), vpMbtDistanceLine::hiddenface, vpMbtDistanceLine::Lindex_polygon, vpMbEdgeTracker::lines, vpMbEdgeTracker::me, vpMbtPolygon::NEAR_CLIPPING, vpMbEdgeTracker::nline, vpMbtPolygon::NO_CLIPPING, vpMbtDistanceLine::p1, vpMbtDistanceLine::p2, vpMbEdgeTracker::scales, vpMbtDistanceLine::setCameraParameters(), vpMbtPolygon::setClipping(), vpMbtPolygon::setFarClippingDistance(), vpMbtDistanceLine::setIndex(), vpMbtDistanceLine::setMovingEdge(), vpMbtDistanceLine::setName(), vpMbtPolygon::setNearClippingDistance(), and vpMbEdgeTracker::upScale().
Referenced by vpMbEdgeTracker::addPolygon().
|
protectedinherited |
Add a polygon to the list of polygons.
p | : The polygon to add. |
Definition at line 1458 of file vpMbEdgeTracker.cpp.
References vpMbEdgeTracker::addLine(), vpMbHiddenFaces< PolygonType >::addPolygon(), vpMbEdgeTracker::faces, vpMbtPolygon::getNbPoint(), vpMbEdgeTracker::index_polygon, vpMbtPolygon::p, and vpMbtPolygon::setIndex().
Referenced by vpMbEdgeTracker::initFaceFromCorners().
|
protectedinherited |
Clean the pyramid of image allocated with the initPyramid() method. The vector has a size equal to zero at the end of the method.
_pyramid | : The pyramid of image to clean. |
Definition at line 1991 of file vpMbEdgeTracker.cpp.
Referenced by init(), vpMbEdgeTracker::init(), setPose(), track(), vpMbEdgeTracker::track(), and vpMbEdgeTracker::~vpMbEdgeTracker().
|
protectedinherited |
Compute , with J the interaction matrix and R the vector of residu.
vpMatrixException::incorrectMatrixSizeError | if the sizes of the matrices do not allow the computation. |
interaction | : The interaction matrix (size Nx6). |
error | : The residu vector (size Nx1). |
JTR | : The resulting JTR matrix (size 6x1). |
Definition at line 1433 of file vpMbTracker.cpp.
References vpMatrix::getCols(), vpMatrix::getRows(), vpMatrixException::incorrectMatrixSizeError, and vpMatrix::resize().
Referenced by computeVVS(), vpMbKltTracker::computeVVS(), and vpMbEdgeTracker::computeVVS().
|
protected |
Realize the VVS loop for the tracking
I | : current image. |
nbInfos | : Size of the features. |
w_mbt | : weight vector for MBT. |
w_klt | : weight vector for KLT. |
lvl | : level of the pyramid. |
Definition at line 532 of file vpMbEdgeKltTracker.cpp.
References vpMatrix::AtA(), vpMbTracker::cam, vpMbTracker::cMo, compute_interaction, vpMbTracker::computeCovariance, vpMatrix::computeCovarianceMatrix(), vpMbTracker::computeJTR(), vpMbTracker::covarianceMatrix, vpMbKltTracker::ctTc0, vpMatrix::diag(), vpExponentialMap::direct(), vpMbKltTracker::faces, vpCameraParameters::get_px(), vpMatrix::getRows(), vpHomogeneousMatrix::inverse(), lambda, maxIter, vpRobust::MEstimator(), vpTrackingException::notEnoughPointError, vpMatrix::pseudoInverse(), vpColVector::resize(), vpRobust::resize(), vpMatrix::resize(), vpRobust::setIteration(), vpRobust::setThreshold(), vpMbHiddenFaces< PolygonType >::size(), vpMath::sqr(), vpMatrix::stackMatrices(), thresholdKLT, thresholdMBT, trackFirstLoop(), trackSecondLoop(), vpRobust::TUKEY, and vpERROR_TRACE.
Referenced by track().
|
protectedinherited |
Realize the VVS loop for the tracking
nbInfos | : Size of the features |
w | : weight of the features after M-Estimation. |
Definition at line 558 of file vpMbKltTracker.cpp.
References vpMatrix::AtA(), vpMbKltTracker::c0Mo, vpMbTracker::cam, vpMbTracker::cMo, vpMbKltTracker::compute_interaction, vpMbTracker::computeCovariance, vpMatrix::computeCovarianceMatrix(), vpMbTracker::computeJTR(), vpMbTracker::covarianceMatrix, vpMbKltTracker::ctTc0, vpMatrix::diag(), vpExponentialMap::direct(), vpMbKltTracker::faces, vpCameraParameters::get_px(), vpMatrix::getRows(), vpHomogeneousMatrix::inverse(), vpMbKltTracker::lambda, vpMbKltTracker::maxIter, vpRobust::MEstimator(), vpMatrix::pseudoInverse(), vpColVector::resize(), vpMatrix::resize(), vpRobust::setIteration(), vpRobust::setThreshold(), vpMbHiddenFaces< PolygonType >::size(), and vpRobust::TUKEY.
Referenced by track(), and vpMbKltTracker::track().
|
protectedinherited |
Compute the visual servoing loop to get the pose of the feature set.
vpTrackingException::notEnoughPointError | if the number of detected feature is equal to zero. |
_I | : The current image. |
Definition at line 177 of file vpMbEdgeTracker.cpp.
References vpMbTracker::cam, vpMbtDistanceLine::closeToImageBorder(), vpMbTracker::cMo, vpMbEdgeTracker::compute_interaction, vpMbTracker::computeCovariance, vpMatrix::computeCovarianceMatrix(), vpMbtDistanceLine::computeInteractionMatrixError(), vpMbtDistanceCylinder::computeInteractionMatrixError(), vpMbTracker::computeJTR(), vpMbTracker::covarianceMatrix, vpMbEdgeTracker::cylinders, vpMatrix::diag(), vpExponentialMap::direct(), vpMbtDistanceLine::error, vpMbtDistanceCylinder::error, vpCameraParameters::get_px(), vpMeTracker::getMeList(), vpMatrix::getRows(), vpMeSite::getState(), vpMbtDistanceLine::hiddenface, vpMbtDistanceLine::initInteractionMatrixError(), vpMbtDistanceCylinder::initInteractionMatrixError(), vpHomogeneousMatrix::inverse(), vpMbHiddenFaces< PolygonType >::isAppearing(), vpMbtDistanceLine::L, vpMbtDistanceCylinder::L, vpMbEdgeTracker::lambda, vpMbtDistanceLine::Lindex_polygon, vpMbEdgeTracker::lines, vpMeSite::M_ESTIMATOR, vpMbtDistanceLine::meline, vpMbtDistanceCylinder::meline1, vpMbtDistanceCylinder::meline2, vpRobust::MEstimator(), vpMbtDistanceLine::nbFeature, vpMbtDistanceCylinder::nbFeature, vpMbtDistanceCylinder::nbFeaturel1, vpMbtDistanceCylinder::nbFeaturel2, vpMeSite::NO_SUPPRESSION, vpTrackingException::notEnoughPointError, vpMatrix::pseudoInverse(), vpMbtDistanceLine::Reinit, vpMbtDistanceCylinder::Reinit, vpColVector::resize(), vpMbEdgeTracker::scaleLevel, vpRobust::setIteration(), vpMbtDistanceLine::setMeanWeight(), vpMbtDistanceCylinder::setMeanWeight1(), vpMbtDistanceCylinder::setMeanWeight2(), vpMeSite::setState(), vpRobust::setThreshold(), vpMath::sign(), vpMath::sqr(), vpRobust::TUKEY, and vpERROR_TRACE.
Referenced by vpMbEdgeTracker::track().
|
virtual |
Display the 3D model at a given position using the given camera parameters
I | : The image. |
cMo_ | : Pose used to project the 3D model into the image. |
camera | : The camera parameters. |
col | : The desired color. |
thickness | : The thickness of the lines. |
displayFullModel | : boolean to say if all the model has to be displayed. |
Reimplemented from vpMbEdgeTracker.
Definition at line 930 of file vpMbEdgeKltTracker.cpp.
References vpMbEdgeTracker::cylinders, vpMbtDistanceLine::display(), vpMbTracker::displayFeatures, vpMbHiddenFaces< PolygonType >::displayOgre(), vpMbKltTracker::faces, vpMbHiddenFaces< PolygonType >::isVisible(), vpMbEdgeTracker::lines, vpMbEdgeTracker::scaleLevel, vpMbEdgeTracker::scales, vpMbHiddenFaces< PolygonType >::size(), and vpMbKltTracker::useOgre.
|
virtual |
Display the 3D model at a given position using the given camera parameters
I | : The color image. |
cMo_ | : Pose used to project the 3D model into the image. |
camera | : The camera parameters. |
col | : The desired color. |
thickness | : The thickness of the lines. |
displayFullModel | : boolean to say if all the model has to be displayed. |
Reimplemented from vpMbEdgeTracker.
Definition at line 973 of file vpMbEdgeKltTracker.cpp.
References vpMbEdgeTracker::cylinders, vpMbtDistanceLine::display(), vpMbTracker::displayFeatures, vpMbHiddenFaces< PolygonType >::displayOgre(), vpMbKltTracker::faces, vpMbHiddenFaces< PolygonType >::isVisible(), vpMbEdgeTracker::lines, vpMbEdgeTracker::scaleLevel, vpMbEdgeTracker::scales, vpMbHiddenFaces< PolygonType >::size(), and vpMbKltTracker::useOgre.
|
protectedinherited |
Modify the camera parameters to have them corresponding to the current scale. The new parameters are divided by .
_scale | : Scale to use. |
Definition at line 2060 of file vpMbEdgeTracker.cpp.
References vpMbTracker::cam, vpCameraParameters::get_K(), vpCameraParameters::initFromCalibrationMatrix(), and vpMbEdgeTracker::scaleLevel.
Referenced by vpMbEdgeTracker::addCylinder(), vpMbEdgeTracker::addLine(), init(), vpMbEdgeTracker::init(), setPose(), track(), and vpMbEdgeTracker::track().
|
protectedvirtualinherited |
Extract a cylinder to track from the VMRL model. This method calls the initCylinder() method implemented in the child class.
face_set | : Pointer to the cylinder in the vrml format. |
transform | : Transformation matrix applied to the cylinder. |
Definition at line 1282 of file vpMbTracker.cpp.
References vpException::badValue, vpException::dimensionError, vpPoint::get_oX(), vpPoint::get_oY(), vpPoint::get_oZ(), vpMbTracker::getGravityCenter(), vpMbTracker::initCylinder(), vpMath::maximum(), vpPoint::setWorldCoordinates(), and vpMatrix::sumSquare().
Referenced by vpMbTracker::extractGroup().
|
protectedvirtualinherited |
Extract a face of the object to track from the VMRL model. This method calls the initFaceFromCorners() method implemented in the child class.
face_set | : Pointer to the face in the vrml format. |
transform | : Transformation matrix applied to the face. |
indexFace | : Face index. |
Definition at line 1228 of file vpMbTracker.cpp.
References vpMbTracker::initFaceFromCorners(), and vpPoint::setWorldCoordinates().
Referenced by vpMbTracker::extractGroup().
|
protectedvirtualinherited |
Extract a VRML object Group.
sceneGraphVRML2 | : Current node (either Transform, or Group node). |
transform | : Transformation matrix for this group. |
indexFace | : Index of the face. |
Definition at line 1141 of file vpMbTracker.cpp.
References vpMbTracker::extractCylinders(), vpMbTracker::extractFaces(), and vpMbTracker::extractLines().
Referenced by vpMbTracker::loadVRMLModel().
|
protectedvirtualinherited |
Extract a line of the object to track from the VMRL model. This method calls the initFaceFromCorners() method implemented in the child class.
line_set | : Pointer to the line in the vrml format. |
Definition at line 1378 of file vpMbTracker.cpp.
References vpMbTracker::initFaceFromCorners(), and vpPoint::setWorldCoordinates().
Referenced by vpMbTracker::extractGroup().
|
inlinevirtual |
Return the angle used to test polygons appearance.
Reimplemented from vpMbEdgeTracker.
Definition at line 251 of file vpMbEdgeKltTracker.h.
References vpMbKltTracker::getAngleAppear().
|
inlinevirtual |
Return the angle used to test polygons disappearance.
Reimplemented from vpMbEdgeTracker.
Definition at line 254 of file vpMbEdgeKltTracker.h.
References vpMbKltTracker::getAngleDisappear().
|
inlinevirtualinherited |
Get the camera parameters.
camera | : copy of the camera parameters used by the tracker. |
Definition at line 158 of file vpMbTracker.h.
|
inlinevirtual |
Get the clipping used.
Reimplemented from vpMbEdgeTracker.
Definition at line 263 of file vpMbEdgeKltTracker.h.
References vpMbKltTracker::clippingFlag.
|
inlinevirtualinherited |
|
inline |
Return a reference to the faces structure.
Definition at line 266 of file vpMbEdgeKltTracker.h.
References vpMbKltTracker::faces.
|
inlinevirtual |
Get the far distance for clipping.
Reimplemented from vpMbEdgeTracker.
Definition at line 273 of file vpMbEdgeKltTracker.h.
References vpMbKltTracker::getFarClippingDistance().
|
inlineinherited |
Definition at line 366 of file vpMbEdgeTracker.h.
Compute the center of gravity of a set of point. This is used in the cylinder extraction to find the center of the circles.
vpException::dimensionError | if the set is empty. |
pts | : Set of point to extract the center of gravity. |
Definition at line 1349 of file vpMbTracker.cpp.
References vpException::dimensionError, vpPoint::get_oX(), and vpPoint::setWorldCoordinates().
Referenced by vpMbTracker::extractCylinders().
|
inherited |
Get the current list of KLT points.
Definition at line 197 of file vpMbKltTracker.cpp.
References vpKltOpencv::getFeature(), vpKltOpencv::getNbFeatures(), and vpMbKltTracker::tracker.
|
inherited |
Get the current list of KLT points and their id.
Definition at line 218 of file vpMbKltTracker.cpp.
References vpKltOpencv::getFeature(), vpKltOpencv::getNbFeatures(), and vpMbKltTracker::tracker.
|
inlineinherited |
Get the klt tracker at the current state.
Definition at line 329 of file vpMbKltTracker.h.
|
inlineinherited |
Get the current list of KLT points.
Definition at line 318 of file vpMbKltTracker.h.
References vpKltOpencv::getFeatures().
|
inlinevirtual |
Get the value of the gain used to compute the control law.
Reimplemented from vpMbEdgeTracker.
Definition at line 280 of file vpMbEdgeKltTracker.h.
References vpMbEdgeTracker::lambda.
|
inherited |
Get the list of the cylinders tracked for the specified level. Each cylinder contains the list of the vpMeSite.
vpException::dimensionError | if the second parameter does not correspond to an used level. |
level | : Level corresponding to the list to return. |
cylindersList | : The list of the cylinders of the model. |
Definition at line 2040 of file vpMbEdgeTracker.cpp.
References vpMbEdgeTracker::cylinders, vpException::dimensionError, and vpMbEdgeTracker::scales.
|
inherited |
Get the list of the lines tracked for the specified level. Each line contains the list of the vpMeSite.
vpException::dimensionError | if the second parameter does not correspond to an used level. |
level | : Level corresponding to the list to return. |
linesList | : The list of the lines of the model. |
Definition at line 2016 of file vpMbEdgeTracker.cpp.
References vpException::dimensionError, vpMbEdgeTracker::lines, and vpMbEdgeTracker::scales.
|
inlineinherited |
Get the erosion of the mask used on the Model faces.
Definition at line 343 of file vpMbKltTracker.h.
|
inlinevirtual |
Get the maximum iteration of the virtual visual servoing stage.
Reimplemented from vpMbKltTracker.
Definition at line 287 of file vpMbEdgeKltTracker.h.
References vpMbKltTracker::maxIter.
|
inlineinherited |
Get the moving edge parameters.
Definition at line 383 of file vpMbEdgeTracker.h.
|
inlineinherited |
Get the current number of klt points.
Definition at line 357 of file vpMbKltTracker.h.
References vpKltOpencv::getNbFeatures().
|
inherited |
Return the number of good points (vpMeSite) tracked. A good point is a vpMeSite with its flag "suppress" equal to 0. Only these points are used during the virtual visual servoing stage.
vpException::dimensionError | if level does not represent a used level. |
Definition at line 1735 of file vpMbEdgeTracker.cpp.
References vpMbEdgeTracker::cylinders, vpException::dimensionError, vpMeTracker::getMeList(), vpMbtDistanceLine::isVisible(), vpMbEdgeTracker::lines, vpMbtDistanceLine::meline, vpMbtDistanceCylinder::meline1, vpMbtDistanceCylinder::meline2, vpMeSite::NO_SUPPRESSION, and vpMbEdgeTracker::scales.
|
inherited |
Get the number of polygon (face) representing the object to track.
Definition at line 1796 of file vpMbEdgeTracker.cpp.
References vpMbEdgeTracker::faces, and vpMbHiddenFaces< PolygonType >::size().
|
inlinevirtual |
Get the near distance for clipping.
Reimplemented from vpMbEdgeTracker.
Definition at line 294 of file vpMbEdgeKltTracker.h.
References vpMbKltTracker::getNearClippingDistance().
|
inherited |
Return the polygon (face) "index".
vpException::dimensionError | if index does not represent a good polygon. |
index | : Index of the polygon to return. |
Definition at line 1781 of file vpMbEdgeTracker.cpp.
References vpException::dimensionError, vpMbEdgeTracker::faces, and vpMbHiddenFaces< PolygonType >::size().
|
inlineinherited |
Get the current pose between the object and the camera. cMo is the matrix which can be used to express coordinates from the object frame to camera frame.
cMo_ | : the pose |
Definition at line 177 of file vpMbTracker.h.
|
inlineinherited |
Get the current pose between the object and the camera. cMo is the matrix which can be used to express coordinates from the object frame to camera frame.
Definition at line 186 of file vpMbTracker.h.
|
inlineinherited |
Return the scales levels used for the tracking.
Definition at line 401 of file vpMbEdgeTracker.h.
|
inlineinherited |
Get the threshold for the acceptation of a point.
Definition at line 371 of file vpMbKltTracker.h.
|
protectedvirtual |
Initialization of the tracker using a known initial pose. The 3D model must first have been loaded.
I | : Input image. |
Reimplemented from vpMbEdgeTracker.
Definition at line 73 of file vpMbEdgeKltTracker.cpp.
References vpMbEdgeTracker::cleanPyramid(), vpMbTracker::cMo, vpMbEdgeTracker::downScale(), vpMbKltTracker::faces, vpMbEdgeTracker::faces, vpMbKltTracker::init(), vpMbEdgeTracker::initMovingEdge(), vpMbEdgeTracker::initPyramid(), vpMbEdgeTracker::Ipyramid, vpMbEdgeTracker::nbvisiblepolygone, vpMbEdgeTracker::scales, vpMbHiddenFaces< PolygonType >::size(), and vpMbEdgeTracker::upScale().
|
virtualinherited |
Initialise the tracking by clicking on the image points corresponding to the 3D points (object frame) in the file initFile. The structure of this file is (without the comments):
I | : Input image |
initFile | : File containing the points where to click |
displayHelp | : Optionnal display of an image ( 'initFile.ppm' ). This image may be used to show where to click. |
vpException::ioError | : The file specified in initFile doesn't exist. |
Definition at line 131 of file vpMbTracker.cpp.
References vpPose::addPoint(), vpException::badValue, vpHomogeneousMatrix::buildFrom(), vpMouseButton::button1, vpMbTracker::cam, vpPose::clearPoint(), vpMbTracker::cMo, vpPose::computePose(), vpPose::computeResidual(), vpPixelMeterConversion::convertPoint(), vpPose::DEMENTHON, vpMbTracker::display(), vpDisplay::display(), vpDisplay::displayCharString(), vpDisplay::displayCross(), vpDisplay::displayFrame(), vpDisplay::displayPoint(), vpDisplay::flush(), vpDisplay::getClick(), vpColor::green, vpDisplayOpenCV::init(), vpMbTracker::init(), vpException::ioError, vpPose::LAGRANGE, vpMbTracker::poseSavingFilename, vpImageIo::read(), vpColor::red, vpMbTracker::savePose(), vpPoint::set_x(), vpPoint::set_y(), vpHomogeneousMatrix::setIdentity(), vpPoint::setWorldCoordinates(), and vpPose::VIRTUAL_VS.
|
virtualinherited |
Initialise the tracking by clicking on the image points corresponding to the 3D points (object frame) in the list points3D_list.
I | : Input image |
points3D_list | : List of the 3D points (object frame). |
displayFile | : Path to the image used to display the help. |
Definition at line 352 of file vpMbTracker.cpp.
References vpPose::addPoint(), vpMouseButton::button1, vpMbTracker::cam, vpPose::clearPoint(), vpMbTracker::cMo, vpPose::computePose(), vpPose::computeResidual(), vpPixelMeterConversion::convertPoint(), vpPose::DEMENTHON, vpMbTracker::display(), vpDisplay::display(), vpDisplay::displayCharString(), vpDisplay::displayCross(), vpDisplay::displayFrame(), vpDisplay::displayPoint(), vpDisplay::flush(), vpDisplay::getClick(), vpColor::green, vpDisplayOpenCV::init(), vpMbTracker::init(), vpPose::LAGRANGE, vpImageIo::read(), vpColor::red, vpPoint::set_x(), vpPoint::set_y(), and vpPose::VIRTUAL_VS.
|
protectedvirtual |
Add a cylinder to track from tow points on the axis (defining the length of the cylinder) and its radius.
p1 | : First point on the axis. |
p2 | : Second point on the axis. |
radius | : Radius of the cylinder. |
indexCylinder | : Index of the cylinder. |
Reimplemented from vpMbEdgeTracker.
Definition at line 914 of file vpMbEdgeKltTracker.cpp.
References vpMbEdgeTracker::initCylinder().
|
protectedvirtual |
Initialise a new face from the coordinates given in parameter.
corners | : Coordinates of the corners of the face in the object frame. |
indexFace | : index of the face (depends on the vrml file organization). |
Reimplemented from vpMbEdgeTracker.
Definition at line 898 of file vpMbEdgeKltTracker.cpp.
References vpMbKltTracker::initFaceFromCorners(), and vpMbEdgeTracker::initFaceFromCorners().
|
virtualinherited |
Initialise the tracking by reading the 3D points (object frame) and the image points in initFile. The structure of this file is (without the comments):
I | : Input image |
initFile | : Path to the file containing all the points. |
Definition at line 469 of file vpMbTracker.cpp.
References vpPose::addPoint(), vpException::badValue, vpMbTracker::cam, vpMbTracker::cMo, vpPose::computePose(), vpPose::computeResidual(), vpPixelMeterConversion::convertPoint(), vpPose::DEMENTHON, vpMbTracker::init(), vpException::ioError, vpPose::LAGRANGE, vpPoint::set_x(), vpPoint::set_y(), vpPoint::setWorldCoordinates(), vpPose::VIRTUAL_VS, and vpERROR_TRACE.
|
virtualinherited |
Initialise the tracking with the list of image points (points2D_list) and the list of corresponding 3D points (object frame) (points3D_list).
I | : Input image |
points2D_list | : List of image points. |
points3D_list | : List of 3D points (object frame). |
Definition at line 554 of file vpMbTracker.cpp.
References vpPose::addPoint(), vpMbTracker::cam, vpMbTracker::cMo, vpPose::computePose(), vpPose::computeResidual(), vpPixelMeterConversion::convertPoint(), vpPose::DEMENTHON, vpMbTracker::init(), vpPose::LAGRANGE, vpPoint::set_x(), vpPoint::set_y(), vpPoint::setWorldCoordinates(), vpPose::VIRTUAL_VS, and vpERROR_TRACE.
|
virtualinherited |
Initialise the tracking thanks to the pose in vpPoseVector format, and read in the file initFile. The structure of this file is (without the comments):
Where the three firsts lines refer to the translation and the three last to the rotation in thetaU parametrisation (see vpThetaUVector).
I | : Input image |
initFile | : Path to the file containing the pose. |
Definition at line 609 of file vpMbTracker.cpp.
References vpHomogeneousMatrix::buildFrom(), vpMbTracker::cMo, vpMbTracker::init(), and vpException::ioError.
Referenced by vpMbTracker::initFromPose(), and vpMbEdgeTracker::reInitModel().
|
virtualinherited |
Initialise the tracking thanks to the pose.
I | : Input image |
cMo_ | : Pose matrix. |
Definition at line 644 of file vpMbTracker.cpp.
References vpMbTracker::cMo, and vpMbTracker::init().
|
virtualinherited |
Initialise the tracking thanks to the pose vector.
I | : Input image |
cPo | : Pose vector. |
Definition at line 656 of file vpMbTracker.cpp.
References vpMbTracker::initFromPose().
|
protected |
Definition at line 167 of file vpMbEdgeKltTracker.cpp.
References vpMbEdgeTracker::cylinders, vpException::dimensionError, vpMbtDistanceLine::initInteractionMatrixError(), vpMbtDistanceCylinder::initInteractionMatrixError(), vpMbEdgeTracker::lines, vpMbtDistanceLine::nbFeature, vpMbtDistanceCylinder::nbFeature, and vpMbEdgeTracker::scales.
Referenced by trackFirstLoop().
|
protectedinherited |
Initialize the moving edge thanks to a given pose of the camera. The 3D model is projected into the image to create moving edges along the lines.
I | : The image. |
_cMo | : The pose of the camera used to initialize the moving edges. |
Definition at line 1146 of file vpMbEdgeTracker.cpp.
References vpMbEdgeTracker::cylinders, vpMbtDistanceLine::hiddenface, vpMbtDistanceLine::initMovingEdge(), vpMbtDistanceCylinder::initMovingEdge(), vpMbHiddenFaces< PolygonType >::isVisible(), vpMbtDistanceLine::Lindex_polygon, vpMbEdgeTracker::lines, vpMbtDistanceLine::meline, vpMbtDistanceCylinder::meline1, vpMbtDistanceCylinder::meline2, vpMbEdgeTracker::scaleLevel, and vpMbtDistanceLine::setVisible().
Referenced by init(), vpMbEdgeTracker::init(), postTracking(), setPose(), track(), and vpMbEdgeTracker::track().
|
protectedinherited |
Compute the pyramid of image associated to the image in parameter. The scales computed are the ones corresponding to the scales attribute of the class. If OpenCV is detected, the functions used to computed a smoothed pyramid come from OpenCV, otherwise a simple subsampling (no smoothing, no interpolation) is realized.
_I | : The input image. |
_pyramid | : The pyramid of image to build from the input image. |
Definition at line 1945 of file vpMbEdgeTracker.cpp.
References vpImage< Type >::bitmap, vpImageConvert::convert(), vpImage< Type >::getHeight(), vpImage< Type >::getWidth(), and vpMbEdgeTracker::scales.
Referenced by init(), vpMbEdgeTracker::init(), setPose(), track(), and vpMbEdgeTracker::track().
|
protectedvirtualinherited |
Load a 3D model contained in a .cao file.
the structure of the file is (without the comments) :
modelFile | : Full name of the .CAO file containing the model. |
Definition at line 838 of file vpMbTracker.cpp.
References vpException::badValue, vpMbTracker::initCylinder(), vpMbTracker::initFaceFromCorners(), vpException::ioError, vpPoint::setWorldCoordinates(), and vpTRACE.
Referenced by vpMbTracker::loadModel().
void vpMbEdgeKltTracker::loadConfigFile | ( | const char * | configFile | ) |
Load the xml configuration file. From the configuration file initialize the parameters corresponding to the objects: moving-edges, KLT, camera.
vpException::ioError | if the file has not been properly parsed (file not found or wrong format for the data). |
configFile | : full name of the xml file. |
The XML configuration file has the following form:
Definition at line 274 of file vpMbEdgeKltTracker.cpp.
References vpMbKltTracker::angleAppears, vpMbEdgeTracker::angleAppears, vpMbKltTracker::angleDisappears, vpMbEdgeTracker::angleDisappears, vpMbTracker::cam, vpMbKltTracker::clippingFlag, vpMbEdgeTracker::clippingFlag, vpMath::deg(), vpMbtPolygon::FOV_CLIPPING, vpMbXmlParser::getAngleAppear(), vpMbXmlParser::getAngleDisappear(), vpMbtKltXmlParser::getBlockSize(), vpMbXmlParser::getCameraParameters(), vpMbXmlParser::getFarClippingDistance(), vpMbXmlParser::getFovClipping(), vpMbtKltXmlParser::getHarrisParam(), vpMbtKltXmlParser::getMaskBorder(), vpMbtKltXmlParser::getMaxFeatures(), vpMbtXmlParser::getMe(), vpMbtKltXmlParser::getMinDistance(), vpMbXmlParser::getNearClippingDistance(), vpMbtKltXmlParser::getPyramidLevels(), vpMbtKltXmlParser::getQuality(), vpMbtKltXmlParser::getWindowSize(), vpMbXmlParser::hasFarClippingDistance(), vpMbXmlParser::hasNearClippingDistance(), vpException::ioError, vpMbKltTracker::maskBorder, vpMbEdgeTracker::me, vpMbtEdgeKltXmlParser::parse(), vpMath::rad(), vpMbXmlParser::setAngleAppear(), vpMbXmlParser::setAngleDisappear(), vpMbtKltXmlParser::setBlockSize(), vpKltOpencv::setBlockSize(), vpMbXmlParser::setCameraParameters(), setCameraParameters(), vpMbKltTracker::setClipping(), vpMbEdgeTracker::setClipping(), setFarClippingDistance(), vpKltOpencv::setHarrisFreeParameter(), vpMbtKltXmlParser::setHarrisParam(), vpMbtKltXmlParser::setMaskBorder(), vpMbtKltXmlParser::setMaxFeatures(), vpKltOpencv::setMaxFeatures(), vpMbtKltXmlParser::setMinDistance(), vpKltOpencv::setMinDistance(), vpMbtXmlParser::setMovingEdge(), vpMbEdgeTracker::setMovingEdge(), setNearClippingDistance(), vpMbtKltXmlParser::setPyramidLevels(), vpKltOpencv::setPyramidLevels(), vpMbtKltXmlParser::setQuality(), vpKltOpencv::setQuality(), vpMbtKltXmlParser::setWindowSize(), vpKltOpencv::setWindowSize(), vpMbKltTracker::tracker, vpERROR_TRACE, and vpTRACE.
Referenced by loadConfigFile().
|
virtual |
Load the xml configuration file. An example of such a file is provided in loadConfigFile(const char*) documentation. From the configuration file initialize the parameters corresponding to the objects: moving-edges, KLT, camera.
configFile | : full name of the xml file. |
Reimplemented from vpMbEdgeTracker.
Definition at line 204 of file vpMbEdgeKltTracker.cpp.
References loadConfigFile().
|
virtual |
Load a 3D model from the file in parameter. This file must either be a vrml file (.wrl) or a CAO file (.cao). CAO format is described in the loadCAOModel() method.
vpException::ioError | if the file cannot be open, or if its extension is not wrl or cao. |
modelFile | : the file containing the model. |
Reimplemented from vpMbEdgeTracker.
Definition at line 351 of file vpMbEdgeKltTracker.cpp.
References vpMbTracker::loadModel().
|
inherited |
Load a 3D model contained in a file. This file is either a vrml or a cao file.
file | : Full name the file containing the 3D model description. The extension of this file is either .wrl or .cao. |
Definition at line 1566 of file vpMbEdgeTracker.cpp.
References vpMbTracker::loadModel().
|
protectedvirtualinherited |
Load the 3D model of the object from a vrml file. Only LineSet and FaceSet are extracted from the vrml file.
vpException::fatalError | if the file cannot be open. |
modelFile | : The full name of the file containing the 3D model. |
Definition at line 763 of file vpMbTracker.cpp.
References vpMbTracker::extractGroup(), vpException::fatalError, and vpERROR_TRACE.
Referenced by vpMbTracker::loadModel().
|
protected |
Realize the post tracking operations. Mostly visibility tests
Definition at line 360 of file vpMbEdgeKltTracker.cpp.
References vpMbTracker::cMo, vpMbEdgeTracker::cylinders, vpMbTracker::displayFeatures, vpMbtDistanceLine::displayMovingEdges(), vpMbtDistanceCylinder::displayMovingEdges(), vpMbKltTracker::faces, vpMbEdgeTracker::faces, vpMbEdgeTracker::initMovingEdge(), vpMbtDistanceLine::isVisible(), vpMbEdgeTracker::lines, vpMbEdgeTracker::nbvisiblepolygone, vpMbKltTracker::postTracking(), postTrackingMbt(), vpMbEdgeTracker::reinitMovingEdge(), vpMbHiddenFaces< PolygonType >::size(), and vpMbEdgeTracker::updateMovingEdge().
Referenced by track().
|
protectedinherited |
Realize the post tracking operations. Mostly visibility tests
Definition at line 500 of file vpMbKltTracker.cpp.
References vpMbKltTracker::angleAppears, vpMbKltTracker::angleDisappears, vpMbTracker::cam, vpMbTracker::cMo, vpMbKltTracker::faces, vpMbKltTracker::percentGood, vpMbHiddenFaces< PolygonType >::setVisible(), vpMbHiddenFaces< PolygonType >::setVisibleOgre(), vpMbHiddenFaces< PolygonType >::size(), vpMbKltTracker::threshold_outlier, and vpMbKltTracker::useOgre.
Referenced by postTracking(), and vpMbKltTracker::track().
|
protected |
post tracking computation. Compute the mean weight of a line and, check the weight associated to a site (to eventually remove an outlier) and eventually set a flag to re-initialize the line.
w | : Vector of weight associated to the residual. |
lvl | : Optional parameter to specify the level to track. |
Definition at line 418 of file vpMbEdgeKltTracker.cpp.
References vpMbEdgeTracker::cylinders, vpException::dimensionError, vpMeTracker::getMeList(), vpMbEdgeTracker::lines, vpMeSite::M_ESTIMATOR, vpMbtDistanceLine::meline, vpMbtDistanceCylinder::meline1, vpMbtDistanceCylinder::meline2, vpMbtDistanceLine::nbFeature, vpMbtDistanceCylinder::nbFeature, vpMbtDistanceCylinder::nbFeaturel1, vpMbtDistanceCylinder::nbFeaturel2, vpMbtDistanceLine::Reinit, vpMbtDistanceCylinder::Reinit, vpMbEdgeTracker::scales, vpMbtDistanceLine::setMeanWeight(), vpMbtDistanceCylinder::setMeanWeight1(), vpMbtDistanceCylinder::setMeanWeight2(), and vpMeSite::setState().
Referenced by postTracking().
|
protectedinherited |
Realize the pre tracking operations
I | : The input image. |
nbInfos | : Size of the features. |
nbFaceUsed | : Number of face used for the tracking. |
Definition at line 474 of file vpMbKltTracker.cpp.
References vpImageConvert::convert(), vpMbKltTracker::cur, vpMbKltTracker::faces, vpMbKltTracker::firstTrack, vpMbHiddenFaces< PolygonType >::size(), vpKltOpencv::track(), and vpMbKltTracker::tracker.
Referenced by track(), and vpMbKltTracker::track().
|
protectedvirtualinherited |
Definition at line 111 of file vpMbKltTracker.cpp.
References vpMbKltTracker::c0Mo, vpMbTracker::cMo, vpImageConvert::convert(), vpMbKltTracker::ctTc0, vpMbKltTracker::cur, vpMbKltTracker::faces, vpMbKltTracker::firstTrack, vpImage< Type >::getHeight(), vpImage< Type >::getWidth(), vpKltOpencv::initTracking(), vpMbKltTracker::maskBorder, vpHomogeneousMatrix::setIdentity(), vpMbHiddenFaces< PolygonType >::size(), and vpMbKltTracker::tracker.
Referenced by vpMbKltTracker::init(), vpMbKltTracker::setPose(), track(), and vpMbKltTracker::track().
|
protectedinherited |
Re initialize the moving edges associated to a given level. This method is used to re-initialize the level if the tracking failed on this level but succeeded on the other one.
_lvl | : The level to re-initialize. |
Definition at line 2105 of file vpMbEdgeTracker.cpp.
References vpMbTracker::cMo, vpMbEdgeTracker::cylinders, vpMbEdgeTracker::Ipyramid, vpMbEdgeTracker::lines, vpMbtDistanceLine::reinitMovingEdge(), vpMbtDistanceCylinder::reinitMovingEdge(), vpMbEdgeTracker::scaleLevel, vpMbEdgeTracker::trackMovingEdge(), and vpMbEdgeTracker::updateMovingEdge().
Referenced by vpMbEdgeTracker::track().
|
inherited |
Re-initialize the model used by the tracker.
I | : The image containing the object to initialize. |
cad_name | : Path to the file containing the 3D model description. |
cMo_ | : The new vpHomogeneousMatrix between the camera and the new model |
Definition at line 1686 of file vpMbEdgeTracker.cpp.
References vpMbTracker::cMo, vpMbEdgeTracker::cylinders, vpMbEdgeTracker::faces, vpMbEdgeTracker::index_polygon, vpMbTracker::initFromPose(), vpMbEdgeTracker::lines, vpMbEdgeTracker::loadModel(), vpMbEdgeTracker::nbvisiblepolygone, vpMbEdgeTracker::ncylinder, vpMbEdgeTracker::nline, vpMbHiddenFaces< PolygonType >::reset(), vpMbEdgeTracker::scales, and vpHomogeneousMatrix::setIdentity().
|
protectedinherited |
Reinitialize the lines if it is required.
A line is reinitialized if the 2D line do not match enough with the projected 3D line.
I | : the image. |
_cMo | : the pose of the used to re-initialize the moving edges |
Definition at line 1263 of file vpMbEdgeTracker.cpp.
References vpMbEdgeTracker::cylinders, vpMbtDistanceLine::isVisible(), vpMbEdgeTracker::lines, vpMbtDistanceLine::Reinit, vpMbtDistanceCylinder::Reinit, vpMbtDistanceLine::reinitMovingEdge(), vpMbtDistanceCylinder::reinitMovingEdge(), and vpMbEdgeTracker::scaleLevel.
Referenced by postTracking(), and vpMbEdgeTracker::track().
|
protectedinherited |
Remove a cylinder by its name.
name | : The name of the cylinder to remove. |
Definition at line 1435 of file vpMbEdgeTracker.cpp.
References vpMbEdgeTracker::cylinders, vpMbtDistanceCylinder::getName(), and vpMbEdgeTracker::scales.
|
protectedinherited |
Remove a line using its name.
name | : The name of the line to remove. |
Definition at line 1367 of file vpMbEdgeTracker.cpp.
References vpMbtDistanceLine::getName(), vpMbEdgeTracker::lines, and vpMbEdgeTracker::scales.
|
virtual |
Reset the tracker. The model is removed and the pose is set to identity. The tracker needs to be initialized with a new model and a new pose.
Reimplemented from vpMbEdgeTracker.
Definition at line 160 of file vpMbEdgeKltTracker.cpp.
References vpMbKltTracker::resetTracker(), and vpMbEdgeTracker::resetTracker().
|
inherited |
Save the pose in the given filename
filename | : Path to the file used to save the pose. |
Definition at line 667 of file vpMbTracker.cpp.
References vpPoseVector::buildFrom(), and vpMbTracker::cMo.
Referenced by vpMbTracker::initClick().
|
inlinevirtual |
Set the angle used to test polygons appearance. If the angle between the normal of the polygon and the line going from the camera to the polygon center has a value lower than this parameter, the polygon is considered as appearing. The polygon will then be tracked.
a | : new angle in radian. |
Reimplemented from vpMbEdgeTracker.
Definition at line 311 of file vpMbEdgeKltTracker.h.
References vpMbKltTracker::setAngleAppear(), and vpMbEdgeTracker::setAngleAppear().
|
inlinevirtual |
Set the angle used to test polygons disappearance. If the angle between the normal of the polygon and the line going from the camera to the polygon center has a value greater than this parameter, the polygon is considered as disappearing. The tracking of the polygon will then be stopped.
a | : new angle in radian. |
Reimplemented from vpMbEdgeTracker.
Definition at line 322 of file vpMbEdgeKltTracker.h.
References vpMbKltTracker::setAngleDisappear(), and vpMbEdgeTracker::setAngleDisappear().
|
virtual |
Set the camera parameters
camera | : the new camera parameters |
Reimplemented from vpMbEdgeTracker.
Definition at line 883 of file vpMbEdgeKltTracker.cpp.
References vpMbTracker::cam, vpMbKltTracker::setCameraParameters(), and vpMbEdgeTracker::setCameraParameters().
Referenced by loadConfigFile().
|
inlinevirtual |
Specify which clipping to use.
flags | : New clipping flags. |
Reimplemented from vpMbEdgeTracker.
Definition at line 333 of file vpMbEdgeKltTracker.h.
References vpMbKltTracker::setClipping(), and vpMbEdgeTracker::setClipping().
|
inlinevirtualinherited |
Set if the covaraince matrix has to be computed.
flag | : True if the covariance has to be computed, false otherwise |
Definition at line 240 of file vpMbTracker.h.
|
inlineinherited |
Enable to display the features.
displayF | : set it to true to display the features. |
Definition at line 247 of file vpMbTracker.h.
|
inlineinherited |
Enable to display the points along the line with a color corresponding to their state.
displayMe | : set it to true to display the points. |
Definition at line 472 of file vpMbEdgeTracker.h.
|
inlinevirtual |
Set the far distance for clipping.
dist | : Far clipping value. |
Reimplemented from vpMbEdgeTracker.
Definition at line 340 of file vpMbEdgeKltTracker.h.
References vpMbKltTracker::setFarClippingDistance(), and vpMbEdgeTracker::setFarClippingDistance().
Referenced by loadConfigFile().
|
inlineinherited |
Set the first threshold used to check if the tracking failed. It corresponds to the percentage of good point which is necessary.
The condition which has to be be satisfied is the following : .
The threshold is ideally between 0 and 1.
threshold1 | : The new value of the threshold. |
Definition at line 485 of file vpMbEdgeTracker.h.
|
inherited |
Set the new value of the klt tracker.
t | : Klt tracker containing the new values. |
Definition at line 237 of file vpMbKltTracker.cpp.
References vpKltOpencv::getBlockSize(), vpKltOpencv::getHarrisFreeParameter(), vpKltOpencv::getMaxFeatures(), vpKltOpencv::getMinDistance(), vpKltOpencv::getPyramidLevels(), vpKltOpencv::getQuality(), vpKltOpencv::getWindowSize(), vpKltOpencv::setBlockSize(), vpKltOpencv::setHarrisFreeParameter(), vpKltOpencv::setMaxFeatures(), vpKltOpencv::setMinDistance(), vpKltOpencv::setPyramidLevels(), vpKltOpencv::setQuality(), vpKltOpencv::setWindowSize(), and vpMbKltTracker::tracker.
|
inlinevirtual |
Set the value of the gain used to compute the control law.
gain | : the desired value for the gain. |
Reimplemented from vpMbEdgeTracker.
Definition at line 347 of file vpMbEdgeKltTracker.h.
References vpMbKltTracker::setLambda(), and vpMbEdgeTracker::setLambda().
|
inlineinherited |
Set the erosion of the mask used on the Model faces.
e | : The desired erosion. |
Definition at line 417 of file vpMbKltTracker.h.
|
inlinevirtual |
Set the maximum iteration of the virtual visual servoing stage.
max | : the desired number of iteration |
Reimplemented from vpMbKltTracker.
Definition at line 354 of file vpMbEdgeKltTracker.h.
|
inherited |
Set the moving edge parameters.
p_me | : an instance of vpMe containing all the desired parameters |
Definition at line 130 of file vpMbEdgeTracker.cpp.
References vpMbEdgeTracker::cylinders, vpMbEdgeTracker::lines, vpMbEdgeTracker::me, vpMbEdgeTracker::scales, and vpMbtDistanceCylinder::setMovingEdge().
Referenced by loadConfigFile(), and vpMbEdgeTracker::loadConfigFile().
|
inlinevirtual |
Set the near distance for clipping.
dist | : Near clipping value. |
Reimplemented from vpMbEdgeTracker.
Definition at line 361 of file vpMbEdgeKltTracker.h.
References vpMbKltTracker::setNearClippingDistance(), and vpMbEdgeTracker::setNearClippingDistance().
Referenced by loadConfigFile().
|
inlinevirtual |
Use Ogre3D for visibility tests
v | : True to use it, False otherwise |
Reimplemented from vpMbEdgeTracker.
Definition at line 370 of file vpMbEdgeKltTracker.h.
References vpMbKltTracker::setOgreVisibilityTest().
|
virtual |
Set the pose to be used in entry of the next call to the track() function. This pose will be just used once.
I | : image corresponding to the desired pose. |
cdMo | : Pose to affect. |
Reimplemented from vpMbEdgeTracker.
Definition at line 113 of file vpMbEdgeKltTracker.cpp.
References vpMbEdgeTracker::cleanPyramid(), vpMbTracker::cMo, vpMbEdgeTracker::downScale(), vpMbKltTracker::faces, vpMbEdgeTracker::faces, vpMbKltTracker::firstTrack, vpMbEdgeTracker::initMovingEdge(), vpMbEdgeTracker::initPyramid(), vpMbEdgeTracker::Ipyramid, vpMbEdgeTracker::lines, vpMbtDistanceLine::meline, vpMbEdgeTracker::nbvisiblepolygone, vpMbEdgeTracker::scaleLevel, vpMbEdgeTracker::scales, vpMbKltTracker::setPose(), vpMbHiddenFaces< PolygonType >::size(), and vpMbEdgeTracker::upScale().
|
inlineinherited |
Set the filename used to save the initial pose computed using the initClick() method. It is also used to read a previous pose in the same method. If the file is not set then, the initClick() method will create a .0.pos file in the root directory. This directory is the path to the file given to the method initClick() used to know the coordinates in the object frame.
filename | : The new filename. |
Definition at line 269 of file vpMbTracker.h.
|
inherited |
Set the scales to use to realize the tracking. The vector of boolean activates or not the scales to set for the object tracking. The first element of the list correspond to the tracking on the full image, the second element corresponds to the tracking on an image subsampled by two.
Using multi scale tracking allows to track the object with greater moves. It requires the computation of a pyramid of images, but the total tracking can be faster than a tracking based only on the full scale. The pose is computed from the smallest image to the biggest. This may be dangerous if the object to track is small in the image, because the subsampled scale(s) will have only few points to compute the pose (it could result in a loss of precision).
scale | : The vector describing the levels to use. |
Definition at line 1822 of file vpMbEdgeTracker.cpp.
References vpMbEdgeTracker::cylinders, vpMbEdgeTracker::lines, vpMbEdgeTracker::scales, and vpERROR_TRACE.
Referenced by vpMbEdgeTracker::resetTracker().
|
inlineinherited |
Set the threshold for the acceptation of a point.
th | : Threshold for the weight below which a point is rejected. |
Definition at line 437 of file vpMbKltTracker.h.
|
inlinevirtual |
Check if the tracking failed.
vpTrackingException::fatalError | if the test fails. |
Reimplemented from vpMbEdgeTracker.
Definition at line 374 of file vpMbEdgeKltTracker.h.
|
virtual |
Realize the tracking of the object in the image.
vpException | : if the tracking is supposed to have failed. |
I | : the input image. |
Reimplemented from vpMbEdgeTracker.
Definition at line 709 of file vpMbEdgeKltTracker.cpp.
References vpMbEdgeTracker::cleanPyramid(), vpMbTracker::cMo, computeVVS(), vpMbKltTracker::computeVVS(), vpMbEdgeTracker::downScale(), vpMbKltTracker::faces, vpMbEdgeTracker::faces, vpMbEdgeTracker::initMovingEdge(), vpMbEdgeTracker::initPyramid(), vpMbEdgeTracker::Ipyramid, vpMbEdgeTracker::nbvisiblepolygone, postTracking(), vpMbKltTracker::preTracking(), vpMbKltTracker::reinit(), vpMbEdgeTracker::scales, vpMbHiddenFaces< PolygonType >::size(), vpMbEdgeTracker::trackMovingEdge(), and vpMbEdgeTracker::upScale().
|
protected |
Definition at line 760 of file vpMbEdgeKltTracker.cpp.
References vpMbtDistanceLine::closeToImageBorder(), vpMbTracker::cMo, vpMbtDistanceLine::computeInteractionMatrixError(), vpMbtDistanceCylinder::computeInteractionMatrixError(), vpMbEdgeTracker::cylinders, vpException::dimensionError, vpMeTracker::getMeList(), vpMeSite::getState(), vpMbtDistanceLine::hiddenface, initMbtTracking(), vpMbHiddenFaces< PolygonType >::isAppearing(), vpMbtDistanceLine::Lindex_polygon, vpMbEdgeTracker::lines, vpMbtDistanceLine::meline, vpMbtDistanceCylinder::meline1, vpMbtDistanceCylinder::meline2, vpMbtDistanceLine::nbFeature, vpMbtDistanceCylinder::nbFeature, vpMeSite::NO_SUPPRESSION, vpColVector::resize(), and vpMbEdgeTracker::scales.
Referenced by computeVVS().
|
protectedinherited |
Track the moving edges in the image.
I | : the image. |
Definition at line 1201 of file vpMbEdgeTracker.cpp.
References vpMbTracker::cMo, vpMbEdgeTracker::cylinders, vpMbtDistanceLine::initMovingEdge(), vpMbtDistanceCylinder::initMovingEdge(), vpMbtDistanceLine::isVisible(), vpMbEdgeTracker::lines, vpMbtDistanceLine::meline, vpMbtDistanceCylinder::meline1, vpMbtDistanceCylinder::meline2, vpMbEdgeTracker::scaleLevel, vpMbtDistanceLine::trackMovingEdge(), and vpMbtDistanceCylinder::trackMovingEdge().
Referenced by vpMbEdgeTracker::reInitLevel(), track(), and vpMbEdgeTracker::track().
|
protected |
Definition at line 844 of file vpMbEdgeKltTracker.cpp.
References vpMbtDistanceLine::computeInteractionMatrixError(), vpMbtDistanceCylinder::computeInteractionMatrixError(), vpMbEdgeTracker::cylinders, vpMbtDistanceLine::error, vpMbtDistanceCylinder::error, vpMbtDistanceLine::L, vpMbtDistanceCylinder::L, vpMbEdgeTracker::lines, vpMbtDistanceLine::nbFeature, and vpMbtDistanceCylinder::nbFeature.
Referenced by computeVVS().
|
protectedinherited |
Update the moving edges at the end of the virtual visual servoing.
I | : the image. |
Definition at line 1231 of file vpMbEdgeTracker.cpp.
References vpMbTracker::cMo, vpMbEdgeTracker::cylinders, vpMbtDistanceLine::isVisible(), vpMbEdgeTracker::lines, vpMbtDistanceLine::nbFeature, vpMbtDistanceCylinder::nbFeaturel1, vpMbtDistanceCylinder::nbFeaturel2, vpMbtDistanceLine::Reinit, vpMbtDistanceCylinder::Reinit, vpMbEdgeTracker::scaleLevel, vpMbtDistanceLine::updateMovingEdge(), and vpMbtDistanceCylinder::updateMovingEdge().
Referenced by postTracking(), vpMbEdgeTracker::reInitLevel(), and vpMbEdgeTracker::track().
|
protectedinherited |
Modify the camera parameters to have them corresponding to the current scale. The new parameters are multiplied by .
_scale | : Scale to use. |
Definition at line 2082 of file vpMbEdgeTracker.cpp.
References vpMbTracker::cam, vpCameraParameters::get_K(), vpCameraParameters::initFromCalibrationMatrix(), and vpMbEdgeTracker::scaleLevel.
Referenced by vpMbEdgeTracker::addCylinder(), vpMbEdgeTracker::addLine(), init(), vpMbEdgeTracker::init(), setPose(), track(), and vpMbEdgeTracker::track().
|
protectedinherited |
Detect the visible faces in the image and says if a new one appeared.
_I | : Image to test if a face is entirely in the image. |
_cMo | : The pose of the camera used to project the 3D model into the image. |
newvisibleline | : This parameter is set to true if a new face appeared. |
Definition at line 1526 of file vpMbEdgeTracker.cpp.
References vpMbEdgeTracker::angleAppears, vpMbEdgeTracker::angleDisappears, vpMbTracker::cam, vpMbEdgeTracker::faces, vpMbEdgeTracker::nbvisiblepolygone, vpMbHiddenFaces< PolygonType >::setVisible(), vpMbHiddenFaces< PolygonType >::setVisibleOgre(), and vpMbEdgeTracker::useOgre.
Referenced by vpMbEdgeTracker::init(), and vpMbEdgeTracker::track().
|
protectedinherited |
Detect the visible faces in the image and says if a new one appeared.
_cMo | : The pose of the camera used to project the 3D model into the image. |
newvisibleline | : This parameter is set to true if a new face appeared. |
Definition at line 1487 of file vpMbEdgeTracker.cpp.
References vpMbEdgeTracker::faces, vpMbEdgeTracker::nbvisiblepolygone, vpMath::rad(), vpMbHiddenFaces< PolygonType >::setVisible(), vpMbHiddenFaces< PolygonType >::setVisibleOgre(), and vpMbEdgeTracker::useOgre.
|
protectedinherited |
Angle used to detect a face appearance.
Definition at line 235 of file vpMbKltTracker.h.
Referenced by vpMbKltTracker::init(), vpMbKltTracker::loadConfigFile(), loadConfigFile(), vpMbKltTracker::postTracking(), vpMbKltTracker::resetTracker(), vpMbKltTracker::setPose(), and vpMbKltTracker::vpMbKltTracker().
|
protectedinherited |
Angle used to detect a face appearance.
Definition at line 317 of file vpMbEdgeTracker.h.
Referenced by loadConfigFile(), vpMbEdgeTracker::loadConfigFile(), vpMbEdgeTracker::resetTracker(), and vpMbEdgeTracker::visibleFace().
|
protectedinherited |
Angle used to detect a face disappearance.
Definition at line 237 of file vpMbKltTracker.h.
Referenced by vpMbKltTracker::init(), vpMbKltTracker::loadConfigFile(), loadConfigFile(), vpMbKltTracker::postTracking(), vpMbKltTracker::resetTracker(), vpMbKltTracker::setPose(), and vpMbKltTracker::vpMbKltTracker().
|
protectedinherited |
Angle used to detect a face disappearance.
Definition at line 320 of file vpMbEdgeTracker.h.
Referenced by loadConfigFile(), vpMbEdgeTracker::loadConfigFile(), vpMbEdgeTracker::resetTracker(), and vpMbEdgeTracker::visibleFace().
|
protectedinherited |
Initial pose.
Definition at line 233 of file vpMbKltTracker.h.
Referenced by vpMbKltTracker::computeVVS(), and vpMbKltTracker::reinit().
|
protectedinherited |
The camera parameters.
Definition at line 106 of file vpMbTracker.h.
Referenced by vpMbEdgeTracker::addCylinder(), vpMbEdgeTracker::addLine(), computeVVS(), vpMbKltTracker::computeVVS(), vpMbEdgeTracker::computeVVS(), vpMbEdgeTracker::downScale(), vpMbKltTracker::init(), vpMbEdgeTracker::init(), vpMbTracker::initClick(), vpMbKltTracker::initFaceFromCorners(), vpMbTracker::initFromPoints(), loadConfigFile(), vpMbEdgeTracker::loadConfigFile(), vpMbKltTracker::postTracking(), setCameraParameters(), vpMbKltTracker::setCameraParameters(), vpMbKltTracker::setPose(), vpMbEdgeTracker::upScale(), and vpMbEdgeTracker::visibleFace().
|
protectedinherited |
Flags specifying which clipping to used.
Definition at line 267 of file vpMbKltTracker.h.
Referenced by vpMbKltTracker::display(), getClipping(), vpMbKltTracker::initFaceFromCorners(), vpMbKltTracker::loadConfigFile(), loadConfigFile(), vpMbKltTracker::resetTracker(), vpMbKltTracker::setClipping(), vpMbKltTracker::setFarClippingDistance(), and vpMbKltTracker::setNearClippingDistance().
|
protectedinherited |
Flags specifying which clipping to used.
Definition at line 329 of file vpMbEdgeTracker.h.
Referenced by vpMbEdgeTracker::addLine(), loadConfigFile(), vpMbEdgeTracker::loadConfigFile(), vpMbEdgeTracker::resetTracker(), vpMbEdgeTracker::setClipping(), vpMbEdgeTracker::setFarClippingDistance(), and vpMbEdgeTracker::setNearClippingDistance().
|
protectedinherited |
The current pose.
Definition at line 108 of file vpMbTracker.h.
Referenced by computeVVS(), vpMbKltTracker::computeVVS(), vpMbEdgeTracker::computeVVS(), vpMbKltTracker::init(), init(), vpMbEdgeTracker::init(), vpMbTracker::initClick(), vpMbTracker::initFromPoints(), vpMbTracker::initFromPose(), postTracking(), vpMbKltTracker::postTracking(), vpMbKltTracker::reinit(), vpMbEdgeTracker::reInitLevel(), vpMbEdgeTracker::reInitModel(), vpMbKltTracker::resetTracker(), vpMbEdgeTracker::resetTracker(), vpMbTracker::savePose(), setPose(), vpMbKltTracker::setPose(), vpMbEdgeTracker::setPose(), track(), vpMbEdgeTracker::track(), trackFirstLoop(), vpMbEdgeTracker::trackMovingEdge(), and vpMbEdgeTracker::updateMovingEdge().
|
protected |
If true, compute the interaction matrix at each iteration of the minimization. Otherwise, compute it only on the first iteration.
Definition at line 230 of file vpMbEdgeKltTracker.h.
Referenced by computeVVS().
|
protectedinherited |
Flag used to specify if the covariance matrix has to be computed or not.
Definition at line 116 of file vpMbTracker.h.
Referenced by computeVVS(), vpMbKltTracker::computeVVS(), vpMbEdgeTracker::computeVVS(), vpMbKltTracker::resetTracker(), and vpMbEdgeKltTracker().
|
protectedinherited |
Covariance matrix.
Definition at line 118 of file vpMbTracker.h.
Referenced by computeVVS(), vpMbKltTracker::computeVVS(), and vpMbEdgeTracker::computeVVS().
|
protectedinherited |
The estimated displacement of the pose between the current instant and the initial position.
Definition at line 255 of file vpMbKltTracker.h.
Referenced by computeVVS(), vpMbKltTracker::computeVVS(), and vpMbKltTracker::reinit().
|
protectedinherited |
Temporary OpenCV image for fast conversion.
Definition at line 231 of file vpMbKltTracker.h.
Referenced by vpMbKltTracker::preTracking(), vpMbKltTracker::reinit(), vpMbKltTracker::resetTracker(), and vpMbKltTracker::~vpMbKltTracker().
|
protectedinherited |
Vector of the tracked cylinders.
Definition at line 284 of file vpMbEdgeTracker.h.
Referenced by vpMbEdgeTracker::addCylinder(), vpMbEdgeTracker::computeVVS(), display(), vpMbEdgeTracker::display(), vpMbEdgeTracker::getLcylinder(), vpMbEdgeTracker::getNbPoints(), initMbtTracking(), vpMbEdgeTracker::initMovingEdge(), postTracking(), postTrackingMbt(), vpMbEdgeTracker::reInitLevel(), vpMbEdgeTracker::reInitModel(), vpMbEdgeTracker::reinitMovingEdge(), vpMbEdgeTracker::removeCylinder(), vpMbEdgeTracker::resetTracker(), vpMbEdgeTracker::setMovingEdge(), vpMbEdgeTracker::setScales(), vpMbEdgeTracker::testTracking(), vpMbEdgeTracker::track(), trackFirstLoop(), vpMbEdgeTracker::trackMovingEdge(), trackSecondLoop(), vpMbEdgeTracker::updateMovingEdge(), and vpMbEdgeTracker::~vpMbEdgeTracker().
|
protectedinherited |
If true, the features are displayed.
Definition at line 120 of file vpMbTracker.h.
Referenced by display(), vpMbKltTracker::display(), postTracking(), and vpMbEdgeTracker::track().
|
protectedinherited |
Distance for near clipping.
Definition at line 265 of file vpMbKltTracker.h.
Referenced by vpMbKltTracker::initFaceFromCorners(), vpMbKltTracker::setFarClippingDistance(), and vpMbKltTracker::setNearClippingDistance().
|
protectedinherited |
Distance for near clipping.
Definition at line 326 of file vpMbEdgeTracker.h.
Referenced by vpMbEdgeTracker::addLine(), vpMbEdgeTracker::setFarClippingDistance(), and vpMbEdgeTracker::setNearClippingDistance().
|
protectedinherited |
Distance for near clipping.
Definition at line 263 of file vpMbKltTracker.h.
Referenced by vpMbKltTracker::initFaceFromCorners(), vpMbKltTracker::setFarClippingDistance(), and vpMbKltTracker::setNearClippingDistance().
|
protectedinherited |
Distance for near clipping.
Definition at line 323 of file vpMbEdgeTracker.h.
Referenced by vpMbEdgeTracker::addLine(), vpMbEdgeTracker::setFarClippingDistance(), and vpMbEdgeTracker::setNearClippingDistance().
|
protectedinherited |
Set of faces describing the object.
Definition at line 259 of file vpMbKltTracker.h.
Referenced by computeVVS(), vpMbKltTracker::computeVVS(), display(), vpMbKltTracker::display(), getFaces(), vpMbKltTracker::init(), init(), vpMbKltTracker::initFaceFromCorners(), postTracking(), vpMbKltTracker::postTracking(), vpMbKltTracker::preTracking(), vpMbKltTracker::reinit(), vpMbKltTracker::resetTracker(), vpMbKltTracker::setCameraParameters(), vpMbKltTracker::setClipping(), vpMbKltTracker::setFarClippingDistance(), vpMbKltTracker::setNearClippingDistance(), setPose(), vpMbKltTracker::setPose(), vpMbKltTracker::testTracking(), track(), vpMbEdgeKltTracker(), and vpMbKltTracker::vpMbKltTracker().
|
protectedinherited |
Set of faces describing the object.
Definition at line 296 of file vpMbEdgeTracker.h.
Referenced by vpMbEdgeTracker::addLine(), vpMbEdgeTracker::addPolygon(), vpMbEdgeTracker::display(), vpMbEdgeTracker::getNbPolygon(), vpMbEdgeTracker::getPolygon(), init(), vpMbEdgeTracker::init(), postTracking(), vpMbEdgeTracker::reInitModel(), vpMbEdgeTracker::resetTracker(), setPose(), track(), vpMbEdgeTracker::visibleFace(), and vpMbEdgeTracker::vpMbEdgeTracker().
|
protectedinherited |
Flag to specify whether the init method is called the first or not (specific calls to realize in this case).
Definition at line 241 of file vpMbKltTracker.h.
Referenced by vpMbKltTracker::resetTracker().
|
protectedinherited |
First track() called.
Definition at line 261 of file vpMbKltTracker.h.
Referenced by vpMbKltTracker::preTracking(), vpMbKltTracker::reinit(), vpMbKltTracker::resetTracker(), setPose(), and vpMbKltTracker::setPose().
|
protectedinherited |
Index of the polygon to add, and total number of polygon extracted so far. Cannot be unsigned because the default index of a polygon is -1.
Definition at line 293 of file vpMbEdgeTracker.h.
Referenced by vpMbEdgeTracker::addPolygon(), vpMbEdgeTracker::reInitModel(), and vpMbEdgeTracker::resetTracker().
|
protectedinherited |
Pyramid of image associated to the current image. This pyramid is computed in the init() and in the track() methods.
Definition at line 308 of file vpMbEdgeTracker.h.
Referenced by init(), vpMbEdgeTracker::init(), vpMbEdgeTracker::reInitLevel(), setPose(), track(), vpMbEdgeTracker::track(), and vpMbEdgeTracker::~vpMbEdgeTracker().
|
protected |
The gain of the virtual visual servoing stage.
Definition at line 232 of file vpMbEdgeKltTracker.h.
Referenced by computeVVS().
|
protectedinherited |
Vector of list of all the lines tracked (each line is linked to a list of moving edges). Each element of the vector is for a scale (element 0 = level 0 = no subsampling).
Definition at line 282 of file vpMbEdgeTracker.h.
Referenced by vpMbEdgeTracker::addLine(), vpMbEdgeTracker::computeVVS(), display(), vpMbEdgeTracker::display(), vpMbEdgeTracker::getLline(), vpMbEdgeTracker::getNbPoints(), initMbtTracking(), vpMbEdgeTracker::initMovingEdge(), postTracking(), postTrackingMbt(), vpMbEdgeTracker::reInitLevel(), vpMbEdgeTracker::reInitModel(), vpMbEdgeTracker::reinitMovingEdge(), vpMbEdgeTracker::removeLine(), vpMbEdgeTracker::resetTracker(), vpMbEdgeTracker::setClipping(), vpMbEdgeTracker::setFarClippingDistance(), vpMbEdgeTracker::setMovingEdge(), vpMbEdgeTracker::setNearClippingDistance(), setPose(), vpMbEdgeTracker::setPose(), vpMbEdgeTracker::setScales(), vpMbEdgeTracker::testTracking(), vpMbEdgeTracker::track(), trackFirstLoop(), vpMbEdgeTracker::trackMovingEdge(), trackSecondLoop(), vpMbEdgeTracker::updateMovingEdge(), and vpMbEdgeTracker::~vpMbEdgeTracker().
|
protectedinherited |
Erosion of the mask.
Definition at line 243 of file vpMbKltTracker.h.
Referenced by vpMbKltTracker::loadConfigFile(), loadConfigFile(), vpMbKltTracker::reinit(), and vpMbKltTracker::resetTracker().
|
protected |
The maximum iteration of the virtual visual servoing stage.
Definition at line 238 of file vpMbEdgeKltTracker.h.
Referenced by computeVVS().
|
protectedinherited |
The moving edges parameters.
Definition at line 280 of file vpMbEdgeTracker.h.
Referenced by vpMbEdgeTracker::addCylinder(), vpMbEdgeTracker::addLine(), loadConfigFile(), vpMbEdgeTracker::loadConfigFile(), and vpMbEdgeTracker::setMovingEdge().
|
protectedinherited |
The name of the file containing the model (it is used to create a file name.0.pos used to store the compute pose in the initClick method).
Definition at line 110 of file vpMbTracker.h.
Referenced by vpMbTracker::loadModel().
|
protectedinherited |
Flag used to ensure that the CAD model is loaded before the initialisation.
Definition at line 112 of file vpMbTracker.h.
Referenced by vpMbKltTracker::init(), and vpMbTracker::loadModel().
|
protectedinherited |
Number of polygon (face) currently visible.
Definition at line 299 of file vpMbEdgeTracker.h.
Referenced by init(), postTracking(), vpMbEdgeTracker::reInitModel(), vpMbEdgeTracker::resetTracker(), setPose(), track(), and vpMbEdgeTracker::visibleFace().
|
protectedinherited |
Index of the cylinder to add, and total number of polygon extracted so far.
Definition at line 290 of file vpMbEdgeTracker.h.
Referenced by vpMbEdgeTracker::addCylinder(), vpMbEdgeTracker::initCylinder(), vpMbEdgeTracker::reInitModel(), and vpMbEdgeTracker::resetTracker().
|
protectedinherited |
Index of the polygon to add, and total number of polygon extracted so far.
Definition at line 287 of file vpMbEdgeTracker.h.
Referenced by vpMbEdgeTracker::addLine(), vpMbEdgeTracker::reInitModel(), and vpMbEdgeTracker::resetTracker().
|
protectedinherited |
Percentage of good points over total number of points below which tracking is supposed to have failed.
Definition at line 302 of file vpMbEdgeTracker.h.
Referenced by vpMbEdgeTracker::resetTracker(), and vpMbEdgeTracker::testTracking().
|
protectedinherited |
Percentage of good points, according to the initial number, that must have the tracker.
Definition at line 251 of file vpMbKltTracker.h.
Referenced by vpMbKltTracker::postTracking(), and vpMbKltTracker::resetTracker().
|
protectedinherited |
Filename used to save the initial pose computed using the initClick() method. It is also used to read a previous pose in the same method.
Definition at line 114 of file vpMbTracker.h.
Referenced by vpMbTracker::initClick().
|
protectedinherited |
Current scale level used. This attribute must not be modified outside of the downScale() and upScale() methods, as it used to specify to some methods which set of distanceLine use.
Definition at line 311 of file vpMbEdgeTracker.h.
Referenced by vpMbEdgeTracker::computeVVS(), display(), vpMbEdgeTracker::display(), vpMbEdgeTracker::downScale(), vpMbEdgeTracker::initMovingEdge(), vpMbEdgeTracker::reInitLevel(), vpMbEdgeTracker::reinitMovingEdge(), setPose(), vpMbEdgeTracker::setPose(), vpMbEdgeTracker::testTracking(), vpMbEdgeTracker::trackMovingEdge(), vpMbEdgeTracker::updateMovingEdge(), and vpMbEdgeTracker::upScale().
|
protectedinherited |
Vector of scale level to use for the multi-scale tracking.
Definition at line 305 of file vpMbEdgeTracker.h.
Referenced by vpMbEdgeTracker::addCylinder(), vpMbEdgeTracker::addLine(), display(), vpMbEdgeTracker::display(), vpMbEdgeTracker::getLcylinder(), vpMbEdgeTracker::getLline(), vpMbEdgeTracker::getNbPoints(), init(), vpMbEdgeTracker::init(), initMbtTracking(), vpMbEdgeTracker::initPyramid(), postTrackingMbt(), vpMbEdgeTracker::reInitModel(), vpMbEdgeTracker::removeCylinder(), vpMbEdgeTracker::removeLine(), vpMbEdgeTracker::resetTracker(), vpMbEdgeTracker::setClipping(), vpMbEdgeTracker::setFarClippingDistance(), vpMbEdgeTracker::setMovingEdge(), vpMbEdgeTracker::setNearClippingDistance(), setPose(), vpMbEdgeTracker::setScales(), track(), vpMbEdgeTracker::track(), trackFirstLoop(), vpMbEdgeTracker::vpMbEdgeTracker(), and vpMbEdgeTracker::~vpMbEdgeTracker().
|
protectedinherited |
Threshold below which the weight associated to a point to consider this one as an outlier.
Definition at line 249 of file vpMbKltTracker.h.
Referenced by vpMbKltTracker::postTracking(), and vpMbKltTracker::resetTracker().
|
protected |
The threshold used in the robust estimation of KLT.
Definition at line 234 of file vpMbEdgeKltTracker.h.
Referenced by computeVVS().
|
protected |
The threshold used in the robust estimation of MBT.
Definition at line 236 of file vpMbEdgeKltTracker.h.
Referenced by computeVVS().
|
protectedinherited |
Points tracker.
Definition at line 257 of file vpMbKltTracker.h.
Referenced by vpMbKltTracker::getKltImagePoints(), vpMbKltTracker::getKltImagePointsWithId(), vpMbKltTracker::loadConfigFile(), loadConfigFile(), vpMbKltTracker::preTracking(), vpMbKltTracker::reinit(), vpMbKltTracker::resetTracker(), vpMbKltTracker::setKltOpencv(), vpMbKltTracker::setPose(), and vpMbKltTracker::vpMbKltTracker().
|
protectedinherited |
Use Ogre3d for visibility tests.
Definition at line 253 of file vpMbKltTracker.h.
Referenced by display(), vpMbKltTracker::display(), vpMbKltTracker::init(), vpMbKltTracker::postTracking(), vpMbKltTracker::resetTracker(), vpMbKltTracker::setOgreVisibilityTest(), and vpMbKltTracker::setPose().
|
protectedinherited |
Use Ogre3d for visibility tests.
Definition at line 314 of file vpMbEdgeTracker.h.
Referenced by vpMbEdgeTracker::display(), vpMbEdgeTracker::init(), vpMbEdgeTracker::setOgreVisibilityTest(), and vpMbEdgeTracker::visibleFace().