$search
addModel(const std::vector< KeyPointEx > &points) | PointMatcher | |
addModelBasis(const std::vector< KeyPointEx > &points, const AffineBasis &basis) | PointMatcher | |
getBasis(int basis_id) const | PointMatcher | [inline] |
getHash() const | PointMatcher | [inline] |
getTemplatePoints() const | PointMatcher | [inline] |
hash | PointMatcher | [protected] |
match(const std::vector< KeyPointEx > &points, std::vector< float > &votes, std::vector< std::pair< AffineBasis, AffineBasis > > &matched_bases) const | PointMatcher | |
matchBasis(const std::vector< KeyPointEx > &points, const AffineBasis &basis, std::vector< int > &votes) const | PointMatcher | |
ModelVotes typedef | PointMatcher | |
params | PointMatcher | [protected] |
PointMatcher(cv::Size _size, cv::Point2f range_min, cv::Point2f range_max, PointMatcher::PointMatcherParams _params=PointMatcher::PointMatcherParams()) | PointMatcher | [inline] |
template_points | PointMatcher | [protected] |