Visual Servoing Platform version 3.7.0
Loading...
Searching...
No Matches
vpMbGenericTracker Class Reference

#include <vpMbGenericTracker.h>

Inheritance diagram for vpMbGenericTracker:

Public Types

enum  vpTrackerType { EDGE_TRACKER = 1 << 0 , KLT_TRACKER = 1 << 1 , DEPTH_NORMAL_TRACKER = 1 << 2 , DEPTH_DENSE_TRACKER = 1 << 3 }
enum  vpMbtOptimizationMethod { GAUSS_NEWTON_OPT = 0 , LEVENBERG_MARQUARDT_OPT = 1 }

Public Member Functions

 vpMbGenericTracker ()
 vpMbGenericTracker (unsigned int nbCameras, int trackerType=EDGE_TRACKER)
VP_EXPLICIT vpMbGenericTracker (const std::vector< int > &trackerTypes)
 vpMbGenericTracker (const std::vector< std::string > &cameraNames, const std::vector< int > &trackerTypes)
virtual ~vpMbGenericTracker () VP_OVERRIDE
virtual double computeCurrentProjectionError (const vpImage< unsigned char > &I, const vpHomogeneousMatrix &_cMo, const vpCameraParameters &_cam) VP_OVERRIDE
virtual double computeCurrentProjectionError (const vpImage< vpRGBa > &I, const vpHomogeneousMatrix &_cMo, const vpCameraParameters &_cam)
virtual void display (const vpImage< unsigned char > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, const vpColor &col, unsigned int thickness=1, bool displayFullModel=false) VP_OVERRIDE
virtual void display (const vpImage< vpRGBa > &I, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, const vpColor &col, unsigned int thickness=1, bool displayFullModel=false) VP_OVERRIDE
virtual void display (const vpImage< unsigned char > &I1, const vpImage< unsigned char > &I2, const vpHomogeneousMatrix &c1Mo, const vpHomogeneousMatrix &c2Mo, const vpCameraParameters &cam1, const vpCameraParameters &cam2, const vpColor &color, unsigned int thickness=1, bool displayFullModel=false)
virtual void display (const vpImage< vpRGBa > &I1, const vpImage< vpRGBa > &I2, const vpHomogeneousMatrix &c1Mo, const vpHomogeneousMatrix &c2Mo, const vpCameraParameters &cam1, const vpCameraParameters &cam2, const vpColor &color, unsigned int thickness=1, bool displayFullModel=false)
virtual void display (const std::map< std::string, const vpImage< unsigned char > * > &mapOfImages, const std::map< std::string, vpHomogeneousMatrix > &mapOfCameraPoses, const std::map< std::string, vpCameraParameters > &mapOfCameraParameters, const vpColor &col, unsigned int thickness=1, bool displayFullModel=false)
virtual void display (const std::map< std::string, const vpImage< vpRGBa > * > &mapOfImages, const std::map< std::string, vpHomogeneousMatrix > &mapOfCameraPoses, const std::map< std::string, vpCameraParameters > &mapOfCameraParameters, const vpColor &col, unsigned int thickness=1, bool displayFullModel=false)
virtual std::vector< std::string > getCameraNames () const
virtual void getCameraParameters (vpCameraParameters &camera) const VP_OVERRIDE
virtual void getCameraParameters (vpCameraParameters &cam1, vpCameraParameters &cam2) const
virtual void getCameraParameters (std::map< std::string, vpCameraParameters > &mapOfCameraParameters) const
virtual std::map< std::string, int > getCameraTrackerTypes () const
virtual void getClipping (unsigned int &clippingFlag1, unsigned int &clippingFlag2) const
virtual void getClipping (std::map< std::string, unsigned int > &mapOfClippingFlags) const
virtual vpColVector getError () const VP_OVERRIDE
virtual vpMbHiddenFaces< vpMbtPolygon > & getFaces () VP_OVERRIDE
virtual vpMbHiddenFaces< vpMbtPolygon > & getFaces (const std::string &cameraName)
virtual std::list< vpMbtDistanceCircle * > & getFeaturesCircle ()
virtual std::list< vpMbtDistanceKltCylinder * > & getFeaturesKltCylinder ()
virtual std::list< vpMbtDistanceKltPoints * > & getFeaturesKlt ()
virtual std::vector< std::vector< double > > getFeaturesForDisplay ()
virtual void getFeaturesForDisplay (std::map< std::string, std::vector< std::vector< double > > > &mapOfFeatures)
virtual double getGoodMovingEdgesRatioThreshold () const
virtual std::vector< vpImagePointgetKltImagePoints () const
virtual std::map< int, vpImagePointgetKltImagePointsWithId () const
virtual unsigned int getKltMaskBorder () const
virtual int getKltNbPoints () const
virtual vpKltOpencv getKltOpencv () const
virtual void getKltOpencv (vpKltOpencv &klt1, vpKltOpencv &klt2) const
virtual void getKltOpencv (std::map< std::string, vpKltOpencv > &mapOfKlts) const
virtual std::vector< cv::Point2f > getKltPoints () const
virtual double getKltThresholdAcceptation () const
virtual void getLcircle (std::list< vpMbtDistanceCircle * > &circlesList, unsigned int level=0) const
virtual void getLcircle (const std::string &cameraName, std::list< vpMbtDistanceCircle * > &circlesList, unsigned int level=0) const
virtual void getLcylinder (std::list< vpMbtDistanceCylinder * > &cylindersList, unsigned int level=0) const
virtual void getLcylinder (const std::string &cameraName, std::list< vpMbtDistanceCylinder * > &cylindersList, unsigned int level=0) const
virtual void getLline (std::list< vpMbtDistanceLine * > &linesList, unsigned int level=0) const
virtual void getLline (const std::string &cameraName, std::list< vpMbtDistanceLine * > &linesList, unsigned int level=0) const
virtual std::vector< std::vector< double > > getModelForDisplay (unsigned int width, unsigned int height, const vpHomogeneousMatrix &cMo, const vpCameraParameters &cam, bool displayFullModel=false) VP_OVERRIDE
virtual void getModelForDisplay (std::map< std::string, std::vector< std::vector< double > > > &mapOfModels, const std::map< std::string, unsigned int > &mapOfwidths, const std::map< std::string, unsigned int > &mapOfheights, const std::map< std::string, vpHomogeneousMatrix > &mapOfcMos, const std::map< std::string, vpCameraParameters > &mapOfCams, bool displayFullModel=false)
virtual vpMe getMovingEdge () const
virtual void getMovingEdge (vpMe &me1, vpMe &me2) const
virtual void getMovingEdge (std::map< std::string, vpMe > &mapOfMovingEdges) const
virtual unsigned int getNbFeaturesDepthDense () const
virtual unsigned int getNbFeaturesDepthNormal () const
virtual unsigned int getNbFeaturesEdge () const
virtual unsigned int getNbFeaturesKlt () const
virtual unsigned int getNbPoints (unsigned int level=0) const
virtual void getNbPoints (std::map< std::string, unsigned int > &mapOfNbPoints, unsigned int level=0) const
virtual unsigned int getNbPolygon () const VP_OVERRIDE
virtual void getNbPolygon (std::map< std::string, unsigned int > &mapOfNbPolygons) const
virtual vpMbtPolygongetPolygon (unsigned int index) VP_OVERRIDE
virtual vpMbtPolygongetPolygon (const std::string &cameraName, unsigned int index)
virtual std::pair< std::vector< vpPolygon >, std::vector< std::vector< vpPoint > > > getPolygonFaces (bool orderPolygons=true, bool useVisibility=true, bool clipPolygon=false) VP_OVERRIDE
virtual void getPolygonFaces (std::map< std::string, std::vector< vpPolygon > > &mapOfPolygons, std::map< std::string, std::vector< std::vector< vpPoint > > > &mapOfPoints, bool orderPolygons=true, bool useVisibility=true, bool clipPolygon=false)
virtual void getPose (vpHomogeneousMatrix &cMo) const VP_OVERRIDE
virtual void getPose (vpHomogeneousMatrix &c1Mo, vpHomogeneousMatrix &c2Mo) const
virtual void getPose (std::map< std::string, vpHomogeneousMatrix > &mapOfCameraPoses) const
virtual std::string getReferenceCameraName () const
virtual vpColVector getRobustWeights () const VP_OVERRIDE
virtual int getTrackerType () const
virtual void init (const vpImage< unsigned char > &I) VP_OVERRIDE
virtual void initClick (const vpImage< unsigned char > &I1, const vpImage< unsigned char > &I2, const std::string &initFile1, const std::string &initFile2, bool displayHelp=false, const vpHomogeneousMatrix &T1=vpHomogeneousMatrix(), const vpHomogeneousMatrix &T2=vpHomogeneousMatrix())
virtual void initClick (const vpImage< vpRGBa > &I_color1, const vpImage< vpRGBa > &I_color2, const std::string &initFile1, const std::string &initFile2, bool displayHelp=false, const vpHomogeneousMatrix &T1=vpHomogeneousMatrix(), const vpHomogeneousMatrix &T2=vpHomogeneousMatrix())
virtual void initClick (const std::map< std::string, const vpImage< unsigned char > * > &mapOfImages, const std::map< std::string, std::string > &mapOfInitFiles, bool displayHelp=false, const std::map< std::string, vpHomogeneousMatrix > &mapOfT=std::map< std::string, vpHomogeneousMatrix >())
virtual void initClick (const std::map< std::string, const vpImage< vpRGBa > * > &mapOfImages, const std::map< std::string, std::string > &mapOfInitFiles, bool displayHelp=false, const std::map< std::string, vpHomogeneousMatrix > &mapOfT=std::map< std::string, vpHomogeneousMatrix >())
virtual void initFromPoints (const vpImage< unsigned char > &I1, const vpImage< unsigned char > &I2, const std::string &initFile1, const std::string &initFile2)
virtual void initFromPoints (const vpImage< vpRGBa > &I_color1, const vpImage< vpRGBa > &I_color2, const std::string &initFile1, const std::string &initFile2)
virtual void initFromPoints (const std::map< std::string, const vpImage< unsigned char > * > &mapOfImages, const std::map< std::string, std::string > &mapOfInitPoints)
virtual void initFromPoints (const std::map< std::string, const vpImage< vpRGBa > * > &mapOfColorImages, const std::map< std::string, std::string > &mapOfInitPoints)
virtual void initFromPose (const vpImage< unsigned char > &I, const vpHomogeneousMatrix &cMo) VP_OVERRIDE
virtual void initFromPose (const vpImage< unsigned char > &I1, const vpImage< unsigned char > &I2, const std::string &initFile1, const std::string &initFile2)
virtual void initFromPose (const vpImage< vpRGBa > &I_color1, const vpImage< vpRGBa > &I_color2, const std::string &initFile1, const std::string &initFile2)
virtual void initFromPose (const std::map< std::string, const vpImage< unsigned char > * > &mapOfImages, const std::map< std::string, std::string > &mapOfInitPoses)
virtual void initFromPose (const std::map< std::string, const vpImage< vpRGBa > * > &mapOfColorImages, const std::map< std::string, std::string > &mapOfInitPoses)
virtual void initFromPose (const vpImage< unsigned char > &I1, const vpImage< unsigned char > &I2, const vpHomogeneousMatrix &c1Mo, const vpHomogeneousMatrix &c2Mo)
virtual void initFromPose (const vpImage< vpRGBa > &I_color1, const vpImage< vpRGBa > &I_color2, const vpHomogeneousMatrix &c1Mo, const vpHomogeneousMatrix &c2Mo)
virtual void initFromPose (const std::map< std::string, const vpImage< unsigned char > * > &mapOfImages, const std::map< std::string, vpHomogeneousMatrix > &mapOfCameraPoses)
virtual void initFromPose (const std::map< std::string, const vpImage< vpRGBa > * > &mapOfColorImages, const std::map< std::string, vpHomogeneousMatrix > &mapOfCameraPoses)
virtual void loadConfigFile (const std::string &configFile, bool verbose=true) VP_OVERRIDE
virtual void loadConfigFile (const std::string &configFile1, const std::string &configFile2, bool verbose=true)
virtual void loadConfigFile (const std::map< std::string, std::string > &mapOfConfigFiles, bool verbose=true)
virtual void saveConfigFile (const std::string &settingsFile) const
virtual void loadModel (const std::string &modelFile, bool verbose=false, const vpHomogeneousMatrix &T=vpHomogeneousMatrix()) VP_OVERRIDE
virtual void loadModel (const std::string &modelFile1, const std::string &modelFile2, bool verbose=false, const vpHomogeneousMatrix &T1=vpHomogeneousMatrix(), const vpHomogeneousMatrix &T2=vpHomogeneousMatrix())
virtual void loadModel (const std::map< std::string, std::string > &mapOfModelFiles, bool verbose=false, const std::map< std::string, vpHomogeneousMatrix > &mapOfT=std::map< std::string, vpHomogeneousMatrix >())
virtual void reInitModel (const vpImage< unsigned char > &I, const std::string &cad_name, const vpHomogeneousMatrix &cMo, bool verbose=false, const vpHomogeneousMatrix &T=vpHomogeneousMatrix())
virtual void reInitModel (const vpImage< vpRGBa > &I_color, const std::string &cad_name, const vpHomogeneousMatrix &cMo, bool verbose=false, const vpHomogeneousMatrix &T=vpHomogeneousMatrix())
virtual void reInitModel (const vpImage< unsigned char > &I1, const vpImage< unsigned char > &I2, const std::string &cad_name1, const std::string &cad_name2, const vpHomogeneousMatrix &c1Mo, const vpHomogeneousMatrix &c2Mo, bool verbose=false, const vpHomogeneousMatrix &T1=vpHomogeneousMatrix(), const vpHomogeneousMatrix &T2=vpHomogeneousMatrix())
virtual void reInitModel (const vpImage< vpRGBa > &I_color1, const vpImage< vpRGBa > &I_color2, const std::string &cad_name1, const std::string &cad_name2, const vpHomogeneousMatrix &c1Mo, const vpHomogeneousMatrix &c2Mo, bool verbose=false, const vpHomogeneousMatrix &T1=vpHomogeneousMatrix(), const vpHomogeneousMatrix &T2=vpHomogeneousMatrix())
virtual void reInitModel (const std::map< std::string, const vpImage< unsigned char > * > &mapOfImages, const std::map< std::string, std::string > &mapOfModelFiles, const std::map< std::string, vpHomogeneousMatrix > &mapOfCameraPoses, bool verbose=false, const std::map< std::string, vpHomogeneousMatrix > &mapOfT=std::map< std::string, vpHomogeneousMatrix >())
virtual void reInitModel (const std::map< std::string, const vpImage< vpRGBa > * > &mapOfColorImages, const std::map< std::string, std::string > &mapOfModelFiles, const std::map< std::string, vpHomogeneousMatrix > &mapOfCameraPoses, bool verbose=false, const std::map< std::string, vpHomogeneousMatrix > &mapOfT=std::map< std::string, vpHomogeneousMatrix >())
virtual void resetTracker () VP_OVERRIDE
virtual void setAngleAppear (const double &a) VP_OVERRIDE
virtual void setAngleAppear (const double &a1, const double &a2)
virtual void setAngleAppear (const std::map< std::string, double > &mapOfAngles)
virtual void setAngleDisappear (const double &a) VP_OVERRIDE
virtual void setAngleDisappear (const double &a1, const double &a2)
virtual void setAngleDisappear (const std::map< std::string, double > &mapOfAngles)
virtual void setCameraParameters (const vpCameraParameters &camera) VP_OVERRIDE
virtual void setCameraParameters (const vpCameraParameters &camera1, const vpCameraParameters &camera2)
virtual void setCameraParameters (const std::map< std::string, vpCameraParameters > &mapOfCameraParameters)
virtual void setCameraTransformationMatrix (const std::string &cameraName, const vpHomogeneousMatrix &cameraTransformationMatrix)
virtual void setCameraTransformationMatrix (const std::map< std::string, vpHomogeneousMatrix > &mapOfTransformationMatrix)
virtual void setClipping (const unsigned int &flags) VP_OVERRIDE
virtual void setClipping (const unsigned int &flags1, const unsigned int &flags2)
virtual void setClipping (const std::map< std::string, unsigned int > &mapOfClippingFlags)
virtual void setDepthDenseFilteringMaxDistance (double maxDistance)
virtual void setDepthDenseFilteringMethod (int method)
virtual void setDepthDenseFilteringMinDistance (double minDistance)
virtual void setDepthDenseFilteringOccupancyRatio (double occupancyRatio)
virtual void setDepthDenseSamplingStep (unsigned int stepX, unsigned int stepY)
virtual void setDepthNormalFaceCentroidMethod (const vpMbtFaceDepthNormal::vpFaceCentroidType &method)
virtual void setDepthNormalFeatureEstimationMethod (const vpMbtFaceDepthNormal::vpFeatureEstimationType &method)
virtual void setDepthNormalPclPlaneEstimationMethod (int method)
virtual void setDepthNormalPclPlaneEstimationRansacMaxIter (int maxIter)
virtual void setDepthNormalPclPlaneEstimationRansacThreshold (double threshold)
virtual void setDepthNormalSamplingStep (unsigned int stepX, unsigned int stepY)
virtual void setDisplayFeatures (bool displayF) VP_OVERRIDE
virtual void setFarClippingDistance (const double &dist) VP_OVERRIDE
virtual void setFarClippingDistance (const double &dist1, const double &dist2)
virtual void setFarClippingDistance (const std::map< std::string, double > &mapOfClippingDists)
virtual void setFeatureFactors (const std::map< vpTrackerType, double > &mapOfFeatureFactors)
virtual void setGoodMovingEdgesRatioThreshold (double threshold)
virtual void setGoodNbRayCastingAttemptsRatio (const double &ratio) VP_OVERRIDE
virtual void setNbRayCastingAttemptsForVisibility (const unsigned int &attempts) VP_OVERRIDE
virtual void setKltMaskBorder (const unsigned int &e)
virtual void setKltMaskBorder (const unsigned int &e1, const unsigned int &e2)
virtual void setKltMaskBorder (const std::map< std::string, unsigned int > &mapOfErosions)
virtual void setKltOpencv (const vpKltOpencv &t)
virtual void setKltOpencv (const vpKltOpencv &t1, const vpKltOpencv &t2)
virtual void setKltOpencv (const std::map< std::string, vpKltOpencv > &mapOfKlts)
virtual void setKltThresholdAcceptation (double th)
virtual void setLod (bool useLod, const std::string &name="") VP_OVERRIDE
virtual void setMask (const vpImage< bool > &mask) VP_OVERRIDE
virtual void setMinLineLengthThresh (double minLineLengthThresh, const std::string &name="") VP_OVERRIDE
virtual void setMinPolygonAreaThresh (double minPolygonAreaThresh, const std::string &name="") VP_OVERRIDE
virtual void setMovingEdge (const vpMe &me)
virtual void setMovingEdge (const vpMe &me1, const vpMe &me2)
virtual void setMovingEdge (const std::map< std::string, vpMe > &mapOfMe)
virtual void setNearClippingDistance (const double &dist) VP_OVERRIDE
virtual void setNearClippingDistance (const double &dist1, const double &dist2)
virtual void setNearClippingDistance (const std::map< std::string, double > &mapOfDists)
virtual void setOgreShowConfigDialog (bool showConfigDialog) VP_OVERRIDE
virtual void setOgreVisibilityTest (const bool &v) VP_OVERRIDE
virtual void setOptimizationMethod (const vpMbtOptimizationMethod &opt) VP_OVERRIDE
virtual void setPose (const vpImage< unsigned char > &I, const vpHomogeneousMatrix &cdMo) VP_OVERRIDE
virtual void setPose (const vpImage< vpRGBa > &I_color, const vpHomogeneousMatrix &cdMo) VP_OVERRIDE
virtual void setPose (const vpImage< unsigned char > &I1, const vpImage< unsigned char > &I2, const vpHomogeneousMatrix &c1Mo, const vpHomogeneousMatrix &c2Mo)
virtual void setPose (const vpImage< vpRGBa > &I_color1, const vpImage< vpRGBa > &I_color2, const vpHomogeneousMatrix &c1Mo, const vpHomogeneousMatrix &c2Mo)
virtual void setPose (const std::map< std::string, const vpImage< unsigned char > * > &mapOfImages, const std::map< std::string, vpHomogeneousMatrix > &mapOfCameraPoses)
virtual void setPose (const std::map< std::string, const vpImage< vpRGBa > * > &mapOfColorImages, const std::map< std::string, vpHomogeneousMatrix > &mapOfCameraPoses)
virtual void setProjectionErrorComputation (const bool &flag) VP_OVERRIDE
virtual void setProjectionErrorDisplay (bool display) VP_OVERRIDE
virtual void setProjectionErrorDisplayArrowLength (unsigned int length) VP_OVERRIDE
virtual void setProjectionErrorDisplayArrowThickness (unsigned int thickness) VP_OVERRIDE
virtual void setReferenceCameraName (const std::string &referenceCameraName)
virtual void setScanLineVisibilityTest (const bool &v) VP_OVERRIDE
virtual void setTrackerType (int type)
virtual void setTrackerType (const std::map< std::string, int > &mapOfTrackerTypes)
virtual void setUseDepthDenseTracking (const std::string &name, const bool &useDepthDenseTracking)
virtual void setUseDepthNormalTracking (const std::string &name, const bool &useDepthNormalTracking)
virtual void setUseEdgeTracking (const std::string &name, const bool &useEdgeTracking)
virtual void setUseKltTracking (const std::string &name, const bool &useKltTracking)
virtual void testTracking () VP_OVERRIDE
virtual void track (const vpImage< unsigned char > &I) VP_OVERRIDE
virtual void track (const vpImage< vpRGBa > &I_color) VP_OVERRIDE
virtual void track (const vpImage< unsigned char > &I1, const vpImage< unsigned char > &I2)
virtual void track (const vpImage< vpRGBa > &I_color1, const vpImage< vpRGBa > &I_color2)
virtual void track (std::map< std::string, const vpImage< unsigned char > * > &mapOfImages)
virtual void track (std::map< std::string, const vpImage< vpRGBa > * > &mapOfColorImages)
virtual void track (std::map< std::string, const vpImage< unsigned char > * > &mapOfImages, std::map< std::string, pcl::PointCloud< pcl::PointXYZ >::ConstPtr > &mapOfPointClouds)
virtual void track (std::map< std::string, const vpImage< vpRGBa > * > &mapOfColorImages, std::map< std::string, pcl::PointCloud< pcl::PointXYZ >::ConstPtr > &mapOfPointClouds)
virtual void track (std::map< std::string, const vpImage< unsigned char > * > &mapOfImages, std::map< std::string, const std::vector< vpColVector > * > &mapOfPointClouds, std::map< std::string, unsigned int > &mapOfPointCloudWidths, std::map< std::string, unsigned int > &mapOfPointCloudHeights)
virtual void track (std::map< std::string, const vpImage< vpRGBa > * > &mapOfColorImages, std::map< std::string, const std::vector< vpColVector > * > &mapOfPointClouds, std::map< std::string, unsigned int > &mapOfPointCloudWidths, std::map< std::string, unsigned int > &mapOfPointCloudHeights)
virtual void track (std::map< std::string, const vpImage< unsigned char > * > &mapOfImages, std::map< std::string, const vpMatrix * > &mapOfPointClouds, std::map< std::string, unsigned int > &mapOfPointCloudWidths, std::map< std::string, unsigned int > &mapOfPointCloudHeights)
virtual void track (std::map< std::string, const vpImage< vpRGBa > * > &mapOfColorImages, std::map< std::string, const vpMatrix * > &mapOfPointClouds, std::map< std::string, unsigned int > &mapOfPointCloudWidths, std::map< std::string, unsigned int > &mapOfPointCloudHeights)
virtual unsigned int getClipping () const
virtual vpHomogeneousMatrix getPose () 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 initClick (const vpImage< unsigned char > *const I, const vpImage< vpRGBa > *const I_color, const std::string &initFile, bool displayHelp=false, const vpHomogeneousMatrix &od_M_o=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 > &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 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 > &I, const std::string &initFile)
virtual void initFromPose (const vpImage< vpRGBa > &I_color, const std::string &initFile)
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 initFromPose (const vpImage< unsigned char > *const I, const vpImage< vpRGBa > *const I_color, const std::string &initFile)
Inherited functionalities from vpMbTracker
virtual double getAngleAppear () const
virtual double getAngleDisappear () 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 double getFarClippingDistance () const
virtual double getNearClippingDistance () const
virtual vpMbtOptimizationMethod getOptimizationMethod () const
virtual double getStopCriteriaEpsilon () const
virtual void setCovarianceComputation (const bool &flag)
virtual void setEstimatedDoF (const vpColVector &v)
virtual void setInitialMu (double mu)
virtual void setLambda (double gain)
virtual void setMaxIter (unsigned int max)
void setProjectionErrorMovingEdge (const vpMe &me)
void setProjectionErrorKernelSize (const unsigned int &size)
virtual void setStopCriteriaEpsilon (const double eps)
void savePose (const std::string &filename) const
void setPoseSavingFilename (const std::string &filename)

Protected Member Functions

virtual void computeProjectionError ()
virtual void computeVVS (std::map< std::string, const vpImage< unsigned char > * > &mapOfImages)
virtual void computeVVSInit () VP_OVERRIDE
virtual void computeVVSInit (std::map< std::string, const vpImage< unsigned char > * > &mapOfImages)
virtual void computeVVSInteractionMatrixAndResidu () VP_OVERRIDE
virtual void computeVVSInteractionMatrixAndResidu (std::map< std::string, const vpImage< unsigned char > * > &mapOfImages, std::map< std::string, vpVelocityTwistMatrix > &mapOfVelocityTwist)
virtual void computeVVSWeights ()
virtual void initCircle (const vpPoint &p1, const vpPoint &p2, const vpPoint &p3, double radius, int idFace=0, const std::string &name="") VP_OVERRIDE
virtual void initCylinder (const vpPoint &p1, const vpPoint &p2, double radius, int idFace=0, const std::string &name="") VP_OVERRIDE
virtual void initFaceFromCorners (vpMbtPolygon &polygon) VP_OVERRIDE
virtual void initFaceFromLines (vpMbtPolygon &polygon) VP_OVERRIDE
virtual void loadConfigFileXML (const std::string &configFile, bool verbose=true)
virtual void loadConfigFileJSON (const std::string &configFile, bool verbose=true)
virtual void preTracking (std::map< std::string, const vpImage< unsigned char > * > &mapOfImages, std::map< std::string, pcl::PointCloud< pcl::PointXYZ >::ConstPtr > &mapOfPointClouds)
virtual void preTracking (std::map< std::string, const vpImage< unsigned char > * > &mapOfImages, std::map< std::string, const std::vector< vpColVector > * > &mapOfPointClouds, std::map< std::string, unsigned int > &mapOfPointCloudWidths, std::map< std::string, unsigned int > &mapOfPointCloudHeights)
virtual void preTracking (std::map< std::string, const vpImage< unsigned char > * > &mapOfImages, std::map< std::string, const vpMatrix * > &mapOfPointClouds, std::map< std::string, unsigned int > &mapOfPointCloudWidths, std::map< std::string, unsigned int > &mapOfPointCloudHeights)
virtual void computeVVSWeights (vpRobust &robust, const vpColVector &error, vpColVector &w)
Protected Member Functions Inherited from vpMbTracker
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=nullptr, const vpColVector *const m_w_prev=nullptr)
virtual void computeVVSPoseEstimation (const bool isoJoIdentity, unsigned int iter, vpMatrix &L, vpMatrix &LTL, vpColVector &R, const vpColVector &error, vpColVector &error_prev, vpColVector &LTR, double &mu, vpColVector &v, const vpColVector *const w=nullptr, vpColVector *const m_w_prev=nullptr)
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 loadInitFile (const std::string &initFile, std::vector< std::string > &vectorOfInitFilename, bool parent, const vpHomogeneousMatrix &T, std::vector< vpPoint > &P)
void projectionErrorInitMovingEdge (const vpImage< unsigned char > &I, const vpHomogeneousMatrix &_cMo)
void projectionErrorResetMovingEdges ()
void projectionErrorVisibleFace (unsigned int width, unsigned int height, const vpHomogeneousMatrix &_cMo)
void removeCommentsAndEmptyLines (std::ifstream &fileId)
std::map< std::string, std::string > parseParameters (std::string &endLine)
bool samePoint (const vpPoint &P1, const vpPoint &P2) const

Protected Attributes

vpColVector m_error
vpMatrix m_L
std::map< std::string, vpHomogeneousMatrixm_mapOfCameraTransformationMatrix
std::map< vpTrackerType, double > m_mapOfFeatureFactors
std::map< std::string, TrackerWrapper * > m_mapOfTrackers
double m_percentageGdPt
std::string m_referenceCameraName
double m_thresholdOutlier
vpColVector m_w
vpColVector m_weightedError
unsigned int m_nb_feat_edge
unsigned int m_nb_feat_klt
unsigned int m_nb_feat_depthNormal
unsigned int m_nb_feat_depthDense
vpCameraParameters m_cam
vpHomogeneousMatrix m_cMo
vpMatrix oJo
bool m_isoJoIdentity
std::string modelFileName
bool modelInitialised
std::string poseSavingFilename
bool computeCovariance
vpMatrix covarianceMatrix
bool computeProjError
double projectionError
bool displayFeatures
vpMbtOptimizationMethod m_optimizationMethod
vpMbHiddenFaces< vpMbtPolygonfaces
double angleAppears
double angleDisappears
double distNearClip
double distFarClip
unsigned int clippingFlag
bool useOgre
bool ogreShowConfigDialog
bool useScanLine
unsigned int m_nbInitPoints
unsigned int m_maxInitPoints
unsigned int nbPoints
unsigned int nbLines
unsigned int nbPolygonLines
unsigned int nbPolygonPoints
unsigned int nbCylinders
unsigned int nbCircles
bool useLodGeneral
bool applyLodSettingInConfig
double minLineLengthThresholdGeneral
double minPolygonAreaThresholdGeneral
std::map< std::string, std::string > mapOfParameterNames
bool m_computeInteraction
double m_lambda
unsigned int m_maxIter
double m_stopCriteriaEpsilon
double m_initialMu
std::vector< vpMbtDistanceLine * > m_projectionErrorLines
std::vector< vpMbtDistanceCylinder * > m_projectionErrorCylinders
std::vector< vpMbtDistanceCircle * > m_projectionErrorCircles
vpMbHiddenFaces< vpMbtPolygonm_projectionErrorFaces
bool m_projectionErrorOgreShowConfigDialog
vpMe m_projectionErrorMe
unsigned int m_projectionErrorKernelSize
vpMatrix m_SobelX
vpMatrix m_SobelY
bool m_projectionErrorDisplay
unsigned int m_projectionErrorDisplayLength
unsigned int m_projectionErrorDisplayThickness
vpCameraParameters m_projectionErrorCam
const vpImage< bool > * m_mask
vpImage< unsigned char > m_I
bool m_sodb_init_called
vpUniRand m_rand

Friends

void to_json (nlohmann::json &j, const TrackerWrapper &t)
void from_json (const nlohmann::json &j, vpMbGenericTracker::TrackerWrapper &t)

Detailed Description

Real-time 6D object pose tracking using its CAD model.

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.

This class allows tracking an object or a scene given its 3D model. More information in [55]. A lot of videos can be found on YouTube VispTeam channel.

Tutorials & Examples

Tutorials

The Tutorial: Markerless generic model-based tracking using a color camera is a good starting point to use this class. If you want to track an object with a stereo camera refer to Tutorial: Markerless generic model-based tracking using a stereo camera. If you want rather use a RGB-D camera and exploit the depth information, you may see Tutorial: Markerless generic model-based tracking using a RGB-D camera. There is also Tutorial: Object detection and localization that shows how to initialize the tracker from an initial pose provided by a detection algorithm.

JSON serialization

Since ViSP 3.6.0, if ViSP is build with JSON for modern C++ 3rd-party we introduce JSON serialization capabilities for vpMbGenericTracker. The following sample code shows how to save a model-based tracker settings in a file named mbt.json and reload the values from this JSON file.

#include <visp3/mbt/vpMbGenericTracker.h>
#ifdef ENABLE_VISP_NAMESPACE
using namespace VISP_NAMESPACE_NAME;
#endif
int main()
{
#if defined(VISP_HAVE_NLOHMANN_JSON)
std::string filename = "mbt-generic.json";
{
mbt.saveConfigFile(filename);
}
{
bool verbose = false;
std::cout << "Read model-based tracker settings from " << filename << std::endl;
mbt.loadConfigFile(filename, verbose);
}
#endif
}
Real-time 6D object pose tracking using its CAD model.
vpMbGenericTracker()
json namespace shortcut
virtual void saveConfigFile(const std::string &settingsFile) const
virtual void loadConfigFile(const std::string &configFile, bool verbose=true) VP_OVERRIDE

If you build and execute the sample code, it will produce the following output:

Read model-based tracker settings from mbt-generic.json

The content of the mbt.json file is the following:

$ cat mbt-generic.json
{
"referenceCameraName": "Camera",
"trackers": {
"Camera": {
"angleAppear": 89.0,
"angleDisappear": 89.0,
"camTref": {
"cols": 4,
"data": [
1.0,
0.0,
0.0,
0.0,
0.0,
1.0,
0.0,
0.0,
0.0,
0.0,
1.0,
0.0,
0.0,
0.0,
0.0,
1.0
],
"rows": 4,
"type": "vpHomogeneousMatrix"
},
"camera": {
"model": "perspectiveWithoutDistortion",
"px": 600.0,
"py": 600.0,
"u0": 192.0,
"v0": 144.0
},
"clipping": {
"far": 100.0,
"flags": [
"none"
],
"near": 0.001
},
"display": {
"features": false,
"projectionError": false
},
"edge": {
"maskSign": 0,
"maskSize": 5,
"minSampleStep": 4.0,
"mu": [
0.5,
0.5
],
"nMask": 180,
"ntotalSample": 0,
"pointsToTrack": 500,
"range": 4,
"sampleStep": 10.0,
"strip": 2,
"thresholdType": "normalized",
"threshold": 20.0
},
"lod": {
"minLineLengthThresholdGeneral": 50.0,
"minPolygonAreaThresholdGeneral": 2500.0,
"useLod": false
},
"type": [
"edge"
],
"visibilityTest": {
"ogre": false,
"scanline": false
}
}
},
"version": "1.0"
}
Examples
catchGenericTrackerCAOParsing.cpp, catchGenericTrackerDeterminist.cpp, mbtGenericTracking.cpp, mbtGenericTracking2.cpp, mbtGenericTrackingDepth.cpp, mbtGenericTrackingDepthOnly.cpp, perfGenericTracker.cpp, testGenericTracker.cpp, testGenericTrackerDepth.cpp, tutorial-detection-object-mbt.cpp, tutorial-detection-object-mbt2.cpp, tutorial-mb-generic-tracker-apriltag-rs2.cpp, tutorial-mb-generic-tracker-apriltag-webcam.cpp, tutorial-mb-generic-tracker-full.cpp, tutorial-mb-generic-tracker-live.cpp, tutorial-mb-generic-tracker-rgbd-blender.cpp, tutorial-mb-generic-tracker-rgbd-realsense-json.cpp, tutorial-mb-generic-tracker-rgbd-realsense.cpp, tutorial-mb-generic-tracker-rgbd-structure-core.cpp, tutorial-mb-generic-tracker-rgbd.cpp, tutorial-mb-generic-tracker-save.cpp, tutorial-mb-generic-tracker-stereo-mono.cpp, tutorial-mb-generic-tracker-stereo.cpp, and tutorial-mb-generic-tracker.cpp.

Definition at line 200 of file vpMbGenericTracker.h.

Member Enumeration Documentation

◆ vpMbtOptimizationMethod

Enumerator
GAUSS_NEWTON_OPT 
LEVENBERG_MARQUARDT_OPT 

Definition at line 112 of file vpMbTracker.h.

◆ vpTrackerType

Enumerator
EDGE_TRACKER 

Model-based tracking using moving edges features.

KLT_TRACKER 

Model-based tracking using KLT features.

DEPTH_NORMAL_TRACKER 

Model-based tracking using depth normal features.

DEPTH_DENSE_TRACKER 

Model-based tracking using depth dense features.

Definition at line 203 of file vpMbGenericTracker.h.

Constructor & Destructor Documentation

◆ vpMbGenericTracker() [1/4]

◆ vpMbGenericTracker() [2/4]

◆ vpMbGenericTracker() [3/4]

◆ vpMbGenericTracker() [4/4]

vpMbGenericTracker::vpMbGenericTracker ( const std::vector< std::string > & cameraNames,
const std::vector< int > & trackerTypes )

◆ ~vpMbGenericTracker()

vpMbGenericTracker::~vpMbGenericTracker ( )
virtual

Definition at line 180 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

Member Function Documentation

◆ addPolygon() [1/4]

void vpMbTracker::addPolygon ( const std::vector< std::vector< vpPoint > > & listFaces,
int idFace = -1,
const std::string & polygonName = "",
bool useLod = false,
double minLineLengthThreshold = 50 )
protectedinherited

◆ addPolygon() [2/4]

void vpMbTracker::addPolygon ( const std::vector< vpPoint > & corners,
int idFace = -1,
const std::string & polygonName = "",
bool useLod = false,
double minPolygonAreaThreshold = 2500.0,
double minLineLengthThreshold = 50.0 )
protectedinherited

◆ addPolygon() [3/4]

◆ addPolygon() [4/4]

void vpMbTracker::addPolygon ( const vpPoint & p1,
const vpPoint & p2,
int idFace = -1,
const std::string & polygonName = "",
bool useLod = false,
double minLineLengthThreshold = 50 )
protectedinherited

◆ addProjectionErrorCircle()

◆ addProjectionErrorCylinder()

◆ addProjectionErrorLine()

◆ addProjectionErrorPolygon() [1/4]

void vpMbTracker::addProjectionErrorPolygon ( const std::vector< std::vector< vpPoint > > & listFaces,
int idFace = -1,
const std::string & polygonName = "",
bool useLod = false,
double minLineLengthThreshold = 50 )
protectedinherited

◆ addProjectionErrorPolygon() [2/4]

void vpMbTracker::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 )
protectedinherited

◆ addProjectionErrorPolygon() [3/4]

◆ addProjectionErrorPolygon() [4/4]

void vpMbTracker::addProjectionErrorPolygon ( const vpPoint & p1,
const vpPoint & p2,
int idFace = -1,
const std::string & polygonName = "",
bool useLod = false,
double minLineLengthThreshold = 50 )
protectedinherited

◆ computeCovarianceMatrixVVS()

void vpMbTracker::computeCovarianceMatrixVVS ( const bool isoJoIdentity,
const vpColVector & w_true,
const vpHomogeneousMatrix & cMoPrev,
const vpMatrix & L_true,
const vpMatrix & LVJ_true,
const vpColVector & error )
protectedvirtualinherited

◆ computeCurrentProjectionError() [1/2]

double vpMbGenericTracker::computeCurrentProjectionError ( const vpImage< unsigned char > & I,
const vpHomogeneousMatrix & cMo,
const vpCameraParameters & cam )
virtual

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

See also
setProjectionErrorComputation
getProjectionError

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.

Parameters
I: Input grayscale image.
cMo: Camera pose.
cam: Camera parameters.

Reimplemented from vpMbTracker.

Definition at line 206 of file vpMbGenericTracker.cpp.

References vpMath::deg(), and m_mapOfTrackers.

Referenced by computeCurrentProjectionError().

◆ computeCurrentProjectionError() [2/2]

double vpMbGenericTracker::computeCurrentProjectionError ( const vpImage< vpRGBa > & I_color,
const vpHomogeneousMatrix & _cMo,
const vpCameraParameters & _cam )
virtual

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

See also
setProjectionErrorComputation
getProjectionError

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.

Parameters
I_color: Input color image.
_cMo: Camera pose.
_cam: Camera parameters.

Definition at line 249 of file vpMbGenericTracker.cpp.

References computeCurrentProjectionError(), and vpImageConvert::convert().

◆ computeJTR()

void vpMbTracker::computeJTR ( const vpMatrix & interaction,
const vpColVector & error,
vpColVector & JTR ) const
protectedinherited

Compute $ J^T R $, with J the interaction matrix and R the vector of residuals.

Exceptions
vpMatrixException::incorrectMatrixSizeErrorif the sizes of the matrices do not allow the computation.
Warning
The JTR vector is resized.
Parameters
interaction: The interaction matrix (size Nx6).
error: The residu vector (size Nx1).
JTR: The resulting JTR column vector (size 6x1).

Definition at line 3196 of file vpMbTracker.cpp.

References vpArray2D< Type >::data, vpArray2D< Type >::getCols(), vpArray2D< Type >::getRows(), vpMatrixException::incorrectMatrixSizeError, and vpColVector::resize().

Referenced by vpMbEdgeTracker::computeVVSFirstPhasePoseEstimation(), computeVVSPoseEstimation(), and track().

◆ computeProjectionError()

void vpMbGenericTracker::computeProjectionError ( )
protectedvirtual

◆ computeProjectionErrorImpl()

◆ computeVVS()

◆ computeVVSCheckLevenbergMarquardt()

void vpMbTracker::computeVVSCheckLevenbergMarquardt ( unsigned int iter,
vpColVector & error,
const vpColVector & m_error_prev,
const vpHomogeneousMatrix & cMoPrev,
double & mu,
bool & reStartFromLastIncrement,
vpColVector *const w = nullptr,
const vpColVector *const m_w_prev = nullptr )
protectedvirtualinherited

◆ computeVVSInit() [1/2]

void vpMbGenericTracker::computeVVSInit ( )
protectedvirtual

Implements vpMbTracker.

Definition at line 536 of file vpMbGenericTracker.cpp.

References vpException::fatalError.

Referenced by computeVVS().

◆ computeVVSInit() [2/2]

void vpMbGenericTracker::computeVVSInit ( std::map< std::string, const vpImage< unsigned char > * > & mapOfImages)
protectedvirtual

Definition at line 541 of file vpMbGenericTracker.cpp.

References m_error, m_L, m_mapOfTrackers, m_w, and m_weightedError.

◆ computeVVSInteractionMatrixAndResidu() [1/2]

void vpMbGenericTracker::computeVVSInteractionMatrixAndResidu ( )
protectedvirtual

Implements vpMbTracker.

Definition at line 561 of file vpMbGenericTracker.cpp.

References vpException::fatalError.

Referenced by computeVVS().

◆ computeVVSInteractionMatrixAndResidu() [2/2]

void vpMbGenericTracker::computeVVSInteractionMatrixAndResidu ( std::map< std::string, const vpImage< unsigned char > * > & mapOfImages,
std::map< std::string, vpVelocityTwistMatrix > & mapOfVelocityTwist )
protectedvirtual

◆ computeVVSPoseEstimation()

◆ computeVVSWeights() [1/2]

void vpMbGenericTracker::computeVVSWeights ( )
protectedvirtual

Definition at line 596 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_w.

Referenced by computeVVS().

◆ computeVVSWeights() [2/2]

void vpMbTracker::computeVVSWeights ( vpRobust & robust,
const vpColVector & error,
vpColVector & w )
protectedvirtual

Reimplemented from vpMbTracker.

Definition at line 834 of file vpMbTracker.cpp.

◆ createCylinderBBox()

void vpMbTracker::createCylinderBBox ( const vpPoint & p1,
const vpPoint & p2,
const double & radius,
std::vector< std::vector< vpPoint > > & listFaces )
protectedinherited

◆ display() [1/6]

void vpMbGenericTracker::display ( const std::map< std::string, const vpImage< unsigned char > * > & mapOfImages,
const std::map< std::string, vpHomogeneousMatrix > & mapOfCameraPoses,
const std::map< std::string, vpCameraParameters > & mapOfCameraParameters,
const vpColor & col,
unsigned int thickness = 1,
bool displayFullModel = false )
virtual

Display the 3D model from a given position of the camera.

Parameters
mapOfImages: Map of grayscale images.
mapOfCameraPoses: Map of camera poses.
mapOfCameraParameters: Map of camera parameters.
col: The desired color.
thickness: The thickness of the lines.
displayFullModel: If true, the full model is displayed (even the non visible faces).

Definition at line 743 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ display() [2/6]

void vpMbGenericTracker::display ( const std::map< std::string, const vpImage< vpRGBa > * > & mapOfImages,
const std::map< std::string, vpHomogeneousMatrix > & mapOfCameraPoses,
const std::map< std::string, vpCameraParameters > & mapOfCameraParameters,
const vpColor & col,
unsigned int thickness = 1,
bool displayFullModel = false )
virtual

Display the 3D model from a given position of the camera.

Parameters
mapOfImages: Map of color images.
mapOfCameraPoses: Map of camera poses.
mapOfCameraParameters: Map of camera parameters.
col: The desired color.
thickness: The thickness of the lines.
displayFullModel: If true, the full model is displayed (even the non visible faces).

Definition at line 777 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ display() [3/6]

void vpMbGenericTracker::display ( const vpImage< unsigned char > & I,
const vpHomogeneousMatrix & cMo,
const vpCameraParameters & cam,
const vpColor & col,
unsigned int thickness = 1,
bool displayFullModel = false )
virtual

Display the 3D model from a given position of the camera.

Parameters
I: The grayscale 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: If true, the full model is displayed (even the non visible faces).
Note
This function will display the model only for the reference camera.

Implements vpMbTracker.

Examples
catchGenericTrackerDeterminist.cpp.

Definition at line 623 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_referenceCameraName.

Referenced by setProjectionErrorDisplay().

◆ display() [4/6]

void vpMbGenericTracker::display ( const vpImage< unsigned char > & I1,
const vpImage< unsigned char > & I2,
const vpHomogeneousMatrix & c1Mo,
const vpHomogeneousMatrix & c2Mo,
const vpCameraParameters & cam1,
const vpCameraParameters & cam2,
const vpColor & color,
unsigned int thickness = 1,
bool displayFullModel = false )
virtual

Display the 3D model from a given position of the camera.

Parameters
I1: The first grayscale image.
I2: The second grayscale image.
c1Mo: Pose used to project the 3D model into the first image.
c2Mo: Pose used to project the 3D model into the second image.
cam1: The first camera parameters.
cam2: The second camera parameters.
color: The desired color.
thickness: The thickness of the lines.
displayFullModel: If true, the full model is displayed (even the non visible faces).
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 680 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ display() [5/6]

void vpMbGenericTracker::display ( const vpImage< vpRGBa > & I,
const vpHomogeneousMatrix & cMo,
const vpCameraParameters & cam,
const vpColor & col,
unsigned int thickness = 1,
bool displayFullModel = false )
virtual

Display the 3D model from a given position of the 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: If true, the full model is displayed (even the non visible faces).
Note
This function will display the model only for the reference camera.

Implements vpMbTracker.

Definition at line 650 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_referenceCameraName.

◆ display() [6/6]

void vpMbGenericTracker::display ( const vpImage< vpRGBa > & I1,
const vpImage< vpRGBa > & I2,
const vpHomogeneousMatrix & c1Mo,
const vpHomogeneousMatrix & c2Mo,
const vpCameraParameters & cam1,
const vpCameraParameters & cam2,
const vpColor & color,
unsigned int thickness = 1,
bool displayFullModel = false )
virtual

Display the 3D model from a given position of the camera.

Parameters
I1: The first color image.
I2: The second color image.
c1Mo: Pose used to project the 3D model into the first image.
c2Mo: Pose used to project the 3D model into the second image.
cam1: The first camera parameters.
cam2: The second camera parameters.
color: The desired color.
thickness: The thickness of the lines.
displayFullModel: If true, the full model is displayed (even the non visible faces).
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 714 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ extractCylinders()

void vpMbTracker::extractCylinders ( SoVRMLIndexedFaceSet * face_set,
vpHomogeneousMatrix & transform,
int & idFace,
const std::string & polygonName = "" )
protectedvirtualinherited

Extract a cylinder to track from the VMRL model. This method calls the initCylinder() method implemented in the child class.

Warning
This method extract cylinder described using an indexed face set not a cylinder set since software such as AC3D or blender export a cylinder using this data type. the object name is used, if it begins with "cyl" then this method is called otherwise the extractFaces() is used.
Parameters
face_set: Pointer to the cylinder in the vrml format.
transform: Transformation matrix applied to the cylinder.
idFace: Id of the face.
polygonNameName of the polygon.

Definition at line 2776 of file vpMbTracker.cpp.

References addPolygon(), addProjectionErrorPolygon(), vpException::badValue, createCylinderBBox(), vpException::dimensionError, vpPoint::get_oX(), vpPoint::get_oY(), vpPoint::get_oZ(), getGravityCenter(), initCylinder(), initProjectionErrorCylinder(), vpMath::maximum(), vpPoint::setWorldCoordinates(), and vpColVector::sumSquare().

Referenced by computeVVSInteractionMatrixAndResidu(), and extractGroup().

◆ extractFaces()

void vpMbTracker::extractFaces ( SoVRMLIndexedFaceSet * face_set,
vpHomogeneousMatrix & transform,
int & idFace,
const std::string & polygonName = "" )
protectedvirtualinherited

Extract a face of the object to track from the VMRL model. This method calls the initFaceFromCorners() method implemented in the child class.

Parameters
face_set: Pointer to the face in the vrml format.
transform: Transformation matrix applied to the face.
idFace: Face id.
polygonNameName of the polygon.

Definition at line 2722 of file vpMbTracker.cpp.

References addPolygon(), addProjectionErrorPolygon(), faces, initFaceFromCorners(), initProjectionErrorFaceFromCorners(), m_projectionErrorFaces, and vpPoint::setWorldCoordinates().

Referenced by computeVVSInteractionMatrixAndResidu(), and extractGroup().

◆ extractGroup()

void vpMbTracker::extractGroup ( SoVRMLGroup * sceneGraphVRML2,
vpHomogeneousMatrix & transform,
int & idFace )
protectedvirtualinherited

Extract a VRML object Group.

Parameters
sceneGraphVRML2: Current node (either Transform, or Group node).
transform: Transformation matrix for this group.
idFace: Index of the face.

Definition at line 2632 of file vpMbTracker.cpp.

References extractCylinders(), extractFaces(), extractGroup(), and extractLines().

Referenced by computeVVSInteractionMatrixAndResidu(), extractGroup(), and loadVRMLModel().

◆ extractLines()

void vpMbTracker::extractLines ( SoVRMLIndexedLineSet * line_set,
int & idFace,
const std::string & polygonName = "" )
protectedvirtualinherited

Extract a line of the object to track from the VMRL model. This method calls the initFaceFromCorners() method implemented in the child class.

Parameters
line_set: Pointer to the line in the vrml format.
idFace: Id of the face.
polygonNameName of the polygon.

Definition at line 2862 of file vpMbTracker.cpp.

References addPolygon(), addProjectionErrorPolygon(), faces, initFaceFromCorners(), initProjectionErrorFaceFromCorners(), m_projectionErrorFaces, and vpPoint::setWorldCoordinates().

Referenced by computeVVSInteractionMatrixAndResidu(), and extractGroup().

◆ getAngleAppear()

virtual double vpMbTracker::getAngleAppear ( ) const
inlinevirtualinherited

Return the angle used to test polygons appearance.

Definition at line 249 of file vpMbTracker.h.

References angleAppears.

Referenced by vpMbGenericTracker::loadConfigFileJSON().

◆ getAngleDisappear()

virtual double vpMbTracker::getAngleDisappear ( ) const
inlinevirtualinherited

Return the angle used to test polygons disappearance.

Definition at line 252 of file vpMbTracker.h.

References angleDisappears.

Referenced by vpMbGenericTracker::loadConfigFileJSON().

◆ getCameraNames()

std::vector< std::string > vpMbGenericTracker::getCameraNames ( ) const
virtual

Get the camera names.

Returns
The vector of camera names.

Definition at line 805 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

Referenced by loadConfigFileJSON().

◆ getCameraParameters() [1/3]

void vpMbGenericTracker::getCameraParameters ( std::map< std::string, vpCameraParameters > & mapOfCameraParameters) const
virtual

Get all the camera parameters.

Parameters
mapOfCameraParameters: Map of camera parameters.

Definition at line 850 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ getCameraParameters() [2/3]

void vpMbGenericTracker::getCameraParameters ( vpCameraParameters & cam1,
vpCameraParameters & cam2 ) const
virtual

Get all the camera parameters.

Parameters
cam1: Copy of the camera parameters for the first camera.
cam2: Copy of the camera parameters for the second camera.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 830 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ getCameraParameters() [3/3]

void vpMbGenericTracker::getCameraParameters ( vpCameraParameters & cam) const
virtual

Get the camera parameters.

Parameters
cam: copy of the camera parameters used by the tracker.

Reimplemented from vpMbTracker.

Definition at line 817 of file vpMbGenericTracker.cpp.

References vpMbTracker::getCameraParameters().

◆ getCameraTrackerTypes()

std::map< std::string, int > vpMbGenericTracker::getCameraTrackerTypes ( ) const
virtual

Get the camera tracker types.

Returns
The map of camera tracker types.
See also
vpTrackerType

Definition at line 869 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ getClipping() [1/3]

virtual unsigned int vpMbTracker::getClipping ( ) const
inlinevirtual

Get the clipping used and defined in vpPolygon3D::vpMbtPolygonClippingType.

Returns
Clipping flags.

Reimplemented from vpMbTracker.

Definition at line 267 of file vpMbTracker.h.

◆ getClipping() [2/3]

void vpMbGenericTracker::getClipping ( std::map< std::string, unsigned int > & mapOfClippingFlags) const
virtual

Get the clipping used and defined in vpPolygon3D::vpMbtPolygonClippingType.

Parameters
mapOfClippingFlags: Map of clipping flags.

Definition at line 911 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ getClipping() [3/3]

void vpMbGenericTracker::getClipping ( unsigned int & clippingFlag1,
unsigned int & clippingFlag2 ) const
virtual

Get the clipping used and defined in vpPolygon3D::vpMbtPolygonClippingType.

Parameters
clippingFlag1: Clipping flags for the first camera.
clippingFlag2: Clipping flags for the second camera.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 891 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ getCovarianceMatrix()

virtual vpMatrix vpMbTracker::getCovarianceMatrix ( ) const
inlinevirtualinherited

Get the covariance matrix. This matrix is only computed if setCovarianceComputation() is turned on.

See also
setCovarianceComputation()

Definition at line 276 of file vpMbTracker.h.

References computeCovariance, and covarianceMatrix.

◆ getError()

virtual vpColVector vpMbGenericTracker::getError ( ) const
inlinevirtual

Return the error vector $(s-s^*)$ 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:

tracker.track(I); std::cout << "Residual: " << sqrt( (tracker.getError()).sumSquare()) << std::endl;
std::cout << "Residual normalized: "
<< sqrt( (tracker.getError()).sumSquare())/tracker.getError().size() << std::endl;
See also
getRobustWeights()

Implements vpMbTracker.

Definition at line 260 of file vpMbGenericTracker.h.

References getError(), and m_error.

Referenced by getError().

◆ getEstimatedDoF()

vpColVector vpMbTracker::getEstimatedDoF ( ) const
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;

Returns
1x6 vpColVector representing the estimated degrees of freedom.

Definition at line 3321 of file vpMbTracker.cpp.

References oJo.

◆ getFaces() [1/2]

vpMbHiddenFaces< vpMbtPolygon > & vpMbGenericTracker::getFaces ( )
virtual

Return a reference to the faces structure.

Returns
Reference to the face structure.

Reimplemented from vpMbTracker.

Definition at line 927 of file vpMbGenericTracker.cpp.

References vpMbTracker::faces, m_mapOfTrackers, and m_referenceCameraName.

◆ getFaces() [2/2]

vpMbHiddenFaces< vpMbtPolygon > & vpMbGenericTracker::getFaces ( const std::string & cameraName)
virtual

Return a reference to the faces structure for the given camera name.

Returns
Reference to the face structure.

Definition at line 943 of file vpMbGenericTracker.cpp.

References vpMbTracker::faces, and m_mapOfTrackers.

◆ getFarClippingDistance()

virtual double vpMbTracker::getFarClippingDistance ( ) const
inlinevirtualinherited

Get the far distance for clipping.

Returns
Far clipping value.

Definition at line 350 of file vpMbTracker.h.

References distFarClip.

Referenced by vpMbGenericTracker::loadConfigFileJSON().

◆ getFeaturesCircle()

std::list< vpMbtDistanceCircle * > & vpMbGenericTracker::getFeaturesCircle ( )
virtual

Return the address of the circle feature list for the reference camera.

Definition at line 958 of file vpMbGenericTracker.cpp.

References vpException::badValue, m_mapOfTrackers, and m_referenceCameraName.

◆ getFeaturesForDisplay() [1/2]

std::vector< std::vector< double > > vpMbGenericTracker::getFeaturesForDisplay ( )
virtual

Returns a list of visual features parameters for the reference camera. The first element of the vector indicates the feature type that is either a moving-edge (ME) when value is 0, or a keypoint (KLT) when value is 1. Then behind, the second element of the vector gives the corresponding feature parameters.

When the tracking is achieved with features from multiple cameras you can use rather getFeaturesForDisplay(std::map<std::string, std::vector<std::vector<double> > > &).

It can be used to display the 3D model with a render engine of your choice.

Note
It returns the visual features for the reference camera.
See also
getModelForDisplay(unsigned int, unsigned int, const vpHomogeneousMatrix &, const vpCameraParameters &, bool)

Definition at line 1030 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_referenceCameraName.

◆ getFeaturesForDisplay() [2/2]

void vpMbGenericTracker::getFeaturesForDisplay ( std::map< std::string, std::vector< std::vector< double > > > & mapOfFeatures)
virtual

Get a list of visual features parameters for multiple cameras. The considered camera name is the first element of the map. The second element of the map contains the visual features parameters where the first element of the vector indicates the feature type that is either a moving-edge (ME) when value is 0, or a keypoint (KLT) when value is 1. Then behind, the second element of the vector gives the corresponding feature parameters.

  • Moving-edges parameters are: <feature id (here 0 for ME)>, <pt.i()>, <pt.j()>, <state> where pt.i(), pt.j() are the coordinates of the moving-edge point feature, and state with values in range [0,4] indicates the state of the ME
  • KLT parameters are: <feature id (here 1 for KLT)>, <pt.i()>, <pt.j()>, <klt_id.i()>, <klt_id.j()>, <klt_id.id> It can be used to display the 3D model with a render engine of your choice.

When the tracking is achieved with features from a single camera you can use rather getFeaturesForDisplay().

See also
getModelForDisplay(std::map<std::string, std::vector<std::vector<double> > > &, const std::map<std::string, unsigned int> &, const std::map<std::string, unsigned int> &, const std::map<std::string, vpHomogeneousMatrix> &, const std::map<std::string, vpCameraParameters> &, bool)

Definition at line 1069 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ getFeaturesKlt()

std::list< vpMbtDistanceKltPoints * > & vpMbGenericTracker::getFeaturesKlt ( )
virtual

Return the address of the Klt feature list for the reference camera.

Definition at line 990 of file vpMbGenericTracker.cpp.

References vpException::badValue, m_mapOfTrackers, and m_referenceCameraName.

◆ getFeaturesKltCylinder()

std::list< vpMbtDistanceKltCylinder * > & vpMbGenericTracker::getFeaturesKltCylinder ( )
virtual

Return the address of the cylinder feature list for the reference camera.

Definition at line 974 of file vpMbGenericTracker.cpp.

References vpException::badValue, m_mapOfTrackers, and m_referenceCameraName.

◆ getGoodMovingEdgesRatioThreshold()

double vpMbGenericTracker::getGoodMovingEdgesRatioThreshold ( ) const
virtual
Returns
The threshold value between 0 and 1 over good moving edges ratio. It allows to decide if the tracker has enough valid moving edges to compute a pose. 1 means that all moving edges should be considered as good to have a valid pose, while 0.1 means that 10% of the moving edge are enough to declare a pose valid.
See also
setGoodMovingEdgesRatioThreshold()

Definition at line 1089 of file vpMbGenericTracker.cpp.

References m_percentageGdPt.

◆ getGravityCenter()

vpPoint vpMbTracker::getGravityCenter ( const std::vector< vpPoint > & pts) const
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.

Exceptions
vpException::dimensionErrorif the set is empty.
Parameters
pts: Set of point to extract the center of gravity.
Returns
Center of gravity of the set.

Definition at line 2908 of file vpMbTracker.cpp.

References vpException::dimensionError, and vpPoint::setWorldCoordinates().

Referenced by computeVVSInteractionMatrixAndResidu(), and extractCylinders().

◆ getInitialMu()

virtual double vpMbTracker::getInitialMu ( ) const
inlinevirtualinherited

Get the initial value of mu used in the Levenberg Marquardt optimization loop.

Returns
the initial mu value.

Definition at line 295 of file vpMbTracker.h.

References m_initialMu.

◆ getKltImagePoints()

std::vector< vpImagePoint > vpMbGenericTracker::getKltImagePoints ( ) const
virtual

Get the current list of KLT points for the reference camera.

Warning
This function convert and copy the OpenCV KLT points into vpImagePoints.
Returns
the list of KLT points through vpKltOpencv.

Definition at line 1100 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_referenceCameraName.

◆ getKltImagePointsWithId()

std::map< int, vpImagePoint > vpMbGenericTracker::getKltImagePointsWithId ( ) const
virtual

Get the current list of KLT points and their id for the reference camera.

Warning
This function convert and copy the openCV KLT points into vpImagePoints.
Returns
the list of KLT points and their id through vpKltOpencv.

Definition at line 1122 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_referenceCameraName.

◆ getKltMaskBorder()

unsigned int vpMbGenericTracker::getKltMaskBorder ( ) const
virtual

Get the erosion of the mask used on the Model faces.

Returns
The erosion for the reference camera.

Definition at line 1141 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_referenceCameraName.

◆ getKltNbPoints()

int vpMbGenericTracker::getKltNbPoints ( ) const
virtual

Get number of KLT points for the reference camera.

Returns
Number of KLT points for the reference camera.

Definition at line 1160 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_referenceCameraName.

◆ getKltOpencv() [1/3]

vpKltOpencv vpMbGenericTracker::getKltOpencv ( ) const
virtual

Get the klt tracker at the current state for the reference camera.

Returns
klt tracker.

Definition at line 1179 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_referenceCameraName.

◆ getKltOpencv() [2/3]

void vpMbGenericTracker::getKltOpencv ( std::map< std::string, vpKltOpencv > & mapOfKlts) const
virtual

Get the klt tracker at the current state.

Parameters
mapOfKlts: Map if klt trackers.

Definition at line 1223 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ getKltOpencv() [3/3]

void vpMbGenericTracker::getKltOpencv ( vpKltOpencv & klt1,
vpKltOpencv & klt2 ) const
virtual

Get the klt tracker at the current state.

Parameters
klt1: Klt tracker for the first camera.
klt2: Klt tracker for the second camera.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 1203 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ getKltPoints()

std::vector< cv::Point2f > vpMbGenericTracker::getKltPoints ( ) const
virtual

Get the current list of KLT points for the reference camera.

Returns
the list of KLT points through vpKltOpencv.

Definition at line 1239 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_referenceCameraName.

◆ getKltThresholdAcceptation()

double vpMbGenericTracker::getKltThresholdAcceptation ( ) const
virtual

Get the threshold for the acceptation of a point.

Returns
threshold_outlier : Threshold for the weight below which a point is rejected.

Definition at line 1259 of file vpMbGenericTracker.cpp.

References m_thresholdOutlier.

◆ getLambda()

virtual double vpMbTracker::getLambda ( ) const
inlinevirtualinherited

Get the value of the gain used to compute the control law.

Returns
the value for the gain.

Definition at line 302 of file vpMbTracker.h.

References m_lambda.

◆ getLcircle() [1/2]

void vpMbGenericTracker::getLcircle ( const std::string & cameraName,
std::list< vpMbtDistanceCircle * > & circlesList,
unsigned int level = 0 ) const
virtual

Get the list of the circles tracked for the specified level. Each circle contains the list of the vpMeSite.

Exceptions
vpException::dimensionErrorif the second parameter does not correspond to an used level.
Parameters
cameraName: Camera name for which we want to get the list of vpMbtDistanceCircle.
circlesList: The list of the circles of the model.
level: Level corresponding to the list to return.
Note
Multi-scale moving edge tracking is not possible, scale level=0 must be used.

Definition at line 1298 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ getLcircle() [2/2]

void vpMbGenericTracker::getLcircle ( std::list< vpMbtDistanceCircle * > & circlesList,
unsigned int level = 0 ) const
virtual

Get the list of the circles tracked for the specified level. Each circle contains the list of the vpMeSite.

Exceptions
vpException::dimensionErrorif the second parameter does not correspond to an used level.
Parameters
circlesList: The list of the circles of the model.
level: Level corresponding to the list to return.
Note
Multi-scale moving edge tracking is not possible, scale level=0 must be used.

Definition at line 1274 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_referenceCameraName.

◆ getLcylinder() [1/2]

void vpMbGenericTracker::getLcylinder ( const std::string & cameraName,
std::list< vpMbtDistanceCylinder * > & cylindersList,
unsigned int level = 0 ) const
virtual

Get the list of the cylinders tracked for the specified level. Each cylinder contains the list of the vpMeSite.

Exceptions
vpException::dimensionErrorif the second parameter does not correspond to an used level.
Parameters
cameraName: Camera name for which we want to get the list of vpMbtDistanceCylinder.
cylindersList: The list of the cylinders of the model.
level: Level corresponding to the list to return.
Note
Multi-scale moving edge tracking is not possible, scale level=0 must be used.

Definition at line 1346 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ getLcylinder() [2/2]

void vpMbGenericTracker::getLcylinder ( std::list< vpMbtDistanceCylinder * > & cylindersList,
unsigned int level = 0 ) const
virtual

Get the list of the cylinders tracked for the specified level. Each cylinder contains the list of the vpMeSite.

Exceptions
vpException::dimensionErrorif the second parameter does not correspond to an used level.
Parameters
cylindersList: The list of the cylinders of the model.
level: Level corresponding to the list to return.
Note
Multi-scale moving edge tracking is not possible, scale level=0 must be used.

Definition at line 1322 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_referenceCameraName.

◆ getLline() [1/2]

void vpMbGenericTracker::getLline ( const std::string & cameraName,
std::list< vpMbtDistanceLine * > & linesList,
unsigned int level = 0 ) const
virtual

Get the list of the lines tracked for the specified level. Each line contains the list of the vpMeSite.

Exceptions
vpException::dimensionErrorif the second parameter does not correspond to an used level.
Parameters
cameraName: Camera name for which we want to get the list of vpMbtDistanceLine.
linesList: The list of the lines of the model.
level: Level corresponding to the list to return.
Note
Multi-scale moving edge tracking is not possible, scale level=0 must be used.

Definition at line 1395 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ getLline() [2/2]

void vpMbGenericTracker::getLline ( std::list< vpMbtDistanceLine * > & linesList,
unsigned int level = 0 ) const
virtual

Get the list of the lines tracked for the specified level. Each line contains the list of the vpMeSite.

Exceptions
vpException::dimensionErrorif the second parameter does not correspond to an used level.
Parameters
linesList: The list of the lines of the model.
level: Level corresponding to the list to return.
Note
Multi-scale moving edge tracking is not possible, scale level=0 must be used.

Definition at line 1370 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_referenceCameraName.

◆ getMaxIter()

virtual unsigned int vpMbTracker::getMaxIter ( ) const
inlinevirtualinherited

Get the maximum number of iterations of the virtual visual servoing stage.

Returns
the number of iteration

Definition at line 309 of file vpMbTracker.h.

References m_maxIter.

◆ getModelForDisplay() [1/2]

void vpMbGenericTracker::getModelForDisplay ( std::map< std::string, std::vector< std::vector< double > > > & mapOfModels,
const std::map< std::string, unsigned int > & mapOfwidths,
const std::map< std::string, unsigned int > & mapOfheights,
const std::map< std::string, vpHomogeneousMatrix > & mapOfcMos,
const std::map< std::string, vpCameraParameters > & mapOfCams,
bool displayFullModel = false )
virtual

Get primitive parameters to display the object CAD model for the multiple cameras.

It can be used to display the 3D model with a render engine of your choice.

Each first element of the map correspond to the camera name.

Parameters
mapOfModels: Map of models. The second element of the map contains a list of primitives parameters to display the model at a given pose with corresponding camera parameters. The first element of the vector indicates the type of parameters: 0 for a line and 1 for an ellipse. Then the second element gives the corresponding parameters.
  • Line parameters are: <primitive id (here 0 for line)>, <pt_start.i()>, <pt_start.j()>, <pt_end.i()>, <pt_end.j()>.
  • Ellipse parameters are: <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 $n_{ij} = \mu_{ij}/a$ where $\mu_{ij}$ are the centered moments and a the area).
mapOfwidths: Map of images width.
mapOfheights: Map of images height.
mapOfcMos: Map of poses used to project the 3D model into the images.
mapOfCams: The camera parameters.
displayFullModel: If true, the line is displayed even if it is not

If you are using a single camera you should rather use getModelForDisplay(unsigned int, unsigned int, const vpHomogeneousMatrix &, const vpCameraParameters &, bool)

See also
getFeaturesForDisplay(std::map<std::string, std::vector<std::vector<double> > > &)

Definition at line 1478 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ getModelForDisplay() [2/2]

std::vector< std::vector< double > > vpMbGenericTracker::getModelForDisplay ( unsigned int width,
unsigned int height,
const vpHomogeneousMatrix & cMo,
const vpCameraParameters & cam,
bool displayFullModel = false )
virtual

Get primitive parameters to display the object CAD model for the reference camera.

It can be used to display the 3D model with a render engine of your choice.

Parameters
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
Returns
List of primitives parameters corresponding to the reference camera in order to display the model to a given pose with camera parameters. The first element of the vector indicates the type of parameters: 0 for a line and 1 for an ellipse. Then the second element gives the corresponding parameters.
  • Line parameters are: <primitive id (here 0 for line)>, <pt_start.i()>, <pt_start.j()>, <pt_end.i()>, <pt_end.j()>.
  • Ellipse parameters are: <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 $n_{ij} = \mu_{ij}/a$ where $\mu_{ij}$ are the centered moments and a the area).

When tracking is performed using multiple cameras, you should rather use getModelForDisplay(std::map<std::string, std::vector<std::vector<double> > > &, const std::map<std::string, unsigned int> &, const std::map<std::string, unsigned int> &, const std::map<std::string, vpHomogeneousMatrix> &, const std::map<std::string, vpCameraParameters> &, bool)

See also
getFeaturesForDisplay()

Implements vpMbTracker.

Definition at line 1436 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_referenceCameraName.

◆ getMovingEdge() [1/3]

vpMe vpMbGenericTracker::getMovingEdge ( ) const
virtual

Get the moving edge parameters for the reference camera.

Returns
an instance of the moving edge parameters used by the tracker.

Definition at line 1508 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_referenceCameraName.

◆ getMovingEdge() [2/3]

void vpMbGenericTracker::getMovingEdge ( std::map< std::string, vpMe > & mapOfMovingEdges) const
virtual

Get the moving edge parameters for all the cameras

Parameters
mapOfMovingEdges: Map of moving edge parameters for all the cameras.

Definition at line 1550 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ getMovingEdge() [3/3]

void vpMbGenericTracker::getMovingEdge ( vpMe & me1,
vpMe & me2 ) const
virtual

Get the moving edge parameters.

Parameters
me1: Moving edge parameters for the first camera.
me2: Moving edge parameters for the second camera.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 1530 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ getNbFeaturesDepthDense()

virtual unsigned int vpMbGenericTracker::getNbFeaturesDepthDense ( ) const
inlinevirtual

Return the number of depth dense features taken into account in the virtual visual-servoing scheme.

Definition at line 322 of file vpMbGenericTracker.h.

References getNbFeaturesDepthDense(), and m_nb_feat_depthDense.

Referenced by getNbFeaturesDepthDense().

◆ getNbFeaturesDepthNormal()

virtual unsigned int vpMbGenericTracker::getNbFeaturesDepthNormal ( ) const
inlinevirtual

Return the number of depth normal features features taken into account in the virtual visual-servoing scheme.

Definition at line 327 of file vpMbGenericTracker.h.

References m_nb_feat_depthNormal.

◆ getNbFeaturesEdge()

virtual unsigned int vpMbGenericTracker::getNbFeaturesEdge ( ) const
inlinevirtual

Return the number of moving-edges features taken into account in the virtual visual-servoing scheme.

This function is similar to getNbPoints().

Definition at line 334 of file vpMbGenericTracker.h.

References m_nb_feat_edge.

◆ getNbFeaturesKlt()

virtual unsigned int vpMbGenericTracker::getNbFeaturesKlt ( ) const
inlinevirtual

Return the number of klt keypoints features taken into account in the virtual visual-servoing scheme.

Definition at line 339 of file vpMbGenericTracker.h.

References m_nb_feat_klt.

◆ getNbPoints() [1/2]

void vpMbGenericTracker::getNbPoints ( std::map< std::string, unsigned int > & mapOfNbPoints,
unsigned int level = 0 ) const
virtual

Return the number of good points (vpMeSite) tracked. A good point is a vpMeSite with its flag "state" equal to 0. Only these points are used during the virtual visual servoing stage.

Parameters
mapOfNbPoints: Map of number of good points (vpMeSite) tracked for all the cameras.
level: Pyramid level to consider.
Exceptions
vpException::dimensionErrorif level does not represent a used level.
Note
Multi-scale moving edge tracking is not possible, scale level=0 must be used.

Definition at line 1608 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ getNbPoints() [2/2]

unsigned int vpMbGenericTracker::getNbPoints ( unsigned int level = 0) const
virtual

Return the number of good points (vpMeSite) tracked. A good point is a vpMeSite with its flag "state" equal to 0. Only these points are used during the virtual visual servoing stage.

Parameters
level: Pyramid level to consider.
Exceptions
vpException::dimensionErrorif level does not represent a used level.
Returns
the number of good points for the reference camera.
Note
Multi-scale moving edge tracking is not possible, scale level=0 must be used.
See also
getNbFeaturesEdge()

Definition at line 1578 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_referenceCameraName.

◆ getNbPolygon() [1/2]

unsigned int vpMbGenericTracker::getNbPolygon ( ) const
virtual

Get the number of polygons (faces) representing the object to track.

Returns
Number of polygons for the reference camera.

Reimplemented from vpMbTracker.

Definition at line 1624 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_referenceCameraName.

◆ getNbPolygon() [2/2]

void vpMbGenericTracker::getNbPolygon ( std::map< std::string, unsigned int > & mapOfNbPolygons) const
virtual

Get the number of polygons (faces) representing the object to track.

Parameters
[out]mapOfNbPolygons: Map that contains the number of polygons for all the cameras.

Definition at line 1640 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ getNearClippingDistance()

virtual double vpMbTracker::getNearClippingDistance ( ) const
inlinevirtualinherited

Get the near distance for clipping.

Returns
Near clipping value.

Reimplemented in vpMbEdgeKltTracker.

Definition at line 386 of file vpMbTracker.h.

References distNearClip.

Referenced by vpMbEdgeKltTracker::getNearClippingDistance(), and vpMbGenericTracker::loadConfigFileJSON().

◆ getOptimizationMethod()

virtual vpMbtOptimizationMethod vpMbTracker::getOptimizationMethod ( ) const
inlinevirtualinherited

Get the optimization method used during the tracking. 0 = Gauss-Newton approach. 1 = Levenberg-Marquardt approach.

Returns
Optimization method.

Definition at line 395 of file vpMbTracker.h.

References m_optimizationMethod.

◆ getPolygon() [1/2]

vpMbtPolygon * vpMbGenericTracker::getPolygon ( const std::string & cameraName,
unsigned int index )
virtual

Return the polygon (face) "index" for the specified camera.

Exceptions
vpException::dimensionErrorif index does not represent a good polygon.
Parameters
cameraName: Name of the camera to return the polygon.
index: Index of the polygon to return.
Returns
Pointer to the polygon index for the specified camera or nullptr in case of problem.

Definition at line 1683 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ getPolygon() [2/2]

vpMbtPolygon * vpMbGenericTracker::getPolygon ( unsigned int index)
virtual

Return the polygon (face) "index" for the reference camera.

Exceptions
vpException::dimensionErrorif index does not represent a good polygon.
Parameters
index: Index of the polygon to return.
Returns
Pointer to the polygon index for the reference camera or nullptr in case of problem.

Reimplemented from vpMbTracker.

Definition at line 1661 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_referenceCameraName.

◆ getPolygonFaces() [1/2]

std::pair< std::vector< vpPolygon >, std::vector< std::vector< vpPoint > > > vpMbGenericTracker::getPolygonFaces ( bool orderPolygons = true,
bool useVisibility = true,
bool clipPolygon = false )
virtual

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.

Parameters
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.
Returns
A pair object containing the list of vpPolygon and the list of face corners.
Note
This function will return the 2D polygons faces and 3D face points only for the reference camera.

Reimplemented from vpMbTracker.

Definition at line 1710 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_referenceCameraName.

◆ getPolygonFaces() [2/2]

void vpMbGenericTracker::getPolygonFaces ( std::map< std::string, std::vector< vpPolygon > > & mapOfPolygons,
std::map< std::string, std::vector< std::vector< vpPoint > > > & mapOfPoints,
bool orderPolygons = true,
bool useVisibility = true,
bool clipPolygon = false )
virtual

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.

Parameters
mapOfPolygons: Map of 2D polygon faces.
mapOfPoints: Map of face 3D points.
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.
Note
This function will return the 2D polygons faces and 3D face points only for all the cameras.

Definition at line 1743 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ getPose() [1/4]

virtual vpHomogeneousMatrix vpMbTracker::getPose ( ) const
inlinevirtual

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.

Returns
the current pose

Reimplemented from vpMbTracker.

Definition at line 434 of file vpMbTracker.h.

◆ getPose() [2/4]

void vpMbGenericTracker::getPose ( std::map< std::string, vpHomogeneousMatrix > & mapOfCameraPoses) const
virtual

Get the current pose between the object and the cameras.

Parameters
mapOfCameraPoses: The map of camera poses for all the cameras.

Definition at line 1791 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ getPose() [3/4]

void vpMbGenericTracker::getPose ( vpHomogeneousMatrix & c1Mo,
vpHomogeneousMatrix & c2Mo ) const
virtual

Get the current pose between the object and the cameras.

Parameters
c1Mo: The camera pose for the first camera.
c2Mo: The camera pose for the second camera.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 1771 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ getPose() [4/4]

void vpMbGenericTracker::getPose ( vpHomogeneousMatrix & cMo) const
virtual

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.

Parameters
cMo: the pose

Reimplemented from vpMbTracker.

Examples
catchGenericTrackerDeterminist.cpp.

Definition at line 1761 of file vpMbGenericTracker.cpp.

References vpMbTracker::getPose().

◆ getProjectionError()

virtual double vpMbTracker::getProjectionError ( ) const
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.

Returns
the value for the error.
See also
setProjectionErrorComputation()

Definition at line 321 of file vpMbTracker.h.

References projectionError.

◆ getReferenceCameraName()

std::string vpMbGenericTracker::getReferenceCameraName ( ) const
virtual

Get name of the reference camera.

Definition at line 1806 of file vpMbGenericTracker.cpp.

References m_referenceCameraName.

◆ getRobustWeights()

virtual vpColVector vpMbGenericTracker::getRobustWeights ( ) const
inlinevirtual

Return the weights vector $w_i$ 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:

tracker.track(I);
vpColVector w = tracker.getRobustWeights();
vpColVector e = tracker.getError();
vpColVector we(w.size());
for(unsigned int i=0; i<w.size(); i++)
we[i] = w[i]*e[i];
std::cout << "Weighted residual: " << sqrt( (we).sumSquare() ) << std::endl;
std::cout << "Weighted residual normalized: " << sqrt( (we).sumSquare() ) / w.sum() << std::endl;
Implementation of column vector and the associated operations.
See also
getError()

Implements vpMbTracker.

Definition at line 363 of file vpMbGenericTracker.h.

References getRobustWeights(), and m_w.

Referenced by getRobustWeights().

◆ getStopCriteriaEpsilon()

virtual double vpMbTracker::getStopCriteriaEpsilon ( ) const
inlinevirtualinherited

Definition at line 436 of file vpMbTracker.h.

References m_stopCriteriaEpsilon.

◆ getTrackerType()

int vpMbGenericTracker::getTrackerType ( ) const
virtual

The tracker type for the reference camera.

Definition at line 1811 of file vpMbGenericTracker.cpp.

References vpException::badValue, m_mapOfTrackers, and m_referenceCameraName.

◆ init()

void vpMbGenericTracker::init ( const vpImage< unsigned char > & I)
virtual

Initialise the tracking.

Parameters
I: Input image.

Implements vpMbTracker.

Definition at line 1824 of file vpMbGenericTracker.cpp.

References vpMbTracker::m_cMo, m_mapOfCameraTransformationMatrix, and m_mapOfTrackers.

◆ initCircle()

void vpMbGenericTracker::initCircle ( const vpPoint & p1,
const vpPoint & p2,
const vpPoint & p3,
double radius,
int idFace = 0,
const std::string & name = "" )
protectedvirtual

Add a circle to track. With the center of the circle we have 3 points defining the plane that contains the circle. To be visible, the plane defined by the 3 points p1, p2, p3 should have its normal going toward the camera.

Parameters
p1: Center of the circle, considered as the first point on the plane containing the circle.
p2: Second point on the plane containing the circle.
p3: Third point on the plane containing the circle.
radius: Radius of the circle.
idFace: Index of the face associated to the circle to handle visibility test.
name: The optional name of the circle.

Implements vpMbTracker.

Definition at line 1834 of file vpMbGenericTracker.cpp.

References vpException::fatalError.

◆ initClick() [1/10]

void vpMbGenericTracker::initClick ( const std::map< std::string, const vpImage< unsigned char > * > & mapOfImages,
const std::map< std::string, std::string > & mapOfInitFiles,
bool displayHelp = false,
const std::map< std::string, vpHomogeneousMatrix > & mapOfT = std::map<std::string, vpHomogeneousMatrix>() )
virtual

Initialise the tracker by clicking in the reference 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:

# 3D point coordinates
4                 # Number of points in the file (minimum is four)
0.01 0.01 0.01    # \
...               #  | 3D coordinates in the object frame (X, Y, Z)
0.01 -0.01 -0.01  # /

The cameras that have not an init file will be automatically initialized but the camera transformation matrices have to be set before.

Parameters
mapOfImages: Map of grayscale images.
mapOfInitFiles: Map of files containing the points where to click for each camera.
displayHelp: Optional display of an image 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. Supported image formats are .pgm, .ppm, .png, .jpeg.
mapOfT: optional map of transformation matrices to transform 3D points in mapOfInitFiles expressed in the original object frame to the desired object frame (if the init points are expressed in the same object frame which should be the case most of the time, all the transformation matrices are identical).
Exceptions
vpException::ioError: The file specified in initFile doesn't exist.
Note
Image and init file must be supplied for the reference camera. The images for all the cameras must be supplied to correctly initialize the trackers but some init files can be omitted. In this case, they will be initialized using the pose computed from the reference camera pose and using the known geometric transformation between each camera (see setCameraTransformationMatrix()).

Definition at line 2024 of file vpMbGenericTracker.cpp.

References vpTrackingException::initializationError, vpMbTracker::m_cMo, m_mapOfCameraTransformationMatrix, m_mapOfTrackers, and m_referenceCameraName.

◆ initClick() [2/10]

void vpMbGenericTracker::initClick ( const std::map< std::string, const vpImage< vpRGBa > * > & mapOfColorImages,
const std::map< std::string, std::string > & mapOfInitFiles,
bool displayHelp = false,
const std::map< std::string, vpHomogeneousMatrix > & mapOfT = std::map<std::string, vpHomogeneousMatrix>() )
virtual

Initialise the tracker by clicking in the reference 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:

# 3D point coordinates
4                 # Number of points in the file (minimum is four)
0.01 0.01 0.01    # \
...               #  | 3D coordinates in the object frame (X, Y, Z)
0.01 -0.01 -0.01  # /

The cameras that have not an init file will be automatically initialized but the camera transformation matrices have to be set before.

Parameters
mapOfColorImages: Map of color images.
mapOfInitFiles: Map of files containing the points where to click for each camera.
displayHelp: Optional display of an image 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. Supported image formats are .pgm, .ppm, .png, .jpeg.
mapOfT: optional map of transformation matrices to transform 3D points in mapOfInitFiles expressed in the original object frame to the desired object frame (if the init points are expressed in the same object frame which should be the case most of the time, all the transformation matrices are identical).
Exceptions
vpException::ioError: The file specified in initFile doesn't exist.
Note
Image and init file must be supplied for the reference camera. The images for all the cameras must be supplied to correctly initialize the trackers but some init files can be omitted. In this case, they will be initialized using the pose computed from the reference camera pose and using the known geometric transformation between each camera (see setCameraTransformationMatrix()).

Definition at line 2129 of file vpMbGenericTracker.cpp.

References vpImageConvert::convert(), vpTrackingException::initializationError, vpMbTracker::m_cMo, vpMbTracker::m_I, m_mapOfCameraTransformationMatrix, m_mapOfTrackers, and m_referenceCameraName.

◆ initClick() [3/10]

void vpMbTracker::initClick ( const vpImage< unsigned char > & I,
const std::string & initFile,
bool displayHelp = false,
const vpHomogeneousMatrix & T = vpHomogeneousMatrix() )
virtual

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:

# 3D point coordinates
4                 # Number of points in the file (minimum is four)
0.01 0.01 0.01    # \
...               #  | 3D coordinates in the object frame (X, Y, Z)
0.01 -0.01 -0.01  # /
Parameters
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.
Exceptions
vpException::ioError: The file specified in initFile doesn't exist.

Reimplemented from vpMbTracker.

Definition at line 441 of file vpMbTracker.cpp.

◆ initClick() [4/10]

void vpMbTracker::initClick ( const vpImage< unsigned char > & I,
const std::vector< vpPoint > & points3D_list,
const std::string & displayFile = "" )
virtual

Initialise the tracker by clicking in the image on the pixels that correspond to the 3D points whose coordinates are given in points3D_list.

Parameters
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.

Reimplemented from vpMbTracker.

Definition at line 446 of file vpMbTracker.cpp.

◆ initClick() [5/10]

void vpMbGenericTracker::initClick ( const vpImage< unsigned char > & I1,
const vpImage< unsigned char > & I2,
const std::string & initFile1,
const std::string & initFile2,
bool displayHelp = false,
const vpHomogeneousMatrix & T1 = vpHomogeneousMatrix(),
const vpHomogeneousMatrix & T2 = vpHomogeneousMatrix() )
virtual

Initialise the tracker by clicking in the reference 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:

# 3D point coordinates
4                 # Number of points in the file (minimum is four)
0.01 0.01 0.01    # \
...               #  | 3D coordinates in the object frame (X, Y, Z)
0.01 -0.01 -0.01  # /
Parameters
I1: Input grayscale image for the first camera.
I2: Input grayscale image for the second camera.
initFile1: File containing the coordinates of at least 4 3D points the user has to click in the image acquired by the first camera. This file should have .init extension (ie teabox.init).
initFile2: File containing the coordinates of at least 4 3D points the user has to click in the image acquired by the second camera. This file should have .init extension.
displayHelp: Optional display of an image 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. Supported image formats are .pgm, .ppm, .png, .jpeg.
T1: optional transformation matrix to transform 3D points in initFile1 expressed in the original object frame to the desired object frame.
T2: optional transformation matrix to transform 3D points in initFile2 expressed in the original object frame to the desired object frame (T2==T1 if the init points are expressed in the same object frame which should be the case most of the time).
Exceptions
vpException::ioError: The file specified in initFile doesn't exist.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 1884 of file vpMbGenericTracker.cpp.

References vpTrackingException::initializationError, vpMbTracker::m_cMo, m_mapOfTrackers, and m_referenceCameraName.

◆ initClick() [6/10]

void vpMbTracker::initClick ( const vpImage< unsigned char > *const I,
const vpImage< vpRGBa > *const I_color,
const std::string & initFile,
bool displayHelp = false,
const vpHomogeneousMatrix & od_M_o = vpHomogeneousMatrix() )
virtual

Reimplemented from vpMbTracker.

Definition at line 862 of file vpMbTracker.cpp.

◆ initClick() [7/10]

void vpMbTracker::initClick ( const vpImage< unsigned char > *const I,
const vpImage< vpRGBa > *const I_color,
const std::vector< vpPoint > & points3D_list,
const std::string & displayFile = "" )
virtual

Reimplemented from vpMbTracker.

Definition at line 866 of file vpMbTracker.cpp.

References vpMbTracker::initClick().

◆ initClick() [8/10]

void vpMbTracker::initClick ( const vpImage< vpRGBa > & I_color,
const std::string & initFile,
bool displayHelp = false,
const vpHomogeneousMatrix & T = vpHomogeneousMatrix() )
virtual

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:

# 3D point coordinates
4                 # Number of points in the file (minimum is four)
0.01 0.01 0.01    # \
...               #  | 3D coordinates in the object frame (X, Y, Z)
0.01 -0.01 -0.01  # /
Parameters
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.
Exceptions
vpException::ioError: The file specified in initFile doesn't exist.

Reimplemented from vpMbTracker.

Definition at line 443 of file vpMbTracker.cpp.

◆ initClick() [9/10]

void vpMbTracker::initClick ( const vpImage< vpRGBa > & I_color,
const std::vector< vpPoint > & points3D_list,
const std::string & displayFile = "" )
virtual

Initialise the tracker by clicking in the image on the pixels that correspond to the 3D points whose coordinates are given in points3D_list.

Parameters
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.

Reimplemented from vpMbTracker.

Definition at line 448 of file vpMbTracker.cpp.

◆ initClick() [10/10]

void vpMbGenericTracker::initClick ( const vpImage< vpRGBa > & I_color1,
const vpImage< vpRGBa > & I_color2,
const std::string & initFile1,
const std::string & initFile2,
bool displayHelp = false,
const vpHomogeneousMatrix & T1 = vpHomogeneousMatrix(),
const vpHomogeneousMatrix & T2 = vpHomogeneousMatrix() )
virtual

Initialise the tracker by clicking in the reference 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:

# 3D point coordinates
4                 # Number of points in the file (minimum is four)
0.01 0.01 0.01    # \
...               #  | 3D coordinates in the object frame (X, Y, Z)
0.01 -0.01 -0.01  # /
Parameters
I_color1: Input color image for the first camera.
I_color2: Input color image for the second camera.
initFile1: File containing the coordinates of at least 4 3D points the user has to click in the image acquired by the first camera. This file should have .init extension (ie teabox.init).
initFile2: File containing the coordinates of at least 4 3D points the user has to click in the image acquired by the second camera. This file should have .init extension.
displayHelp: Optional display of an image 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. Supported image formats are .pgm, .ppm, .png, .jpeg.
T1: optional transformation matrix to transform 3D points in initFile1 expressed in the original object frame to the desired object frame.
T2: optional transformation matrix to transform 3D points in initFile2 expressed in the original object frame to the desired object frame (T2==T1 if the init points are expressed in the same object frame which should be the case most of the time).
Exceptions
vpException::ioError: The file specified in initFile doesn't exist.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 1954 of file vpMbGenericTracker.cpp.

References vpTrackingException::initializationError, vpMbTracker::m_cMo, m_mapOfTrackers, and m_referenceCameraName.

◆ initCylinder()

void vpMbGenericTracker::initCylinder ( const vpPoint & p1,
const vpPoint & p2,
double radius,
int idFace = 0,
const std::string & name = "" )
protectedvirtual

Add a cylinder to track from two points on the axis (defining the length of the cylinder) and its radius.

Parameters
p1: First point on the axis.
p2: Second point on the axis.
radius: Radius of the cylinder.
idFace: Id of the face associated to the cylinder.
name: Name of the cylinder.

Implements vpMbTracker.

Definition at line 2193 of file vpMbGenericTracker.cpp.

References vpException::fatalError.

◆ initFaceFromCorners()

void vpMbGenericTracker::initFaceFromCorners ( vpMbtPolygon & polygon)
protectedvirtual

Add the lines to track from the polygon description. If the polygon has only two points, it defines a single line that is always visible. If it has three or more corners, it defines a face. In that case the visibility of the face is computed in order to track the corresponding lines only if the face is visible.

The id of the polygon is supposed to be set prior calling this function.

Parameters
polygon: The polygon describing the set of lines that has to be tracked.

Implements vpMbTracker.

Definition at line 2199 of file vpMbGenericTracker.cpp.

References vpException::fatalError.

◆ initFaceFromLines()

void vpMbGenericTracker::initFaceFromLines ( vpMbtPolygon & polygon)
protectedvirtual

Implements vpMbTracker.

Definition at line 2204 of file vpMbGenericTracker.cpp.

References vpException::fatalError.

◆ initFromPoints() [1/10]

void vpMbGenericTracker::initFromPoints ( const std::map< std::string, const vpImage< unsigned char > * > & mapOfImages,
const std::map< std::string, std::string > & mapOfInitPoints )
virtual

◆ initFromPoints() [2/10]

void vpMbGenericTracker::initFromPoints ( const std::map< std::string, const vpImage< vpRGBa > * > & mapOfColorImages,
const std::map< std::string, std::string > & mapOfInitPoints )
virtual

◆ initFromPoints() [3/10]

void vpMbTracker::initFromPoints ( const vpImage< unsigned char > & I,
const std::string & initFile )
virtual

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.

# 3D point coordinates
4                 # Number of 3D points in the file (minimum is four)
0.01 0.01 0.01    #  \
...               #  | 3D coordinates in meters in the object frame
0.01 -0.01 -0.01  # /
# corresponding 2D point coordinates
4                 # Number of image points in the file (has to be the same
as the number of 3D points)
100 200           #  \
...               #  | 2D coordinates in pixel in the image
50 10             #  /
Parameters
I: Input grayscale image
initFile: Path to the file containing all the points.

Reimplemented from vpMbTracker.

Definition at line 452 of file vpMbTracker.cpp.

◆ initFromPoints() [4/10]

void vpMbTracker::initFromPoints ( const vpImage< unsigned char > & I,
const std::vector< vpImagePoint > & points2D_list,
const std::vector< vpPoint > & points3D_list )
virtual

Initialise the tracking with the list of image points (points2D_list) and the list of corresponding 3D points (object frame) (points3D_list).

Parameters
I: Input grayscale image
points2D_list: List of image points.
points3D_list: List of 3D points (object frame).

Reimplemented from vpMbTracker.

Definition at line 455 of file vpMbTracker.cpp.

◆ initFromPoints() [5/10]

void vpMbGenericTracker::initFromPoints ( const vpImage< unsigned char > & I1,
const vpImage< unsigned char > & I2,
const std::string & initFile1,
const std::string & initFile2 )
virtual

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.

# 3D point coordinates
4                 # Number of 3D points in the file (minimum is four)
0.01 0.01 0.01    #  \
...               #  | 3D coordinates in meters in the object frame
0.01 -0.01 -0.01  # /
# corresponding 2D point coordinates
4                 # Number of image points in the file (has to be the same as the number of 3D points)
100 200           #  \
...               #  | 2D coordinates in pixel in the image
50 10             #  /
Parameters
I1: Input grayscale image for the first camera.
I2: Input grayscale image for the second camera.
initFile1: Path to the file containing all the points for the first camera.
initFile2: Path to the file containing all the points for the second camera.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 2238 of file vpMbGenericTracker.cpp.

References vpTrackingException::initializationError, vpMbTracker::m_cam, vpMbTracker::m_cMo, m_mapOfTrackers, and m_referenceCameraName.

◆ initFromPoints() [6/10]

void vpMbTracker::initFromPoints ( const vpImage< unsigned char > *const I,
const vpImage< vpRGBa > *const I_color,
const std::string & initFile )
virtual

Reimplemented from vpMbTracker.

Definition at line 870 of file vpMbTracker.cpp.

◆ initFromPoints() [7/10]

void vpMbTracker::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

Reimplemented from vpMbTracker.

Definition at line 873 of file vpMbTracker.cpp.

◆ initFromPoints() [8/10]

void vpMbTracker::initFromPoints ( const vpImage< vpRGBa > & I_color,
const std::string & initFile )
virtual

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.

# 3D point coordinates
4                 # Number of 3D points in the file (minimum is four)
0.01 0.01 0.01    #  \
...               #  | 3D coordinates in meters in the object frame
0.01 -0.01 -0.01  # /
# corresponding 2D point coordinates
4                 # Number of image points in the file (has to be the same
as the number of 3D points)
100 200           #  \
...               #  | 2D coordinates in pixel in the image
50 10             #  /
Parameters
I_color: Input color image
initFile: Path to the file containing all the points.

Reimplemented from vpMbTracker.

Definition at line 453 of file vpMbTracker.cpp.

◆ initFromPoints() [9/10]

void vpMbTracker::initFromPoints ( const vpImage< vpRGBa > & I_color,
const std::vector< vpImagePoint > & points2D_list,
const std::vector< vpPoint > & points3D_list )
virtual

Initialise the tracking with the list of image points (points2D_list) and the list of corresponding 3D points (object frame) (points3D_list).

Parameters
I_color: Input color grayscale image
points2D_list: List of image points.
points3D_list: List of 3D points (object frame).

Reimplemented from vpMbTracker.

Definition at line 457 of file vpMbTracker.cpp.

◆ initFromPoints() [10/10]

void vpMbGenericTracker::initFromPoints ( const vpImage< vpRGBa > & I_color1,
const vpImage< vpRGBa > & I_color2,
const std::string & initFile1,
const std::string & initFile2 )
virtual

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.

# 3D point coordinates
4                 # Number of 3D points in the file (minimum is four)
0.01 0.01 0.01    #  \
...               #  | 3D coordinates in meters in the object frame
0.01 -0.01 -0.01  # /
# corresponding 2D point coordinates
4                 # Number of image points in the file (has to be the same as the number of 3D points)
100 200           #  \
...               #  | 2D coordinates in pixel in the image
50 10              #  /
Parameters
I_color1: Input color image for the first camera.
I_color2: Input color image for the second camera.
initFile1: Path to the file containing all the points for the first camera.
initFile2: Path to the file containing all the points for the second camera.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 2299 of file vpMbGenericTracker.cpp.

References vpTrackingException::initializationError, vpMbTracker::m_cam, vpMbTracker::m_cMo, m_mapOfTrackers, and m_referenceCameraName.

◆ initFromPose() [1/15]

void vpMbGenericTracker::initFromPose ( const std::map< std::string, const vpImage< unsigned char > * > & mapOfImages,
const std::map< std::string, std::string > & mapOfInitPoses )
virtual

Initialise the tracking thanks to the pose in vpPoseVector format, and read in the file initFile.

Parameters
mapOfImages: Map of grayscale images.
mapOfInitPoses: Map of init pose files.
Note
Image and init pose file must be supplied for the reference camera. The images for all the cameras must be supplied to correctly initialize the trackers but some init pose files can be omitted. In this case, they will be initialized using the pose computed from the reference camera pose and using the known geometric transformation between each camera (see setCameraTransformationMatrix()).

Definition at line 2544 of file vpMbGenericTracker.cpp.

References vpTrackingException::initializationError, vpMbTracker::m_cMo, m_mapOfCameraTransformationMatrix, m_mapOfTrackers, and m_referenceCameraName.

◆ initFromPose() [2/15]

void vpMbGenericTracker::initFromPose ( const std::map< std::string, const vpImage< unsigned char > * > & mapOfImages,
const std::map< std::string, vpHomogeneousMatrix > & mapOfCameraPoses )
virtual

Initialize the tracking thanks to the pose.

Parameters
mapOfImages: Map of grayscale images.
mapOfCameraPoses: Map of pose matrix.
Note
Image and camera pose must be supplied for the reference camera. The images for all the cameras must be supplied to correctly initialize the trackers but some camera poses can be omitted. In this case, they will be initialized using the pose computed from the reference camera pose and using the known geometric transformation between each camera (see setCameraTransformationMatrix()).

Definition at line 2736 of file vpMbGenericTracker.cpp.

References vpTrackingException::initializationError, vpMbTracker::m_cMo, m_mapOfCameraTransformationMatrix, m_mapOfTrackers, and m_referenceCameraName.

◆ initFromPose() [3/15]

void vpMbGenericTracker::initFromPose ( const std::map< std::string, const vpImage< vpRGBa > * > & mapOfColorImages,
const std::map< std::string, std::string > & mapOfInitPoses )
virtual

Initialise the tracking thanks to the pose in vpPoseVector format, and read in the file initFile.

Parameters
mapOfColorImages: Map of color images.
mapOfInitPoses: Map of init pose files.
Note
Image and init pose file must be supplied for the reference camera. The images for all the cameras must be supplied to correctly initialize the trackers but some init pose files can be omitted. In this case, they will be initialized using the pose computed from the reference camera pose and using the known geometric transformation between each camera (see setCameraTransformationMatrix()).

Definition at line 2612 of file vpMbGenericTracker.cpp.

References vpTrackingException::initializationError, vpMbTracker::m_cMo, m_mapOfCameraTransformationMatrix, m_mapOfTrackers, and m_referenceCameraName.

◆ initFromPose() [4/15]

void vpMbGenericTracker::initFromPose ( const std::map< std::string, const vpImage< vpRGBa > * > & mapOfColorImages,
const std::map< std::string, vpHomogeneousMatrix > & mapOfCameraPoses )
virtual

Initialize the tracking thanks to the pose.

Parameters
mapOfColorImages: Map of color images.
mapOfCameraPoses: Map of pose matrix.
Note
Image and camera pose must be supplied for the reference camera. The images for all the cameras must be supplied to correctly initialize the trackers but some camera poses can be omitted. In this case, they will be initialized using the pose computed from the reference camera pose and using the known geometric transformation between each camera (see setCameraTransformationMatrix()).

Definition at line 2803 of file vpMbGenericTracker.cpp.

References vpTrackingException::initializationError, vpMbTracker::m_cMo, m_mapOfCameraTransformationMatrix, m_mapOfTrackers, and m_referenceCameraName.

◆ initFromPose() [5/15]

void vpMbTracker::initFromPose ( const vpImage< unsigned char > & I,
const std::string & initFile )
virtual

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):

// The six value of the pose vector
0.0000 // \
0.0000 // |
1.0000 // | Example of value for the pose vector where Z = 1 meter
0.0000 // |
0.0000 // |
0.0000 // /

Where the three firsts lines refer to the translation and the three last to the rotation in thetaU parametrisation (see vpThetaUVector).

Parameters
I: Input grayscale image
initFile: Path to the file containing the pose.

Reimplemented from vpMbTracker.

Definition at line 460 of file vpMbTracker.cpp.

◆ initFromPose() [6/15]

void vpMbGenericTracker::initFromPose ( const vpImage< unsigned char > & I,
const vpHomogeneousMatrix & cMo )
virtual

Initialise the tracking thanks to the pose.

Parameters
I: Input grayscale image
cMo: Pose matrix.

Reimplemented from vpMbTracker.

Definition at line 2439 of file vpMbGenericTracker.cpp.

References vpMbTracker::initFromPose().

◆ initFromPose() [7/15]

void vpMbTracker::initFromPose ( const vpImage< unsigned char > & I,
const vpPoseVector & cPo )
virtual

Initialise the tracking thanks to the pose vector.

Parameters
I: Input grayscale image
cPo: Pose vector.

Reimplemented from vpMbTracker.

Definition at line 466 of file vpMbTracker.cpp.

◆ initFromPose() [8/15]

void vpMbGenericTracker::initFromPose ( const vpImage< unsigned char > & I1,
const vpImage< unsigned char > & I2,
const std::string & initFile1,
const std::string & initFile2 )
virtual

Initialise the tracking thanks to the pose in vpPoseVector format, and read in the file initFile.

Parameters
I1: Input grayscale image for the first camera.
I2: Input grayscale image for the second camera.
initFile1: Init pose file for the first camera.
initFile2: Init pose file for the second camera.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 2455 of file vpMbGenericTracker.cpp.

References vpTrackingException::initializationError, vpMbTracker::m_cam, vpMbTracker::m_cMo, m_mapOfTrackers, and m_referenceCameraName.

◆ initFromPose() [9/15]

void vpMbGenericTracker::initFromPose ( const vpImage< unsigned char > & I1,
const vpImage< unsigned char > & I2,
const vpHomogeneousMatrix & c1Mo,
const vpHomogeneousMatrix & c2Mo )
virtual

Initialize the tracking thanks to the pose.

Parameters
I1: Input grayscale image for the first camera.
I2: Input grayscale image for the second camera.
c1Mo: Pose matrix for the first camera.
c2Mo: Pose matrix for the second camera.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 2675 of file vpMbGenericTracker.cpp.

References vpTrackingException::initializationError, vpMbTracker::m_cMo, and m_mapOfTrackers.

◆ initFromPose() [10/15]

void vpMbTracker::initFromPose ( const vpImage< unsigned char > *const I,
const vpImage< vpRGBa > *const I_color,
const std::string & initFile )
virtual

Reimplemented from vpMbTracker.

Definition at line 877 of file vpMbTracker.cpp.

◆ initFromPose() [11/15]

void vpMbTracker::initFromPose ( const vpImage< vpRGBa > & I_color,
const std::string & initFile )
virtual

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):

// The six value of the pose vector
0.0000 // \
0.0000 // |
1.0000 // | Example of value for the pose vector where Z = 1 meter
0.0000 // |
0.0000 // |
0.0000 // /

Where the three firsts lines refer to the translation and the three last to the rotation in thetaU parametrisation (see vpThetaUVector).

Parameters
I_color: Input color image
initFile: Path to the file containing the pose.

Reimplemented from vpMbTracker.

Definition at line 461 of file vpMbTracker.cpp.

◆ initFromPose() [12/15]

void vpMbTracker::initFromPose ( const vpImage< vpRGBa > & I_color,
const vpHomogeneousMatrix & cMo )
virtual

Initialise the tracking thanks to the pose.

Parameters
I_color: Input color image
cMo: Pose matrix.

Reimplemented from vpMbTracker.

Definition at line 464 of file vpMbTracker.cpp.

◆ initFromPose() [13/15]

void vpMbTracker::initFromPose ( const vpImage< vpRGBa > & I_color,
const vpPoseVector & cPo )
virtual

Initialise the tracking thanks to the pose vector.

Parameters
I_color: Input color image
cPo: Pose vector.

Reimplemented from vpMbTracker.

Definition at line 467 of file vpMbTracker.cpp.

◆ initFromPose() [14/15]

void vpMbGenericTracker::initFromPose ( const vpImage< vpRGBa > & I_color1,
const vpImage< vpRGBa > & I_color2,
const std::string & initFile1,
const std::string & initFile2 )
virtual

Initialise the tracking thanks to the pose in vpPoseVector format, and read in the file initFile.

Parameters
I_color1: Input color image for the first camera.
I_color2: Input color image for the second camera.
initFile1: Init pose file for the first camera.
initFile2: Init pose file for the second camera.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 2498 of file vpMbGenericTracker.cpp.

References vpTrackingException::initializationError, vpMbTracker::m_cam, vpMbTracker::m_cMo, m_mapOfTrackers, and m_referenceCameraName.

◆ initFromPose() [15/15]

void vpMbGenericTracker::initFromPose ( const vpImage< vpRGBa > & I_color1,
const vpImage< vpRGBa > & I_color2,
const vpHomogeneousMatrix & c1Mo,
const vpHomogeneousMatrix & c2Mo )
virtual

Initialize the tracking thanks to the pose.

Parameters
I_color1: Input color image for the first camera.
I_color2: Input color image for the second camera.
c1Mo: Pose matrix for the first camera.
c2Mo: Pose matrix for the second camera.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 2704 of file vpMbGenericTracker.cpp.

References vpTrackingException::initializationError, vpMbTracker::m_cMo, and m_mapOfTrackers.

◆ initProjectionErrorCircle()

void vpMbTracker::initProjectionErrorCircle ( const vpPoint & p1,
const vpPoint & p2,
const vpPoint & p3,
double radius,
int idFace = 0,
const std::string & name = "" )
protectedinherited

Definition at line 3757 of file vpMbTracker.cpp.

References addProjectionErrorCircle().

Referenced by initFaceFromLines(), and loadCAOModel().

◆ initProjectionErrorCylinder()

void vpMbTracker::initProjectionErrorCylinder ( const vpPoint & p1,
const vpPoint & p2,
double radius,
int idFace = 0,
const std::string & name = "" )
protectedinherited

Definition at line 3763 of file vpMbTracker.cpp.

References addProjectionErrorCylinder().

Referenced by extractCylinders(), initFaceFromLines(), and loadCAOModel().

◆ initProjectionErrorFaceFromCorners()

void vpMbTracker::initProjectionErrorFaceFromCorners ( vpMbtPolygon & polygon)
protectedinherited

◆ initProjectionErrorFaceFromLines()

void vpMbTracker::initProjectionErrorFaceFromLines ( vpMbtPolygon & polygon)
protectedinherited

◆ loadCAOModel()

void vpMbTracker::loadCAOModel ( const std::string & modelFile,
std::vector< std::string > & vectorOfModelFilename,
int & startIdFace,
bool verbose = false,
bool parent = true,
const vpHomogeneousMatrix & od_M_o = vpHomogeneousMatrix() )
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 :

V1
# Number of points describing the object
8
0.01 0.01 0.01 // point with index 0 \
... // ... | coordinates of the points in the object frame (in m.)
0.01 0.01 0.01 // point with index 7 /
# Number of lines to track.
3
0 2 // line with index 0 \
1 4 // | Index of the points representing the extremitiesof the lines
1 5 // line with index 2 /
# Number of polygon (face) to track using the line previously described
1
3 0 1 2 // Face described as follow : nbLine indexLine1 indexLine2 ... indexLineN
# Number of polygon (face) to track using the points previously described
3
4 0 2 3 4 // Face described as follow : nbPoint IndexPoint1 IndexPoint2 ... IndexPointN
4 1 3 5 7 3 1 5 6
# Number of cylinder
1
6 7 0.05 // Index of the limits points on the axis (used to know the 'height' of the cylinder) and radius of the
cyclinder (in m.) # Number of circle
1
0.5 0 1 2 // radius, index center point, index 2 other points on the plane containing the circle
Parameters
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.
od_M_o: 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 1943 of file vpMbTracker.cpp.

References addPolygon(), addProjectionErrorPolygon(), applyLodSettingInConfig, vpException::badValue, vpHomogeneousMatrix::buildFrom(), vpIoTools::checkFilename(), createCylinderBBox(), vpIoTools::createFilePath(), faces, vpIoTools::getAbsolutePathname(), vpIoTools::getName(), vpIoTools::getParent(), initCircle(), initCylinder(), initFaceFromCorners(), initFaceFromLines(), initProjectionErrorCircle(), initProjectionErrorCylinder(), initProjectionErrorFaceFromCorners(), initProjectionErrorFaceFromLines(), vpException::ioError, vpIoTools::isAbsolutePathname(), loadCAOModel(), m_projectionErrorFaces, minLineLengthThresholdGeneral, minPolygonAreaThresholdGeneral, nbCircles, nbCylinders, nbLines, nbPoints, nbPolygonLines, nbPolygonPoints, vpIoTools::parseBoolean(), parseParameters(), vpIoTools::path(), vpMath::rad(), removeCommentsAndEmptyLines(), vpIoTools::splitChain(), vpIoTools::trim(), useLodGeneral, and vpTRACE.

Referenced by initFaceFromLines(), loadCAOModel(), and loadModel().

◆ loadConfigFile() [1/3]

void vpMbGenericTracker::loadConfigFile ( const std::map< std::string, std::string > & mapOfConfigFiles,
bool verbose = true )
virtual

Load the xml configuration files. From the configuration file initialize the parameters corresponding to the objects: tracking parameters, camera intrinsic parameters.

Exceptions
vpException::ioErrorif the file has not been properly parsed (file not found).
Parameters
mapOfConfigFiles: Map of xml files.
verbose: verbose flag.
Note
Configuration files must be supplied for all the cameras.

Definition at line 3152 of file vpMbGenericTracker.cpp.

References vpMbTracker::angleAppears, vpMbTracker::angleDisappears, vpMbTracker::clippingFlag, vpTrackingException::initializationError, vpMbTracker::m_cam, m_mapOfTrackers, and m_referenceCameraName.

◆ loadConfigFile() [2/3]

void vpMbGenericTracker::loadConfigFile ( const std::string & configFile,
bool verbose = true )
virtual

Load the configuration file. This file can be in XML format(.xml) or in JSON (.json) if ViSP is compiled with the JSON option. From the configuration file initialize the parameters corresponding to the objects: tracking parameters, camera intrinsic parameters.

Exceptions
vpException::ioErrorif the file has not been properly parsed (file not found), or if it is of an unknown extension (not .xml or .json).
Parameters
configFile: full name of the xml or json file.
verbose: verbose flag. Ignored when parsing JSON

Reimplemented from vpMbTracker.

Definition at line 2867 of file vpMbGenericTracker.cpp.

References vpIoTools::getFileExtension(), vpException::ioError, loadConfigFileJSON(), and loadConfigFileXML().

◆ loadConfigFile() [3/3]

void vpMbGenericTracker::loadConfigFile ( const std::string & configFile1,
const std::string & configFile2,
bool verbose = true )
virtual

Load the xml configuration files. From the configuration file initialize the parameters corresponding to the objects: tracking parameters, camera intrinsic parameters.

Exceptions
vpException::ioErrorif the file has not been properly parsed (file not found).
Parameters
configFile1: Full name of the xml file for the first camera.
configFile2: Full name of the xml file for the second camera.
verbose: verbose flag.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 3115 of file vpMbGenericTracker.cpp.

References vpMbTracker::angleAppears, vpMbTracker::angleDisappears, vpMbTracker::clippingFlag, vpException::fatalError, vpMbTracker::m_cam, m_mapOfTrackers, and m_referenceCameraName.

◆ loadConfigFileJSON()

void vpMbGenericTracker::loadConfigFileJSON ( const std::string & settingsFile,
bool verbose = true )
protectedvirtual

Load tracker settings from a JSON configuration file. A single JSON settings file is a more complete description of the tracker than what is provided by XML loading. It may contain the full information regarding the different cameras and trackers that are used. Additionally, the user may supply path to the 3D model (.cao) to be loaded at the same time as the other tracker settings.

Exceptions
vpException::ioErrorif the file cannot be read, or if JSON parsiing fails.

Definition at line 2921 of file vpMbGenericTracker.cpp.

References vpMbTracker::angleAppears, vpMbTracker::angleDisappears, vpException::badValue, vpMbTracker::clippingFlag, vpMbTracker::displayFeatures, vpMbTracker::distFarClip, vpMbTracker::distNearClip, from_json, vpMbTracker::getAngleAppear(), vpMbTracker::getAngleDisappear(), getCameraNames(), vpMbTracker::getCameraParameters(), vpMbTracker::getClipping(), vpMbTracker::getFarClippingDistance(), vpMbTracker::getNearClippingDistance(), vpException::ioError, loadModel(), vpMbTracker::m_cam, m_mapOfCameraTransformationMatrix, m_mapOfTrackers, vpMbTracker::m_projectionErrorDisplay, m_referenceCameraName, vpException::notInitialized, setDisplayFeatures(), vpMbTracker::setInitialMu(), vpMbTracker::setLambda(), vpMbTracker::setMaxIter(), setOgreVisibilityTest(), setProjectionErrorDisplay(), setScanLineVisibilityTest(), vpMbTracker::useOgre, and vpMbTracker::useScanLine.

Referenced by loadConfigFile().

◆ loadConfigFileXML()

void vpMbGenericTracker::loadConfigFileXML ( const std::string & configFile,
bool verbose = true )
protectedvirtual

Load the xml configuration file. From the configuration file initialize the parameters corresponding to the objects: tracking parameters, camera intrinsic parameters.

Exceptions
vpException::ioErrorif the file has not been properly parsed (file not found).
Parameters
configFile: full name of the xml file.
verbose: verbose flag.

Definition at line 2894 of file vpMbGenericTracker.cpp.

References vpMbTracker::angleAppears, vpMbTracker::angleDisappears, vpMbTracker::clippingFlag, vpException::fatalError, vpMbTracker::m_cam, m_mapOfTrackers, and m_referenceCameraName.

Referenced by loadConfigFile().

◆ loadInitFile()

void vpMbTracker::loadInitFile ( const std::string & init_file,
std::vector< std::string > & vectorOfInitFilename,
bool parent,
const vpHomogeneousMatrix & od_M_o,
std::vector< vpPoint > & points_3D )
protectedinherited
Parameters
[in]init_file: File to parse.
[out]vectorOfInitFilename: Vector of init files to parse.
[in]parent: Indicate if the fonction is the parent (true) or called recursively (false).
[in]od_M_o: Transformation matrix used to move the 3D points defined in the init file in (o) frame in the desired frame (od) defined by this transformation.
[out]points_3D: Vector of 3D points to consider for initialization.

Definition at line 619 of file vpMbTracker.cpp.

References vpException::badValue, vpHomogeneousMatrix::buildFrom(), vpIoTools::checkFilename(), vpIoTools::createFilePath(), vpIoTools::getAbsolutePathname(), vpIoTools::getParent(), vpException::ioError, vpIoTools::isAbsolutePathname(), loadInitFile(), m_maxInitPoints, vpIoTools::path(), vpMath::rad(), removeCommentsAndEmptyLines(), vpIoTools::splitChain(), and vpIoTools::trim().

Referenced by initFaceFromLines(), and loadInitFile().

◆ loadModel() [1/3]

void vpMbGenericTracker::loadModel ( const std::map< std::string, std::string > & mapOfModelFiles,
bool verbose = false,
const std::map< std::string, vpHomogeneousMatrix > & mapOfT = std::map<std::string, vpHomogeneousMatrix>() )
virtual

Load a 3D model from the file in parameter. This file must either be a vrml file (.wrl) or a CAO file (.cao). CAO format is described in the loadCAOModel() method.

Exceptions
vpException::ioErrorif the file cannot be open, or if its extension is not wrl or cao.
Parameters
mapOfModelFiles: map of files containing 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.
mapOfT: optional map of transformation matrices (currently only for .cao) to transform 3D points in mapOfModelFiles expressed in the original object frame to the desired object frame (if the models have the same object frame which should be the case most of the time, all the transformation matrices are identical).
Note
Each camera must have a model file.

Definition at line 3269 of file vpMbGenericTracker.cpp.

References vpTrackingException::initializationError, and m_mapOfTrackers.

◆ loadModel() [2/3]

void vpMbGenericTracker::loadModel ( const std::string & modelFile,
bool verbose = false,
const vpHomogeneousMatrix & T = vpHomogeneousMatrix() )
virtual

Load a 3D model from the file in parameter. This file must either be a vrml file (.wrl) or a CAO file (.cao). CAO format is described in the loadCAOModel() method.

Exceptions
vpException::ioErrorif the file cannot be open, or if its extension is not wrl or cao.
Parameters
modelFile: the file containing 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.
T: optional transformation matrix (currently only for .cao) to transform 3D points expressed in the original object frame to the desired object frame.
Note
All the trackers will use the same model in case of stereo / multiple cameras configuration.

Reimplemented from vpMbTracker.

Definition at line 3203 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

Referenced by loadConfigFileJSON().

◆ loadModel() [3/3]

void vpMbGenericTracker::loadModel ( const std::string & modelFile1,
const std::string & modelFile2,
bool verbose = false,
const vpHomogeneousMatrix & T1 = vpHomogeneousMatrix(),
const vpHomogeneousMatrix & T2 = vpHomogeneousMatrix() )
virtual

Load a 3D model from the file in parameter. This file must either be a vrml file (.wrl) or a CAO file (.cao). CAO format is described in the loadCAOModel() method.

Exceptions
vpException::ioErrorif the file cannot be open, or if its extension is not wrl or cao.
Parameters
modelFile1: the file containing the 3D model description for the first camera. The extension of this file is either .wrl or .cao.
modelFile2: the file containing the the 3D model description for the second camera. 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.
T1: optional transformation matrix (currently only for .cao) to transform 3D points in modelFile1 expressed in the original object frame to the desired object frame.
T2: optional transformation matrix (currently only for .cao) to transform 3D points in modelFile2 expressed in the original object frame to the desired object frame ( T2==T1 if the two models have the same object frame which should be the case most of the time).
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 3234 of file vpMbGenericTracker.cpp.

References vpException::fatalError, and m_mapOfTrackers.

◆ loadVRMLModel()

void vpMbTracker::loadVRMLModel ( const std::string & modelFile)
protectedvirtualinherited

Load the 3D model of the object from a vrml file. Only LineSet and FaceSet are extracted from the vrml file.

Warning
The cylinders extracted using this method do not use the Cylinder keyword of vrml since vrml exporter such as Blender or AC3D consider a cylinder as an IndexedFaceSet. To test whether an indexedFaceSet is a cylinder or not, the name of the geometry is read. If the name begins with "cyl" then the faceset is supposed to be a cylinder. For example, the line
geometry DEF cyl_cylinder1 IndexedFaceSet
defines a cylinder named cyl_cylinder1.
Exceptions
vpException::fatalErrorif the file cannot be open.
Parameters
modelFile: The full name of the file containing the 3D model.

Definition at line 1773 of file vpMbTracker.cpp.

References extractGroup(), faces, vpException::fatalError, m_sodb_init_called, and vpERROR_TRACE.

Referenced by initFaceFromLines(), and loadModel().

◆ parseParameters()

std::map< std::string, std::string > vpMbTracker::parseParameters ( std::string & endLine)
protectedinherited

Definition at line 1842 of file vpMbTracker.cpp.

References mapOfParameterNames, and vpIoTools::trim().

Referenced by initFaceFromLines(), and loadCAOModel().

◆ preTracking() [1/3]

void vpMbGenericTracker::preTracking ( std::map< std::string, const vpImage< unsigned char > * > & mapOfImages,
std::map< std::string, const std::vector< vpColVector > * > & mapOfPointClouds,
std::map< std::string, unsigned int > & mapOfPointCloudWidths,
std::map< std::string, unsigned int > & mapOfPointCloudHeights )
protectedvirtual

Definition at line 3304 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ preTracking() [2/3]

void vpMbGenericTracker::preTracking ( std::map< std::string, const vpImage< unsigned char > * > & mapOfImages,
std::map< std::string, const vpMatrix * > & mapOfPointClouds,
std::map< std::string, unsigned int > & mapOfPointCloudWidths,
std::map< std::string, unsigned int > & mapOfPointCloudHeights )
protectedvirtual

Definition at line 3317 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ preTracking() [3/3]

void vpMbGenericTracker::preTracking ( std::map< std::string, const vpImage< unsigned char > * > & mapOfImages,
std::map< std::string, pcl::PointCloud< pcl::PointXYZ >::ConstPtr > & mapOfPointClouds )
protectedvirtual

Definition at line 3293 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

Referenced by track(), track(), track(), track(), track(), and track().

◆ projectionErrorInitMovingEdge()

◆ projectionErrorResetMovingEdges()

void vpMbTracker::projectionErrorResetMovingEdges ( )
protectedinherited

◆ projectionErrorVisibleFace()

void vpMbTracker::projectionErrorVisibleFace ( unsigned int width,
unsigned int height,
const vpHomogeneousMatrix & _cMo )
protectedinherited

◆ reInitModel() [1/6]

void vpMbGenericTracker::reInitModel ( const std::map< std::string, const vpImage< unsigned char > * > & mapOfImages,
const std::map< std::string, std::string > & mapOfModelFiles,
const std::map< std::string, vpHomogeneousMatrix > & mapOfCameraPoses,
bool verbose = false,
const std::map< std::string, vpHomogeneousMatrix > & mapOfT = std::map<std::string, vpHomogeneousMatrix>() )
virtual

Re-initialize the model used by the tracker.

Parameters
mapOfImages: Map of grayscale images.
mapOfModelFiles: Map of model files.
mapOfCameraPoses: The new vpHomogeneousMatrix between the cameras and the current object position.
verbose: Verbose option to print additional information when loading CAO model files which include other CAO model files.
mapOfT: optional map of transformation matrices (currently only for .cao) to transform 3D points in mapOfModelFiles expressed in the original object frame to the desired object frame (if the models have the same object frame which should be the case most of the time, all the transformation matrices are identical).

Definition at line 3506 of file vpMbGenericTracker.cpp.

References vpTrackingException::fatalError, vpMbTracker::m_cMo, m_mapOfCameraTransformationMatrix, m_mapOfTrackers, m_referenceCameraName, and vpMbTracker::modelInitialised.

◆ reInitModel() [2/6]

void vpMbGenericTracker::reInitModel ( const std::map< std::string, const vpImage< vpRGBa > * > & mapOfColorImages,
const std::map< std::string, std::string > & mapOfModelFiles,
const std::map< std::string, vpHomogeneousMatrix > & mapOfCameraPoses,
bool verbose = false,
const std::map< std::string, vpHomogeneousMatrix > & mapOfT = std::map<std::string, vpHomogeneousMatrix>() )
virtual

Re-initialize the model used by the tracker.

Parameters
mapOfColorImages: Map of color images.
mapOfModelFiles: Map of model files.
mapOfCameraPoses: The new vpHomogeneousMatrix between the cameras and the current object position.
verbose: Verbose option to print additional information when loading CAO model files which include other CAO model files.
mapOfT: optional map of transformation matrices (currently only for .cao) to transform 3D points in mapOfModelFiles expressed in the original object frame to the desired object frame (if the models have the same object frame which should be the case most of the time, all the transformation matrices are identical).

Definition at line 3581 of file vpMbGenericTracker.cpp.

References vpTrackingException::fatalError, vpMbTracker::m_cMo, m_mapOfCameraTransformationMatrix, m_mapOfTrackers, m_referenceCameraName, and vpMbTracker::modelInitialised.

◆ reInitModel() [3/6]

void vpMbGenericTracker::reInitModel ( const vpImage< unsigned char > & I,
const std::string & cad_name,
const vpHomogeneousMatrix & cMo,
bool verbose = false,
const vpHomogeneousMatrix & T = vpHomogeneousMatrix() )
virtual

Re-initialize the model used by the tracker.

Parameters
I: The grayscale 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).

Definition at line 3341 of file vpMbGenericTracker.cpp.

References vpTrackingException::fatalError, vpMbTracker::m_cMo, m_mapOfTrackers, m_referenceCameraName, and vpMbTracker::modelInitialised.

◆ reInitModel() [4/6]

void vpMbGenericTracker::reInitModel ( const vpImage< unsigned char > & I1,
const vpImage< unsigned char > & I2,
const std::string & cad_name1,
const std::string & cad_name2,
const vpHomogeneousMatrix & c1Mo,
const vpHomogeneousMatrix & c2Mo,
bool verbose = false,
const vpHomogeneousMatrix & T1 = vpHomogeneousMatrix(),
const vpHomogeneousMatrix & T2 = vpHomogeneousMatrix() )
virtual

Re-initialize the model used by the tracker.

Parameters
I1: The grayscale image containing the object to initialize for the first camera.
I2: The grayscale image containing the object to initialize for the second camera.
cad_name1: Path to the file containing the 3D model description for the first camera.
cad_name2: Path to the file containing the 3D model description for the second camera.
c1Mo: The new vpHomogeneousMatrix between the first camera and the new model.
c2Mo: The new vpHomogeneousMatrix between the second camera and the new model.
verbose: verbose option to print additional information when loading CAO model files which include other CAO model files.
T1: optional transformation matrix (currently only for .cao) to transform 3D points in cad_name1 expressed in the original object frame to the desired object frame.
T2: optional transformation matrix (currently only for .cao) to transform 3D points in cad_name2 expressed in the original object frame to the desired object frame ( T2==T1 if the two models have the same object frame which should be the case most of the time).
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 3418 of file vpMbGenericTracker.cpp.

References vpTrackingException::fatalError, vpMbTracker::m_cMo, m_mapOfTrackers, m_referenceCameraName, and vpMbTracker::modelInitialised.

◆ reInitModel() [5/6]

void vpMbGenericTracker::reInitModel ( const vpImage< vpRGBa > & I_color,
const std::string & cad_name,
const vpHomogeneousMatrix & cMo,
bool verbose = false,
const vpHomogeneousMatrix & T = vpHomogeneousMatrix() )
virtual

Re-initialize the model used by the tracker.

Parameters
I_color: The color 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).

Definition at line 3375 of file vpMbGenericTracker.cpp.

References vpTrackingException::fatalError, vpMbTracker::m_cMo, m_mapOfTrackers, m_referenceCameraName, and vpMbTracker::modelInitialised.

◆ reInitModel() [6/6]

void vpMbGenericTracker::reInitModel ( const vpImage< vpRGBa > & I_color1,
const vpImage< vpRGBa > & I_color2,
const std::string & cad_name1,
const std::string & cad_name2,
const vpHomogeneousMatrix & c1Mo,
const vpHomogeneousMatrix & c2Mo,
bool verbose = false,
const vpHomogeneousMatrix & T1 = vpHomogeneousMatrix(),
const vpHomogeneousMatrix & T2 = vpHomogeneousMatrix() )
virtual

Re-initialize the model used by the tracker.

Parameters
I_color1: The color image containing the object to initialize for the first camera.
I_color2: The color image containing the object to initialize for the second camera.
cad_name1: Path to the file containing the 3D model description for the first camera.
cad_name2: Path to the file containing the 3D model description for the second camera.
c1Mo: The new vpHomogeneousMatrix between the first camera and the new model.
c2Mo: The new vpHomogeneousMatrix between the second camera and the new model.
verbose: verbose option to print additional information when loading CAO model files which include other CAO model files.
T1: optional transformation matrix (currently only for .cao) to transform 3D points in cad_name1 expressed in the original object frame to the desired object frame.
T2: optional transformation matrix (currently only for .cao) to transform 3D points in cad_name2 expressed in the original object frame to the desired object frame ( T2==T1 if the two models have the same object frame which should be the case most of the time).
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 3465 of file vpMbGenericTracker.cpp.

References vpTrackingException::fatalError, vpMbTracker::m_cMo, m_mapOfTrackers, m_referenceCameraName, and vpMbTracker::modelInitialised.

◆ removeCommentsAndEmptyLines()

void vpMbTracker::removeCommentsAndEmptyLines ( std::ifstream & fileId)
protectedinherited

Skip lines starting with # as comment or empty lines

Parameters
fileId: File id.

Definition at line 1825 of file vpMbTracker.cpp.

References vpException::ioError.

Referenced by initFaceFromLines(), loadCAOModel(), and loadInitFile().

◆ resetTracker()

◆ samePoint()

bool vpMbTracker::samePoint ( const vpPoint & P1,
const vpPoint & P2 ) const
protectedinherited

Check if two vpPoints are similar.

To be similar : $ (X_1 - X_2)^2 + (Y_1 - Y_2)^2 + (Z_1 - Z_2)^2 < epsilon
$.

Parameters
P1: The first point to compare
P2: The second point to compare

Definition at line 3460 of file vpMbTracker.cpp.

References vpPoint::get_oX(), vpPoint::get_oY(), and vpPoint::get_oZ().

Referenced by vpMbEdgeTracker::addCircle(), vpMbEdgeTracker::addCylinder(), vpMbEdgeTracker::addLine(), addProjectionErrorCircle(), addProjectionErrorCylinder(), addProjectionErrorLine(), and initFaceFromLines().

◆ saveConfigFile()

void vpMbGenericTracker::saveConfigFile ( const std::string & settingsFile) const
virtual

Save the current tracker settings to a configuration file. This configuration does not include the model path, only the different tracker and camera parameters. As of now, only saving to a JSON file is supported.

Parameters
settingsFile: name of the file in which to save the tracker settings.

Definition at line 3067 of file vpMbGenericTracker.cpp.

References vpException::ioError, vpMbTracker::m_initialMu, vpMbTracker::m_lambda, m_mapOfCameraTransformationMatrix, m_mapOfTrackers, vpMbTracker::m_maxIter, and m_referenceCameraName.

◆ savePose()

void vpMbTracker::savePose ( const std::string & filename) const
inherited

Save the pose in the given filename

Parameters
filename: Path to the file used to save the pose.

Definition at line 1490 of file vpMbTracker.cpp.

References vpPoseVector::buildFrom(), and m_cMo.

◆ setAngleAppear() [1/3]

void vpMbGenericTracker::setAngleAppear ( const double & a)
virtual

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.

Parameters
a: new angle in radian.

Reimplemented from vpMbTracker.

Definition at line 3702 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and vpMbTracker::setAngleAppear().

◆ setAngleAppear() [2/3]

void vpMbGenericTracker::setAngleAppear ( const double & a1,
const double & a2 )
virtual

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.

Parameters
a1: new angle in radian for the first camera.
a2: new angle in radian for the second camera.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 3725 of file vpMbGenericTracker.cpp.

References vpMbTracker::angleAppears, vpTrackingException::fatalError, m_mapOfTrackers, and m_referenceCameraName.

◆ setAngleAppear() [3/3]

void vpMbGenericTracker::setAngleAppear ( const std::map< std::string, double > & mapOfAngles)
virtual

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.

Parameters
mapOfAngles: Map of new angles in radian.

Definition at line 3757 of file vpMbGenericTracker.cpp.

References vpMbTracker::angleAppears, m_mapOfTrackers, and m_referenceCameraName.

◆ setAngleDisappear() [1/3]

void vpMbGenericTracker::setAngleDisappear ( const double & a)
virtual

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.

Parameters
a: new angle in radian.

Reimplemented from vpMbTracker.

Definition at line 3782 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and vpMbTracker::setAngleDisappear().

◆ setAngleDisappear() [2/3]

void vpMbGenericTracker::setAngleDisappear ( const double & a1,
const double & a2 )
virtual

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.

Parameters
a1: new angle in radian for the first camera.
a2: new angle in radian for the second camera.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 3805 of file vpMbGenericTracker.cpp.

References vpMbTracker::angleDisappears, vpTrackingException::fatalError, m_mapOfTrackers, and m_referenceCameraName.

◆ setAngleDisappear() [3/3]

void vpMbGenericTracker::setAngleDisappear ( const std::map< std::string, double > & mapOfAngles)
virtual

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.

Parameters
mapOfAngles: Map of new angles in radian.

Definition at line 3837 of file vpMbGenericTracker.cpp.

References vpMbTracker::angleDisappears, m_mapOfTrackers, and m_referenceCameraName.

◆ setCameraParameters() [1/3]

void vpMbGenericTracker::setCameraParameters ( const std::map< std::string, vpCameraParameters > & mapOfCameraParameters)
virtual

Set the camera parameters.

Parameters
mapOfCameraParameters: map of new camera parameters.
Note
This function will set the camera parameters only for the supplied camera names.

Definition at line 3908 of file vpMbGenericTracker.cpp.

References vpMbTracker::m_cam, m_mapOfTrackers, and m_referenceCameraName.

◆ setCameraParameters() [2/3]

void vpMbGenericTracker::setCameraParameters ( const vpCameraParameters & camera)
virtual

Set the camera parameters.

Parameters
camera: the new camera parameters.

Reimplemented from vpMbTracker.

Definition at line 3858 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and vpMbTracker::setCameraParameters().

◆ setCameraParameters() [3/3]

void vpMbGenericTracker::setCameraParameters ( const vpCameraParameters & camera1,
const vpCameraParameters & camera2 )
virtual

Set the camera parameters.

Parameters
camera1: the new camera parameters for the first camera.
camera2: the new camera parameters for the second camera.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 3877 of file vpMbGenericTracker.cpp.

References vpTrackingException::fatalError, vpMbTracker::m_cam, m_mapOfTrackers, and m_referenceCameraName.

◆ setCameraTransformationMatrix() [1/2]

void vpMbGenericTracker::setCameraTransformationMatrix ( const std::map< std::string, vpHomogeneousMatrix > & mapOfTransformationMatrix)
virtual

Set the map of camera transformation matrices ( $ _{}^{c_1}\textrm{M}_{c_1}, _{}^{c_2}\textrm{M}_{c_1},
_{}^{c_3}\textrm{M}_{c_1}, \cdots, _{}^{c_n}\textrm{M}_{c_1} $).

Parameters
mapOfTransformationMatrix: map of camera transformation matrices.

Definition at line 3953 of file vpMbGenericTracker.cpp.

References m_mapOfCameraTransformationMatrix.

◆ setCameraTransformationMatrix() [2/2]

void vpMbGenericTracker::setCameraTransformationMatrix ( const std::string & cameraName,
const vpHomogeneousMatrix & cameraTransformationMatrix )
virtual

Set the camera transformation matrix for the specified camera ( $_{}^{c_{current}}\textrm{M}_{c_{reference}} $).

Parameters
cameraName: Camera name.
cameraTransformationMatrix: Camera transformation matrix between the current and the reference camera.

Definition at line 3933 of file vpMbGenericTracker.cpp.

References vpTrackingException::fatalError, and m_mapOfCameraTransformationMatrix.

◆ setClipping() [1/3]

void vpMbGenericTracker::setClipping ( const std::map< std::string, unsigned int > & mapOfClippingFlags)
virtual

Specify which clipping to use.

See also
vpMbtPolygonClipping
Parameters
mapOfClippingFlags: Map of new clipping flags.

Definition at line 4028 of file vpMbGenericTracker.cpp.

References vpMbTracker::clippingFlag, m_mapOfTrackers, and m_referenceCameraName.

◆ setClipping() [2/3]

void vpMbGenericTracker::setClipping ( const unsigned int & flags)
virtual

Specify which clipping to use.

See also
vpMbtPolygonClipping
Parameters
flags: New clipping flags.
Note
This function will set the new parameter for all the cameras.

Reimplemented from vpMbTracker.

Definition at line 3976 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and vpMbTracker::setClipping().

◆ setClipping() [3/3]

void vpMbGenericTracker::setClipping ( const unsigned int & flags1,
const unsigned int & flags2 )
virtual

Specify which clipping to use.

See also
vpMbtPolygonClipping
Parameters
flags1: New clipping flags for the first camera.
flags2: New clipping flags for the second camera.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 3997 of file vpMbGenericTracker.cpp.

References vpMbTracker::clippingFlag, vpTrackingException::fatalError, m_mapOfTrackers, and m_referenceCameraName.

◆ setCovarianceComputation()

virtual void vpMbTracker::setCovarianceComputation ( const bool & flag)
inlinevirtualinherited

Set if the covariance matrix has to be computed.

Parameters
flag: True if the covariance has to be computed, false otherwise. If computed its value is available with getCovarianceMatrix()
See also
getCovarianceMatrix()

Definition at line 511 of file vpMbTracker.h.

References computeCovariance.

◆ setDepthDenseFilteringMaxDistance()

void vpMbGenericTracker::setDepthDenseFilteringMaxDistance ( double maxDistance)
virtual

Set maximum distance to consider a face. You should use the maximum depth range of the sensor used.

Parameters
maxDistance: Maximum distance to the face.
See also
setDepthDenseFilteringMethod
Note
This function will set the new parameter for all the cameras.

Definition at line 4054 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setDepthDenseFilteringMethod()

void vpMbGenericTracker::setDepthDenseFilteringMethod ( int method)
virtual

Set method to discard a face, e.g.if outside of the depth range.

Parameters
method: Depth dense filtering method.
See also
vpMbtFaceDepthDense::vpDepthDenseFilteringType
Note
This function will set the new parameter for all the cameras.

Definition at line 4071 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setDepthDenseFilteringMinDistance()

void vpMbGenericTracker::setDepthDenseFilteringMinDistance ( double minDistance)
virtual

Set minimum distance to consider a face. You should use the minimum depth range of the sensor used.

Parameters
minDistance: Minimum distance to the face.
See also
setDepthDenseFilteringMethod
Note
This function will set the new parameter for all the cameras.

Definition at line 4089 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setDepthDenseFilteringOccupancyRatio()

void vpMbGenericTracker::setDepthDenseFilteringOccupancyRatio ( double occupancyRatio)
virtual

Set depth occupancy ratio to consider a face, used to discard faces where the depth map is not well reconstructed.

Parameters
occupancyRatio: Occupancy ratio, between [0 ; 1].
See also
setDepthDenseFilteringMethod
Note
This function will set the new parameter for all the cameras.

Definition at line 4107 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setDepthDenseSamplingStep()

void vpMbGenericTracker::setDepthDenseSamplingStep ( unsigned int stepX,
unsigned int stepY )
virtual

Set depth dense sampling step.

Parameters
stepX: Sampling step in x-direction.
stepY: Sampling step in y-direction.
Note
This function will set the new parameter for all the cameras.

Definition at line 4124 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setDepthNormalFaceCentroidMethod()

void vpMbGenericTracker::setDepthNormalFaceCentroidMethod ( const vpMbtFaceDepthNormal::vpFaceCentroidType & method)
virtual

Set method to compute the centroid for display for depth tracker.

Parameters
method: Centroid computation method.
Note
This function will set the new parameter for all the cameras.

Definition at line 4140 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setDepthNormalFeatureEstimationMethod()

void vpMbGenericTracker::setDepthNormalFeatureEstimationMethod ( const vpMbtFaceDepthNormal::vpFeatureEstimationType & method)
virtual

Set depth feature estimation method.

Parameters
method: Depth feature estimation method.
Note
This function will set the new parameter for all the cameras.

Definition at line 4156 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setDepthNormalPclPlaneEstimationMethod()

void vpMbGenericTracker::setDepthNormalPclPlaneEstimationMethod ( int method)
virtual

Set depth PCL plane estimation method.

Parameters
method: Depth PCL plane estimation method.
Note
This function will set the new parameter for all the cameras.

Definition at line 4173 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setDepthNormalPclPlaneEstimationRansacMaxIter()

void vpMbGenericTracker::setDepthNormalPclPlaneEstimationRansacMaxIter ( int maxIter)
virtual

Set depth PCL RANSAC maximum number of iterations.

Parameters
maxIter: Depth PCL RANSAC maximum number of iterations.
Note
This function will set the new parameter for all the cameras.

Definition at line 4189 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setDepthNormalPclPlaneEstimationRansacThreshold()

void vpMbGenericTracker::setDepthNormalPclPlaneEstimationRansacThreshold ( double thresold)
virtual

Set depth PCL RANSAC threshold.

Parameters
thresold: Depth PCL RANSAC threshold.
Note
This function will set the new parameter for all the cameras.

Definition at line 4205 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setDepthNormalSamplingStep()

void vpMbGenericTracker::setDepthNormalSamplingStep ( unsigned int stepX,
unsigned int stepY )
virtual

Set depth sampling step.

Parameters
stepX: Sampling step in x-direction.
stepY: Sampling step in y-direction.
Note
This function will set the new parameter for all the cameras.

Definition at line 4222 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setDisplayFeatures()

void vpMbGenericTracker::setDisplayFeatures ( bool displayF)
virtual

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:

  • If green : The ME is a good point.
  • If blue : The ME is removed because of a contrast problem during the tracking phase.
  • If purple : The ME is removed because of a threshold problem during the tracking phase.
  • If red : The ME is removed because it is rejected by the robust approach in the virtual visual servoing scheme.
Parameters
displayF: set it to true to display the features.
Note
This function will set the new parameter for all the cameras.

Reimplemented from vpMbTracker.

Definition at line 4249 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and vpMbTracker::setDisplayFeatures().

Referenced by loadConfigFileJSON().

◆ setEstimatedDoF()

void vpMbTracker::setEstimatedDoF ( const vpColVector & v)
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 correspondence between the index of the vector and the considered dof:

  • v[0] = 1 if translation along X is estimated, 0 otherwise;
  • v[1] = 1 if translation along Y is estimated, 0 otherwise;
  • v[2] = 1 if translation along Z is estimated, 0 otherwise;
  • v[3] = 1 if rotation along X is estimated, 0 otherwise;
  • v[4] = 1 if rotation along Y is estimated, 0 otherwise;
  • v[5] = 1 if rotation along Z is estimated, 0 otherwise;

Definition at line 3344 of file vpMbTracker.cpp.

References m_isoJoIdentity, and oJo.

◆ setFarClippingDistance() [1/3]

void vpMbGenericTracker::setFarClippingDistance ( const double & dist)
virtual

Set the far distance for clipping.

Parameters
dist: Far clipping value.
Note
This function will set the new parameter for all the cameras.

Reimplemented from vpMbTracker.

Definition at line 4267 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and vpMbTracker::setFarClippingDistance().

◆ setFarClippingDistance() [2/3]

void vpMbGenericTracker::setFarClippingDistance ( const double & dist1,
const double & dist2 )
virtual

Set the far distance for clipping.

Parameters
dist1: Far clipping value for the first camera.
dist2: Far clipping value for the second camera.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 4286 of file vpMbGenericTracker.cpp.

References vpMbTracker::distFarClip, vpTrackingException::fatalError, m_mapOfTrackers, and m_referenceCameraName.

◆ setFarClippingDistance() [3/3]

void vpMbGenericTracker::setFarClippingDistance ( const std::map< std::string, double > & mapOfClippingDists)
virtual

Set the far distance for clipping.

Parameters
mapOfClippingDists: Map of far clipping values.

Definition at line 4314 of file vpMbGenericTracker.cpp.

References vpMbTracker::distFarClip, m_mapOfTrackers, and m_referenceCameraName.

◆ setFeatureFactors()

void vpMbGenericTracker::setFeatureFactors ( const std::map< vpTrackerType, double > & mapOfFeatureFactors)
virtual

Set the feature factors used in the VVS stage (ponderation between the feature types).

Parameters
mapOfFeatureFactors: Map of feature factors.

Definition at line 4337 of file vpMbGenericTracker.cpp.

References m_mapOfFeatureFactors.

◆ setGoodMovingEdgesRatioThreshold()

void vpMbGenericTracker::setGoodMovingEdgesRatioThreshold ( double threshold)
virtual

Set the threshold value between 0 and 1 over good moving edges ratio. It allows to decide if the tracker has enough valid moving edges to compute a pose. 1 means that all moving edges should be considered as good to have a valid pose, while 0.1 means that 10% of the moving edge are enough to declare a pose valid.

Parameters
threshold: Value between 0 and 1 that corresponds to the ratio of good moving edges that is necessary to consider that the estimated pose is valid. Default value is 0.4.
See also
getGoodMovingEdgesRatioThreshold()
Note
This function will set the new parameter for all the cameras.

Definition at line 4363 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_percentageGdPt.

◆ setGoodNbRayCastingAttemptsRatio()

void vpMbGenericTracker::setGoodNbRayCastingAttemptsRatio ( const double & ratio)
virtual

Set the ratio of visibility attempts that has to be successful to consider a polygon as visible.

See also
setNbRayCastingAttemptsForVisibility(const unsigned int &)
Parameters
ratio: Ratio of successful attempts that has to be considered. Value has to be between 0.0 (0%) and 1.0 (100%).
Note
This function will set the new parameter for all the cameras.

Reimplemented from vpMbTracker.

Definition at line 4386 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setInitialMu()

virtual void vpMbTracker::setInitialMu ( double mu)
inlinevirtualinherited

Set the initial value of mu for the Levenberg Marquardt optimization loop.

Parameters
mu: initial mu.

Definition at line 540 of file vpMbTracker.h.

References m_initialMu.

Referenced by vpMbGenericTracker::loadConfigFileJSON().

◆ setKltMaskBorder() [1/3]

void vpMbGenericTracker::setKltMaskBorder ( const std::map< std::string, unsigned int > & mapOfErosions)
virtual

Set the erosion of the mask used on the Model faces.

Parameters
mapOfErosions: Map of desired erosions.

Definition at line 4559 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setKltMaskBorder() [2/3]

void vpMbGenericTracker::setKltMaskBorder ( const unsigned int & e)
virtual

Set the erosion of the mask used on the Model faces.

Parameters
e: The desired erosion.
Note
This function will set the new parameter for all the cameras.

Definition at line 4521 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setKltMaskBorder() [3/3]

void vpMbGenericTracker::setKltMaskBorder ( const unsigned int & e1,
const unsigned int & e2 )
virtual

Set the erosion of the mask used on the Model faces.

Parameters
e1: The desired erosion for the first camera.
e2: The desired erosion for the second camera.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 4538 of file vpMbGenericTracker.cpp.

References vpTrackingException::fatalError, and m_mapOfTrackers.

◆ setKltOpencv() [1/3]

void vpMbGenericTracker::setKltOpencv ( const std::map< std::string, vpKltOpencv > & mapOfKlts)
virtual

Set the new value of the klt tracker.

Parameters
mapOfKlts: Map of klt tracker containing the new values.

Definition at line 4461 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setKltOpencv() [2/3]

void vpMbGenericTracker::setKltOpencv ( const vpKltOpencv & t)
virtual

Set the new value of the klt tracker.

Parameters
t: Klt tracker containing the new values.
Note
This function will set the new parameter for all the cameras.

Definition at line 4424 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setKltOpencv() [3/3]

void vpMbGenericTracker::setKltOpencv ( const vpKltOpencv & t1,
const vpKltOpencv & t2 )
virtual

Set the new value of the klt tracker.

Parameters
t1: Klt tracker containing the new values for the first camera.
t2: Klt tracker containing the new values for the second camera.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 4441 of file vpMbGenericTracker.cpp.

References vpTrackingException::fatalError, and m_mapOfTrackers.

◆ setKltThresholdAcceptation()

void vpMbGenericTracker::setKltThresholdAcceptation ( double th)
virtual

Set the threshold for the acceptation of a point.

Parameters
th: Threshold for the weight below which a point is rejected.
Note
This function will set the new parameter for all the cameras.

Definition at line 4480 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_thresholdOutlier.

◆ setLambda()

virtual void vpMbTracker::setLambda ( double gain)
inlinevirtualinherited

Set the value of the gain used to compute the control law.

Parameters
gain: the desired value for the gain.

Definition at line 547 of file vpMbTracker.h.

References m_lambda.

Referenced by vpMbGenericTracker::loadConfigFileJSON().

◆ setLod()

void vpMbGenericTracker::setLod ( bool useLod,
const std::string & name = "" )
virtual

Set the flag to consider if the level of detail (LOD) is used.

Parameters
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.
See also
setMinLineLengthThresh(), setMinPolygonAreaThresh()
Note
This function will set the new parameter for all the cameras.

Reimplemented from vpMbTracker.

Definition at line 4504 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setMask()

void vpMbGenericTracker::setMask ( const vpImage< bool > & mask)
virtual

Set the visibility mask.

Parameters
mask: visibility mask.

Reimplemented from vpMbTracker.

Definition at line 4578 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and vpMbTracker::setMask().

◆ setMaxIter()

virtual void vpMbTracker::setMaxIter ( unsigned int max)
inlinevirtualinherited

Set the maximum iteration of the virtual visual servoing stage.

Parameters
max: the desired number of iteration

Definition at line 556 of file vpMbTracker.h.

References m_maxIter.

Referenced by vpMbGenericTracker::loadConfigFileJSON().

◆ setMinLineLengthThresh()

void vpMbGenericTracker::setMinLineLengthThresh ( double minLineLengthThresh,
const std::string & name = "" )
virtual

Set the threshold for the minimum line length to be considered as visible in the LOD case.

Parameters
minLineLengthThresh: threshold for the minimum line length in pixel.
name: name of the face we want to modify the LOD threshold.
See also
setLod(), setMinPolygonAreaThresh()
Note
This function will set the new parameter for all the cameras.

Reimplemented from vpMbTracker.

Definition at line 4600 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setMinPolygonAreaThresh()

void vpMbGenericTracker::setMinPolygonAreaThresh ( double minPolygonAreaThresh,
const std::string & name = "" )
virtual

Set the minimum polygon area to be considered as visible in the LOD case.

Parameters
minPolygonAreaThresh: threshold for the minimum polygon area in pixel.
name: name of the face we want to modify the LOD threshold.
See also
setLod(), setMinLineLengthThresh()
Note
This function will set the new parameter for all the cameras.

Reimplemented from vpMbTracker.

Definition at line 4619 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setMovingEdge() [1/3]

void vpMbGenericTracker::setMovingEdge ( const std::map< std::string, vpMe > & mapOfMe)
virtual

Set the moving edge parameters.

Parameters
mapOfMe: Map of vpMe containing all the desired parameters.

Definition at line 4674 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setMovingEdge() [2/3]

void vpMbGenericTracker::setMovingEdge ( const vpMe & me)
virtual

Set the moving edge parameters.

Parameters
me: an instance of vpMe containing all the desired parameters.
Note
This function will set the new parameter for all the cameras.

Definition at line 4635 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setMovingEdge() [3/3]

void vpMbGenericTracker::setMovingEdge ( const vpMe & me1,
const vpMe & me2 )
virtual

Set the moving edge parameters.

Parameters
me1: an instance of vpMe containing all the desired parameters for the first camera.
me2: an instance of vpMe containing all the desired parameters for the second camera.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 4653 of file vpMbGenericTracker.cpp.

References vpTrackingException::fatalError, and m_mapOfTrackers.

◆ setNbRayCastingAttemptsForVisibility()

void vpMbGenericTracker::setNbRayCastingAttemptsForVisibility ( const unsigned int & attempts)
virtual

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.

See also
setGoodNbRayCastingAttemptsRatio(const unsigned int &)
Parameters
attemptsNumber of rays to be sent.
Note
This function will set the new parameter for all the cameras.

Reimplemented from vpMbTracker.

Definition at line 4406 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setNearClippingDistance() [1/3]

void vpMbGenericTracker::setNearClippingDistance ( const double & dist)
virtual

Set the near distance for clipping.

Parameters
dist: Near clipping value.
Note
This function will set the new parameter for all the cameras.

Reimplemented from vpMbTracker.

Definition at line 4693 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and vpMbTracker::setNearClippingDistance().

◆ setNearClippingDistance() [2/3]

void vpMbGenericTracker::setNearClippingDistance ( const double & dist1,
const double & dist2 )
virtual

Set the near distance for clipping.

Parameters
dist1: Near clipping value for the first camera.
dist2: Near clipping value for the second camera.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 4712 of file vpMbGenericTracker.cpp.

References vpMbTracker::distNearClip, vpTrackingException::fatalError, m_mapOfTrackers, and m_referenceCameraName.

◆ setNearClippingDistance() [3/3]

void vpMbGenericTracker::setNearClippingDistance ( const std::map< std::string, double > & mapOfDists)
virtual

Set the near distance for clipping.

Parameters
mapOfDists: Map of near clipping values.

Definition at line 4741 of file vpMbGenericTracker.cpp.

References vpMbTracker::distNearClip, m_mapOfTrackers, and m_referenceCameraName.

◆ setOgreShowConfigDialog()

void vpMbGenericTracker::setOgreShowConfigDialog ( bool showConfigDialog)
virtual

Enable/Disable the appearance of Ogre config dialog on startup.

Warning
This method has only effect when Ogre is used and Ogre visibility test is enabled using setOgreVisibilityTest() with true parameter.
Parameters
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.
Note
This function will set the new parameter for all the cameras.

Reimplemented from vpMbTracker.

Definition at line 4769 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and vpMbTracker::setOgreShowConfigDialog().

◆ setOgreVisibilityTest()

void vpMbGenericTracker::setOgreVisibilityTest ( const bool & v)
virtual

Use Ogre3D for visibility tests

Warning
This function has to be called before the initialization of the tracker.
Parameters
v: True to use it, False otherwise
Note
This function will set the new parameter for all the cameras.

Reimplemented from vpMbTracker.

Definition at line 4790 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and vpMbTracker::setOgreVisibilityTest().

Referenced by loadConfigFileJSON().

◆ setOptimizationMethod()

void vpMbGenericTracker::setOptimizationMethod ( const vpMbtOptimizationMethod & opt)
virtual

Set the optimization method used during the tracking.

Parameters
opt: Optimization method to use (see vpMbtOptimizationMethod).
Note
This function will set the new parameter for all the cameras.

Reimplemented from vpMbTracker.

Definition at line 4816 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and vpMbTracker::setOptimizationMethod().

◆ setPose() [1/6]

void vpMbGenericTracker::setPose ( const std::map< std::string, const vpImage< unsigned char > * > & mapOfImages,
const std::map< std::string, vpHomogeneousMatrix > & mapOfCameraPoses )
virtual

Set the pose to be used in entry of the next call to the track() function. This pose will be just used once. The camera transformation matrices have to be set before.

Parameters
mapOfImages: Map of grayscale images.
mapOfCameraPoses: Map of pose to affect to the cameras.
Note
Image and camera pose must be supplied for the reference camera. The images for all the cameras must be supplied to correctly initialize the trackers but some camera poses can be omitted. In this case, they will be initialized using the pose computed from the reference camera pose and using the known geometric transformation between each camera (see setCameraTransformationMatrix()).

Definition at line 4983 of file vpMbGenericTracker.cpp.

References vpTrackingException::fatalError, vpMbTracker::m_cMo, m_mapOfCameraTransformationMatrix, m_mapOfTrackers, and m_referenceCameraName.

◆ setPose() [2/6]

void vpMbGenericTracker::setPose ( const std::map< std::string, const vpImage< vpRGBa > * > & mapOfColorImages,
const std::map< std::string, vpHomogeneousMatrix > & mapOfCameraPoses )
virtual

Set the pose to be used in entry of the next call to the track() function. This pose will be just used once. The camera transformation matrices have to be set before.

Parameters
mapOfColorImages: Map of color images.
mapOfCameraPoses: Map of pose to affect to the cameras.
Note
Image and camera pose must be supplied for the reference camera. The images for all the cameras must be supplied to correctly initialize the trackers but some camera poses can be omitted. In this case, they will be initialized using the pose computed from the reference camera pose and using the known geometric transformation between each camera(see setCameraTransformationMatrix()).

Definition at line 5055 of file vpMbGenericTracker.cpp.

References vpTrackingException::fatalError, vpMbTracker::m_cMo, m_mapOfCameraTransformationMatrix, m_mapOfTrackers, and m_referenceCameraName.

◆ setPose() [3/6]

void vpMbGenericTracker::setPose ( const vpImage< unsigned char > & I,
const vpHomogeneousMatrix & cdMo )
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.

Warning
This functionnality is not available when tracking cylinders with the KLT tracking.
Parameters
I: grayscale image corresponding to the desired pose.
cdMo: Pose to affect.
Note
This function will set the new parameter for all the cameras.

Implements vpMbTracker.

Definition at line 4839 of file vpMbGenericTracker.cpp.

References vpTrackingException::initializationError, vpMbTracker::m_cMo, m_mapOfTrackers, and m_referenceCameraName.

◆ setPose() [4/6]

void vpMbGenericTracker::setPose ( const vpImage< unsigned char > & I1,
const vpImage< unsigned char > & I2,
const vpHomogeneousMatrix & c1Mo,
const vpHomogeneousMatrix & c2Mo )
virtual

Set the pose to be used in entry of the next call to the track() function. This pose will be just used once.

Parameters
I1: First grayscale image corresponding to the desired pose.
I2: Second grayscale image corresponding to the desired pose.
c1Mo: First pose to affect.
c2Mo: Second pose to affect.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 4903 of file vpMbGenericTracker.cpp.

References vpTrackingException::fatalError, vpMbTracker::m_cMo, m_mapOfTrackers, and m_referenceCameraName.

◆ setPose() [5/6]

void vpMbGenericTracker::setPose ( const vpImage< vpRGBa > & I_color,
const vpHomogeneousMatrix & cdMo )
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.

Warning
This functionnality is not available when tracking cylinders with the KLT tracking.
Parameters
I_color: color image corresponding to the desired pose.
cdMo: Pose to affect.
Note
This function will set the new parameter for all the cameras.

Implements vpMbTracker.

Definition at line 4871 of file vpMbGenericTracker.cpp.

References vpImageConvert::convert(), vpTrackingException::initializationError, vpMbTracker::m_cMo, vpMbTracker::m_I, m_mapOfTrackers, and m_referenceCameraName.

◆ setPose() [6/6]

void vpMbGenericTracker::setPose ( const vpImage< vpRGBa > & I_color1,
const vpImage< vpRGBa > & I_color2,
const vpHomogeneousMatrix & c1Mo,
const vpHomogeneousMatrix & c2Mo )
virtual

Set the pose to be used in entry of the next call to the track() function. This pose will be just used once.

Parameters
I_color1: First color image corresponding to the desired pose.
I_color2: Second color image corresponding to the desired pose.
c1Mo: First pose to affect.
c2Mo: Second pose to affect.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 4941 of file vpMbGenericTracker.cpp.

References vpTrackingException::fatalError, vpMbTracker::m_cMo, m_mapOfTrackers, and m_referenceCameraName.

◆ setPoseSavingFilename()

void vpMbTracker::setPoseSavingFilename ( const std::string & filename)
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.

Parameters
filename: The new filename.

Definition at line 677 of file vpMbTracker.h.

References poseSavingFilename.

◆ setProjectionErrorComputation()

void vpMbGenericTracker::setProjectionErrorComputation ( const bool & flag)
virtual

Set if the projection error criteria has to be computed. This criteria could be used to detect the quality of the tracking. It computes an angle between 0 and 90 degrees that is available with getProjectionError(). Closer to 0 is the value, better is the tracking.

Parameters
flag: True if the projection error criteria has to be computed, false otherwise.
See also
getProjectionError()
Note
Available only if the edge features are used (e.g. Edge tracking or Edge + KLT tracking). Otherwise, the value of 90 degrees will be returned.

Reimplemented from vpMbTracker.

Definition at line 5125 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and vpMbTracker::setProjectionErrorComputation().

◆ setProjectionErrorDisplay()

void vpMbGenericTracker::setProjectionErrorDisplay ( bool display)
virtual

Display or not gradient and model orientation when computing the projection error.

Reimplemented from vpMbTracker.

Definition at line 5139 of file vpMbGenericTracker.cpp.

References display(), m_mapOfTrackers, and vpMbTracker::setProjectionErrorDisplay().

Referenced by loadConfigFileJSON().

◆ setProjectionErrorDisplayArrowLength()

void vpMbGenericTracker::setProjectionErrorDisplayArrowLength ( unsigned int length)
virtual

Arrow length used to display gradient and model orientation for projection error computation.

Reimplemented from vpMbTracker.

Definition at line 5153 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and vpMbTracker::setProjectionErrorDisplayArrowLength().

◆ setProjectionErrorDisplayArrowThickness()

void vpMbGenericTracker::setProjectionErrorDisplayArrowThickness ( unsigned int thickness)
virtual

Arrow thickness used to display gradient and model orientation for projection error computation.

Reimplemented from vpMbTracker.

Definition at line 5164 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and vpMbTracker::setProjectionErrorDisplayArrowThickness().

◆ setProjectionErrorKernelSize()

void vpMbTracker::setProjectionErrorKernelSize ( const unsigned int & size)
inherited

Set kernel size used for projection error computation.

Parameters
size: Kernel size computed as kernel_size = size*2 + 1.

Definition at line 4175 of file vpMbTracker.cpp.

References vpImageFilter::getSobelKernelX(), vpImageFilter::getSobelKernelY(), m_projectionErrorKernelSize, m_SobelX, and m_SobelY.

Referenced by loadConfigFile().

◆ setProjectionErrorMovingEdge()

void vpMbTracker::setProjectionErrorMovingEdge ( const vpMe & me)
inherited

Set Moving-Edges parameters for projection error computation.

Parameters
me: Moving-Edges parameters.

Definition at line 4147 of file vpMbTracker.cpp.

References m_projectionErrorCircles, m_projectionErrorCylinders, m_projectionErrorLines, m_projectionErrorMe, vpMbtDistanceCircle::setMovingEdge(), vpMbtDistanceCylinder::setMovingEdge(), and vpMbtDistanceLine::setMovingEdge().

Referenced by loadConfigFile().

◆ setReferenceCameraName()

void vpMbGenericTracker::setReferenceCameraName ( const std::string & referenceCameraName)
virtual

Set the reference camera name.

Parameters
referenceCameraName: Name of the reference camera.

Definition at line 5180 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and m_referenceCameraName.

◆ setScanLineVisibilityTest()

void vpMbGenericTracker::setScanLineVisibilityTest ( const bool & v)
virtual

Allows to enable global scanline visibility test for all the faces.

Parameters
v: When true, enables scanline visibility test.

Reimplemented from vpMbTracker.

Definition at line 5191 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers, and vpMbTracker::setScanLineVisibilityTest().

Referenced by loadConfigFileJSON().

◆ setStopCriteriaEpsilon()

virtual void vpMbTracker::setStopCriteriaEpsilon ( const double eps)
inlinevirtualinherited

Set the minimal error (previous / current estimation) to determine if there is convergence or not.

Parameters
eps: Epsilon threshold.

Definition at line 583 of file vpMbTracker.h.

References m_stopCriteriaEpsilon.

◆ setTrackerType() [1/2]

void vpMbGenericTracker::setTrackerType ( const std::map< std::string, int > & mapOfTrackerTypes)
virtual

Set the tracker types.

Parameters
mapOfTrackerTypes: Map of feature types to used, see vpTrackerType (e.g. vpMbGenericTracker::EDGE_TRACKER or vpMbGenericTracker::EDGE_TRACKER | vpMbGenericTracker::KLT_TRACKER).
Warning
This function has to be called before the loading of the CAD model.

Definition at line 5231 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setTrackerType() [2/2]

void vpMbGenericTracker::setTrackerType ( int type)
virtual

Set the tracker type.

Parameters
type: Type of features to used, see vpTrackerType (e.g. vpMbGenericTracker::EDGE_TRACKER or vpMbGenericTracker::EDGE_TRACKER | vpMbGenericTracker::KLT_TRACKER).
Note
This function will set the new parameter for all the cameras.
Warning
This function has to be called before the loading of the CAD model.

Definition at line 5213 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setUseDepthDenseTracking()

void vpMbGenericTracker::setUseDepthDenseTracking ( const std::string & name,
const bool & useDepthDenseTracking )
virtual

Set if the polygon that has the given name has to be considered during the tracking phase.

Parameters
name: name of the polygon.
useDepthDenseTracking: True if it has to be considered, False otherwise.
Note
This function will set the new parameter for all the cameras.

Definition at line 5251 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setUseDepthNormalTracking()

void vpMbGenericTracker::setUseDepthNormalTracking ( const std::string & name,
const bool & useDepthNormalTracking )
virtual

Set if the polygon that has the given name has to be considered during the tracking phase.

Parameters
name: name of the polygon.
useDepthNormalTracking: True if it has to be considered, False otherwise.
Note
This function will set the new parameter for all the cameras.

Definition at line 5269 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setUseEdgeTracking()

void vpMbGenericTracker::setUseEdgeTracking ( const std::string & name,
const bool & useEdgeTracking )
virtual

Set if the polygon that has the given name has to be considered during the tracking phase.

Parameters
name: name of the polygon.
useEdgeTracking: True if it has to be considered, False otherwise.
Note
This function will set the new parameter for all the cameras.

Definition at line 5287 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ setUseKltTracking()

void vpMbGenericTracker::setUseKltTracking ( const std::string & name,
const bool & useKltTracking )
virtual

Set if the polygon that has the given name has to be considered during the tracking phase.

Parameters
name: name of the polygon.
useKltTracking: True if it has to be considered, False otherwise.
Note
This function will set the new parameter for all the cameras.

Definition at line 5306 of file vpMbGenericTracker.cpp.

References m_mapOfTrackers.

◆ testTracking()

void vpMbGenericTracker::testTracking ( )
virtual

Test the quality of the tracking.

Exceptions
vpExceptionif the test fail.

Implements vpMbTracker.

Definition at line 5316 of file vpMbGenericTracker.cpp.

References vpTrackingException::fatalError, m_mapOfTrackers, and m_percentageGdPt.

Referenced by track(), track(), track(), track(), track(), and track().

◆ track() [1/12]

void vpMbGenericTracker::track ( const vpImage< unsigned char > & I)
virtual

Realize the tracking of the object in the image.

Exceptions
vpException: if the tracking is supposed to have failed
Parameters
I: The current grayscale image.
Note
This function will track only for the reference camera.

Implements vpMbTracker.

Examples
catchGenericTrackerDeterminist.cpp.

Definition at line 5350 of file vpMbGenericTracker.cpp.

References m_referenceCameraName, and track().

Referenced by track(), track(), track(), track(), track(), and track().

◆ track() [2/12]

void vpMbGenericTracker::track ( const vpImage< unsigned char > & I1,
const vpImage< unsigned char > & I2 )
virtual

Realize the tracking of the object in the image.

Exceptions
vpException: if the tracking is supposed to have failed
Parameters
I1: The first grayscale image.
I2: The second grayscale image.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 5391 of file vpMbGenericTracker.cpp.

References vpTrackingException::fatalError, m_mapOfTrackers, and track().

◆ track() [3/12]

void vpMbGenericTracker::track ( const vpImage< vpRGBa > & I_color)
virtual

Realize the tracking of the object in the image.

Exceptions
vpException: if the tracking is supposed to have failed
Parameters
I_color: The current color image.
Note
This function will track only for the reference camera.

Implements vpMbTracker.

Definition at line 5370 of file vpMbGenericTracker.cpp.

References m_referenceCameraName, and track().

◆ track() [4/12]

void vpMbGenericTracker::track ( const vpImage< vpRGBa > & I_color1,
const vpImage< vpRGBa > & _colorI2 )
virtual

Realize the tracking of the object in the image.

Exceptions
vpException: if the tracking is supposed to have failed
Parameters
I_color1: The first color image.
_colorI2: The second color image.
Note
This function assumes a stereo configuration of the generic tracker.

Definition at line 5423 of file vpMbGenericTracker.cpp.

References vpTrackingException::fatalError, m_mapOfTrackers, and track().

◆ track() [5/12]

void vpMbGenericTracker::track ( std::map< std::string, const vpImage< unsigned char > * > & mapOfImages)
virtual

Realize the tracking of the object in the image.

Exceptions
vpException: if the tracking is supposed to have failed
Parameters
mapOfImages: Map of images.

Definition at line 5452 of file vpMbGenericTracker.cpp.

References track().

◆ track() [6/12]

void vpMbGenericTracker::track ( std::map< std::string, const vpImage< unsigned char > * > & mapOfImages,
std::map< std::string, const std::vector< vpColVector > * > & mapOfPointClouds,
std::map< std::string, unsigned int > & mapOfPointCloudWidths,
std::map< std::string, unsigned int > & mapOfPointCloudHeights )
virtual

Realize the tracking of the object in the image.

Exceptions
vpException: if the tracking is supposed to have failed
Parameters
mapOfImages: Map of images.
mapOfPointClouds: Map of pointclouds.
mapOfPointCloudWidths: Map of pointcloud widths.
mapOfPointCloudHeights: Map of pointcloud heights.

Definition at line 5649 of file vpMbGenericTracker.cpp.

References computeProjectionError(), computeVVS(), vpMbTracker::covarianceMatrix, DEPTH_DENSE_TRACKER, DEPTH_NORMAL_TRACKER, vpMbTracker::displayFeatures, EDGE_TRACKER, vpException::fatalError, KLT_TRACKER, m_mapOfTrackers, preTracking(), and testTracking().

◆ track() [7/12]

void vpMbGenericTracker::track ( std::map< std::string, const vpImage< unsigned char > * > & mapOfImages,
std::map< std::string, const vpMatrix * > & mapOfPointClouds,
std::map< std::string, unsigned int > & mapOfPointCloudWidths,
std::map< std::string, unsigned int > & mapOfPointCloudHeights )
virtual

◆ track() [8/12]

void vpMbGenericTracker::track ( std::map< std::string, const vpImage< unsigned char > * > & mapOfImages,
std::map< std::string, pcl::PointCloud< pcl::PointXYZ >::ConstPtr > & mapOfPointClouds )
virtual

Realize the tracking of the object in the image.

Exceptions
vpException: if the tracking is supposed to have failed
Parameters
mapOfImages: Map of images.
mapOfPointClouds: Map of PCL pointclouds.

Definition at line 5484 of file vpMbGenericTracker.cpp.

References computeProjectionError(), computeVVS(), vpMbTracker::covarianceMatrix, DEPTH_DENSE_TRACKER, DEPTH_NORMAL_TRACKER, vpMbTracker::displayFeatures, EDGE_TRACKER, vpException::fatalError, KLT_TRACKER, m_mapOfTrackers, preTracking(), and testTracking().

◆ track() [9/12]

void vpMbGenericTracker::track ( std::map< std::string, const vpImage< vpRGBa > * > & mapOfColorImages)
virtual

Realize the tracking of the object in the image.

Exceptions
vpException: if the tracking is supposed to have failed
Parameters
mapOfColorImages: Map of color images.

Definition at line 5467 of file vpMbGenericTracker.cpp.

References track().

◆ track() [10/12]

void vpMbGenericTracker::track ( std::map< std::string, const vpImage< vpRGBa > * > & mapOfColorImages,
std::map< std::string, const std::vector< vpColVector > * > & mapOfPointClouds,
std::map< std::string, unsigned int > & mapOfPointCloudWidths,
std::map< std::string, unsigned int > & mapOfPointCloudHeights )
virtual

Realize the tracking of the object in the image.

Exceptions
vpException: if the tracking is supposed to have failed
Parameters
mapOfColorImages: Map of images.
mapOfPointClouds: Map of pointclouds.
mapOfPointCloudWidths: Map of pointcloud widths.
mapOfPointCloudHeights: Map of pointcloud heights.

Definition at line 5729 of file vpMbGenericTracker.cpp.

References computeProjectionError(), computeVVS(), vpImageConvert::convert(), vpMbTracker::covarianceMatrix, DEPTH_DENSE_TRACKER, DEPTH_NORMAL_TRACKER, vpMbTracker::displayFeatures, EDGE_TRACKER, vpException::fatalError, KLT_TRACKER, m_mapOfTrackers, preTracking(), and testTracking().

◆ track() [11/12]

void vpMbGenericTracker::track ( std::map< std::string, const vpImage< vpRGBa > * > & mapOfColorImages,
std::map< std::string, const vpMatrix * > & mapOfPointClouds,
std::map< std::string, unsigned int > & mapOfPointCloudWidths,
std::map< std::string, unsigned int > & mapOfPointCloudHeights )
virtual

Realize the tracking of the object in the image.

Exceptions
vpException: if the tracking is supposed to have failed
Parameters
mapOfColorImages: Map of images.
mapOfPointClouds: Map of pointclouds.
mapOfPointCloudWidths: Map of pointcloud widths.
mapOfPointCloudHeights: Map of pointcloud heights.

Definition at line 5889 of file vpMbGenericTracker.cpp.

References computeProjectionError(), computeVVS(), vpImageConvert::convert(), vpMbTracker::covarianceMatrix, DEPTH_DENSE_TRACKER, DEPTH_NORMAL_TRACKER, vpMbTracker::displayFeatures, EDGE_TRACKER, vpException::fatalError, KLT_TRACKER, m_mapOfTrackers, preTracking(), and testTracking().

◆ track() [12/12]

void vpMbGenericTracker::track ( std::map< std::string, const vpImage< vpRGBa > * > & mapOfColorImages,
std::map< std::string, pcl::PointCloud< pcl::PointXYZ >::ConstPtr > & mapOfPointClouds )
virtual

Realize the tracking of the object in the image.

Exceptions
vpException: if the tracking is supposed to have failed
Parameters
mapOfColorImages: Map of color images.
mapOfPointClouds: Map of PCL pointclouds.

Definition at line 5560 of file vpMbGenericTracker.cpp.

References computeProjectionError(), computeVVS(), vpImageConvert::convert(), vpMbTracker::covarianceMatrix, DEPTH_DENSE_TRACKER, DEPTH_NORMAL_TRACKER, vpMbTracker::displayFeatures, EDGE_TRACKER, vpException::fatalError, KLT_TRACKER, m_mapOfTrackers, preTracking(), and testTracking().

◆ from_json

void from_json ( const nlohmann::json & j,
vpMbGenericTracker::TrackerWrapper & t )
friend

Load configuration settings from a JSON object for a tracker wrapper.

The settings must at the minimum contain the camera parameters vpCameraParameters::from_json and the type of the tracker.

The type of the tracker is serialized as a combination of flags of type vpMbGenericTracker::vpTrackerType:

"type" : ["edge", "klt"] // for a tracker that uses edges and KLT point as features
"type": ["depthDense", "depthNormal"] // for a tracker that operates on the depth map using normal
// and the dense depth map features

Then for each used type of feature that is used, the corresponding settings are deserialized.

The settings may also contain settings about clipping, LOD or face tracking.

See also
to_json
Parameters
jThe JSON object containing the settings
tThe tracker wrapper for which to load settings

Definition at line 982 of file vpMbGenericTracker.h.

References DEPTH_DENSE_TRACKER, DEPTH_NORMAL_TRACKER, EDGE_TRACKER, from_json, KLT_TRACKER, and vpMath::rad().

Referenced by from_json, and loadConfigFileJSON().

◆ to_json

void to_json ( nlohmann::json & j,
const TrackerWrapper & t )
friend

Serialize a tracker wrapper's settings into a JSON representation.

See also
from_json for more details on what is serialized
Parameters
jThe modified json object.
tThe tracker to serialize.

Definition at line 889 of file vpMbGenericTracker.h.

References vpMath::deg(), DEPTH_DENSE_TRACKER, DEPTH_NORMAL_TRACKER, EDGE_TRACKER, and KLT_TRACKER.

Member Data Documentation

◆ angleAppears

◆ angleDisappears

◆ applyLodSettingInConfig

bool vpMbTracker::applyLodSettingInConfig
protectedinherited

True if the CAO model is loaded before the call to loadConfigFile, (deduced by the number of polygons)

Definition at line 184 of file vpMbTracker.h.

Referenced by loadCAOModel(), vpMbEdgeKltTracker::loadConfigFile(), vpMbEdgeTracker::loadConfigFile(), vpMbKltTracker::loadConfigFile(), operator=(), and vpMbTracker().

◆ clippingFlag

◆ computeCovariance

◆ computeProjError

bool vpMbTracker::computeProjError
protectedinherited

Flag used to specify if the gradient error criteria has to be computed or not.

Definition at line 138 of file vpMbTracker.h.

Referenced by vpMbGenericTracker::computeProjectionError(), operator=(), vpMbEdgeKltTracker::postTracking(), vpMbEdgeKltTracker::postTracking(), setProjectionErrorComputation(), vpMbEdgeTracker::track(), and vpMbTracker().

◆ covarianceMatrix

◆ displayFeatures

◆ distFarClip

◆ distNearClip

◆ faces

vpMbHiddenFaces<vpMbtPolygon> vpMbTracker::faces
protectedinherited

Set of faces describing the object.

Definition at line 148 of file vpMbTracker.h.

Referenced by vpMbEdgeTracker::addCircle(), vpMbEdgeTracker::addCylinder(), vpMbDepthDenseTracker::addFace(), vpMbDepthNormalTracker::addFace(), vpMbEdgeTracker::addLine(), addPolygon(), addPolygon(), addPolygon(), addPolygon(), vpMbDepthDenseTracker::computeVisibility(), vpMbDepthNormalTracker::computeVisibility(), vpMbEdgeKltTracker::display(), vpMbEdgeKltTracker::display(), vpMbEdgeTracker::display(), vpMbEdgeTracker::display(), vpMbKltTracker::display(), vpMbKltTracker::display(), extractFaces(), extractLines(), vpMbGenericTracker::getFaces(), vpMbGenericTracker::getFaces(), getFaces(), vpMbEdgeKltTracker::getModelForDisplay(), vpMbKltTracker::getModelForDisplay(), getNbPolygon(), getPolygon(), getPolygonFaces(), vpMbDepthDenseTracker::init(), vpMbDepthNormalTracker::init(), vpMbEdgeTracker::init(), vpMbKltTracker::init(), vpMbKltTracker::initCylinder(), vpMbKltTracker::initFaceFromCorners(), vpMbKltTracker::initFaceFromLines(), loadCAOModel(), vpMbEdgeKltTracker::loadConfigFile(), vpMbKltTracker::loadConfigFile(), loadModel(), loadVRMLModel(), operator=(), vpMbEdgeKltTracker::postTracking(), vpMbEdgeKltTracker::postTracking(), vpMbKltTracker::postTracking(), vpMbKltTracker::reinit(), vpMbEdgeKltTracker::reInitModel(), vpMbEdgeTracker::reInitModel(), vpMbKltTracker::reInitModel(), vpMbDepthDenseTracker::resetTracker(), vpMbDepthNormalTracker::resetTracker(), vpMbEdgeTracker::resetTracker(), vpMbKltTracker::resetTracker(), setClipping(), setFarClippingDistance(), setGoodNbRayCastingAttemptsRatio(), vpMbKltTracker::setKltMaskBorder(), setLod(), vpMbKltTracker::setMaskBorder(), setMinLineLengthThresh(), setMinPolygonAreaThresh(), setNbRayCastingAttemptsForVisibility(), setNearClippingDistance(), vpMbDepthDenseTracker::setOgreVisibilityTest(), vpMbDepthNormalTracker::setOgreVisibilityTest(), vpMbEdgeKltTracker::setOgreVisibilityTest(), vpMbEdgeTracker::setOgreVisibilityTest(), vpMbKltTracker::setOgreVisibilityTest(), vpMbEdgeKltTracker::setPose(), vpMbEdgeKltTracker::setPose(), vpMbKltTracker::setPose(), vpMbEdgeTracker::setUseEdgeTracking(), vpMbEdgeTracker::track(), vpMbEdgeTracker::visibleFace(), vpMbDepthDenseTracker::vpMbDepthDenseTracker(), vpMbDepthNormalTracker::vpMbDepthNormalTracker(), vpMbEdgeKltTracker::vpMbEdgeKltTracker(), vpMbEdgeTracker::vpMbEdgeTracker(), vpMbKltTracker::vpMbKltTracker(), and vpMbTracker().

◆ m_cam

vpCameraParameters vpMbTracker::m_cam
protectedinherited

The camera parameters.

Definition at line 116 of file vpMbTracker.h.

Referenced by vpMbEdgeTracker::addCircle(), vpMbKltTracker::addCircle(), vpMbEdgeTracker::addCylinder(), vpMbDepthDenseTracker::addFace(), vpMbDepthNormalTracker::addFace(), vpMbEdgeTracker::addLine(), addProjectionErrorCircle(), addProjectionErrorCylinder(), addProjectionErrorLine(), vpMbDepthDenseTracker::computeVisibility(), vpMbDepthNormalTracker::computeVisibility(), vpMbEdgeKltTracker::computeVVS(), vpMbEdgeTracker::computeVVSFirstPhase(), vpMbEdgeTracker::computeVVSInit(), vpMbKltTracker::computeVVSInit(), vpMbEdgeTracker::downScale(), getCameraParameters(), vpMbDepthNormalTracker::getFeaturesForDisplayDepthNormal(), vpMbKltTracker::getModelForDisplay(), getPolygonFaces(), vpMbDepthDenseTracker::init(), vpMbDepthNormalTracker::init(), vpMbEdgeTracker::init(), vpMbKltTracker::init(), initClick(), initClick(), vpMbKltTracker::initCylinder(), vpMbKltTracker::initFaceFromCorners(), vpMbKltTracker::initFaceFromLines(), vpMbGenericTracker::initFromPoints(), vpMbGenericTracker::initFromPoints(), initFromPoints(), initFromPoints(), vpMbGenericTracker::initFromPose(), vpMbGenericTracker::initFromPose(), vpMbDepthDenseTracker::loadConfigFile(), vpMbDepthNormalTracker::loadConfigFile(), vpMbEdgeKltTracker::loadConfigFile(), vpMbEdgeTracker::loadConfigFile(), vpMbGenericTracker::loadConfigFile(), vpMbGenericTracker::loadConfigFile(), vpMbGenericTracker::loadConfigFileJSON(), vpMbGenericTracker::loadConfigFileXML(), operator=(), vpMbEdgeKltTracker::postTracking(), vpMbEdgeKltTracker::postTracking(), vpMbKltTracker::postTracking(), vpMbKltTracker::reinit(), vpMbDepthDenseTracker::setCameraParameters(), vpMbDepthNormalTracker::setCameraParameters(), vpMbEdgeKltTracker::setCameraParameters(), vpMbEdgeTracker::setCameraParameters(), vpMbGenericTracker::setCameraParameters(), vpMbGenericTracker::setCameraParameters(), vpMbKltTracker::setCameraParameters(), setCameraParameters(), vpMbEdgeKltTracker::setPose(), vpMbEdgeKltTracker::setPose(), vpMbKltTracker::setPose(), vpMbEdgeTracker::track(), vpMbEdgeTracker::upScale(), vpMbEdgeTracker::visibleFace(), and vpMbTracker().

◆ m_cMo

vpHomogeneousMatrix vpMbTracker::m_cMo
protectedinherited

The current pose.

Definition at line 118 of file vpMbTracker.h.

Referenced by vpMbDepthDenseTracker::computeVisibility(), vpMbDepthNormalTracker::computeVisibility(), vpMbDepthDenseTracker::computeVVS(), vpMbDepthNormalTracker::computeVVS(), vpMbEdgeKltTracker::computeVVS(), vpMbEdgeTracker::computeVVS(), vpMbGenericTracker::computeVVS(), vpMbKltTracker::computeVVS(), computeVVSCheckLevenbergMarquardt(), vpMbEdgeTracker::computeVVSFirstPhase(), vpMbEdgeTracker::computeVVSFirstPhaseFactor(), vpMbEdgeTracker::computeVVSFirstPhasePoseEstimation(), vpMbDepthDenseTracker::computeVVSInteractionMatrixAndResidu(), vpMbDepthNormalTracker::computeVVSInteractionMatrixAndResidu(), vpMbEdgeTracker::computeVVSInteractionMatrixAndResidu(), vpMbGenericTracker::computeVVSInteractionMatrixAndResidu(), computeVVSPoseEstimation(), vpMbDepthNormalTracker::getFeaturesForDisplayDepthNormal(), getPolygonFaces(), getPose(), getPose(), vpMbDepthDenseTracker::init(), vpMbDepthNormalTracker::init(), vpMbEdgeKltTracker::init(), vpMbEdgeTracker::init(), vpMbGenericTracker::init(), vpMbKltTracker::init(), vpMbGenericTracker::initClick(), vpMbGenericTracker::initClick(), vpMbGenericTracker::initClick(), vpMbGenericTracker::initClick(), initClick(), initClick(), vpMbGenericTracker::initFromPoints(), vpMbGenericTracker::initFromPoints(), vpMbGenericTracker::initFromPoints(), vpMbGenericTracker::initFromPoints(), initFromPoints(), initFromPoints(), vpMbGenericTracker::initFromPose(), vpMbGenericTracker::initFromPose(), vpMbGenericTracker::initFromPose(), vpMbGenericTracker::initFromPose(), vpMbGenericTracker::initFromPose(), vpMbGenericTracker::initFromPose(), vpMbGenericTracker::initFromPose(), vpMbGenericTracker::initFromPose(), initFromPose(), initFromPose(), initFromPose(), operator=(), vpMbEdgeKltTracker::postTracking(), vpMbEdgeKltTracker::postTracking(), vpMbKltTracker::postTracking(), vpMbKltTracker::reinit(), vpMbEdgeTracker::reInitLevel(), vpMbDepthDenseTracker::reInitModel(), vpMbDepthNormalTracker::reInitModel(), vpMbEdgeKltTracker::reInitModel(), vpMbEdgeTracker::reInitModel(), vpMbGenericTracker::reInitModel(), vpMbGenericTracker::reInitModel(), vpMbGenericTracker::reInitModel(), vpMbGenericTracker::reInitModel(), vpMbGenericTracker::reInitModel(), vpMbGenericTracker::reInitModel(), vpMbKltTracker::reInitModel(), vpMbDepthDenseTracker::resetTracker(), vpMbDepthNormalTracker::resetTracker(), vpMbEdgeTracker::resetTracker(), vpMbGenericTracker::resetTracker(), vpMbKltTracker::resetTracker(), savePose(), vpMbDepthDenseTracker::segmentPointCloud(), vpMbDepthDenseTracker::segmentPointCloud(), vpMbDepthDenseTracker::segmentPointCloud(), vpMbDepthNormalTracker::segmentPointCloud(), vpMbDepthNormalTracker::segmentPointCloud(), vpMbDepthNormalTracker::segmentPointCloud(), vpMbDepthDenseTracker::setPose(), vpMbDepthDenseTracker::setPose(), vpMbDepthDenseTracker::setPose(), vpMbDepthNormalTracker::setPose(), vpMbDepthNormalTracker::setPose(), vpMbDepthNormalTracker::setPose(), vpMbEdgeKltTracker::setPose(), vpMbEdgeKltTracker::setPose(), vpMbEdgeTracker::setPose(), vpMbEdgeTracker::setPose(), vpMbGenericTracker::setPose(), vpMbGenericTracker::setPose(), vpMbGenericTracker::setPose(), vpMbGenericTracker::setPose(), vpMbGenericTracker::setPose(), vpMbGenericTracker::setPose(), vpMbKltTracker::setPose(), vpMbEdgeTracker::track(), vpMbEdgeKltTracker::trackFirstLoop(), vpMbEdgeTracker::trackMovingEdge(), vpMbEdgeTracker::updateMovingEdge(), and vpMbTracker().

◆ m_computeInteraction

bool vpMbTracker::m_computeInteraction
protectedinherited

◆ m_error

◆ m_I

◆ m_initialMu

◆ m_isoJoIdentity

bool vpMbTracker::m_isoJoIdentity
protectedinherited

◆ m_L

vpMatrix vpMbGenericTracker::m_L
protected

◆ m_lambda

◆ m_mapOfCameraTransformationMatrix

std::map<std::string, vpHomogeneousMatrix> vpMbGenericTracker::m_mapOfCameraTransformationMatrix
protected

◆ m_mapOfFeatureFactors

std::map<vpTrackerType, double> vpMbGenericTracker::m_mapOfFeatureFactors
protected

Ponderation between each feature type in the VVS stage.

Definition at line 825 of file vpMbGenericTracker.h.

Referenced by computeVVS(), resetTracker(), setFeatureFactors(), vpMbGenericTracker(), vpMbGenericTracker(), vpMbGenericTracker(), and vpMbGenericTracker().

◆ m_mapOfTrackers

std::map<std::string, TrackerWrapper *> vpMbGenericTracker::m_mapOfTrackers
protected

Map of Model-based trackers, key is the name of the camera, value is the tracker

Definition at line 828 of file vpMbGenericTracker.h.

Referenced by computeCurrentProjectionError(), computeProjectionError(), computeVVS(), computeVVSInit(), computeVVSInteractionMatrixAndResidu(), computeVVSWeights(), display(), display(), display(), display(), display(), display(), getCameraNames(), getCameraParameters(), getCameraParameters(), getCameraTrackerTypes(), getClipping(), getClipping(), getFaces(), getFaces(), getFeaturesCircle(), getFeaturesForDisplay(), getFeaturesForDisplay(), getFeaturesKlt(), getFeaturesKltCylinder(), getKltImagePoints(), getKltImagePointsWithId(), getKltMaskBorder(), getKltNbPoints(), getKltOpencv(), getKltOpencv(), getKltOpencv(), getKltPoints(), getLcircle(), getLcircle(), getLcylinder(), getLcylinder(), getLline(), getLline(), getModelForDisplay(), getModelForDisplay(), getMovingEdge(), getMovingEdge(), getMovingEdge(), getNbPoints(), getNbPoints(), getNbPolygon(), getNbPolygon(), getPolygon(), getPolygon(), getPolygonFaces(), getPolygonFaces(), getPose(), getPose(), getTrackerType(), init(), initClick(), initClick(), initClick(), initClick(), initFromPoints(), initFromPoints(), initFromPoints(), initFromPoints(), initFromPose(), initFromPose(), initFromPose(), initFromPose(), initFromPose(), initFromPose(), initFromPose(), initFromPose(), loadConfigFile(), loadConfigFile(), loadConfigFileJSON(), loadConfigFileXML(), loadModel(), loadModel(), loadModel(), preTracking(), preTracking(), preTracking(), reInitModel(), reInitModel(), reInitModel(), reInitModel(), reInitModel(), reInitModel(), resetTracker(), saveConfigFile(), setAngleAppear(), setAngleAppear(), setAngleAppear(), setAngleDisappear(), setAngleDisappear(), setAngleDisappear(), setCameraParameters(), setCameraParameters(), setCameraParameters(), setClipping(), setClipping(), setClipping(), setDepthDenseFilteringMaxDistance(), setDepthDenseFilteringMethod(), setDepthDenseFilteringMinDistance(), setDepthDenseFilteringOccupancyRatio(), setDepthDenseSamplingStep(), setDepthNormalFaceCentroidMethod(), setDepthNormalFeatureEstimationMethod(), setDepthNormalPclPlaneEstimationMethod(), setDepthNormalPclPlaneEstimationRansacMaxIter(), setDepthNormalPclPlaneEstimationRansacThreshold(), setDepthNormalSamplingStep(), setDisplayFeatures(), setFarClippingDistance(), setFarClippingDistance(), setFarClippingDistance(), setGoodMovingEdgesRatioThreshold(), setGoodNbRayCastingAttemptsRatio(), setKltMaskBorder(), setKltMaskBorder(), setKltMaskBorder(), setKltOpencv(), setKltOpencv(), setKltOpencv(), setKltThresholdAcceptation(), setLod(), setMask(), setMinLineLengthThresh(), setMinPolygonAreaThresh(), setMovingEdge(), setMovingEdge(), setMovingEdge(), setNbRayCastingAttemptsForVisibility(), setNearClippingDistance(), setNearClippingDistance(), setNearClippingDistance(), setOgreShowConfigDialog(), setOgreVisibilityTest(), setOptimizationMethod(), setPose(), setPose(), setPose(), setPose(), setPose(), setPose(), setProjectionErrorComputation(), setProjectionErrorDisplay(), setProjectionErrorDisplayArrowLength(), setProjectionErrorDisplayArrowThickness(), setReferenceCameraName(), setScanLineVisibilityTest(), setTrackerType(), setTrackerType(), setUseDepthDenseTracking(), setUseDepthNormalTracking(), setUseEdgeTracking(), setUseKltTracking(), testTracking(), track(), track(), track(), track(), track(), track(), track(), track(), vpMbGenericTracker(), vpMbGenericTracker(), vpMbGenericTracker(), vpMbGenericTracker(), and ~vpMbGenericTracker().

◆ m_mask

◆ m_maxInitPoints

unsigned int vpMbTracker::m_maxInitPoints
protectedinherited

Max allowed number of points in init file.

Definition at line 167 of file vpMbTracker.h.

Referenced by loadInitFile(), and operator=().

◆ m_maxIter

◆ m_nb_feat_depthDense

unsigned int vpMbGenericTracker::m_nb_feat_depthDense
protected

◆ m_nb_feat_depthNormal

unsigned int vpMbGenericTracker::m_nb_feat_depthNormal
protected

Number of depth normal features.

Definition at line 847 of file vpMbGenericTracker.h.

Referenced by computeVVS(), getNbFeaturesDepthNormal(), vpMbGenericTracker(), vpMbGenericTracker(), vpMbGenericTracker(), and vpMbGenericTracker().

◆ m_nb_feat_edge

unsigned int vpMbGenericTracker::m_nb_feat_edge
protected

Number of moving-edges features.

Definition at line 843 of file vpMbGenericTracker.h.

Referenced by computeVVS(), getNbFeaturesEdge(), vpMbGenericTracker(), vpMbGenericTracker(), vpMbGenericTracker(), and vpMbGenericTracker().

◆ m_nb_feat_klt

unsigned int vpMbGenericTracker::m_nb_feat_klt
protected

◆ m_nbInitPoints

unsigned int vpMbTracker::m_nbInitPoints
protectedinherited

Number of points in init file.

Definition at line 165 of file vpMbTracker.h.

Referenced by vpMbEdgeKltTracker::computeCovarianceMatrixVVS(), and operator=().

◆ m_optimizationMethod

◆ m_percentageGdPt

double vpMbGenericTracker::m_percentageGdPt
protected

Percentage of good points over total number of points below which tracking is supposed to have failed (only for Edge tracking).

Definition at line 831 of file vpMbGenericTracker.h.

Referenced by getGoodMovingEdgesRatioThreshold(), resetTracker(), setGoodMovingEdgesRatioThreshold(), testTracking(), vpMbGenericTracker(), vpMbGenericTracker(), vpMbGenericTracker(), and vpMbGenericTracker().

◆ m_projectionErrorCam

vpCameraParameters vpMbTracker::m_projectionErrorCam
protectedinherited

Camera parameters used for projection error computation.

Definition at line 228 of file vpMbTracker.h.

Referenced by computeProjectionErrorImpl(), operator=(), projectionErrorVisibleFace(), and vpMbTracker().

◆ m_projectionErrorCircles

std::vector<vpMbtDistanceCircle *> vpMbTracker::m_projectionErrorCircles
protectedinherited

◆ m_projectionErrorCylinders

std::vector<vpMbtDistanceCylinder *> vpMbTracker::m_projectionErrorCylinders
protectedinherited

◆ m_projectionErrorDisplay

bool vpMbTracker::m_projectionErrorDisplay
protectedinherited

Display gradient and model orientation for projection error computation.

Definition at line 222 of file vpMbTracker.h.

Referenced by vpMbEdgeTracker::computeProjectionError(), computeProjectionErrorImpl(), vpMbGenericTracker::loadConfigFileJSON(), operator=(), setProjectionErrorDisplay(), and vpMbTracker().

◆ m_projectionErrorDisplayLength

unsigned int vpMbTracker::m_projectionErrorDisplayLength
protectedinherited

Length of the arrows used to show the gradient and model orientation.

Definition at line 224 of file vpMbTracker.h.

Referenced by vpMbEdgeTracker::computeProjectionError(), computeProjectionErrorImpl(), operator=(), setProjectionErrorDisplayArrowLength(), and vpMbTracker().

◆ m_projectionErrorDisplayThickness

unsigned int vpMbTracker::m_projectionErrorDisplayThickness
protectedinherited

Thickness of the arrows used to show the gradient and model orientation.

Definition at line 226 of file vpMbTracker.h.

Referenced by vpMbEdgeTracker::computeProjectionError(), computeProjectionErrorImpl(), operator=(), setProjectionErrorDisplayArrowThickness(), and vpMbTracker().

◆ m_projectionErrorFaces

◆ m_projectionErrorKernelSize

unsigned int vpMbTracker::m_projectionErrorKernelSize
protectedinherited

Kernel size used to compute the gradient orientation.

Definition at line 216 of file vpMbTracker.h.

Referenced by loadConfigFile(), operator=(), setProjectionErrorKernelSize(), and vpMbTracker().

◆ m_projectionErrorLines

std::vector<vpMbtDistanceLine *> vpMbTracker::m_projectionErrorLines
protectedinherited

◆ m_projectionErrorMe

vpMe vpMbTracker::m_projectionErrorMe
protectedinherited

◆ m_projectionErrorOgreShowConfigDialog

bool vpMbTracker::m_projectionErrorOgreShowConfigDialog
protectedinherited

Definition at line 212 of file vpMbTracker.h.

Referenced by computeProjectionErrorImpl(), operator=(), and vpMbTracker().

◆ m_rand

vpUniRand vpMbTracker::m_rand
protectedinherited

◆ m_referenceCameraName

◆ m_SobelX

vpMatrix vpMbTracker::m_SobelX
protectedinherited

◆ m_SobelY

vpMatrix vpMbTracker::m_SobelY
protectedinherited

◆ m_sodb_init_called

bool vpMbTracker::m_sodb_init_called
protectedinherited

Flag that indicates that SoDB::init(); was called.

Definition at line 234 of file vpMbTracker.h.

Referenced by loadVRMLModel(), operator=(), vpMbTracker(), and ~vpMbTracker().

◆ m_stopCriteriaEpsilon

double vpMbTracker::m_stopCriteriaEpsilon
protectedinherited

◆ m_thresholdOutlier

double vpMbGenericTracker::m_thresholdOutlier
protected

Threshold below which the weight associated to a point to consider this one as an outlier (only for KLT tracking).

Definition at line 836 of file vpMbGenericTracker.h.

Referenced by getKltThresholdAcceptation(), resetTracker(), setKltThresholdAcceptation(), vpMbGenericTracker(), vpMbGenericTracker(), vpMbGenericTracker(), and vpMbGenericTracker().

◆ m_w

vpColVector vpMbGenericTracker::m_w
protected

◆ m_weightedError

vpColVector vpMbGenericTracker::m_weightedError
protected

◆ mapOfParameterNames

std::map<std::string, std::string> vpMbTracker::mapOfParameterNames
protectedinherited

Map with [map.first]=parameter_names and [map.second]=type (string, number or boolean)

Definition at line 191 of file vpMbTracker.h.

Referenced by operator=(), parseParameters(), and vpMbTracker().

◆ minLineLengthThresholdGeneral

double vpMbTracker::minLineLengthThresholdGeneral
protectedinherited

◆ minPolygonAreaThresholdGeneral

double vpMbTracker::minPolygonAreaThresholdGeneral
protectedinherited

◆ modelFileName

std::string vpMbTracker::modelFileName
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 125 of file vpMbTracker.h.

Referenced by loadModel(), operator=(), and vpMbTracker().

◆ modelInitialised

◆ nbCircles

unsigned int vpMbTracker::nbCircles
protectedinherited

Number of circles in CAO model.

Definition at line 179 of file vpMbTracker.h.

Referenced by loadCAOModel(), loadModel(), operator=(), and vpMbTracker().

◆ nbCylinders

unsigned int vpMbTracker::nbCylinders
protectedinherited

Number of cylinders in CAO model.

Definition at line 177 of file vpMbTracker.h.

Referenced by loadCAOModel(), loadModel(), operator=(), and vpMbTracker().

◆ nbLines

unsigned int vpMbTracker::nbLines
protectedinherited

Number of lines in CAO model.

Definition at line 171 of file vpMbTracker.h.

Referenced by loadCAOModel(), loadModel(), operator=(), and vpMbTracker().

◆ nbPoints

unsigned int vpMbTracker::nbPoints
protectedinherited

Number of points in CAO model.

Definition at line 169 of file vpMbTracker.h.

Referenced by loadCAOModel(), loadModel(), operator=(), and vpMbTracker().

◆ nbPolygonLines

unsigned int vpMbTracker::nbPolygonLines
protectedinherited

Number of polygon lines in CAO model.

Definition at line 173 of file vpMbTracker.h.

Referenced by loadCAOModel(), loadModel(), operator=(), and vpMbTracker().

◆ nbPolygonPoints

unsigned int vpMbTracker::nbPolygonPoints
protectedinherited

Number of polygon points in CAO model.

Definition at line 175 of file vpMbTracker.h.

Referenced by loadCAOModel(), loadModel(), operator=(), and vpMbTracker().

◆ ogreShowConfigDialog

bool vpMbTracker::ogreShowConfigDialog
protectedinherited

◆ oJo

◆ poseSavingFilename

std::string vpMbTracker::poseSavingFilename
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 131 of file vpMbTracker.h.

Referenced by initClick(), operator=(), setPoseSavingFilename(), and vpMbTracker().

◆ projectionError

double vpMbTracker::projectionError
protectedinherited

Error angle between the gradient direction of the model features projected at the resulting pose and their normal.

Definition at line 141 of file vpMbTracker.h.

Referenced by vpMbEdgeTracker::computeProjectionError(), vpMbGenericTracker::computeProjectionError(), getProjectionError(), operator=(), vpMbEdgeTracker::track(), and vpMbTracker().

◆ useLodGeneral

bool vpMbTracker::useLodGeneral
protectedinherited

◆ useOgre

◆ useScanLine