Fast C/C++/MATLAB SURF Feature Library
What is the fastest C/C++ implementation of SURF out there? Is OpenCV superio开发者_JAVA技巧r or are there any standalone implementations that are faster? Matlab Mex wrappers is a plus.
I expect that one of the GPU-based solutions listed in http://en.wikipedia.org/wiki/SURF#Implementations will be faster than the OpenCV version on the CPU. Of course, your mileage may vary depending on the specific application.
精彩评论