Résolution du problème du nombre de match (Asift_matcher)
This commit is contained in:
parent
60ba96e9d1
commit
913e07ae1d
4 changed files with 6 additions and 3 deletions
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue