Video stabilization using point feature method
    9 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
    Meera chandran
 le 21 Août 2018
  
    
    
    
    
    Commenté : Meera chandran
 le 27 Août 2018
            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 commentaires
Réponse acceptée
  Florian Morsch
      
 le 23 Août 2018
        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.
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Image Processing and Computer Vision dans Help Center et File Exchange
			
	Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

