Video stabilization using point feature method

7 ビュー (過去 30 日間)
Meera chandran
Meera chandran 2018 年 8 月 21 日
コメント済み: Meera chandran 2018 年 8 月 27 日
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.

採用された回答

Florian Morsch
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.
  1 件のコメント
Meera chandran
Meera chandran 2018 年 8 月 27 日
Thankyou so much for this answer.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Processing and Computer Vision についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by