如何跟踪给定图片中移动特征的中心点(最好使用MATLAB)?
建议一种方法/算法来跟踪特征的中心点,
该特征是视频的一部分。当视频播放时,该特征不断移动,但永远不会超出图中所示大小的矩形。
我希望在视频的持续时间内跟踪中心点。
*红点不是图像的一部分。我将其覆盖以显示我希望跟踪的中心点。
Suggest a method/algorithm to track the center point of the feature,
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一种非常简单的方法:
周围一定有很多材料 .. 从这里开始 < a href="http://en.wikipedia.org/wiki/Video_tracking" rel="nofollow">http://en.wikipedia.org/wiki/Video_tracking
A very simple way:
There must be a lot of material around .. start here http://en.wikipedia.org/wiki/Video_tracking
尝试使用计算机视觉系统工具箱中的
vision.PointTracker
。Try using
vision.PointTracker
in the Computer Vision System Toolbox.