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

fix index bug in python script and add opencv3 support #8

Closed suruoxi closed 7 years ago

suruoxi commented 7 years ago

Great work!

Fix some index error in the python script:

IndexError: only integers, slices (:), ellipsis (...), numpy.newaxis (None) and integer or boolean arrays are valid indices

And add support for the interface of BFMatcher when using opencv3.