![]() |
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 std::auto_ptr<CGenericFeatureTracker> mrpt::vision::CGenericFeatureTrackerAutoPtr |
Definition at line 240 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.14 for MRPT 1.0.2 SVN: at lun oct 28 00:52:41 CET 2019 | Hosted on: |