RansacFeatureSetMatcher Member List
This is the complete list of members for
RansacFeatureSetMatcher, 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] |
getAdaptive() | RansacFeatureSetMatcher | [inline] |
getDistanceThreshold() | RansacFeatureSetMatcher | [inline] |
getInlierProbability() | RansacFeatureSetMatcher | [inline] |
getSuccessProbability() | RansacFeatureSetMatcher | [inline] |
m_acceptanceThreshold | AbstractFeatureSetMatcher | [protected] |
m_adaptive | RansacFeatureSetMatcher | [protected] |
m_distanceThreshold | RansacFeatureSetMatcher | [protected] |
m_inlierProbability | RansacFeatureSetMatcher | [protected] |
m_rigidityThreshold | RansacFeatureSetMatcher | [protected] |
m_successProbability | RansacFeatureSetMatcher | [protected] |
matchSets(const std::vector< InterestPoint * > &reference, const std::vector< InterestPoint * > &data, OrientedPoint2D &transformation) const | RansacFeatureSetMatcher | [virtual] |
matchSets(const std::vector< InterestPoint * > &reference, const std::vector< InterestPoint * > &data, OrientedPoint2D &transformation, std::vector< std::pair< InterestPoint *, InterestPoint * > > &correspondences) const | RansacFeatureSetMatcher | [virtual] |
RansacFeatureSetMatcher(double acceptanceThreshold, double successProbability, double inlierProbability, double distanceThreshold, double rigidityThreshold, bool adaptive=false) | RansacFeatureSetMatcher | |
setAcceptanceThreshold(double acceptanceThreshold) | AbstractFeatureSetMatcher | [inline] |
setAdaptive(bool adaptive) | RansacFeatureSetMatcher | [inline] |
setDistanceThreshold(double distanceThreshold) | RansacFeatureSetMatcher | [inline] |
setInlierProbability(double inlierProbability) | RansacFeatureSetMatcher | [inline] |
setSuccessProbability(double successProbability) | RansacFeatureSetMatcher | [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] |