简体   繁体   English

通过视频中的定点进行Matlab图像稳定

[英]Matlab image stabilization by fixed point in the video

I am trying to eliminate shaking of camera in my experiment setup. 我正在尝试消除实验设置中的照相机晃动。 I have fixed points in my video. 视频中有固定点。 I would like to use these fixed points to eliminate vibration of camera by matlab.. Where should I start from? 我想使用这些固定点来消除Matlab引起的相机振动。我应该从哪里开始? Do you have any recommendation? 你有什么建议吗?

this task can be faced using a tool called image registration. 可以使用称为图像配准的工具来完成此任务。 In the very simple sense, the registration consists in align two images as best as possible. 在非常简单的意义上,套准包括尽可能使两个图像对齐。 In this case the points that you have could be used as the features to achieve the registration of every single frame with respect one main frame, you can check it out this: http://www.mathworks.com/discovery/image-registration.html . 在这种情况下,可以将您拥有的要点用作实现相对于一个主框架对每个单个框架进行配准的功能,您可以通过以下方式进行检查: http : //www.mathworks.com/discovery/image-registration .html I hope this could be useful to you, sorry for the bad grammar, non native speaker. 我希望这对您有用,对于语法不好,不讲母语的人深感抱歉。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM