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::CGenericFeatureTracker::TExtraOutputInfo |
| 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 std::auto_ptr<CGenericFeatureTracker> mrpt::vision::CGenericFeatureTrackerAutoPtr |
Definition at line 214 of file tracking.h.
| 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 ...
| void VISION_IMPEXP mrpt::vision::filterBadCorrsByDistance | ( | mrpt::utils::TMatchingPairList & | list, |
| unsigned int | numberOfSigmas | ||
| ) |
Filter bad correspondences by distance ...
| Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014 |