Résolution du problème du nombre de match (Asift_matcher)

This commit is contained in:
Unknown 2018-08-17 16:31:25 +02:00
parent 60ba96e9d1
commit 913e07ae1d
4 changed files with 6 additions and 3 deletions

View file

@ -371,6 +371,8 @@ unsigned int ASIFT_matcher::match(const vector<float>& image, unsigned int w, un
//// Match ASIFT keypoints
_total_num_matchings=0;
_num_matchings.clear();
_matchings.clear();
for(unsigned int i = 0; i<_nb_refs;i++)
{