SIFT 和 SURF 实现库

发布于 2024-10-29 17:30:58 字数 1539 浏览 1 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

翻身的咸鱼 2024-11-05 17:30:58

VLFeat 是一个 C 库,您可以在 C++ 中使用它(无需更改库)。图像必须存储为每个像素一个float。您可以在此处阅读 C API 文档:http://vlfeat.org/api/sift_8h.html

VLFeat is a C library, that you can use from C++ (without changing the library). The images have to be stored as one float per pixel. You can read the C API documentation here: http://vlfeat.org/api/sift_8h.html

别念他 2024-11-05 17:30:58

您还可以查看Rob Hess 的 SIFT 实现。正如 David Lowe 的 SIFT 论文中提到的,该实现是逐步完成的。对于那些想了解 SIFT 的人来说非常有用。

VLFeat 和 VLFeat 都Hess 的软件是屡获殊荣的软件。

Utkarsh Sinha 在 SIFT 上创建了一个很好的教程

You can also checkout Rob Hess's SIFT implementation. The implementation is done step by step as mentioned in David Lowe's SIFT paper. Quite useful for those who want to understand SIFT.

Both VLFeat & Hess's are award winning software.

Utkarsh Sinha has created a nice tutorial on SIFT.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文