JiawangBian / GMS-Feature-Matcher

GMS: Grid-based Motion Statistics for Fast, Ultra-robust Feature Correspondence (CVPR 17 & IJCV 20)
http://jwbian.net/gms
BSD 3-Clause "New" or "Revised" License
1.09k stars 359 forks source link

When re-using the same matcher old matches needs to be emptied #6

Closed kczarnota closed 7 years ago

kczarnota commented 7 years ago

When using Python implementation I came across a problem when re-using the same matcher to match another pairs of images. It turn out that some lists needs to be emptied if they already contain old matches.