快速 C/C++/MATLAB SURF 特征库
SURF 最快的 C/C++ 实现是什么? OpenCV 是否更优越,或者是否有任何更快的独立实现? Matlab Mex 包装器是一个优点。
What is the fastest C/C++ implementation of SURF out there? Is OpenCV superior or are there any standalone implementations that are faster? Matlab Mex wrappers is a plus.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我期望 http://en.wikipedia.org/wiki 中列出的基于 GPU 的解决方案之一/SURF#Implementations 将比 CPU 上的 OpenCV 版本更快。当然,您的里程可能会根据具体应用而有所不同。
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.