Celebrandil / CudaSift

A CUDA implementation of SIFT for NVidia GPUs (1.2 ms on a GTX 1060)
MIT License
860 stars 285 forks source link

FIX: fixed ratio test in FindMaxCorr10 #75

Open zap150 opened 4 years ago

zap150 commented 4 years ago

The fix ensures that the second best match is found correctly and thus the ratio test is performed as intended. Note that this change should be applied to other versions of FindMaxCorr as well, this commit changes the one currently used (FindMaxCorr10).