SIFT预测

发布于 2024-12-28 15:12:41 字数 91 浏览 4 评论 0原文

我正在使用 Andrea Vedaldi 的 SIFT 实现来计算两个图像的 sift 描述符。但我想知道是否可以使用 SIFT 描述符来预测对象在下一张图像中的位置。

I am using the SIFT implementation of Andrea Vedaldi, to calculate the sift descriptors of two images. But I would like to know if it is possible to predict where the object will be in next image, using SIFT descriptors.

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

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

发布评论

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

评论(2

无妨# 2025-01-04 15:12:41

是的,这是可能的,但 SIFT 描述符只是该方法的一部分,与预测无关,而是与检测相关。

需要使用SIFT进行检测。

检测到对象后,您可以执行预测步骤和更新步骤,例如卡尔曼滤波器

Yes it is possible, but SIFT descriptors are just one part of the method and not very related to prediction, but to detection.

You need to use SIFT for detection.

Once you detect the object, you preform the prediction step and update step with, for example, Kalman Filter.

夏末的微笑 2025-01-04 15:12:41

这是可能的。
其实,有一种方法叫HOG。 HOG 的描述符是 SIFT 描述符的升级版本。
HOG算法在检测中得到了广泛的应用。

It is possible.
In fact, There is a method called HOG. HOG 's descriptors is a upgraded version of SIFT's descriptors.
The HOG algorithm has been widely used in detection.

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