如何跟踪给定图片中移动特征的中心点(最好使用MATLAB)?

发布于 2025-01-07 18:22:26 字数 214 浏览 1 评论 0原文

建议一种方法/算法来跟踪特征的中心点,

在此处输入图像描述

该特征是视频的一部分。当视频播放时,该特征不断移动,但永远不会超出图中所示大小的矩形。

我希望在视频的持续时间内跟踪中心点。

*红点不是图像的一部分。我将其覆盖以显示我希望跟踪的中心点。

Suggest a method/algorithm to track the center point of the feature,

enter image description here

the features is part of a video. As the video is played, the feature keeps moving around but never goes out of the rectangle of size shown in figure.

I wish to track the center point over the duration of the video.

*the red point is not part of the image. I have overlaid it to show the center point I wish to track.

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

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

发布评论

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

评论(2

晌融 2025-01-14 18:22:26

一种非常简单的方法:

  1. 创建一个具有图案的图像以进行识别
  2. 沿 X 和 Y 与帧进行互相关
  3. 选择 X 和 Y 相关信号的峰值来识别位置

周围一定有很多材料 .. 从这里开始 < a href="http://en.wikipedia.org/wiki/Video_tracking" rel="nofollow">http://en.wikipedia.org/wiki/Video_tracking

A very simple way:

  1. create an image with the pattern to recognize
  2. do cross-correlation along X and Y with your frames
  3. select the peaks of the X and Y correlation signals to identify position

There must be a lot of material around .. start here http://en.wikipedia.org/wiki/Video_tracking

偏爱你一生 2025-01-14 18:22:26

尝试使用计算机视觉系统工具箱中的vision.PointTracker

Try using vision.PointTracker in the Computer Vision System Toolbox.

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