Main MRPT website > C++ reference for MRPT 1.4.0
Classes | Typedefs | Functions
Feature detection and tracking

Detailed Description

Collaboration diagram for Feature detection and tracking:

Classes

struct  mrpt::vision::CGenericFeatureTracker
 A virtual interface for all feature trackers, implementing the part of feature tracking that is common to any specific tracker implementation. More...
 
struct  mrpt::vision::CFeatureTracker_KL
 Track a set of features from old_img -> new_img using sparse optimal flow (classic KL method). More...
 

Typedefs

typedef std::auto_ptr< CGenericFeatureTracker > mrpt::vision::CGenericFeatureTrackerAutoPtr
 

Functions

void VISION_IMPEXP mrpt::vision::checkTrackedFeatures (CFeatureList &leftList, CFeatureList &rightList, vision::TMatchingOptions options)
 Search for correspondences which are not in the same row and deletes them ... More...
 
void VISION_IMPEXP mrpt::vision::filterBadCorrsByDistance (mrpt::utils::TMatchingPairList &list, unsigned int numberOfSigmas)
 Filter bad correspondences by distance ... More...
 

Typedef Documentation

typedef std::auto_ptr<CGenericFeatureTracker> mrpt::vision::CGenericFeatureTrackerAutoPtr

Definition at line 211 of file tracking.h.

Function Documentation

void VISION_IMPEXP mrpt::vision::checkTrackedFeatures ( CFeatureList leftList,
CFeatureList rightList,
vision::TMatchingOptions  options 
)

Search for correspondences which are not in the same row and deletes them ...

Referenced by mrpt::vision::CFeatureTracker_KL::CFeatureTracker_KL().

void VISION_IMPEXP mrpt::vision::filterBadCorrsByDistance ( mrpt::utils::TMatchingPairList list,
unsigned int  numberOfSigmas 
)

Filter bad correspondences by distance ...

Referenced by mrpt::vision::CFeatureTracker_KL::CFeatureTracker_KL().




Page generated by Doxygen 1.8.11 for MRPT 1.4.0 SVN:Unversioned directory at Sun Jul 10 11:38:36 UTC 2016