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

orb+flann是否可行。 #32

Closed ffffwyy closed 4 years ago

ffffwyy commented 5 years ago

我试了一下,加flann会match失败,而且运行时会出错。

JiawangBian commented 5 years ago

flann一般用来计算Euclidean距离。比如用在SIFT 或 SURF特征上。ORB是binary的。