Video stabilization using point feature method
3 次查看(过去 30 天)
显示 更早的评论
Hi,
I am a Student and starting to write my Thesis. My topic is related to Video Stabilization and I have decided to use MATLAB as the platform. I have gone through few tutorials and papers and to be honest I am in a confused state now. I came across so many papers telling that motion estimation, motion smoothing and motion compensation are the 3 main steps that stabilizes the video. In Matlab, I have read about the point feature extraction and stabilization using this . But isn't pont feature extraction one of the motion estimation method? So, only motion estimation is used to stabilize the video? Can you please throw some light on this? It will be really helpful.
0 个评论
采纳的回答
Florian Morsch
2018-8-23
No, point feature extraction is, as the name says, the extraction of features of a point. You dont have a motion estimation from feature points, they are just significant points of a image. What you are going to do with those extracted features is up to you, if you decide to use them for video stabilization then its fine, but you also could use them to project a image onto another image or create a virtual reality with them.
Motion estimation is to find a point and estimate where it will be in the next frame with the infos of the previous frames. You can use feature points for that, but feature points are just a information you use for the motion estimation, they are no motion estimation method themself.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision with Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!