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 211 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.9.1 for MRPT 1.4.0 SVN: at Mon Apr 18 04:07:33 UTC 2022 |