AbstractFeatureSetMatcher Member List
This is the complete list of members for
AbstractFeatureSetMatcher, including all inherited members.
AbstractFeatureSetMatcher(double acceptanceThreshold) | AbstractFeatureSetMatcher | |
generateHypothesis(const std::pair< std::pair< InterestPoint *, InterestPoint * >, std::pair< InterestPoint *, InterestPoint * > > &correspondences) const | AbstractFeatureSetMatcher | [virtual] |
getAcceptanceThreshold() | AbstractFeatureSetMatcher | [inline] |
m_acceptanceThreshold | AbstractFeatureSetMatcher | [protected] |
matchSets(const std::vector< InterestPoint * > &reference, const std::vector< InterestPoint * > &data, OrientedPoint2D &transformation) const =0 | AbstractFeatureSetMatcher | [pure virtual] |
matchSets(const std::vector< InterestPoint * > &reference, const std::vector< InterestPoint * > &data, OrientedPoint2D &transformation, std::vector< std::pair< InterestPoint *, InterestPoint * > > &correspondences) const =0 | AbstractFeatureSetMatcher | [pure virtual] |
setAcceptanceThreshold(double acceptanceThreshold) | AbstractFeatureSetMatcher | [inline] |
verifyHypothesis(const std::vector< InterestPoint * > &reference, const std::vector< InterestPoint * > &data, const OrientedPoint2D &transformation, std::vector< std::pair< InterestPoint *, InterestPoint * > > &inlierSet) const | AbstractFeatureSetMatcher | [virtual] |