46 #ifndef BSFM_MATCHING_NAIVE_MATCHER_2D2D_H
47 #define BSFM_MATCHING_NAIVE_MATCHER_2D2D_H
59 #include "../image/image.h"
60 #include "../util/disallow_copy_and_assign.h"
61 #include "../util/types.h"
void ComputePutativeMatches(const std::vector< Descriptor > &descriptors1, const std::vector< Descriptor > &descriptors2, std::vector< LightFeatureMatch > &putative_matches)
virtual bool MatchImagePair(int image_index1, int image_index2, PairwiseImageMatch &feature_matches)
#define DISALLOW_COPY_AND_ASSIGN(TypeName)
virtual ~NaiveMatcher2D2D()
::Eigen::Matrix< double, Eigen::Dynamic, 1 > Descriptor