Visual Servoing Platform
version 3.5.1 under development (2023-09-22)
|
#include <visp3/mbt/vpMbKltTracker.h>
Public Types | |
enum | vpMbtOptimizationMethod { GAUSS_NEWTON_OPT = 0 , LEVENBERG_MARQUARDT_OPT = 1 } |
Public Member Functions | |
vpMbKltTracker () | |
virtual | ~vpMbKltTracker () |
Inherited functionalities from vpMbKltTracker | |
void | addCircle (const vpPoint &P1, const vpPoint &P2, const vpPoint &P3, double r, const std::string &name="") |
virtual void | display (const vpImage< unsigned char > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, const vpColor &col, unsigned int thickness=1, bool displayFullModel=false) |
virtual void | display (const vpImage< vpRGBa > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, const vpColor &col, unsigned int thickness=1, bool displayFullModel=false) |
virtual std::list< vpMbtDistanceCircle * > & | getFeaturesCircle () |
virtual std::list< vpMbtDistanceKltCylinder * > & | getFeaturesKltCylinder () |
virtual std::list< vpMbtDistanceKltPoints * > & | getFeaturesKlt () |
std::vector< cv::Point2f > | getKltPoints () const |
std::vector< vpImagePoint > | getKltImagePoints () const |
std::map< int, vpImagePoint > | getKltImagePointsWithId () const |
vpKltOpencv | getKltOpencv () const |
unsigned int | getKltMaskBorder () const |
int | getKltNbPoints () const |
double | getKltThresholdAcceptation () const |
virtual vpColVector | getError () const |
virtual vpColVector | getRobustWeights () const |
virtual std::vector< std::vector< double > > | getModelForDisplay (unsigned int width, unsigned int height, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, bool displayFullModel=false) |
virtual void | loadConfigFile (const std::string &configFile, bool verbose=true) |
virtual void | reInitModel (const vpImage< unsigned char > &I, const std::string &cad_name, const vpHomogeneousMatrix &cMo, bool verbose=false, const vpHomogeneousMatrix &T=vpHomogeneousMatrix()) |
void | resetTracker () |
void | setCameraParameters (const vpCameraParameters &cam) |
void | setKltMaskBorder (const unsigned int &e) |
virtual void | setKltOpencv (const vpKltOpencv &t) |
void | setKltThresholdAcceptation (double th) |
virtual void | setOgreVisibilityTest (const bool &v) |
virtual void | setScanLineVisibilityTest (const bool &v) |
virtual void | setPose (const vpImage< unsigned char > &I, const vpHomogeneousMatrix &cdMo) |
virtual void | setPose (const vpImage< vpRGBa > &I_color, const vpHomogeneousMatrix &cdMo) |
virtual void | setProjectionErrorComputation (const bool &flag) |
void | setUseKltTracking (const std::string &name, const bool &useKltTracking) |
virtual void | testTracking () |
virtual void | track (const vpImage< unsigned char > &I) |
virtual void | track (const vpImage< vpRGBa > &I_color) |
Deprecated functions | |
unsigned int | getMaskBorder () const |
int | getNbKltPoints () const |
double | getThresholdAcceptation () const |
void | setMaskBorder (const unsigned int &e) |
void | setThresholdAcceptation (double th) |
Inherited functionalities from vpMbTracker | |
virtual double | computeCurrentProjectionError (const vpImage< unsigned char > &I, const vpHomogeneousMatrix &_cMo, const vpCameraParameters &_cam) |
virtual double | getAngleAppear () const |
virtual double | getAngleDisappear () const |
virtual void | getCameraParameters (vpCameraParameters &cam) const |
virtual unsigned int | getClipping () const |
virtual vpMatrix | getCovarianceMatrix () const |
virtual double | getInitialMu () const |
virtual double | getLambda () const |
virtual unsigned int | getMaxIter () const |
virtual double | getProjectionError () const |
virtual vpColVector | getEstimatedDoF () const |
virtual vpMbHiddenFaces< vpMbtPolygon > & | getFaces () |
virtual double | getFarClippingDistance () const |
virtual unsigned int | getNbPolygon () const |
virtual double | getNearClippingDistance () const |
virtual vpMbtOptimizationMethod | getOptimizationMethod () const |
virtual vpMbtPolygon * | getPolygon (unsigned int index) |
virtual std::pair< std::vector< vpPolygon >, std::vector< std::vector< vpPoint > > > | getPolygonFaces (bool orderPolygons=true, bool useVisibility=true, bool clipPolygon=false) |
virtual void | getPose (vpHomogeneousMatrix &cMo) const |
virtual vpHomogeneousMatrix | getPose () const |
virtual double | getStopCriteriaEpsilon () const |
virtual void | initClick (const vpImage< unsigned char > &I, const std::string &initFile, bool displayHelp=false, const vpHomogeneousMatrix &T=vpHomogeneousMatrix()) |
virtual void | initClick (const vpImage< vpRGBa > &I_color, const std::string &initFile, bool displayHelp=false, const vpHomogeneousMatrix &T=vpHomogeneousMatrix()) |
virtual void | initClick (const vpImage< unsigned char > &I, const std::vector< vpPoint > &points3D_list, const std::string &displayFile="") |
virtual void | initClick (const vpImage< vpRGBa > &I_color, 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< vpRGBa > &I_color, 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 | initFromPoints (const vpImage< vpRGBa > &I_color, 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< vpRGBa > &I_color, const std::string &initFile) |
virtual void | initFromPose (const vpImage< unsigned char > &I, const vpHomogeneousMatrix &cMo) |
virtual void | initFromPose (const vpImage< vpRGBa > &I_color, const vpHomogeneousMatrix &cMo) |
virtual void | initFromPose (const vpImage< unsigned char > &I, const vpPoseVector &cPo) |
virtual void | initFromPose (const vpImage< vpRGBa > &I_color, const vpPoseVector &cPo) |
virtual void | loadModel (const std::string &modelFile, bool verbose=false, const vpHomogeneousMatrix &T=vpHomogeneousMatrix()) |
virtual void | setAngleAppear (const double &a) |
virtual void | setAngleDisappear (const double &a) |
virtual void | setClipping (const unsigned int &flags) |
virtual void | setCovarianceComputation (const bool &flag) |
virtual void | setDisplayFeatures (bool displayF) |
virtual void | setEstimatedDoF (const vpColVector &v) |
virtual void | setFarClippingDistance (const double &dist) |
virtual void | setInitialMu (double mu) |
virtual void | setLambda (double gain) |
virtual void | setLod (bool useLod, const std::string &name="") |
virtual void | setMaxIter (unsigned int max) |
virtual void | setMinLineLengthThresh (double minLineLengthThresh, const std::string &name="") |
virtual void | setMinPolygonAreaThresh (double minPolygonAreaThresh, const std::string &name="") |
virtual void | setNearClippingDistance (const double &dist) |
virtual void | setOptimizationMethod (const vpMbtOptimizationMethod &opt) |
void | setProjectionErrorMovingEdge (const vpMe &me) |
void | setProjectionErrorKernelSize (const unsigned int &size) |
virtual void | setMask (const vpImage< bool > &mask) |
virtual void | setStopCriteriaEpsilon (const double eps) |
virtual void | setProjectionErrorDisplay (bool display) |
virtual void | setProjectionErrorDisplayArrowLength (unsigned int length) |
virtual void | setProjectionErrorDisplayArrowThickness (unsigned int thickness) |
void | savePose (const std::string &filename) const |
virtual void | setGoodNbRayCastingAttemptsRatio (const double &ratio) |
virtual void | setNbRayCastingAttemptsForVisibility (const unsigned int &attempts) |
virtual void | setOgreShowConfigDialog (bool showConfigDialog) |
void | setPoseSavingFilename (const std::string &filename) |
Protected Member Functions | |
Protected Member Functions Inherited from vpMbKltTracker | |
void | computeVVS () |
virtual void | computeVVSInit () |
virtual void | computeVVSInteractionMatrixAndResidu () |
virtual std::vector< std::vector< double > > | getFeaturesForDisplayKlt () |
virtual void | init (const vpImage< unsigned char > &I) |
virtual void | initFaceFromCorners (vpMbtPolygon &polygon) |
virtual void | initFaceFromLines (vpMbtPolygon &polygon) |
virtual void | initCircle (const vpPoint &, const vpPoint &, const vpPoint &, double, int, const std::string &name="") |
virtual void | initCylinder (const vpPoint &, const vpPoint &, double, int, const std::string &name="") |
void | preTracking (const vpImage< unsigned char > &I) |
bool | postTracking (const vpImage< unsigned char > &I, vpColVector &w) |
virtual void | reinit (const vpImage< unsigned char > &I) |
virtual void | setPose (const vpImage< unsigned char > *const I, const vpImage< vpRGBa > *const I_color, const vpHomogeneousMatrix &cdMo) |
Protected Member Functions Inherited from vpMbTracker | |
virtual void | initClick (const vpImage< unsigned char > *const I, const vpImage< vpRGBa > *const I_color, const std::string &initFile, bool displayHelp=false, const vpHomogeneousMatrix &T=vpHomogeneousMatrix()) |
virtual void | initClick (const vpImage< unsigned char > *const I, const vpImage< vpRGBa > *const I_color, const std::vector< vpPoint > &points3D_list, const std::string &displayFile="") |
virtual void | initFromPoints (const vpImage< unsigned char > *const I, const vpImage< vpRGBa > *const I_color, const std::string &initFile) |
virtual void | initFromPoints (const vpImage< unsigned char > *const I, const vpImage< vpRGBa > *const I_color, const std::vector< vpImagePoint > &points2D_list, const std::vector< vpPoint > &points3D_list) |
virtual void | initFromPose (const vpImage< unsigned char > *const I, const vpImage< vpRGBa > *const I_color, const std::string &initFile) |
void | addPolygon (const std::vector< vpPoint > &corners, int idFace=-1, const std::string &polygonName="", bool useLod=false, double minPolygonAreaThreshold=2500.0, double minLineLengthThreshold=50.0) |
void | addPolygon (const vpPoint &p1, const vpPoint &p2, const vpPoint &p3, double radius, int idFace=-1, const std::string &polygonName="", bool useLod=false, double minPolygonAreaThreshold=2500.0) |
void | addPolygon (const vpPoint &p1, const vpPoint &p2, int idFace=-1, const std::string &polygonName="", bool useLod=false, double minLineLengthThreshold=50) |
void | addPolygon (const std::vector< std::vector< vpPoint > > &listFaces, int idFace=-1, const std::string &polygonName="", bool useLod=false, double minLineLengthThreshold=50) |
void | addProjectionErrorCircle (const vpPoint &P1, const vpPoint &P2, const vpPoint &P3, double r, int idFace=-1, const std::string &name="") |
void | addProjectionErrorCylinder (const vpPoint &P1, const vpPoint &P2, double r, int idFace=-1, const std::string &name="") |
void | addProjectionErrorLine (vpPoint &p1, vpPoint &p2, int polygon=-1, std::string name="") |
void | addProjectionErrorPolygon (const std::vector< vpPoint > &corners, int idFace=-1, const std::string &polygonName="", bool useLod=false, double minPolygonAreaThreshold=2500.0, const double minLineLengthThreshold=50.0) |
void | addProjectionErrorPolygon (const vpPoint &p1, const vpPoint &p2, const vpPoint &p3, double radius, int idFace=-1, const std::string &polygonName="", bool useLod=false, double minPolygonAreaThreshold=2500.0) |
void | addProjectionErrorPolygon (const vpPoint &p1, const vpPoint &p2, int idFace=-1, const std::string &polygonName="", bool useLod=false, double minLineLengthThreshold=50) |
void | addProjectionErrorPolygon (const std::vector< std::vector< vpPoint > > &listFaces, int idFace=-1, const std::string &polygonName="", bool useLod=false, double minLineLengthThreshold=50) |
void | createCylinderBBox (const vpPoint &p1, const vpPoint &p2, const double &radius, std::vector< std::vector< vpPoint > > &listFaces) |
virtual void | computeCovarianceMatrixVVS (const bool isoJoIdentity, const vpColVector &w_true, const vpHomogeneousMatrix &cMoPrev, const vpMatrix &L_true, const vpMatrix &LVJ_true, const vpColVector &error) |
void | computeJTR (const vpMatrix &J, const vpColVector &R, vpColVector &JTR) const |
double | computeProjectionErrorImpl (const vpImage< unsigned char > &I, const vpHomogeneousMatrix &_cMo, const vpCameraParameters &_cam, unsigned int &nbFeatures) |
virtual void | computeVVSCheckLevenbergMarquardt (unsigned int iter, vpColVector &error, const vpColVector &m_error_prev, const vpHomogeneousMatrix &cMoPrev, double &mu, bool &reStartFromLastIncrement, vpColVector *const w=NULL, const vpColVector *const m_w_prev=NULL) |
virtual void | computeVVSPoseEstimation (const bool isoJoIdentity, unsigned int iter, vpMatrix &L, vpMatrix <L, vpColVector &R, const vpColVector &error, vpColVector &error_prev, vpColVector <R, double &mu, vpColVector &v, const vpColVector *const w=NULL, vpColVector *const m_w_prev=NULL) |
virtual void | computeVVSWeights (vpRobust &robust, const vpColVector &error, vpColVector &w) |
virtual void | extractGroup (SoVRMLGroup *sceneGraphVRML2, vpHomogeneousMatrix &transform, int &idFace) |
virtual void | extractFaces (SoVRMLIndexedFaceSet *face_set, vpHomogeneousMatrix &transform, int &idFace, const std::string &polygonName="") |
virtual void | extractLines (SoVRMLIndexedLineSet *line_set, int &idFace, const std::string &polygonName="") |
virtual void | extractCylinders (SoVRMLIndexedFaceSet *face_set, vpHomogeneousMatrix &transform, int &idFace, const std::string &polygonName="") |
vpPoint | getGravityCenter (const std::vector< vpPoint > &_pts) const |
void | initProjectionErrorCircle (const vpPoint &p1, const vpPoint &p2, const vpPoint &p3, double radius, int idFace=0, const std::string &name="") |
void | initProjectionErrorCylinder (const vpPoint &p1, const vpPoint &p2, double radius, int idFace=0, const std::string &name="") |
void | initProjectionErrorFaceFromCorners (vpMbtPolygon &polygon) |
void | initProjectionErrorFaceFromLines (vpMbtPolygon &polygon) |
virtual void | loadVRMLModel (const std::string &modelFile) |
virtual void | loadCAOModel (const std::string &modelFile, std::vector< std::string > &vectorOfModelFilename, int &startIdFace, bool verbose=false, bool parent=true, const vpHomogeneousMatrix &T=vpHomogeneousMatrix()) |
void | projectionErrorInitMovingEdge (const vpImage< unsigned char > &I, const vpHomogeneousMatrix &_cMo) |
void | projectionErrorResetMovingEdges () |
void | projectionErrorVisibleFace (unsigned int width, unsigned int height, const vpHomogeneousMatrix &_cMo) |
void | removeComment (std::ifstream &fileId) |
std::map< std::string, std::string > | parseParameters (std::string &endLine) |
bool | samePoint (const vpPoint &P1, const vpPoint &P2) const |
Model based tracker using only KLT.
The Tutorial: Markerless model-based tracking (deprecated) is a good starting point to use this class.
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: Markerless model-based tracking (deprecated) 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 206 of file vpMbKltTracker.h.
|
inherited |
Enumerator | |
---|---|
GAUSS_NEWTON_OPT | |
LEVENBERG_MARQUARDT_OPT |
Definition at line 107 of file vpMbTracker.h.
vpMbKltTracker::vpMbKltTracker | ( | ) |
Definition at line 108 of file vpMbKltTracker.cpp.
References vpMbTracker::faces, vpMbHiddenFaces< PolygonType >::getOgreContext(), vpMbTracker::m_lambda, vpMbTracker::m_maxIter, vpKltOpencv::setBlockSize(), vpKltOpencv::setHarrisFreeParameter(), vpKltOpencv::setMaxFeatures(), vpKltOpencv::setMinDistance(), vpKltOpencv::setPyramidLevels(), vpKltOpencv::setQuality(), vpKltOpencv::setTrackerId(), vpKltOpencv::setUseHarris(), vpAROgre::setWindowName(), vpKltOpencv::setWindowSize(), and tracker.
|
virtual |
Basic destructor.
Definition at line 136 of file vpMbKltTracker.cpp.
References circles_disp, kltCylinders, and kltPolygons.
void vpMbKltTracker::addCircle | ( | const vpPoint & | P1, |
const vpPoint & | P2, | ||
const vpPoint & | P3, | ||
double | r, | ||
const std::string & | name = "" |
||
) |
Add a circle to the list of circles.
P1 | : Center of the circle. |
P2,P3 | : Two points on the plane containing the circle. With the center of the circle we have 3 points defining the plane that contains the circle. |
r | : Radius of the circle. |
name | : Name of the circle. |
Definition at line 1344 of file vpMbKltTracker.cpp.
References vpMbtDistanceCircle::buildFrom(), circles_disp, vpMbTracker::m_cam, vpMbtDistanceCircle::setCameraParameters(), and vpMbtDistanceCircle::setName().
Referenced by initCircle().
|
protectedinherited |
Definition at line 1377 of file vpMbTracker.cpp.
References vpPolygon3D::addPoint(), vpMbHiddenFaces< PolygonType >::addPolygon(), vpMbTracker::clippingFlag, vpMbTracker::distFarClip, vpMbTracker::distNearClip, vpMbTracker::faces, vpPolygon3D::FAR_CLIPPING, vpMbHiddenFaces< PolygonType >::getPolygon(), vpMbTracker::minPolygonAreaThresholdGeneral, vpPolygon3D::NEAR_CLIPPING, vpPolygon3D::NO_CLIPPING, vpMbtPolygon::setIndex(), vpMbtPolygon::setIsPolygonOriented(), vpMbtPolygon::setLod(), vpMbtPolygon::setMinLineLengthThresh(), vpMbtPolygon::setMinPolygonAreaThresh(), vpMbtPolygon::setName(), and vpPolygon3D::setNbPoint().
|
protectedinherited |
Definition at line 1204 of file vpMbTracker.cpp.
References vpPolygon3D::addPoint(), vpMbHiddenFaces< PolygonType >::addPolygon(), vpMbTracker::clippingFlag, vpMbTracker::distFarClip, vpMbTracker::distNearClip, vpMbTracker::faces, vpPolygon3D::FAR_CLIPPING, vpMbHiddenFaces< PolygonType >::getPolygon(), vpPolygon3D::NEAR_CLIPPING, vpPolygon3D::NO_CLIPPING, vpMbtPolygon::setIndex(), vpMbtPolygon::setLod(), vpMbtPolygon::setMinLineLengthThresh(), vpMbtPolygon::setMinPolygonAreaThresh(), vpMbtPolygon::setName(), and vpPolygon3D::setNbPoint().
Referenced by vpMbTracker::extractCylinders(), vpMbTracker::extractFaces(), vpMbTracker::extractLines(), and vpMbTracker::loadCAOModel().
|
protectedinherited |
Definition at line 1259 of file vpMbTracker.cpp.
References vpPolygon3D::addPoint(), vpMbHiddenFaces< PolygonType >::addPolygon(), vpMbTracker::clippingFlag, vpColVector::crossProd(), vpMbTracker::distFarClip, vpMbTracker::distNearClip, vpMbTracker::faces, vpPolygon3D::FAR_CLIPPING, vpPoint::get_oX(), vpPoint::get_oY(), vpPoint::get_oZ(), vpPlane::getA(), vpPlane::getB(), vpPlane::getC(), vpMbHiddenFaces< PolygonType >::getPolygon(), vpMbTracker::minLineLengthThresholdGeneral, vpPolygon3D::NEAR_CLIPPING, vpPolygon3D::NO_CLIPPING, vpPlane::object_frame, vpMath::rad(), vpMbtPolygon::setIndex(), vpMbtPolygon::setLod(), vpMbtPolygon::setMinLineLengthThresh(), vpMbtPolygon::setMinPolygonAreaThresh(), vpMbtPolygon::setName(), vpPolygon3D::setNbPoint(), vpPoint::setWorldCoordinates(), and vpMath::sqr().
|
protectedinherited |
Definition at line 1339 of file vpMbTracker.cpp.
References vpPolygon3D::addPoint(), vpMbHiddenFaces< PolygonType >::addPolygon(), vpMbTracker::clippingFlag, vpMbTracker::distFarClip, vpMbTracker::distNearClip, vpMbTracker::faces, vpPolygon3D::FAR_CLIPPING, vpMbHiddenFaces< PolygonType >::getPolygon(), vpMbTracker::minPolygonAreaThresholdGeneral, vpPolygon3D::NEAR_CLIPPING, vpPolygon3D::NO_CLIPPING, vpMbtPolygon::setIndex(), vpMbtPolygon::setLod(), vpMbtPolygon::setMinLineLengthThresh(), vpMbtPolygon::setMinPolygonAreaThresh(), vpMbtPolygon::setName(), and vpPolygon3D::setNbPoint().
|
protectedinherited |
Definition at line 3317 of file vpMbTracker.cpp.
References vpMbtDistanceCircle::buildFrom(), vpMbtDistanceCircle::hiddenface, vpMbtDistanceCircle::index_polygon, vpMbTracker::m_cam, vpMbTracker::m_projectionErrorCircles, vpMbTracker::m_projectionErrorFaces, vpMbTracker::m_projectionErrorMe, vpMath::maximum(), vpMbtDistanceCircle::p1, vpMbtDistanceCircle::p2, vpMbtDistanceCircle::p3, vpMbtDistanceCircle::radius, vpMbTracker::samePoint(), vpMbtDistanceCircle::setCameraParameters(), vpMbtDistanceCircle::setIndex(), vpMbtDistanceCircle::setMovingEdge(), and vpMbtDistanceCircle::setName().
Referenced by vpMbTracker::initProjectionErrorCircle().
|
protectedinherited |
Definition at line 3348 of file vpMbTracker.cpp.
References vpMbtDistanceCylinder::buildFrom(), vpMbtDistanceCylinder::hiddenface, vpMbtDistanceCylinder::index_polygon, vpMbTracker::m_cam, vpMbTracker::m_projectionErrorCylinders, vpMbTracker::m_projectionErrorFaces, vpMbTracker::m_projectionErrorMe, vpMath::maximum(), vpMbtDistanceCylinder::p1, vpMbtDistanceCylinder::p2, vpMbtDistanceCylinder::radius, vpMbTracker::samePoint(), vpMbtDistanceCylinder::setCameraParameters(), vpMbtDistanceCylinder::setIndex(), vpMbtDistanceCylinder::setMovingEdge(), and vpMbtDistanceCylinder::setName().
Referenced by vpMbTracker::initProjectionErrorCylinder().
|
protectedinherited |
Definition at line 3275 of file vpMbTracker.cpp.
References vpMbtDistanceLine::addPolygon(), vpMbtDistanceLine::buildFrom(), vpMbTracker::clippingFlag, vpMbTracker::distFarClip, vpMbTracker::distNearClip, vpPolygon3D::FAR_CLIPPING, vpMbtDistanceLine::getPolygon(), vpMbtDistanceLine::hiddenface, vpMbTracker::m_cam, vpMbTracker::m_projectionErrorFaces, vpMbTracker::m_projectionErrorLines, vpMbTracker::m_projectionErrorMe, vpMbTracker::m_rand, vpPolygon3D::NEAR_CLIPPING, vpPolygon3D::NO_CLIPPING, vpMbtDistanceLine::p1, vpMbtDistanceLine::p2, vpMbTracker::samePoint(), vpMbtDistanceLine::setCameraParameters(), vpPolygon3D::setClipping(), vpPolygon3D::setFarClippingDistance(), vpMbtDistanceLine::setIndex(), vpMbtDistanceLine::setMovingEdge(), vpMbtDistanceLine::setName(), vpPolygon3D::setNearClippingDistance(), vpMbtDistanceLine::useScanLine, and vpMbTracker::useScanLine.
Referenced by vpMbTracker::initProjectionErrorFaceFromCorners(), and vpMbTracker::initProjectionErrorFaceFromLines().
|
protectedinherited |
Definition at line 3243 of file vpMbTracker.cpp.
References vpPolygon3D::addPoint(), vpMbHiddenFaces< PolygonType >::addPolygon(), vpMbTracker::clippingFlag, vpMbTracker::distFarClip, vpMbTracker::distNearClip, vpPolygon3D::FAR_CLIPPING, vpMbHiddenFaces< PolygonType >::getPolygon(), vpMbTracker::m_projectionErrorFaces, vpMbTracker::minPolygonAreaThresholdGeneral, vpPolygon3D::NEAR_CLIPPING, vpPolygon3D::NO_CLIPPING, vpMbtPolygon::setIndex(), vpMbtPolygon::setIsPolygonOriented(), vpMbtPolygon::setLod(), vpMbtPolygon::setMinLineLengthThresh(), vpMbtPolygon::setMinPolygonAreaThresh(), vpMbtPolygon::setName(), and vpPolygon3D::setNbPoint().
|
protectedinherited |
Definition at line 3094 of file vpMbTracker.cpp.
References vpPolygon3D::addPoint(), vpMbHiddenFaces< PolygonType >::addPolygon(), vpMbTracker::clippingFlag, vpMbTracker::distFarClip, vpMbTracker::distNearClip, vpPolygon3D::FAR_CLIPPING, vpMbHiddenFaces< PolygonType >::getPolygon(), vpMbTracker::m_projectionErrorFaces, vpPolygon3D::NEAR_CLIPPING, vpPolygon3D::NO_CLIPPING, vpMbtPolygon::setIndex(), vpMbtPolygon::setLod(), vpMbtPolygon::setMinLineLengthThresh(), vpMbtPolygon::setMinPolygonAreaThresh(), vpMbtPolygon::setName(), and vpPolygon3D::setNbPoint().
Referenced by vpMbTracker::extractCylinders(), vpMbTracker::extractFaces(), vpMbTracker::extractLines(), and vpMbTracker::loadCAOModel().
|
protectedinherited |
Definition at line 3136 of file vpMbTracker.cpp.
References vpPolygon3D::addPoint(), vpMbHiddenFaces< PolygonType >::addPolygon(), vpMbTracker::clippingFlag, vpColVector::crossProd(), vpMbTracker::distFarClip, vpMbTracker::distNearClip, vpPolygon3D::FAR_CLIPPING, vpPoint::get_oX(), vpPoint::get_oY(), vpPoint::get_oZ(), vpPlane::getA(), vpPlane::getB(), vpPlane::getC(), vpMbHiddenFaces< PolygonType >::getPolygon(), vpMbTracker::m_projectionErrorFaces, vpMbTracker::minLineLengthThresholdGeneral, vpPolygon3D::NEAR_CLIPPING, vpPolygon3D::NO_CLIPPING, vpPlane::object_frame, vpMath::rad(), vpMbtPolygon::setIndex(), vpMbtPolygon::setLod(), vpMbtPolygon::setMinLineLengthThresh(), vpMbtPolygon::setMinPolygonAreaThresh(), vpMbtPolygon::setName(), vpPolygon3D::setNbPoint(), vpPoint::setWorldCoordinates(), and vpMath::sqr().
|
protectedinherited |
Definition at line 3211 of file vpMbTracker.cpp.
References vpPolygon3D::addPoint(), vpMbHiddenFaces< PolygonType >::addPolygon(), vpMbTracker::clippingFlag, vpMbTracker::distFarClip, vpMbTracker::distNearClip, vpPolygon3D::FAR_CLIPPING, vpMbHiddenFaces< PolygonType >::getPolygon(), vpMbTracker::m_projectionErrorFaces, vpMbTracker::minPolygonAreaThresholdGeneral, vpPolygon3D::NEAR_CLIPPING, vpPolygon3D::NO_CLIPPING, vpMbtPolygon::setIndex(), vpMbtPolygon::setLod(), vpMbtPolygon::setMinLineLengthThresh(), vpMbtPolygon::setMinPolygonAreaThresh(), vpMbtPolygon::setName(), and vpPolygon3D::setNbPoint().
|
protectedvirtualinherited |
Definition at line 2800 of file vpMbTracker.cpp.
References vpMbTracker::computeCovariance, vpMatrix::computeCovarianceMatrixVVS(), and vpMbTracker::covarianceMatrix.
Referenced by vpMbDepthDenseTracker::computeVVS(), vpMbDepthNormalTracker::computeVVS(), computeVVS(), vpMbEdgeTracker::computeVVS(), and vpMbGenericTracker::computeVVS().
|
virtualinherited |
Compute projection error given an input image and camera pose, parameters. This projection error uses locations sampled exactly where the model is projected using the camera pose and intrinsic parameters. You may want to use
to get a projection error computed at the ME locations after a call to track(). It works similarly to vpMbTracker::getProjectionError function:
Get the error angle between the gradient direction of the model features projected at the resulting pose and their normal. The error is expressed in degree between 0 and 90.
I | : Input grayscale image. |
_cMo | : Camera pose. |
_cam | : Camera parameters. |
Reimplemented in vpMbGenericTracker.
Definition at line 3426 of file vpMbTracker.cpp.
References vpMbTracker::computeProjectionErrorImpl(), vpMath::deg(), vpException::fatalError, and vpMbTracker::modelInitialised.
|
protectedinherited |
Compute , with J the interaction matrix and R the vector of residuals.
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 column vector (size 6x1). |
Definition at line 2830 of file vpMbTracker.cpp.
References vpArray2D< Type >::data, vpArray2D< Type >::getCols(), vpArray2D< Type >::getRows(), vpMatrixException::incorrectMatrixSizeError, and vpColVector::resize().
Referenced by vpMbEdgeTracker::computeVVSFirstPhasePoseEstimation(), and vpMbTracker::computeVVSPoseEstimation().
|
protectedinherited |
Definition at line 3443 of file vpMbTracker.cpp.
References vpMbTracker::clippingFlag, vpMbHiddenFaces< PolygonType >::computeClippedPolygons(), vpCameraParameters::computeFov(), vpMbHiddenFaces< PolygonType >::computeScanLineRender(), vpImage< Type >::getHeight(), vpImage< Type >::getWidth(), vpMbHiddenFaces< PolygonType >::initOgre(), vpMbHiddenFaces< PolygonType >::isOgreInitialised(), vpMbtDistanceCircle::isTracked(), vpMbtDistanceCylinder::isTracked(), vpMbtDistanceLine::isTracked(), vpMbtDistanceCircle::isVisible(), vpMbtDistanceCylinder::isVisible(), vpMbtDistanceLine::isVisible(), vpMbTracker::m_projectionErrorCam, vpMbTracker::m_projectionErrorCircles, vpMbTracker::m_projectionErrorCylinders, vpMbTracker::m_projectionErrorDisplay, vpMbTracker::m_projectionErrorDisplayLength, vpMbTracker::m_projectionErrorDisplayThickness, vpMbTracker::m_projectionErrorFaces, vpMbTracker::m_projectionErrorLines, vpMbTracker::m_projectionErrorOgreShowConfigDialog, vpMbTracker::m_SobelX, vpMbTracker::m_SobelY, vpMbtDistanceCircle::meEllipse, vpMbtDistanceLine::meline, vpMbtDistanceCylinder::meline1, vpMbtDistanceCylinder::meline2, vpMbTracker::projectionErrorInitMovingEdge(), vpMbTracker::projectionErrorResetMovingEdges(), vpMbTracker::projectionErrorVisibleFace(), vpMbHiddenFaces< PolygonType >::setBackgroundSizeOgre(), vpMbtDistanceCircle::setCameraParameters(), vpMbtDistanceCylinder::setCameraParameters(), vpMbtDistanceLine::setCameraParameters(), vpMbHiddenFaces< PolygonType >::setOgreShowConfigDialog(), vpMbTracker::useOgre, and vpMbTracker::useScanLine.
Referenced by vpMbTracker::computeCurrentProjectionError().
|
protected |
Realize the VVS loop for the tracking
Definition at line 773 of file vpMbKltTracker.cpp.
References vpVelocityTwistMatrix::buildFrom(), c0Mo, vpMbTracker::computeCovariance, vpMbTracker::computeCovarianceMatrixVVS(), vpMbTracker::computeVVSCheckLevenbergMarquardt(), computeVVSInit(), computeVVSInteractionMatrixAndResidu(), vpMbTracker::computeVVSPoseEstimation(), vpMbTracker::computeVVSWeights(), ctTc0, vpExponentialMap::direct(), vpMatrix::eye(), vpArray2D< Type >::getRows(), vpHomogeneousMatrix::inverse(), vpMbTracker::m_cMo, vpMbTracker::m_computeInteraction, m_error_klt, vpMbTracker::m_initialMu, vpMbTracker::m_isoJoIdentity, m_L_klt, vpMbTracker::m_maxIter, m_robust_klt, m_w_klt, m_weightedError_klt, and vpMbTracker::oJo.
Referenced by vpMbEdgeKltTracker::track(), and track().
|
protectedvirtualinherited |
Definition at line 2841 of file vpMbTracker.cpp.
References vpTrackingException::fatalError, vpArray2D< Type >::getRows(), vpMbTracker::LEVENBERG_MARQUARDT_OPT, vpMbTracker::m_cMo, vpMbTracker::m_optimizationMethod, and vpColVector::sumSquare().
Referenced by vpMbDepthDenseTracker::computeVVS(), vpMbDepthNormalTracker::computeVVS(), computeVVS(), vpMbEdgeTracker::computeVVS(), vpMbEdgeKltTracker::computeVVS(), and vpMbGenericTracker::computeVVS().
|
protectedvirtual |
Implements vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 847 of file vpMbKltTracker.cpp.
References vpCameraParameters::get_px(), vpMbTracker::m_cam, m_error_klt, m_L_klt, m_nbInfos, m_robust_klt, m_w_klt, m_weightedError_klt, vpColVector::resize(), vpArray2D< Type >::resize(), and vpRobust::setMinMedianAbsoluteDeviation().
Referenced by computeVVS().
|
protectedvirtual |
Implements vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 861 of file vpMbKltTracker.cpp.
References vpMbtDistanceKltPoints::computeHomography(), vpMbtDistanceKltCylinder::computeInteractionMatrixAndResidu(), vpMbtDistanceKltPoints::computeInteractionMatrixAndResidu(), ctTc0, vpTrackingException::fatalError, vpMbtDistanceKltCylinder::getCurrentNumberPoints(), vpMbtDistanceKltPoints::getCurrentNumberPoints(), vpPolygon3D::getNbPoint(), vpMbtDistanceKltCylinder::hasEnoughPoints(), vpMbtDistanceKltPoints::hasEnoughPoints(), vpMbtDistanceKltCylinder::isTracked(), vpMbtDistanceKltPoints::isTracked(), vpMbtPolygon::isVisible(), kltCylinders, kltPolygons, m_error_klt, m_L_klt, and vpMbtDistanceKltPoints::polygon.
Referenced by computeVVS().
|
protectedvirtualinherited |
Definition at line 2863 of file vpMbTracker.cpp.
References vpVelocityTwistMatrix::buildFrom(), vpMbTracker::computeJTR(), vpMatrix::eye(), vpMbTracker::GAUSS_NEWTON_OPT, vpArray2D< Type >::getCols(), vpArray2D< Type >::getRows(), vpMbTracker::LEVENBERG_MARQUARDT_OPT, vpMbTracker::m_cMo, vpMbTracker::m_lambda, vpMbTracker::m_optimizationMethod, vpMbTracker::oJo, and vpMatrix::pseudoInverse().
Referenced by vpMbDepthDenseTracker::computeVVS(), vpMbDepthNormalTracker::computeVVS(), computeVVS(), vpMbEdgeTracker::computeVVS(), and vpMbGenericTracker::computeVVS().
|
protectedvirtualinherited |
Definition at line 2926 of file vpMbTracker.cpp.
References vpArray2D< Type >::getRows(), vpRobust::MEstimator(), and vpRobust::TUKEY.
Referenced by vpMbDepthNormalTracker::computeVVS(), and computeVVS().
|
protectedinherited |
Definition at line 2982 of file vpMbTracker.cpp.
References vpException::badValue, vpColVector::clear(), vpColVector::crossProd(), vpColVector::frobeniusNorm(), vpPoint::get_oX(), vpPoint::get_oY(), vpPoint::get_oZ(), and vpColVector::normalize().
Referenced by vpMbTracker::extractCylinders(), and vpMbTracker::loadCAOModel().
|
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. |
cam | : 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, even the faces that are visible. |
Implements vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 1072 of file vpMbKltTracker.cpp.
References vpDisplay::displayCross(), vpDisplay::displayEllipse(), vpMbTracker::displayFeatures, vpDisplay::displayLine(), vpMbHiddenFaces< PolygonType >::displayOgre(), vpDisplay::displayText(), vpMath::equal(), vpMbTracker::faces, vpImage< Type >::getHeight(), getModelForDisplay(), vpImage< Type >::getWidth(), m_featuresToBeDisplayedKlt, vpColor::red, and vpMbTracker::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. |
cam | : 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, even the faces that are not visible. |
Implements vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 1125 of file vpMbKltTracker.cpp.
References vpDisplay::displayCross(), vpDisplay::displayEllipse(), vpMbTracker::displayFeatures, vpDisplay::displayLine(), vpMbHiddenFaces< PolygonType >::displayOgre(), vpDisplay::displayText(), vpMath::equal(), vpMbTracker::faces, vpImage< Type >::getHeight(), getModelForDisplay(), vpImage< Type >::getWidth(), m_featuresToBeDisplayedKlt, vpColor::red, and vpMbTracker::useOgre.
|
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. |
idFace | : Id of the face. |
polygonName | Name of the polygon. |
Definition at line 2415 of file vpMbTracker.cpp.
References vpMbTracker::addPolygon(), vpMbTracker::addProjectionErrorPolygon(), vpException::badValue, vpMbTracker::createCylinderBBox(), vpException::dimensionError, vpPoint::get_oX(), vpPoint::get_oY(), vpPoint::get_oZ(), vpMbTracker::getGravityCenter(), vpMbTracker::initCylinder(), vpMbTracker::initProjectionErrorCylinder(), vpMath::maximum(), vpPoint::setWorldCoordinates(), and vpColVector::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. |
idFace | : Face id. |
polygonName | Name of the polygon. |
Definition at line 2362 of file vpMbTracker.cpp.
References vpMbTracker::addPolygon(), vpMbTracker::addProjectionErrorPolygon(), vpMbTracker::faces, vpMbHiddenFaces< PolygonType >::getPolygon(), vpMbTracker::initFaceFromCorners(), vpMbTracker::initProjectionErrorFaceFromCorners(), vpMbTracker::m_projectionErrorFaces, 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. |
idFace | : Index of the face. |
Definition at line 2273 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. |
idFace | : Id of the face. |
polygonName | Name of the polygon. |
Definition at line 2500 of file vpMbTracker.cpp.
References vpMbTracker::addPolygon(), vpMbTracker::addProjectionErrorPolygon(), vpMbTracker::faces, vpMbHiddenFaces< PolygonType >::getPolygon(), vpMbTracker::initFaceFromCorners(), vpMbTracker::initProjectionErrorFaceFromCorners(), vpMbTracker::m_projectionErrorFaces, and vpPoint::setWorldCoordinates().
Referenced by vpMbTracker::extractGroup().
|
inlinevirtualinherited |
Return the angle used to test polygons appearance.
Definition at line 238 of file vpMbTracker.h.
|
inlinevirtualinherited |
Return the angle used to test polygons disappearance.
Definition at line 241 of file vpMbTracker.h.
|
inlinevirtualinherited |
Get the camera parameters.
cam | : copy of the camera parameters used by the tracker. |
Reimplemented in vpMbGenericTracker.
Definition at line 248 of file vpMbTracker.h.
Referenced by vpMbGenericTracker::getCameraParameters().
|
inlinevirtualinherited |
Get the clipping used and defined in vpPolygon3D::vpMbtPolygonClippingType.
Definition at line 256 of file vpMbTracker.h.
|
inlinevirtualinherited |
Get the covariance matrix. This matrix is only computed if setCovarianceComputation() is turned on.
Definition at line 265 of file vpMbTracker.h.
|
inlinevirtual |
Return the error vector reached after the virtual visual servoing process used to estimate the pose.
The following example shows how to use this function to compute the norm of the residual and the norm of the residual normalized by the number of features that are tracked:
Implements vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 312 of file vpMbKltTracker.h.
|
virtualinherited |
Get a 1x6 vpColVector representing the estimated degrees of freedom. vpColVector[0] = 1 if translation on X is estimated, 0 otherwise; vpColVector[1] = 1 if translation on Y is estimated, 0 otherwise; vpColVector[2] = 1 if translation on Z is estimated, 0 otherwise; vpColVector[3] = 1 if rotation on X is estimated, 0 otherwise; vpColVector[4] = 1 if rotation on Y is estimated, 0 otherwise; vpColVector[5] = 1 if rotation on Z is estimated, 0 otherwise;
Definition at line 2943 of file vpMbTracker.cpp.
References vpMbTracker::oJo.
|
inlinevirtualinherited |
Return a reference to the faces structure.
Reimplemented in vpMbGenericTracker.
Definition at line 332 of file vpMbTracker.h.
|
inlinevirtualinherited |
Get the far distance for clipping.
Definition at line 339 of file vpMbTracker.h.
|
inlinevirtual |
Return the address of the circle feature list.
Definition at line 266 of file vpMbKltTracker.h.
|
protectedvirtual |
Definition at line 1166 of file vpMbKltTracker.cpp.
References vpMbtDistanceKltCylinder::getFeaturesForDisplay(), vpMbtDistanceKltPoints::getFeaturesForDisplay(), vpMbtDistanceKltCylinder::hasEnoughPoints(), vpMbtDistanceKltPoints::hasEnoughPoints(), vpMbtDistanceKltCylinder::isTracked(), vpMbtDistanceKltPoints::isTracked(), vpMbtPolygon::isVisible(), kltCylinders, kltPolygons, and vpMbtDistanceKltPoints::polygon.
Referenced by vpMbEdgeKltTracker::track(), and track().
|
inlinevirtual |
Return the address of the Klt feature list.
Definition at line 270 of file vpMbKltTracker.h.
|
inlinevirtual |
Return the address of the cylinder feature list.
Definition at line 268 of file vpMbKltTracker.h.
|
protectedinherited |
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 2545 of file vpMbTracker.cpp.
References vpException::dimensionError, vpPoint::get_oX(), and vpPoint::setWorldCoordinates().
Referenced by vpMbTracker::extractCylinders().
|
inlinevirtualinherited |
Get the initial value of mu used in the Levenberg Marquardt optimization loop.
Definition at line 284 of file vpMbTracker.h.
std::vector< vpImagePoint > vpMbKltTracker::getKltImagePoints | ( | ) | const |
Get the current list of KLT points.
Definition at line 358 of file vpMbKltTracker.cpp.
References vpKltOpencv::getFeature(), vpKltOpencv::getNbFeatures(), and tracker.
std::map< int, vpImagePoint > vpMbKltTracker::getKltImagePointsWithId | ( | ) | const |
Get the current list of KLT points and their id.
Definition at line 379 of file vpMbKltTracker.cpp.
References vpKltOpencv::getFeature(), vpKltOpencv::getNbFeatures(), and tracker.
|
inline |
Get the erosion of the mask used on the Model faces.
Definition at line 295 of file vpMbKltTracker.h.
|
inline |
Get the current number of klt points.
Definition at line 302 of file vpMbKltTracker.h.
References vpKltOpencv::getNbFeatures().
|
inline |
Get the klt tracker at the current state.
Definition at line 288 of file vpMbKltTracker.h.
|
inline |
Get the current list of KLT points.
Definition at line 277 of file vpMbKltTracker.h.
References vpKltOpencv::getFeatures().
|
inline |
Get the threshold for the acceptation of a point.
Definition at line 310 of file vpMbKltTracker.h.
|
inlinevirtualinherited |
Get the value of the gain used to compute the control law.
Definition at line 291 of file vpMbTracker.h.
|
inline |
Get the erosion of the mask used on the Model faces.
Definition at line 413 of file vpMbKltTracker.h.
|
inlinevirtualinherited |
Get the maximum number of iterations of the virtual visual servoing stage.
Definition at line 298 of file vpMbTracker.h.
|
virtual |
Return a list of primitives parameters to display the model at a given pose and camera parameters.
<primitive id (here 0 for line)>
, <pt_start.i()>
, <pt_start.j()>
, <pt_end.i()>
, <pt_end.j()>
<primitive id (here 1 for ellipse)>
, <pt_center.i()>
, <pt_center.j()>
, <n_20>
, <n_11>
, <n_02>
where <n_ij>
are the second order centered moments of the ellipse normalized by its area (i.e., such that where are the centered moments and a the area).width | : Image width. |
height | : Image height. |
cMo | : Pose used to project the 3D model into the image. |
cam | : The camera parameters. |
displayFullModel | : If true, the line is displayed even if it is not |
Implements vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 1207 of file vpMbKltTracker.cpp.
References circles_disp, vpMbTracker::clippingFlag, vpMbHiddenFaces< PolygonType >::computeClippedPolygons(), vpCameraParameters::computeFov(), vpMbHiddenFaces< PolygonType >::computeScanLineRender(), vpMbTracker::faces, vpMbtDistanceKltPoints::getModelForDisplay(), vpMbtDistanceKltCylinder::getModelForDisplay(), vpMbtDistanceCircle::getModelForDisplay(), kltCylinders, kltPolygons, vpMbTracker::m_cam, and vpMbTracker::useScanLine.
Referenced by display().
|
inline |
Get the current number of klt points.
Definition at line 420 of file vpMbKltTracker.h.
References vpKltOpencv::getNbFeatures().
|
inlinevirtualinherited |
Get the number of polygons (faces) representing the object to track.
Reimplemented in vpMbGenericTracker.
Definition at line 368 of file vpMbTracker.h.
References vpMbHiddenFaces< PolygonType >::size().
Referenced by vpMbEdgeKltTracker::loadConfigFile(), vpMbEdgeTracker::loadConfigFile(), and loadConfigFile().
|
inlinevirtualinherited |
Get the near distance for clipping.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 375 of file vpMbTracker.h.
Referenced by vpMbEdgeKltTracker::getNearClippingDistance().
|
inlinevirtualinherited |
Get the optimization method used during the tracking. 0 = Gauss-Newton approach. 1 = Levenberg-Marquardt approach.
Definition at line 384 of file vpMbTracker.h.
|
inlinevirtualinherited |
Return the polygon (face) "index".
vpException::dimensionError | if index does not represent a good polygon. |
index | : Index of the polygon to return. |
Reimplemented in vpMbGenericTracker.
Definition at line 395 of file vpMbTracker.h.
References vpException::dimensionError, and vpMbHiddenFaces< PolygonType >::size().
|
virtualinherited |
Get the list of polygons faces (a vpPolygon representing the projection of the face in the image and a list of face corners in 3D), with the possibility to order by distance to the camera or to use the visibility check to consider if the polygon face must be retrieved or not.
orderPolygons | : If true, the resulting list is ordered from the nearest polygon faces to the farther. |
useVisibility | : If true, only visible faces will be retrieved. |
clipPolygon | : If true, the polygons will be clipped according to the clipping flags set in vpMbTracker. |
Reimplemented in vpMbGenericTracker.
Definition at line 2579 of file vpMbTracker.cpp.
References vpMbTracker::faces, vpMbHiddenFaces< PolygonType >::getPolygon(), vpMbTracker::m_cam, and vpMbTracker::m_cMo.
|
inlinevirtualinherited |
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 423 of file vpMbTracker.h.
Referenced by vpMbGenericTracker::getPose().
|
inlinevirtualinherited |
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 |
Reimplemented in vpMbGenericTracker.
Definition at line 414 of file vpMbTracker.h.
|
inlinevirtualinherited |
Get the error angle between the gradient direction of the model features projected at the resulting pose and their normal. The error is expressed in degree between 0 and 90. This value is computed if setProjectionErrorComputation() is turned on.
Definition at line 310 of file vpMbTracker.h.
|
inlinevirtual |
Return the weights vector computed by the robust scheme.
The following example shows how to use this function to compute the norm of the weighted residual and the norm of the weighted residual normalized by the sum of the weights associated to the features that are tracked:
Implements vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 314 of file vpMbKltTracker.h.
|
inlinevirtualinherited |
Definition at line 425 of file vpMbTracker.h.
|
inline |
Get the threshold for the acceptation of a point.
Definition at line 429 of file vpMbKltTracker.h.
|
protectedvirtual |
Initialise the tracking.
I | : Input image. |
Implements vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 170 of file vpMbKltTracker.cpp.
References vpMbTracker::angleAppears, vpMbTracker::angleDisappears, vpMbTracker::faces, vpException::fatalError, vpImage< Type >::getHeight(), vpImage< Type >::getWidth(), vpMbHiddenFaces< PolygonType >::initOgre(), vpMbHiddenFaces< PolygonType >::isOgreInitialised(), vpMbTracker::m_cam, vpMbTracker::m_cMo, vpMbTracker::modelInitialised, vpMbTracker::ogreShowConfigDialog, reinit(), vpMbHiddenFaces< PolygonType >::setBackgroundSizeOgre(), vpMbHiddenFaces< PolygonType >::setOgreShowConfigDialog(), vpMbHiddenFaces< PolygonType >::setVisible(), vpMbHiddenFaces< PolygonType >::setVisibleOgre(), and vpMbTracker::useOgre.
Referenced by vpMbEdgeKltTracker::init(), and setPose().
|
protectedvirtual |
Add a circle to display (not for tracking) from its center, 3 points (including the center) defining the plane that contain the circle and its radius.
p1 | : Center of the circle. |
p2,p3 | : Two points on the plane containing the circle. With the center of the circle we have 3 points defining the plane that contains the circle. |
radius | : Radius of the circle. |
name | : The optional name of the circle. |
Implements vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 1330 of file vpMbKltTracker.cpp.
References addCircle().
|
virtualinherited |
Initialise the tracker by clicking in the image on the pixels that correspond to the 3D points whose coordinates are extracted from a file. In this file, comments starting with # character are allowed. Notice that 3D point coordinates are expressed in meter in the object frame with their X, Y and Z values.
The structure of this file is the following:
I | : Input grayscale image where the user has to click. |
initFile | : File containing the coordinates of at least 4 3D points the user has to click in the image. This file should have .init extension (ie teabox.init). |
displayHelp | : Optional display of an image (.ppm, .pgm, .jpg, .jpeg, .png) that should have the same generic name as the init file (ie teabox.ppm or teabox.png). This image may be used to show where to click. This functionality is only available if visp_io module is used. |
T | : optional transformation matrix to transform 3D points expressed in the original object frame to the desired object frame. |
vpException::ioError | : The file specified in initFile doesn't exist. |
Definition at line 584 of file vpMbTracker.cpp.
Referenced by vpMbTracker::initClick().
|
virtualinherited |
Initialise the tracker by clicking in the image on the pixels that correspond to the 3D points whose coordinates are given in points3D_list.
I | : Input grayscale image where the user has to click. |
points3D_list | : List of at least 4 3D points with coordinates expressed in meters in the object frame. |
displayFile | : Path to the image used to display the help. This image may be used to show where to click. This functionality is only available if visp_io module is used. |
Definition at line 786 of file vpMbTracker.cpp.
References vpMbTracker::initClick().
|
protectedvirtualinherited |
Definition at line 240 of file vpMbTracker.cpp.
References vpException::badValue, vpHomogeneousMatrix::buildFrom(), vpMouseButton::button1, vpIoTools::checkFilename(), vpPose::clearPoint(), vpDisplay::display(), vpImage< Type >::display, vpMbTracker::display(), vpDisplay::displayFrame(), vpDisplay::displayText(), vpHomogeneousMatrix::eye(), vpDisplay::flush(), vpDisplay::getClick(), vpImage< Type >::getWidth(), vpDisplay::getWindowXPosition(), vpDisplay::getWindowYPosition(), vpColor::green, vpException::ioError, vpMbTracker::m_cam, vpMbTracker::m_cMo, vpMbTracker::poseSavingFilename, vpImageIo::read(), vpColor::red, and vpMbTracker::removeComment().
|
protectedvirtualinherited |
Definition at line 627 of file vpMbTracker.cpp.
References vpPose::addPoint(), vpMouseButton::button1, vpIoTools::checkFilename(), vpPose::clearPoint(), vpPose::computePose(), vpImageConvert::convert(), vpPixelMeterConversion::convertPoint(), vpPose::DEMENTHON_LAGRANGE_VIRTUAL_VS, vpDisplay::display(), vpImage< Type >::display, vpMbTracker::display(), vpDisplay::displayCross(), vpDisplay::displayFrame(), vpDisplay::displayPoint(), vpDisplay::displayText(), vpDisplay::flush(), vpDisplay::getClick(), vpImage< Type >::getWidth(), vpDisplay::getWindowXPosition(), vpDisplay::getWindowYPosition(), vpColor::green, vpMbTracker::init(), vpMbTracker::m_cam, vpMbTracker::m_cMo, vpMbTracker::m_I, vpImageIo::read(), and vpColor::red.
|
virtualinherited |
Initialise the tracker by clicking in the image on the pixels that correspond to the 3D points whose coordinates are extracted from a file. In this file, comments starting with # character are allowed. Notice that 3D point coordinates are expressed in meter in the object frame with their X, Y and Z values.
The structure of this file is the following:
I_color | : Input color image where the user has to click. |
initFile | : File containing the coordinates of at least 4 3D points the user has to click in the image. This file should have .init extension (ie teabox.init). |
displayHelp | : Optional display of an image (.ppm, .pgm, .jpg, .jpeg, .png) that should have the same generic name as the init file (ie teabox.ppm or teabox.png). This image may be used to show where to click. This functionality is only available if visp_io module is used. |
T | : optional transformation matrix to transform 3D points expressed in the original object frame to the desired object frame. |
vpException::ioError | : The file specified in initFile doesn't exist. |
Definition at line 621 of file vpMbTracker.cpp.
References vpMbTracker::initClick().
|
virtualinherited |
Initialise the tracker by clicking in the image on the pixels that correspond to the 3D points whose coordinates are given in points3D_list.
I_color | : Input color image where the user has to click. |
points3D_list | : List of at least 4 3D points with coordinates expressed in meters in the object frame. |
displayFile | : Path to the image used to display the help. This image may be used to show where to click. This functionality is only available if visp_io module is used. |
Definition at line 803 of file vpMbTracker.cpp.
References vpMbTracker::initClick().
|
protectedvirtual |
Add a cylinder to display (not for tracking) from two 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. |
idFace | : Identifier of the polygon representing the revolution axis of the cylinder. |
name | : The optional name of the cylinder. |
Implements vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 1300 of file vpMbKltTracker.cpp.
References vpMbtDistanceKltCylinder::buildFrom(), vpMbTracker::faces, vpMbtDistanceKltCylinder::hiddenface, kltCylinders, vpMbtDistanceKltCylinder::listIndicesCylinderBBox, vpMbTracker::m_cam, vpMbtDistanceKltCylinder::setCameraParameters(), vpMbtDistanceKltCylinder::useScanLine, and vpMbTracker::useScanLine.
Referenced by vpMbEdgeKltTracker::initCylinder().
|
protectedvirtual |
Initialise a new face from the coordinates given in parameter.
polygon | : The polygon describing the set of lines that has to be tracked. |
Implements vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 632 of file vpMbKltTracker.cpp.
References vpMbTracker::faces, vpMbtDistanceKltPoints::hiddenface, kltPolygons, vpMbTracker::m_cam, vpMbtDistanceKltPoints::polygon, vpMbtDistanceKltPoints::setCameraParameters(), vpMbtDistanceKltPoints::useScanLine, and vpMbTracker::useScanLine.
Referenced by vpMbEdgeKltTracker::initFaceFromCorners().
|
protectedvirtual |
Initialise a new face from the coordinates given in parameter.
polygon | : The polygon describing the set of lines that has to be tracked. |
Implements vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 647 of file vpMbKltTracker.cpp.
References vpMbTracker::faces, vpMbtDistanceKltPoints::hiddenface, kltPolygons, vpMbTracker::m_cam, vpMbtDistanceKltPoints::polygon, vpMbtDistanceKltPoints::setCameraParameters(), vpMbtDistanceKltPoints::useScanLine, and vpMbTracker::useScanLine.
Referenced by vpMbEdgeKltTracker::initFaceFromLines().
|
virtualinherited |
Initialise the tracker by reading 3D point coordinates and the corresponding 2D image point coordinates from a file. Comments starting with # character are allowed. 3D point coordinates are expressed in meter in the object frame with X, Y and Z values. 2D point coordinates are expressied in pixel coordinates, with first the line and then the column of the pixel in the image. The structure of this file is the following.
I | : Input grayscale image |
initFile | : Path to the file containing all the points. |
Definition at line 962 of file vpMbTracker.cpp.
Referenced by vpMbTracker::initFromPoints().
|
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 grayscale image |
points2D_list | : List of image points. |
points3D_list | : List of 3D points (object frame). |
Definition at line 1035 of file vpMbTracker.cpp.
References vpMbTracker::initFromPoints().
|
protectedvirtualinherited |
Definition at line 810 of file vpMbTracker.cpp.
|
protectedvirtualinherited |
Definition at line 996 of file vpMbTracker.cpp.
References vpPose::addPoint(), vpPose::computePose(), vpImageConvert::convert(), vpPixelMeterConversion::convertPoint(), vpPose::DEMENTHON_LAGRANGE_VIRTUAL_VS, vpMbTracker::init(), vpMbTracker::m_cam, vpMbTracker::m_cMo, vpMbTracker::m_I, and vpERROR_TRACE.
|
virtualinherited |
Initialise the tracker by reading 3D point coordinates and the corresponding 2D image point coordinates from a file. Comments starting with # character are allowed. 3D point coordinates are expressed in meter in the object frame with X, Y and Z values. 2D point coordinates are expressied in pixel coordinates, with first the line and then the column of the pixel in the image. The structure of this file is the following.
I_color | : Input color image |
initFile | : Path to the file containing all the points. |
Definition at line 991 of file vpMbTracker.cpp.
References vpMbTracker::initFromPoints().
|
virtualinherited |
Initialise the tracking with the list of image points (points2D_list) and the list of corresponding 3D points (object frame) (points3D_list).
I_color | : Input color grayscale image |
points2D_list | : List of image points. |
points3D_list | : List of 3D points (object frame). |
Definition at line 1049 of file vpMbTracker.cpp.
References vpMbTracker::initFromPoints().
|
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 grayscale image |
initFile | : Path to the file containing the pose. |
Definition at line 1110 of file vpMbTracker.cpp.
Referenced by vpMbGenericTracker::initFromPose(), vpMbTracker::initFromPose(), vpMbDepthDenseTracker::reInitModel(), vpMbDepthNormalTracker::reInitModel(), vpMbEdgeTracker::reInitModel(), and reInitModel().
|
virtualinherited |
Initialise the tracking thanks to the pose.
I | : Input grayscale image |
cMo | : Pose matrix. |
Reimplemented in vpMbGenericTracker.
Definition at line 1144 of file vpMbTracker.cpp.
References vpMbTracker::init(), and vpMbTracker::m_cMo.
|
virtualinherited |
Initialise the tracking thanks to the pose vector.
I | : Input grayscale image |
cPo | : Pose vector. |
Definition at line 1169 of file vpMbTracker.cpp.
References vpMbTracker::initFromPose().
|
protectedvirtualinherited |
Definition at line 1055 of file vpMbTracker.cpp.
References vpHomogeneousMatrix::buildFrom(), vpImageConvert::convert(), vpMbTracker::init(), vpException::ioError, vpMbTracker::m_cMo, and vpMbTracker::m_I.
|
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_color | : Input color image |
initFile | : Path to the file containing the pose. |
Definition at line 1133 of file vpMbTracker.cpp.
References vpMbTracker::initFromPose().
|
virtualinherited |
Initialise the tracking thanks to the pose.
I_color | : Input color image |
cMo | : Pose matrix. |
Definition at line 1156 of file vpMbTracker.cpp.
References vpImageConvert::convert(), vpMbTracker::init(), vpMbTracker::m_cMo, and vpMbTracker::m_I.
|
virtualinherited |
Initialise the tracking thanks to the pose vector.
I_color | : Input color image |
cPo | : Pose vector. |
Definition at line 1181 of file vpMbTracker.cpp.
References vpImageConvert::convert(), vpMbTracker::initFromPose(), and vpMbTracker::m_I.
|
protectedinherited |
Definition at line 3378 of file vpMbTracker.cpp.
References vpMbTracker::addProjectionErrorCircle().
Referenced by vpMbTracker::loadCAOModel().
|
protectedinherited |
Definition at line 3384 of file vpMbTracker.cpp.
References vpMbTracker::addProjectionErrorCylinder().
Referenced by vpMbTracker::extractCylinders(), and vpMbTracker::loadCAOModel().
|
protectedinherited |
Definition at line 3390 of file vpMbTracker.cpp.
References vpMbTracker::addProjectionErrorLine(), vpMbtPolygon::getIndex(), vpMbtPolygon::getName(), vpPolygon3D::getNbPoint(), and vpPolygon3D::p.
Referenced by vpMbTracker::extractFaces(), vpMbTracker::extractLines(), and vpMbTracker::loadCAOModel().
|
protectedinherited |
Definition at line 3400 of file vpMbTracker.cpp.
References vpMbTracker::addProjectionErrorLine(), vpMbtPolygon::getIndex(), vpMbtPolygon::getName(), vpPolygon3D::getNbPoint(), and vpPolygon3D::p.
Referenced by vpMbTracker::loadCAOModel().
|
protectedvirtualinherited |
Load a 3D model contained in a *.cao file.
Since ViSP 2.9.1, lines starting with # character are considered as comments. It is also possible to add comment at the end of the lines. No specific character is requested before the comment. In the following example we use "//" but it could be an other character.
Since ViSP 2.9.1, circles are supported.
The structure of the file is :
modelFile | : Full name of the main *.cao file containing the model. |
vectorOfModelFilename | : A vector of *.cao files. |
startIdFace | : Current Id of the face. |
verbose | : If true, will print additional information with CAO model files which include other CAO model files. |
parent | : This parameter is set to true when parsing a parent CAO model file, and false when parsing an included CAO model file. |
odTo | : optional transformation matrix (currently only for .cao) to transform 3D points expressed in the original object frame to the desired object frame. |
Definition at line 1636 of file vpMbTracker.cpp.
References vpMbTracker::addPolygon(), vpMbTracker::addProjectionErrorPolygon(), vpMbTracker::applyLodSettingInConfig, vpException::badValue, vpHomogeneousMatrix::buildFrom(), vpIoTools::checkFilename(), vpMbTracker::createCylinderBBox(), vpIoTools::createFilePath(), vpMbTracker::faces, vpIoTools::getAbsolutePathname(), vpIoTools::getName(), vpIoTools::getParent(), vpMbHiddenFaces< PolygonType >::getPolygon(), vpMbTracker::initCircle(), vpMbTracker::initCylinder(), vpMbTracker::initFaceFromCorners(), vpMbTracker::initFaceFromLines(), vpMbTracker::initProjectionErrorCircle(), vpMbTracker::initProjectionErrorCylinder(), vpMbTracker::initProjectionErrorFaceFromCorners(), vpMbTracker::initProjectionErrorFaceFromLines(), vpException::ioError, vpIoTools::isAbsolutePathname(), vpMbTracker::m_projectionErrorFaces, vpMbTracker::minLineLengthThresholdGeneral, vpMbTracker::minPolygonAreaThresholdGeneral, vpMbTracker::nbCircles, vpMbTracker::nbCylinders, vpMbTracker::nbLines, vpMbTracker::nbPoints, vpMbTracker::nbPolygonLines, vpMbTracker::nbPolygonPoints, vpIoTools::parseBoolean(), vpMbTracker::parseParameters(), vpIoTools::path(), vpMath::rad(), vpMbTracker::removeComment(), vpPoint::setWorldCoordinates(), vpIoTools::splitChain(), vpIoTools::trim(), vpMbTracker::useLodGeneral, and vpTRACE.
Referenced by vpMbTracker::loadModel().
|
virtual |
Load the xml configuration file. From the configuration file initialize the parameters corresponding to the objects: 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. |
verbose | : Set true to activate the verbose mode, false otherwise. |
The XML configuration file has the following form:
Reimplemented from vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 993 of file vpMbKltTracker.cpp.
References vpMbTracker::angleAppears, vpMbTracker::angleDisappears, vpMbTracker::applyLodSettingInConfig, vpMbTracker::clippingFlag, vpMath::deg(), vpMbTracker::faces, vpPolygon3D::FOV_CLIPPING, vpMbtXmlGenericParser::getAngleAppear(), vpMbtXmlGenericParser::getAngleDisappear(), vpMbtXmlGenericParser::getCameraParameters(), vpMbtXmlGenericParser::getFarClippingDistance(), vpMbtXmlGenericParser::getFovClipping(), vpMbtXmlGenericParser::getKltBlockSize(), vpMbtXmlGenericParser::getKltHarrisParam(), vpMbtXmlGenericParser::getKltMaskBorder(), vpMbtXmlGenericParser::getKltMaxFeatures(), vpMbtXmlGenericParser::getKltMinDistance(), vpMbtXmlGenericParser::getKltPyramidLevels(), vpMbtXmlGenericParser::getKltQuality(), vpMbtXmlGenericParser::getKltWindowSize(), vpMbtXmlGenericParser::getLodMinLineLengthThreshold(), vpMbtXmlGenericParser::getLodMinPolygonAreaThreshold(), vpMbtXmlGenericParser::getLodState(), vpMbHiddenFaces< PolygonType >::getMbScanLineRenderer(), vpMbTracker::getNbPolygon(), vpMbtXmlGenericParser::getNearClippingDistance(), vpMbtXmlGenericParser::hasFarClippingDistance(), vpMbtXmlGenericParser::hasNearClippingDistance(), vpException::ioError, vpMbtXmlGenericParser::KLT_PARSER, vpMbTracker::loadConfigFile(), maskBorder, vpMbTracker::minLineLengthThresholdGeneral, vpMbTracker::minPolygonAreaThresholdGeneral, vpMbtXmlGenericParser::parse(), vpMath::rad(), vpMbtXmlGenericParser::setAngleAppear(), vpMbtXmlGenericParser::setAngleDisappear(), vpKltOpencv::setBlockSize(), setCameraParameters(), vpMbTracker::setClipping(), vpMbTracker::setFarClippingDistance(), vpKltOpencv::setHarrisFreeParameter(), vpMbtXmlGenericParser::setKltBlockSize(), vpMbtXmlGenericParser::setKltHarrisParam(), vpMbtXmlGenericParser::setKltMaskBorder(), vpMbtXmlGenericParser::setKltMaxFeatures(), vpMbtXmlGenericParser::setKltMinDistance(), vpMbtXmlGenericParser::setKltPyramidLevels(), vpMbtXmlGenericParser::setKltQuality(), vpMbtXmlGenericParser::setKltWindowSize(), vpMbTracker::setLod(), vpKltOpencv::setMaxFeatures(), vpKltOpencv::setMinDistance(), vpMbTracker::setMinLineLengthThresh(), vpMbTracker::setMinPolygonAreaThresh(), vpMbTracker::setNearClippingDistance(), vpKltOpencv::setPyramidLevels(), vpKltOpencv::setQuality(), vpMbtXmlGenericParser::setVerbose(), vpKltOpencv::setWindowSize(), tracker, vpMbTracker::useLodGeneral, and vpERROR_TRACE.
|
virtualinherited |
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 the 3D model description. The extension of this file is either .wrl or .cao. |
verbose | : verbose option to print additional information when loading CAO model files which include other CAO model files. |
odTo | : optional transformation matrix (currently only for .cao) to transform 3D points expressed in the original object frame to the desired object frame. |
Reimplemented in vpMbGenericTracker.
Definition at line 1424 of file vpMbTracker.cpp.
References vpIoTools::checkFilename(), vpMbTracker::faces, vpException::ioError, vpMbTracker::loadCAOModel(), vpMbTracker::loadVRMLModel(), vpMbTracker::modelFileName, vpMbTracker::modelInitialised, vpMbTracker::nbCircles, vpMbTracker::nbCylinders, vpMbTracker::nbLines, vpMbTracker::nbPoints, vpMbTracker::nbPolygonLines, vpMbTracker::nbPolygonPoints, and vpMbHiddenFaces< PolygonType >::size().
Referenced by vpMbDepthDenseTracker::reInitModel(), vpMbDepthNormalTracker::reInitModel(), vpMbEdgeKltTracker::reInitModel(), vpMbEdgeTracker::reInitModel(), and reInitModel().
|
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 1473 of file vpMbTracker.cpp.
References vpMbTracker::extractGroup(), vpMbTracker::faces, vpException::fatalError, vpMbTracker::m_sodb_init_called, vpMbHiddenFaces< PolygonType >::size(), and vpERROR_TRACE.
Referenced by vpMbTracker::loadModel().
|
protectedinherited |
Definition at line 1535 of file vpMbTracker.cpp.
References vpMbTracker::mapOfParameterNames, and vpIoTools::trim().
Referenced by vpMbTracker::loadCAOModel().
|
protected |
Realize the post tracking operations. Mostly visibility tests
Definition at line 700 of file vpMbKltTracker.cpp.
References vpMbTracker::angleAppears, vpMbTracker::angleDisappears, vpMbTracker::faces, vpMbtDistanceKltCylinder::getCurrentNumberPoints(), vpMbtDistanceKltPoints::getCurrentNumberPoints(), vpImage< Type >::getHeight(), vpMbtDistanceKltCylinder::getInitialNumberPoint(), vpMbtDistanceKltPoints::getInitialNumberPoint(), vpPolygon3D::getNbPoint(), vpImage< Type >::getWidth(), vpMbtDistanceKltCylinder::hasEnoughPoints(), vpMbtDistanceKltPoints::hasEnoughPoints(), vpMbtDistanceKltCylinder::isTracked(), vpMbtDistanceKltPoints::isTracked(), vpMbtPolygon::isVisible(), kltCylinders, kltPolygons, vpMbTracker::m_cam, vpMbTracker::m_cMo, percentGood, vpMbtDistanceKltPoints::polygon, vpMbtDistanceKltCylinder::removeOutliers(), vpMbtDistanceKltPoints::removeOutliers(), vpMbHiddenFaces< PolygonType >::setVisible(), vpMbHiddenFaces< PolygonType >::setVisibleOgre(), threshold_outlier, and vpMbTracker::useOgre.
Referenced by vpMbEdgeKltTracker::postTracking(), and track().
|
protected |
Achieve the tracking of the KLT features and associate the features to the faces.
I | : The input image. |
Definition at line 663 of file vpMbKltTracker.cpp.
References vpMbtDistanceKltCylinder::computeNbDetectedCurrent(), vpMbtDistanceKltPoints::computeNbDetectedCurrent(), vpImageConvert::convert(), cur, vpMbtDistanceKltCylinder::getCurrentNumberPoints(), vpMbtDistanceKltPoints::getCurrentNumberPoints(), vpPolygon3D::getNbPoint(), vpMbtDistanceKltCylinder::hasEnoughPoints(), vpMbtDistanceKltPoints::hasEnoughPoints(), vpMbtDistanceKltCylinder::isTracked(), vpMbtDistanceKltPoints::isTracked(), vpMbtPolygon::isVisible(), kltCylinders, kltPolygons, vpMbTracker::m_mask, m_nbFaceUsed, m_nbInfos, vpMbtDistanceKltPoints::polygon, vpKltOpencv::track(), and tracker.
Referenced by vpMbEdgeKltTracker::track(), and track().
|
protectedinherited |
Definition at line 3622 of file vpMbTracker.cpp.
References vpMbtDistanceCircle::hiddenface, vpMbtDistanceCylinder::hiddenface, vpMbtDistanceLine::hiddenface, vpMbtDistanceCircle::index_polygon, vpMbtDistanceCylinder::index_polygon, vpMbtDistanceCircle::initMovingEdge(), vpMbtDistanceCylinder::initMovingEdge(), vpMbtDistanceLine::initMovingEdge(), vpMbtDistanceCircle::isTracked(), vpMbtDistanceCylinder::isTracked(), vpMbtDistanceLine::isTracked(), vpMbHiddenFaces< PolygonType >::isVisible(), vpMbtDistanceLine::Lindex_polygon, vpMbTracker::m_mask, vpMbTracker::m_projectionErrorCircles, vpMbTracker::m_projectionErrorCylinders, vpMbTracker::m_projectionErrorLines, vpMbtDistanceCircle::meEllipse, vpMbtDistanceLine::meline, vpMbtDistanceCylinder::meline1, vpMbtDistanceCylinder::meline2, vpMbtDistanceCircle::nbFeature, vpMbtDistanceCylinder::nbFeature, vpMbtDistanceLine::nbFeature, vpMbtDistanceCylinder::nbFeaturel1, vpMbtDistanceCylinder::nbFeaturel2, vpMbtDistanceLine::nbFeatureTotal, vpMbtDistanceCircle::setVisible(), vpMbtDistanceCylinder::setVisible(), vpMbtDistanceLine::setVisible(), and vpMbtDistanceLine::updateTracked().
Referenced by vpMbTracker::computeProjectionErrorImpl().
|
protectedinherited |
Definition at line 3580 of file vpMbTracker.cpp.
References vpMbTracker::m_projectionErrorCircles, vpMbTracker::m_projectionErrorCylinders, and vpMbTracker::m_projectionErrorLines.
Referenced by vpMbTracker::computeProjectionErrorImpl().
|
protectedinherited |
Definition at line 3562 of file vpMbTracker.cpp.
References vpMbTracker::angleAppears, vpMbTracker::angleDisappears, vpMbTracker::m_projectionErrorCam, vpMbTracker::m_projectionErrorFaces, vpMbHiddenFaces< PolygonType >::setVisible(), vpMbHiddenFaces< PolygonType >::setVisibleOgre(), and vpMbTracker::useOgre.
Referenced by vpMbTracker::computeProjectionErrorImpl().
|
protectedvirtual |
Definition at line 200 of file vpMbKltTracker.cpp.
References c0Mo, vpPolygon3D::changeFrame(), vpMbHiddenFaces< PolygonType >::computeClippedPolygons(), vpCameraParameters::computeFov(), vpPolygon3D::computePolygonClipped(), vpMbHiddenFaces< PolygonType >::computeScanLineRender(), vpImageConvert::convert(), ctTc0, cur, vpHomogeneousMatrix::eye(), vpMbTracker::faces, vpImage< Type >::getCols(), vpImage< Type >::getHeight(), vpMbHiddenFaces< PolygonType >::getMbScanLineRenderer(), vpPolygon3D::getNbPoint(), vpImage< Type >::getRows(), vpImage< Type >::getWidth(), vpMbtDistanceKltCylinder::init(), vpMbtDistanceKltPoints::init(), vpKltOpencv::initTracking(), vpMbtDistanceKltCylinder::isTracked(), vpMbtDistanceKltPoints::isTracked(), vpMbtPolygon::isVisible(), kltCylinders, kltPolygons, vpMbtDistanceKltCylinder::listIndicesCylinderBBox, vpMbTracker::m_cam, vpMbTracker::m_cMo, vpMbTracker::m_mask, maskBorder, vpMbtDistanceKltPoints::polygon, tracker, vpMbtDistanceKltCylinder::updateMask(), vpMbtDistanceKltPoints::updateMask(), and vpMbTracker::useScanLine.
Referenced by init(), vpMbEdgeKltTracker::track(), and track().
|
virtual |
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 |
verbose | : verbose option to print additional information when loading CAO model files which include other CAO model files. |
T | : optional transformation matrix (currently only for .cao) to transform 3D points expressed in the original object frame to the desired object frame. |
Reimplemented in vpMbEdgeKltTracker.
Definition at line 1384 of file vpMbKltTracker.cpp.
References circles_disp, vpHomogeneousMatrix::eye(), vpMbTracker::faces, firstInitialisation, vpMbTracker::initFromPose(), kltCylinders, kltPolygons, vpMbTracker::loadModel(), vpMbTracker::m_cMo, and vpMbHiddenFaces< PolygonType >::reset().
|
protectedinherited |
Definition at line 1520 of file vpMbTracker.cpp.
References vpException::ioError.
Referenced by vpMbTracker::initClick(), and vpMbTracker::loadCAOModel().
|
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.
Implements vpMbTracker.
Definition at line 277 of file vpMbKltTracker.cpp.
References vpMbTracker::angleAppears, vpMbTracker::angleDisappears, circles_disp, vpMbTracker::clippingFlag, vpMbTracker::computeCovariance, vpHomogeneousMatrix::eye(), vpMbTracker::faces, firstInitialisation, vpMbTracker::GAUSS_NEWTON_OPT, kltCylinders, kltPolygons, vpMbTracker::m_cMo, vpMbTracker::m_computeInteraction, vpMbTracker::m_lambda, vpMbTracker::m_maxIter, vpMbTracker::m_optimizationMethod, maskBorder, vpPolygon3D::NO_CLIPPING, percentGood, vpMath::rad(), vpMbHiddenFaces< PolygonType >::reset(), vpKltOpencv::setBlockSize(), vpKltOpencv::setHarrisFreeParameter(), vpKltOpencv::setMaxFeatures(), vpKltOpencv::setMinDistance(), vpKltOpencv::setPyramidLevels(), vpKltOpencv::setQuality(), vpKltOpencv::setTrackerId(), vpKltOpencv::setUseHarris(), vpKltOpencv::setWindowSize(), threshold_outlier, tracker, vpMbTracker::useOgre, and vpMbTracker::useScanLine.
Referenced by vpMbEdgeKltTracker::resetTracker().
Check if two vpPoints are similar.
To be similar : .
P1 | : The first point to compare |
P2 | : The second point to compare |
Definition at line 3081 of file vpMbTracker.cpp.
References vpPoint::get_oX(), vpPoint::get_oY(), and vpPoint::get_oZ().
Referenced by vpMbEdgeTracker::addCircle(), vpMbEdgeTracker::addCylinder(), vpMbEdgeTracker::addLine(), vpMbTracker::addProjectionErrorCircle(), vpMbTracker::addProjectionErrorCylinder(), and vpMbTracker::addProjectionErrorLine().
|
inherited |
Save the pose in the given filename
filename | : Path to the file used to save the pose. |
Definition at line 1193 of file vpMbTracker.cpp.
References vpPoseVector::buildFrom(), and vpMbTracker::m_cMo.
|
inlinevirtualinherited |
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 in vpMbGenericTracker.
Definition at line 470 of file vpMbTracker.h.
Referenced by vpMbGenericTracker::setAngleAppear().
|
inlinevirtualinherited |
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 in vpMbGenericTracker.
Definition at line 481 of file vpMbTracker.h.
Referenced by vpMbGenericTracker::setAngleDisappear().
|
virtual |
Set the camera parameters.
cam | : the new camera parameters. |
Reimplemented from vpMbTracker.
Definition at line 417 of file vpMbKltTracker.cpp.
References kltCylinders, kltPolygons, vpMbTracker::m_cam, vpMbtDistanceKltCylinder::setCameraParameters(), and vpMbtDistanceKltPoints::setCameraParameters().
Referenced by loadConfigFile(), and vpMbEdgeKltTracker::setCameraParameters().
|
virtualinherited |
Specify which clipping to use.
flags | : New clipping flags. |
Reimplemented in vpMbGenericTracker, vpMbEdgeTracker, and vpMbEdgeKltTracker.
Definition at line 2793 of file vpMbTracker.cpp.
References vpMbTracker::clippingFlag, vpMbTracker::faces, and vpMbHiddenFaces< PolygonType >::size().
Referenced by vpMbDepthDenseTracker::loadConfigFile(), vpMbDepthNormalTracker::loadConfigFile(), loadConfigFile(), vpMbEdgeTracker::setClipping(), and vpMbGenericTracker::setClipping().
|
inlinevirtualinherited |
Set if the covariance matrix has to be computed.
flag | : True if the covariance has to be computed, false otherwise. If computed its value is available with getCovarianceMatrix() |
Definition at line 500 of file vpMbTracker.h.
|
inlinevirtualinherited |
Enable to display the features. By features, we meant the moving edges (ME) and the klt points if used.
Note that if present, the moving edges can be displayed with different colors:
displayF | : set it to true to display the features. |
Reimplemented in vpMbGenericTracker.
Definition at line 518 of file vpMbTracker.h.
Referenced by vpMbGenericTracker::setDisplayFeatures().
|
virtualinherited |
Set a 6-dim column vector representing the degrees of freedom in the object frame that are estimated by the tracker. When set to 1, all the 6 dof are estimated.
Below we give the correspondance between the index of the vector and the considered dof:
Definition at line 2966 of file vpMbTracker.cpp.
References vpArray2D< Type >::getRows(), vpMbTracker::m_isoJoIdentity, and vpMbTracker::oJo.
|
virtualinherited |
Set the far distance for clipping.
dist | : Far clipping value. |
Reimplemented in vpMbGenericTracker, vpMbEdgeTracker, and vpMbEdgeKltTracker.
Definition at line 2687 of file vpMbTracker.cpp.
References vpMbTracker::clippingFlag, vpMbTracker::distFarClip, vpMbTracker::distNearClip, vpMbTracker::faces, vpPolygon3D::FAR_CLIPPING, vpMbHiddenFaces< PolygonType >::getOgreContext(), vpPolygon3D::NEAR_CLIPPING, vpAROgre::setFarClippingDistance(), vpMbHiddenFaces< PolygonType >::size(), and vpTRACE.
Referenced by vpMbDepthDenseTracker::loadConfigFile(), vpMbDepthNormalTracker::loadConfigFile(), loadConfigFile(), vpMbEdgeTracker::setFarClippingDistance(), and vpMbGenericTracker::setFarClippingDistance().
|
inlinevirtualinherited |
Set the ratio of visibility attempts that has to be successful to consider a polygon as visible.
ratio | : Ratio of succesful attempts that has to be considered. Value has to be between 0.0 (0%) and 1.0 (100%). |
Reimplemented in vpMbGenericTracker.
Definition at line 621 of file vpMbTracker.h.
References vpMbHiddenFaces< PolygonType >::setGoodNbRayCastingAttemptsRatio().
|
inlinevirtualinherited |
Set the initial value of mu for the Levenberg Marquardt optimization loop.
mu | : initial mu. |
Definition at line 529 of file vpMbTracker.h.
|
inline |
Set the erosion of the mask used on the Model faces.
e | : The desired erosion. |
Definition at line 334 of file vpMbKltTracker.h.
|
virtual |
Set the new value of the klt tracker.
t | : Klt tracker containing the new values. |
Definition at line 401 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 tracker.
|
inline |
Set the threshold for the acceptation of a point.
th | : Threshold for the weight below which a point is rejected. |
Definition at line 348 of file vpMbKltTracker.h.
|
inlinevirtualinherited |
Set the value of the gain used to compute the control law.
gain | : the desired value for the gain. |
Definition at line 536 of file vpMbTracker.h.
|
virtualinherited |
Set the flag to consider if the level of detail (LOD) is used.
useLod | : true if the level of detail must be used, false otherwise. When true, two parameters can be set, see setMinLineLengthThresh() and setMinPolygonAreaThresh(). |
name | : name of the face we want to modify the LOD parameter. |
Reimplemented in vpMbGenericTracker.
Definition at line 2717 of file vpMbTracker.cpp.
References vpMbTracker::faces, and vpMbHiddenFaces< PolygonType >::size().
Referenced by vpMbEdgeKltTracker::loadConfigFile(), vpMbEdgeTracker::loadConfigFile(), and loadConfigFile().
|
inlinevirtualinherited |
Reimplemented in vpMbGenericTracker.
Definition at line 564 of file vpMbTracker.h.
Referenced by vpMbGenericTracker::setMask().
|
inline |
Set the erosion of the mask used on the Model faces.
e | : The desired erosion. |
Definition at line 435 of file vpMbKltTracker.h.
|
inlinevirtualinherited |
Set the maximum iteration of the virtual visual servoing stage.
max | : the desired number of iteration |
Definition at line 545 of file vpMbTracker.h.
|
virtualinherited |
Set the threshold for the minimum line length to be considered as visible in the LOD case.
minLineLengthThresh | : threshold for the minimum line length in pixel. |
name | : name of the face we want to modify the LOD threshold. |
Reimplemented in vpMbGenericTracker.
Definition at line 2735 of file vpMbTracker.cpp.
References vpMbTracker::faces, and vpMbHiddenFaces< PolygonType >::size().
Referenced by vpMbEdgeKltTracker::loadConfigFile(), vpMbEdgeTracker::loadConfigFile(), and loadConfigFile().
|
virtualinherited |
Set the minimum polygon area to be considered as visible in the LOD case.
minPolygonAreaThresh | : threshold for the minimum polygon area in pixel. |
name | : name of the face we want to modify the LOD threshold. |
Reimplemented in vpMbGenericTracker.
Definition at line 2752 of file vpMbTracker.cpp.
References vpMbTracker::faces, and vpMbHiddenFaces< PolygonType >::size().
Referenced by vpMbEdgeKltTracker::loadConfigFile(), vpMbEdgeTracker::loadConfigFile(), and loadConfigFile().
|
inlinevirtualinherited |
Set the number of rays that will be sent toward each polygon for visibility test. Each ray will go from the optic center of the camera to a random point inside the considered polygon.
attempts | Number of rays to be sent. |
Reimplemented in vpMbGenericTracker.
Definition at line 631 of file vpMbTracker.h.
References vpMbHiddenFaces< PolygonType >::setNbRayCastingAttemptsForVisibility().
|
virtualinherited |
Set the near distance for clipping.
dist | : Near clipping value. |
Reimplemented in vpMbGenericTracker, vpMbEdgeTracker, and vpMbEdgeKltTracker.
Definition at line 2766 of file vpMbTracker.cpp.
References vpMbTracker::clippingFlag, vpMbTracker::distFarClip, vpMbTracker::distNearClip, vpMbTracker::faces, vpPolygon3D::FAR_CLIPPING, vpMbHiddenFaces< PolygonType >::getOgreContext(), vpPolygon3D::NEAR_CLIPPING, vpAROgre::setNearClippingDistance(), vpMbHiddenFaces< PolygonType >::size(), and vpTRACE.
Referenced by vpMbDepthDenseTracker::loadConfigFile(), vpMbDepthNormalTracker::loadConfigFile(), loadConfigFile(), vpMbEdgeTracker::setNearClippingDistance(), and vpMbGenericTracker::setNearClippingDistance().
|
inlinevirtualinherited |
Enable/Disable the appearance of Ogre config dialog on startup.
showConfigDialog | : if true, shows Ogre dialog window (used to set Ogre rendering options) when Ogre visibility is enabled. By default, this functionality is turned off. |
Reimplemented in vpMbGenericTracker.
Definition at line 647 of file vpMbTracker.h.
Referenced by vpMbGenericTracker::setOgreShowConfigDialog().
|
inlinevirtual |
Use Ogre3D for visibility tests
v | : True to use it, False otherwise |
Reimplemented from vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 358 of file vpMbKltTracker.h.
References vpMbTracker::setOgreVisibilityTest().
|
inlinevirtualinherited |
Set the optimization method used during the tracking.
opt | : Optimization method to use. |
Reimplemented in vpMbGenericTracker.
Definition at line 558 of file vpMbTracker.h.
Referenced by vpMbGenericTracker::setOptimizationMethod().
|
virtual |
Set the pose to be used in entry (as guess) of the next call to the track() function. This pose will be just used once.
I | : grayscale image corresponding to the desired pose. |
cdMo | : Pose to affect. |
Implements vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 607 of file vpMbKltTracker.cpp.
Referenced by vpMbEdgeKltTracker::setPose(), and setPose().
|
protectedvirtual |
Definition at line 437 of file vpMbKltTracker.cpp.
References vpMbTracker::angleAppears, vpMbTracker::angleDisappears, c0Mo, vpPlane::changeFrame(), vpPolygon3D::changeFrame(), vpMbHiddenFaces< PolygonType >::computeClippedPolygons(), vpCameraParameters::computeFov(), vpPolygon3D::computePolygonClipped(), vpMbHiddenFaces< PolygonType >::computeScanLineRender(), vpImageConvert::convert(), ctTc0, cur, vpException::divideByZeroError, vpHomogeneousMatrix::extract(), vpHomogeneousMatrix::eye(), vpMbTracker::faces, vpMbtDistanceKltPoints::getCurrentPoints(), vpMbtDistanceKltPoints::getCurrentPointsInd(), vpPlane::getD(), vpImage< Type >::getHeight(), vpPolygon3D::getNbPoint(), vpPlane::getNormal(), vpImage< Type >::getWidth(), init(), vpMbtDistanceKltPoints::init(), vpHomogeneousMatrix::inverse(), vpMbtPolygon::isVisible(), kltCylinders, kltPolygons, vpMbTracker::m_cam, vpMbTracker::m_cMo, vpMbTracker::m_I, vpMbTracker::m_mask, vpColVector::normalize(), vpPolygon3D::p, vpMbtDistanceKltPoints::polygon, vpKltOpencv::setInitialGuess(), vpMbHiddenFaces< PolygonType >::setVisible(), vpMbHiddenFaces< PolygonType >::setVisibleOgre(), tracker, vpMbTracker::useOgre, and vpMbTracker::useScanLine.
|
virtual |
Set the pose to be used in entry (as guess) of the next call to the track() function. This pose will be just used once.
I_color | : color image corresponding to the desired pose. |
cdMo | : Pose to affect. |
Implements vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 621 of file vpMbKltTracker.cpp.
References setPose().
|
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 659 of file vpMbTracker.h.
|
inlinevirtual |
Set if the projection error criteria has to be computed.
flag | : True if the projection error criteria has to be computed, false otherwise |
Reimplemented from vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 388 of file vpMbKltTracker.h.
|
inlinevirtualinherited |
Display or not gradient and model orientation when computing the projection error.
Reimplemented in vpMbGenericTracker.
Definition at line 590 of file vpMbTracker.h.
Referenced by vpMbGenericTracker::setProjectionErrorDisplay().
|
inlinevirtualinherited |
Arrow length used to display gradient and model orientation for projection error computation.
Reimplemented in vpMbGenericTracker.
Definition at line 595 of file vpMbTracker.h.
Referenced by vpMbGenericTracker::setProjectionErrorDisplayArrowLength().
|
inlinevirtualinherited |
Arrow thickness used to display gradient and model orientation for projection error computation.
Reimplemented in vpMbGenericTracker.
Definition at line 600 of file vpMbTracker.h.
Referenced by vpMbGenericTracker::setProjectionErrorDisplayArrowThickness().
|
inherited |
Set kernel size used for projection error computation.
size | : Kernel size computed as kernel_size = size*2 + 1. |
Definition at line 3785 of file vpMbTracker.cpp.
References vpArray2D< Type >::data, vpImageFilter::getSobelKernelX(), vpImageFilter::getSobelKernelY(), vpMbTracker::m_projectionErrorKernelSize, vpMbTracker::m_SobelX, vpMbTracker::m_SobelY, and vpArray2D< Type >::resize().
Referenced by vpMbTracker::loadConfigFile().
|
inherited |
Set Moving-Edges parameters for projection error computation.
me | : Moving-Edges parameters. |
Definition at line 3757 of file vpMbTracker.cpp.
References vpMbTracker::m_projectionErrorCircles, vpMbTracker::m_projectionErrorCylinders, vpMbTracker::m_projectionErrorLines, vpMbTracker::m_projectionErrorMe, vpMbtDistanceCircle::setMovingEdge(), vpMbtDistanceCylinder::setMovingEdge(), and vpMbtDistanceLine::setMovingEdge().
Referenced by vpMbTracker::loadConfigFile().
|
inlinevirtual |
Use Scanline algorithm for visibility tests
v | : True to use it, False otherwise |
Reimplemented from vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 371 of file vpMbKltTracker.h.
References vpMbTracker::setScanLineVisibilityTest().
Referenced by vpMbEdgeKltTracker::setScanLineVisibilityTest().
|
inlinevirtualinherited |
Set the minimal error (previous / current estimation) to determine if there is convergence or not.
eps | : Epsilon threshold. |
Definition at line 572 of file vpMbTracker.h.
|
inline |
Set the threshold for the acceptation of a point.
th | : Threshold for the weight below which a point is rejected. |
Definition at line 448 of file vpMbKltTracker.h.
void vpMbKltTracker::setUseKltTracking | ( | const std::string & | name, |
const bool & | useKltTracking | ||
) |
Set if the polygons that have the given name have to be considered during the tracking phase.
name | : name of the polygon(s). |
useKltTracking | : True if it has to be considered, False otherwise. |
Definition at line 1433 of file vpMbKltTracker.cpp.
References vpMbtPolygon::getName(), kltPolygons, vpMbtDistanceKltPoints::polygon, and vpMbtDistanceKltPoints::setTracked().
|
virtual |
Test the quality of the tracking. The tracking is supposed to fail if less than 10 points are tracked.
vpTrackingException::fatalError | if the test fails. |
Implements vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 1264 of file vpMbKltTracker.cpp.
References vpTrackingException::fatalError, vpMbtDistanceKltCylinder::getCurrentNumberPoints(), vpMbtDistanceKltPoints::getCurrentNumberPoints(), vpPolygon3D::getNbPoint(), vpMbtDistanceKltCylinder::hasEnoughPoints(), vpMbtDistanceKltPoints::hasEnoughPoints(), vpMbtDistanceKltCylinder::isTracked(), vpMbtDistanceKltPoints::isTracked(), vpMbtPolygon::isVisible(), kltCylinders, kltPolygons, and vpMbtDistanceKltPoints::polygon.
|
virtual |
Realize the tracking of the object in the image
vpException | : if the tracking is supposed to have failed |
I | : the input grayscale image |
Implements vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 910 of file vpMbKltTracker.cpp.
References computeVVS(), vpMbTracker::displayFeatures, getFeaturesForDisplayKlt(), m_featuresToBeDisplayedKlt, m_nbFaceUsed, m_nbInfos, m_w_klt, vpTrackingException::notEnoughPointError, postTracking(), preTracking(), and reinit().
Realize the tracking of the object in the image
vpException | : if the tracking is supposed to have failed |
I_color | : the input color image |
Implements vpMbTracker.
Reimplemented in vpMbEdgeKltTracker.
Definition at line 935 of file vpMbKltTracker.cpp.
References computeVVS(), vpImageConvert::convert(), vpMbTracker::m_I, m_nbFaceUsed, m_nbInfos, m_w_klt, vpTrackingException::notEnoughPointError, postTracking(), preTracking(), and reinit().
|
protectedinherited |
Angle used to detect a face appearance.
Definition at line 145 of file vpMbTracker.h.
Referenced by vpMbDepthDenseTracker::computeVisibility(), vpMbDepthNormalTracker::computeVisibility(), vpMbDepthDenseTracker::getModelForDisplay(), vpMbDepthNormalTracker::getModelForDisplay(), vpMbDepthDenseTracker::init(), vpMbDepthNormalTracker::init(), init(), vpMbDepthDenseTracker::loadConfigFile(), vpMbDepthNormalTracker::loadConfigFile(), vpMbEdgeKltTracker::loadConfigFile(), vpMbEdgeTracker::loadConfigFile(), loadConfigFile(), vpMbGenericTracker::loadConfigFile(), vpMbGenericTracker::loadConfigFileJSON(), vpMbGenericTracker::loadConfigFileXML(), postTracking(), vpMbTracker::projectionErrorVisibleFace(), vpMbDepthDenseTracker::resetTracker(), vpMbDepthNormalTracker::resetTracker(), vpMbEdgeTracker::resetTracker(), vpMbGenericTracker::resetTracker(), resetTracker(), vpMbGenericTracker::setAngleAppear(), setPose(), and vpMbEdgeTracker::visibleFace().
|
protectedinherited |
Angle used to detect a face disappearance.
Definition at line 147 of file vpMbTracker.h.
Referenced by vpMbDepthDenseTracker::computeVisibility(), vpMbDepthNormalTracker::computeVisibility(), vpMbDepthDenseTracker::getModelForDisplay(), vpMbDepthNormalTracker::getModelForDisplay(), vpMbDepthDenseTracker::init(), vpMbDepthNormalTracker::init(), init(), vpMbDepthDenseTracker::loadConfigFile(), vpMbDepthNormalTracker::loadConfigFile(), vpMbEdgeKltTracker::loadConfigFile(), vpMbEdgeTracker::loadConfigFile(), loadConfigFile(), vpMbGenericTracker::loadConfigFile(), vpMbGenericTracker::loadConfigFileJSON(), vpMbGenericTracker::loadConfigFileXML(), postTracking(), vpMbTracker::projectionErrorVisibleFace(), vpMbDepthDenseTracker::resetTracker(), vpMbDepthNormalTracker::resetTracker(), vpMbEdgeTracker::resetTracker(), vpMbGenericTracker::resetTracker(), resetTracker(), vpMbGenericTracker::setAngleDisappear(), setPose(), and vpMbEdgeTracker::visibleFace().
|
protectedinherited |
True if the CAO model is loaded before the call to loadConfigFile, (deduced by the number of polygons)
Definition at line 175 of file vpMbTracker.h.
Referenced by vpMbTracker::loadCAOModel(), vpMbEdgeKltTracker::loadConfigFile(), vpMbEdgeTracker::loadConfigFile(), and loadConfigFile().
|
protected |
Initial pose.
Definition at line 212 of file vpMbKltTracker.h.
Referenced by computeVVS(), vpMbEdgeKltTracker::computeVVS(), reinit(), and setPose().
|
protected |
Vector of the circles used here only to display the full model.
Definition at line 234 of file vpMbKltTracker.h.
Referenced by addCircle(), getModelForDisplay(), vpMbEdgeKltTracker::reInitModel(), reInitModel(), resetTracker(), and ~vpMbKltTracker().
|
protectedinherited |
Flags specifying which clipping to used.
Definition at line 153 of file vpMbTracker.h.
Referenced by vpMbDepthDenseTracker::addFace(), vpMbDepthNormalTracker::addFace(), vpMbEdgeTracker::addLine(), vpMbTracker::addPolygon(), vpMbTracker::addProjectionErrorLine(), vpMbTracker::addProjectionErrorPolygon(), vpMbTracker::computeProjectionErrorImpl(), getModelForDisplay(), vpMbDepthDenseTracker::init(), vpMbDepthNormalTracker::init(), vpMbEdgeTracker::init(), vpMbDepthDenseTracker::loadConfigFile(), vpMbDepthNormalTracker::loadConfigFile(), vpMbEdgeKltTracker::loadConfigFile(), vpMbEdgeTracker::loadConfigFile(), loadConfigFile(), vpMbGenericTracker::loadConfigFile(), vpMbGenericTracker::loadConfigFileJSON(), vpMbGenericTracker::loadConfigFileXML(), vpMbDepthDenseTracker::resetTracker(), vpMbDepthNormalTracker::resetTracker(), vpMbEdgeTracker::resetTracker(), vpMbGenericTracker::resetTracker(), resetTracker(), vpMbEdgeTracker::setClipping(), vpMbTracker::setClipping(), vpMbGenericTracker::setClipping(), vpMbEdgeTracker::setFarClippingDistance(), vpMbTracker::setFarClippingDistance(), vpMbEdgeTracker::setNearClippingDistance(), and vpMbTracker::setNearClippingDistance().
|
protectedinherited |
Flag used to specify if the covariance matrix has to be computed or not.
Definition at line 128 of file vpMbTracker.h.
Referenced by vpMbTracker::computeCovarianceMatrixVVS(), vpMbDepthDenseTracker::computeVVS(), vpMbDepthNormalTracker::computeVVS(), computeVVS(), vpMbEdgeTracker::computeVVS(), vpMbEdgeKltTracker::computeVVS(), vpMbGenericTracker::computeVVS(), vpMbDepthDenseTracker::resetTracker(), vpMbDepthNormalTracker::resetTracker(), resetTracker(), and vpMbEdgeKltTracker::vpMbEdgeKltTracker().
|
protectedinherited |
Flag used to specify if the gradient error criteria has to be computed or not.
Definition at line 133 of file vpMbTracker.h.
Referenced by vpMbGenericTracker::computeProjectionError(), vpMbEdgeKltTracker::postTracking(), and vpMbEdgeTracker::track().
|
protectedinherited |
Covariance matrix.
Definition at line 130 of file vpMbTracker.h.
Referenced by vpMbTracker::computeCovarianceMatrixVVS(), vpMbEdgeTracker::track(), and vpMbGenericTracker::track().
|
protected |
The estimated displacement of the pose between the current instant and the initial position.
Definition at line 226 of file vpMbKltTracker.h.
Referenced by computeVVS(), vpMbEdgeKltTracker::computeVVS(), computeVVSInteractionMatrixAndResidu(), reinit(), and setPose().
|
protected |
Temporary OpenCV image for fast conversion.
Definition at line 210 of file vpMbKltTracker.h.
Referenced by preTracking(), reinit(), and setPose().
|
protectedinherited |
If true, the features are displayed.
Definition at line 138 of file vpMbTracker.h.
Referenced by vpMbDepthNormalTracker::display(), vpMbEdgeKltTracker::display(), vpMbEdgeTracker::display(), display(), vpMbGenericTracker::loadConfigFileJSON(), vpMbEdgeKltTracker::postTracking(), vpMbEdgeKltTracker::track(), vpMbEdgeTracker::track(), track(), and vpMbGenericTracker::track().
|
protectedinherited |
Distance for near clipping.
Definition at line 151 of file vpMbTracker.h.
Referenced by vpMbDepthDenseTracker::addFace(), vpMbDepthNormalTracker::addFace(), vpMbEdgeTracker::addLine(), vpMbTracker::addPolygon(), vpMbTracker::addProjectionErrorLine(), vpMbTracker::addProjectionErrorPolygon(), vpMbGenericTracker::loadConfigFileJSON(), vpMbGenericTracker::resetTracker(), vpMbEdgeTracker::setFarClippingDistance(), vpMbTracker::setFarClippingDistance(), vpMbGenericTracker::setFarClippingDistance(), vpMbEdgeTracker::setNearClippingDistance(), and vpMbTracker::setNearClippingDistance().
|
protectedinherited |
Distance for near clipping.
Definition at line 149 of file vpMbTracker.h.
Referenced by vpMbDepthDenseTracker::addFace(), vpMbDepthNormalTracker::addFace(), vpMbEdgeTracker::addLine(), vpMbTracker::addPolygon(), vpMbTracker::addProjectionErrorLine(), vpMbTracker::addProjectionErrorPolygon(), vpMbGenericTracker::loadConfigFileJSON(), vpMbGenericTracker::resetTracker(), vpMbEdgeTracker::setFarClippingDistance(), vpMbTracker::setFarClippingDistance(), vpMbEdgeTracker::setNearClippingDistance(), vpMbTracker::setNearClippingDistance(), and vpMbGenericTracker::setNearClippingDistance().
|
protectedinherited |
Set of faces describing the object.
Definition at line 143 of file vpMbTracker.h.
Referenced by vpMbEdgeTracker::addCircle(), vpMbEdgeTracker::addCylinder(), vpMbDepthDenseTracker::addFace(), vpMbDepthNormalTracker::addFace(), vpMbEdgeTracker::addLine(), vpMbTracker::addPolygon(), vpMbDepthDenseTracker::computeVisibility(), vpMbDepthNormalTracker::computeVisibility(), vpMbEdgeKltTracker::display(), vpMbEdgeTracker::display(), display(), vpMbTracker::extractFaces(), vpMbTracker::extractLines(), vpMbGenericTracker::getFaces(), vpMbEdgeKltTracker::getModelForDisplay(), getModelForDisplay(), vpMbTracker::getPolygonFaces(), vpMbDepthDenseTracker::init(), vpMbDepthNormalTracker::init(), vpMbEdgeTracker::init(), init(), initCylinder(), initFaceFromCorners(), initFaceFromLines(), vpMbTracker::loadCAOModel(), vpMbEdgeKltTracker::loadConfigFile(), loadConfigFile(), vpMbTracker::loadModel(), vpMbTracker::loadVRMLModel(), postTracking(), vpMbEdgeKltTracker::postTracking(), reinit(), vpMbEdgeKltTracker::reInitModel(), vpMbEdgeTracker::reInitModel(), reInitModel(), vpMbDepthDenseTracker::resetTracker(), vpMbDepthNormalTracker::resetTracker(), vpMbEdgeTracker::resetTracker(), resetTracker(), vpMbTracker::setClipping(), vpMbTracker::setFarClippingDistance(), vpMbTracker::setLod(), vpMbTracker::setMinLineLengthThresh(), vpMbTracker::setMinPolygonAreaThresh(), vpMbTracker::setNearClippingDistance(), vpMbDepthDenseTracker::setOgreVisibilityTest(), vpMbDepthNormalTracker::setOgreVisibilityTest(), vpMbEdgeKltTracker::setPose(), setPose(), vpMbEdgeTracker::setUseEdgeTracking(), vpMbEdgeTracker::track(), vpMbEdgeTracker::visibleFace(), vpMbDepthDenseTracker::vpMbDepthDenseTracker(), vpMbDepthNormalTracker::vpMbDepthNormalTracker(), vpMbEdgeKltTracker::vpMbEdgeKltTracker(), vpMbEdgeTracker::vpMbEdgeTracker(), and vpMbKltTracker().
|
protected |
Flag to specify whether the init method is called the first or not (specific calls to realize in this case).
Definition at line 215 of file vpMbKltTracker.h.
Referenced by vpMbEdgeKltTracker::reInitModel(), reInitModel(), and resetTracker().
|
protected |
Definition at line 232 of file vpMbKltTracker.h.
Referenced by vpMbEdgeKltTracker::computeVVS(), computeVVSInteractionMatrixAndResidu(), getFeaturesForDisplayKlt(), getModelForDisplay(), initCylinder(), postTracking(), preTracking(), reinit(), vpMbEdgeKltTracker::reInitModel(), reInitModel(), resetTracker(), setCameraParameters(), setPose(), testTracking(), and ~vpMbKltTracker().
|
protected |
Definition at line 230 of file vpMbKltTracker.h.
Referenced by vpMbEdgeKltTracker::computeVVS(), computeVVSInteractionMatrixAndResidu(), getFeaturesForDisplayKlt(), getModelForDisplay(), initFaceFromCorners(), initFaceFromLines(), postTracking(), preTracking(), reinit(), vpMbEdgeKltTracker::reInitModel(), reInitModel(), resetTracker(), setCameraParameters(), setPose(), setUseKltTracking(), testTracking(), and ~vpMbKltTracker().
|
protectedinherited |
The camera parameters.
Definition at line 111 of file vpMbTracker.h.
Referenced by addCircle(), vpMbEdgeTracker::addCircle(), vpMbEdgeTracker::addCylinder(), vpMbDepthDenseTracker::addFace(), vpMbDepthNormalTracker::addFace(), vpMbEdgeTracker::addLine(), vpMbTracker::addProjectionErrorCircle(), vpMbTracker::addProjectionErrorCylinder(), vpMbTracker::addProjectionErrorLine(), vpMbDepthDenseTracker::computeVisibility(), vpMbDepthNormalTracker::computeVisibility(), vpMbEdgeKltTracker::computeVVS(), vpMbEdgeTracker::computeVVSFirstPhase(), vpMbEdgeTracker::computeVVSInit(), computeVVSInit(), vpMbEdgeTracker::downScale(), vpMbDepthNormalTracker::getFeaturesForDisplayDepthNormal(), getModelForDisplay(), vpMbTracker::getPolygonFaces(), vpMbDepthDenseTracker::init(), vpMbDepthNormalTracker::init(), vpMbEdgeTracker::init(), init(), vpMbTracker::initClick(), initCylinder(), initFaceFromCorners(), initFaceFromLines(), vpMbGenericTracker::initFromPoints(), vpMbTracker::initFromPoints(), vpMbGenericTracker::initFromPose(), vpMbDepthDenseTracker::loadConfigFile(), vpMbDepthNormalTracker::loadConfigFile(), vpMbEdgeKltTracker::loadConfigFile(), vpMbEdgeTracker::loadConfigFile(), vpMbGenericTracker::loadConfigFile(), vpMbGenericTracker::loadConfigFileJSON(), vpMbGenericTracker::loadConfigFileXML(), postTracking(), vpMbEdgeKltTracker::postTracking(), reinit(), vpMbEdgeKltTracker::setCameraParameters(), setCameraParameters(), vpMbDepthDenseTracker::setCameraParameters(), vpMbDepthNormalTracker::setCameraParameters(), vpMbGenericTracker::setCameraParameters(), vpMbEdgeKltTracker::setPose(), setPose(), vpMbEdgeTracker::track(), vpMbEdgeTracker::upScale(), and vpMbEdgeTracker::visibleFace().
|
protectedinherited |
The current pose.
Definition at line 113 of file vpMbTracker.h.
Referenced by vpMbDepthDenseTracker::computeVisibility(), vpMbDepthNormalTracker::computeVisibility(), vpMbDepthDenseTracker::computeVVS(), vpMbDepthNormalTracker::computeVVS(), computeVVS(), vpMbEdgeTracker::computeVVS(), vpMbEdgeKltTracker::computeVVS(), vpMbGenericTracker::computeVVS(), vpMbTracker::computeVVSCheckLevenbergMarquardt(), vpMbEdgeTracker::computeVVSFirstPhase(), vpMbEdgeTracker::computeVVSFirstPhaseFactor(), vpMbEdgeTracker::computeVVSFirstPhasePoseEstimation(), vpMbDepthDenseTracker::computeVVSInteractionMatrixAndResidu(), vpMbDepthNormalTracker::computeVVSInteractionMatrixAndResidu(), vpMbEdgeTracker::computeVVSInteractionMatrixAndResidu(), vpMbGenericTracker::computeVVSInteractionMatrixAndResidu(), vpMbTracker::computeVVSPoseEstimation(), vpMbDepthNormalTracker::getFeaturesForDisplayDepthNormal(), vpMbTracker::getPolygonFaces(), vpMbDepthDenseTracker::init(), vpMbDepthNormalTracker::init(), vpMbEdgeKltTracker::init(), vpMbEdgeTracker::init(), vpMbGenericTracker::init(), init(), vpMbGenericTracker::initClick(), vpMbTracker::initClick(), vpMbGenericTracker::initFromPoints(), vpMbTracker::initFromPoints(), vpMbGenericTracker::initFromPose(), vpMbTracker::initFromPose(), postTracking(), vpMbEdgeKltTracker::postTracking(), reinit(), vpMbEdgeTracker::reInitLevel(), vpMbDepthDenseTracker::reInitModel(), vpMbDepthNormalTracker::reInitModel(), vpMbEdgeKltTracker::reInitModel(), vpMbEdgeTracker::reInitModel(), vpMbGenericTracker::reInitModel(), reInitModel(), vpMbDepthDenseTracker::resetTracker(), vpMbDepthNormalTracker::resetTracker(), vpMbEdgeTracker::resetTracker(), vpMbGenericTracker::resetTracker(), resetTracker(), vpMbTracker::savePose(), vpMbDepthDenseTracker::segmentPointCloud(), vpMbDepthNormalTracker::segmentPointCloud(), vpMbDepthDenseTracker::setPose(), vpMbDepthNormalTracker::setPose(), vpMbEdgeKltTracker::setPose(), vpMbEdgeTracker::setPose(), vpMbGenericTracker::setPose(), setPose(), vpMbEdgeTracker::track(), vpMbEdgeKltTracker::trackFirstLoop(), vpMbEdgeTracker::trackMovingEdge(), and vpMbEdgeTracker::updateMovingEdge().
|
protectedinherited |
If true, compute the interaction matrix at each iteration of the minimization. Otherwise, compute it only on the first iteration
Definition at line 185 of file vpMbTracker.h.
Referenced by computeVVS(), vpMbEdgeTracker::computeVVS(), vpMbEdgeKltTracker::computeVVS(), vpMbEdgeTracker::computeVVSFirstPhasePoseEstimation(), vpMbDepthDenseTracker::resetTracker(), vpMbDepthNormalTracker::resetTracker(), vpMbEdgeTracker::resetTracker(), vpMbGenericTracker::resetTracker(), and resetTracker().
|
protected |
(s - s*)
Definition at line 242 of file vpMbKltTracker.h.
Referenced by computeVVS(), computeVVSInit(), and computeVVSInteractionMatrixAndResidu().
|
protected |
Display features.
Definition at line 250 of file vpMbKltTracker.h.
Referenced by vpMbEdgeKltTracker::display(), display(), vpMbEdgeKltTracker::track(), and track().
|
protectedinherited |
Grayscale image buffer, used when passing color images.
Definition at line 223 of file vpMbTracker.h.
Referenced by vpMbGenericTracker::initClick(), vpMbTracker::initClick(), vpMbTracker::initFromPoints(), vpMbTracker::initFromPose(), vpMbEdgeKltTracker::postTracking(), setPose(), vpMbDepthDenseTracker::setPose(), vpMbDepthNormalTracker::setPose(), vpMbEdgeKltTracker::setPose(), vpMbEdgeTracker::setPose(), vpMbGenericTracker::setPose(), vpMbEdgeTracker::track(), vpMbEdgeKltTracker::track(), and track().
|
protectedinherited |
Initial Mu for Levenberg Marquardt optimization loop.
Definition at line 193 of file vpMbTracker.h.
Referenced by vpMbDepthDenseTracker::computeVVS(), vpMbDepthNormalTracker::computeVVS(), computeVVS(), vpMbEdgeTracker::computeVVS(), vpMbEdgeKltTracker::computeVVS(), vpMbGenericTracker::computeVVS(), and vpMbGenericTracker::resetTracker().
|
protectedinherited |
Boolean to know if oJo is identity (for fast computation)
Definition at line 117 of file vpMbTracker.h.
Referenced by vpMbDepthDenseTracker::computeVVS(), vpMbDepthNormalTracker::computeVVS(), computeVVS(), vpMbEdgeTracker::computeVVS(), vpMbEdgeKltTracker::computeVVS(), vpMbGenericTracker::computeVVS(), and vpMbTracker::setEstimatedDoF().
|
protected |
Interaction matrix.
Definition at line 240 of file vpMbKltTracker.h.
Referenced by computeVVS(), computeVVSInit(), and computeVVSInteractionMatrixAndResidu().
|
protectedinherited |
Gain of the virtual visual servoing stage.
Definition at line 187 of file vpMbTracker.h.
Referenced by vpMbTracker::computeVVSPoseEstimation(), vpMbDepthDenseTracker::resetTracker(), vpMbDepthNormalTracker::resetTracker(), vpMbEdgeTracker::resetTracker(), vpMbGenericTracker::resetTracker(), resetTracker(), vpMbEdgeKltTracker::vpMbEdgeKltTracker(), and vpMbKltTracker().
|
protectedinherited |
Mask used to disable tracking on a part of image.
Definition at line 221 of file vpMbTracker.h.
Referenced by vpMbEdgeTracker::initMovingEdge(), preTracking(), vpMbTracker::projectionErrorInitMovingEdge(), reinit(), vpMbEdgeTracker::reInitLevel(), vpMbEdgeTracker::reinitMovingEdge(), vpMbDepthDenseTracker::segmentPointCloud(), vpMbDepthNormalTracker::segmentPointCloud(), setPose(), and vpMbEdgeTracker::trackMovingEdge().
|
protectedinherited |
Maximum number of iterations of the virtual visual servoing stage.
Definition at line 189 of file vpMbTracker.h.
Referenced by vpMbDepthDenseTracker::computeVVS(), vpMbDepthNormalTracker::computeVVS(), computeVVS(), vpMbEdgeTracker::computeVVS(), vpMbEdgeKltTracker::computeVVS(), vpMbGenericTracker::computeVVS(), vpMbDepthDenseTracker::resetTracker(), vpMbGenericTracker::resetTracker(), resetTracker(), vpMbEdgeKltTracker::track(), vpMbEdgeKltTracker::vpMbEdgeKltTracker(), and vpMbKltTracker().
|
protected |
Definition at line 238 of file vpMbKltTracker.h.
Referenced by preTracking(), and track().
|
protected |
Definition at line 236 of file vpMbKltTracker.h.
Referenced by computeVVSInit(), preTracking(), vpMbEdgeKltTracker::track(), and track().
|
protectedinherited |
Optimization method used.
Definition at line 140 of file vpMbTracker.h.
Referenced by vpMbTracker::computeVVSCheckLevenbergMarquardt(), vpMbTracker::computeVVSPoseEstimation(), vpMbDepthDenseTracker::resetTracker(), vpMbDepthNormalTracker::resetTracker(), vpMbEdgeTracker::resetTracker(), vpMbGenericTracker::resetTracker(), and resetTracker().
|
protectedinherited |
Camera parameters used for projection error computation.
Definition at line 219 of file vpMbTracker.h.
Referenced by vpMbTracker::computeProjectionErrorImpl(), and vpMbTracker::projectionErrorVisibleFace().
|
protectedinherited |
Distance circle primitive for projection error.
Definition at line 200 of file vpMbTracker.h.
Referenced by vpMbTracker::addProjectionErrorCircle(), vpMbTracker::computeProjectionErrorImpl(), vpMbTracker::projectionErrorInitMovingEdge(), vpMbTracker::projectionErrorResetMovingEdges(), vpMbTracker::setProjectionErrorMovingEdge(), and vpMbTracker::~vpMbTracker().
|
protectedinherited |
Distance cylinder primitives for projection error.
Definition at line 198 of file vpMbTracker.h.
Referenced by vpMbTracker::addProjectionErrorCylinder(), vpMbTracker::computeProjectionErrorImpl(), vpMbTracker::projectionErrorInitMovingEdge(), vpMbTracker::projectionErrorResetMovingEdges(), vpMbTracker::setProjectionErrorMovingEdge(), and vpMbTracker::~vpMbTracker().
|
protectedinherited |
Display gradient and model orientation for projection error computation.
Definition at line 213 of file vpMbTracker.h.
Referenced by vpMbEdgeTracker::computeProjectionError(), vpMbTracker::computeProjectionErrorImpl(), and vpMbGenericTracker::loadConfigFileJSON().
|
protectedinherited |
Length of the arrows used to show the gradient and model orientation.
Definition at line 215 of file vpMbTracker.h.
Referenced by vpMbEdgeTracker::computeProjectionError(), and vpMbTracker::computeProjectionErrorImpl().
|
protectedinherited |
Thickness of the arrows used to show the gradient and model orientation.
Definition at line 217 of file vpMbTracker.h.
Referenced by vpMbEdgeTracker::computeProjectionError(), and vpMbTracker::computeProjectionErrorImpl().
|
protectedinherited |
Set of faces describing the object, used for projection error.
Definition at line 202 of file vpMbTracker.h.
Referenced by vpMbTracker::addProjectionErrorCircle(), vpMbTracker::addProjectionErrorCylinder(), vpMbTracker::addProjectionErrorLine(), vpMbTracker::addProjectionErrorPolygon(), vpMbTracker::computeProjectionErrorImpl(), vpMbTracker::extractFaces(), vpMbTracker::extractLines(), vpMbTracker::loadCAOModel(), and vpMbTracker::projectionErrorVisibleFace().
|
protectedinherited |
Kernel size used to compute the gradient orientation.
Definition at line 207 of file vpMbTracker.h.
Referenced by vpMbTracker::loadConfigFile(), vpMbTracker::setProjectionErrorKernelSize(), and vpMbTracker::vpMbTracker().
|
protectedinherited |
Distance line primitives for projection error.
Definition at line 196 of file vpMbTracker.h.
Referenced by vpMbTracker::addProjectionErrorLine(), vpMbTracker::computeProjectionErrorImpl(), vpMbTracker::projectionErrorInitMovingEdge(), vpMbTracker::projectionErrorResetMovingEdges(), vpMbTracker::setProjectionErrorMovingEdge(), and vpMbTracker::~vpMbTracker().
|
protectedinherited |
Moving-Edges parameters for projection error.
Definition at line 205 of file vpMbTracker.h.
Referenced by vpMbTracker::addProjectionErrorCircle(), vpMbTracker::addProjectionErrorCylinder(), vpMbTracker::addProjectionErrorLine(), vpMbTracker::loadConfigFile(), and vpMbTracker::setProjectionErrorMovingEdge().
|
protectedinherited |
Definition at line 203 of file vpMbTracker.h.
Referenced by vpMbTracker::computeProjectionErrorImpl().
|
protectedinherited |
Random number generator used in vpMbtDistanceLine::buildFrom()
Definition at line 227 of file vpMbTracker.h.
Referenced by vpMbDepthDenseTracker::addFace(), vpMbDepthNormalTracker::addFace(), vpMbEdgeTracker::addLine(), and vpMbTracker::addProjectionErrorLine().
|
protected |
Robust.
Definition at line 248 of file vpMbKltTracker.h.
Referenced by computeVVS(), and computeVVSInit().
|
protectedinherited |
Sobel kernel in X.
Definition at line 209 of file vpMbTracker.h.
Referenced by vpMbEdgeTracker::computeProjectionError(), vpMbTracker::computeProjectionErrorImpl(), vpMbTracker::setProjectionErrorKernelSize(), and vpMbTracker::vpMbTracker().
|
protectedinherited |
Sobel kernel in Y.
Definition at line 211 of file vpMbTracker.h.
Referenced by vpMbEdgeTracker::computeProjectionError(), vpMbTracker::computeProjectionErrorImpl(), vpMbTracker::setProjectionErrorKernelSize(), and vpMbTracker::vpMbTracker().
|
protectedinherited |
Flag that indicates that SoDB::init(); was called.
Definition at line 225 of file vpMbTracker.h.
Referenced by vpMbTracker::loadVRMLModel(), and vpMbTracker::~vpMbTracker().
|
protectedinherited |
Epsilon threshold to stop the VVS optimization loop.
Definition at line 191 of file vpMbTracker.h.
Referenced by vpMbDepthDenseTracker::computeVVS(), vpMbDepthNormalTracker::computeVVS(), vpMbGenericTracker::computeVVS(), and vpMbGenericTracker::resetTracker().
|
protected |
Robust weights.
Definition at line 244 of file vpMbKltTracker.h.
Referenced by computeVVS(), computeVVSInit(), and track().
|
protected |
Weighted error.
Definition at line 246 of file vpMbKltTracker.h.
Referenced by computeVVS(), and computeVVSInit().
|
protectedinherited |
Map with [map.first]=parameter_names and [map.second]=type (string, number or boolean)
Definition at line 182 of file vpMbTracker.h.
Referenced by vpMbTracker::parseParameters(), and vpMbTracker::vpMbTracker().
|
protected |
Erosion of the mask.
Definition at line 217 of file vpMbKltTracker.h.
Referenced by vpMbEdgeKltTracker::loadConfigFile(), loadConfigFile(), reinit(), and resetTracker().
|
protectedinherited |
Minimum line length threshold for LOD mode (general setting)
Definition at line 177 of file vpMbTracker.h.
Referenced by vpMbTracker::addPolygon(), vpMbTracker::addProjectionErrorPolygon(), vpMbTracker::loadCAOModel(), vpMbEdgeKltTracker::loadConfigFile(), vpMbEdgeTracker::loadConfigFile(), and loadConfigFile().
|
protectedinherited |
Minimum polygon area threshold for LOD mode (general setting)
Definition at line 179 of file vpMbTracker.h.
Referenced by vpMbTracker::addPolygon(), vpMbTracker::addProjectionErrorPolygon(), vpMbTracker::loadCAOModel(), vpMbEdgeKltTracker::loadConfigFile(), vpMbEdgeTracker::loadConfigFile(), and loadConfigFile().
|
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 120 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 123 of file vpMbTracker.h.
Referenced by vpMbTracker::computeCurrentProjectionError(), vpMbDepthDenseTracker::init(), vpMbDepthNormalTracker::init(), vpMbEdgeTracker::init(), init(), vpMbTracker::loadModel(), and vpMbGenericTracker::reInitModel().
|
protectedinherited |
Number of circles in CAO model.
Definition at line 170 of file vpMbTracker.h.
Referenced by vpMbTracker::loadCAOModel(), and vpMbTracker::loadModel().
|
protectedinherited |
Number of cylinders in CAO model.
Definition at line 168 of file vpMbTracker.h.
Referenced by vpMbTracker::loadCAOModel(), and vpMbTracker::loadModel().
|
protectedinherited |
Number of lines in CAO model.
Definition at line 162 of file vpMbTracker.h.
Referenced by vpMbTracker::loadCAOModel(), and vpMbTracker::loadModel().
|
protectedinherited |
Number of points in CAO model.
Definition at line 160 of file vpMbTracker.h.
Referenced by vpMbTracker::loadCAOModel(), and vpMbTracker::loadModel().
|
protectedinherited |
Number of polygon lines in CAO model.
Definition at line 164 of file vpMbTracker.h.
Referenced by vpMbTracker::loadCAOModel(), and vpMbTracker::loadModel().
|
protectedinherited |
Number of polygon points in CAO model.
Definition at line 166 of file vpMbTracker.h.
Referenced by vpMbTracker::loadCAOModel(), and vpMbTracker::loadModel().
|
protectedinherited |
Definition at line 156 of file vpMbTracker.h.
Referenced by vpMbDepthDenseTracker::init(), vpMbDepthNormalTracker::init(), vpMbEdgeTracker::init(), and init().
|
protectedinherited |
The Degrees of Freedom to estimate.
Definition at line 115 of file vpMbTracker.h.
Referenced by vpMbDepthDenseTracker::computeVVS(), vpMbDepthNormalTracker::computeVVS(), computeVVS(), vpMbEdgeTracker::computeVVS(), vpMbEdgeKltTracker::computeVVS(), vpMbGenericTracker::computeVVS(), vpMbEdgeTracker::computeVVSFirstPhasePoseEstimation(), vpMbTracker::computeVVSPoseEstimation(), vpMbTracker::getEstimatedDoF(), vpMbTracker::setEstimatedDoF(), and vpMbTracker::vpMbTracker().
|
protected |
Percentage of good points, according to the initial number, that must have the tracker.
Definition at line 223 of file vpMbKltTracker.h.
Referenced by postTracking(), and 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 126 of file vpMbTracker.h.
Referenced by vpMbTracker::initClick().
|
protectedinherited |
Error angle between the gradient direction of the model features projected at the resulting pose and their normal.
Definition at line 136 of file vpMbTracker.h.
Referenced by vpMbGenericTracker::computeProjectionError(), vpMbEdgeTracker::computeProjectionError(), and vpMbEdgeTracker::track().
|
protected |
Threshold below which the weight associated to a point to consider this one as an outlier.
Definition at line 220 of file vpMbKltTracker.h.
Referenced by postTracking(), and resetTracker().
|
protected |
Points tracker.
Definition at line 228 of file vpMbKltTracker.h.
Referenced by getKltImagePoints(), getKltImagePointsWithId(), vpMbEdgeKltTracker::loadConfigFile(), loadConfigFile(), preTracking(), reinit(), resetTracker(), setKltOpencv(), setPose(), and vpMbKltTracker().
|
protectedinherited |
True if LOD mode is enabled.
Definition at line 172 of file vpMbTracker.h.
Referenced by vpMbTracker::loadCAOModel(), vpMbEdgeKltTracker::loadConfigFile(), vpMbEdgeTracker::loadConfigFile(), and loadConfigFile().
|
protectedinherited |
Use Ogre3d for visibility tests.
Definition at line 155 of file vpMbTracker.h.
Referenced by vpMbTracker::computeProjectionErrorImpl(), vpMbEdgeKltTracker::display(), vpMbEdgeTracker::display(), display(), vpMbEdgeKltTracker::getModelForDisplay(), vpMbDepthDenseTracker::init(), vpMbDepthNormalTracker::init(), vpMbEdgeTracker::init(), init(), vpMbGenericTracker::loadConfigFileJSON(), postTracking(), vpMbTracker::projectionErrorVisibleFace(), vpMbDepthDenseTracker::resetTracker(), vpMbDepthNormalTracker::resetTracker(), vpMbEdgeTracker::resetTracker(), vpMbGenericTracker::resetTracker(), resetTracker(), vpMbTracker::setOgreVisibilityTest(), setPose(), and vpMbEdgeTracker::visibleFace().
|
protectedinherited |
Use Scanline for visibility tests.
Definition at line 158 of file vpMbTracker.h.
Referenced by vpMbDepthDenseTracker::addFace(), vpMbDepthNormalTracker::addFace(), vpMbEdgeTracker::addLine(), vpMbTracker::addProjectionErrorLine(), vpMbTracker::computeProjectionErrorImpl(), vpMbDepthDenseTracker::computeVisibility(), vpMbDepthNormalTracker::computeVisibility(), vpMbDepthDenseTracker::getModelForDisplay(), vpMbDepthNormalTracker::getModelForDisplay(), getModelForDisplay(), vpMbDepthDenseTracker::init(), vpMbDepthNormalTracker::init(), vpMbEdgeTracker::init(), initCylinder(), initFaceFromCorners(), initFaceFromLines(), vpMbGenericTracker::loadConfigFileJSON(), vpMbEdgeKltTracker::postTracking(), reinit(), vpMbDepthDenseTracker::resetTracker(), vpMbDepthNormalTracker::resetTracker(), vpMbEdgeTracker::resetTracker(), vpMbGenericTracker::resetTracker(), resetTracker(), vpMbEdgeKltTracker::setPose(), setPose(), and vpMbEdgeTracker::track().