Improving the performance of SURF on small images
问题 Every implementation of SURF I have come across on the web seems to be particularly bad at extracting a useful number of interest points from small images (say, 100x100 or less). I have tried a number of approaches: 1) Using various upscaling algorithms (from simple one like nearest-neighbor to more advanced ones - basically every upscaler imagemagick provides) to increase the size of small images before analysis. 2) Other image processing tweaks to bring out features in the image such as