Combine video frames to calculate average motion of a plume
Afficher commentaires plus anciens
Hi,
For my master these we make sediment plumes (like smoke plumes, but with sediment) in water and study the motion of the plume.
We film it and have to calculate the average motion, such as the boundaries where the plume goes and the centerline of the plume.
So what I would like to do, is, from all frames, calculate the average plume...
Is there somebody with a good idea?
Thank you!
Stijn
Réponse acceptée
Plus de réponses (2)
James morgenstern
le 21 Mar 2012
0 votes
you need to process each image separately. i would segment the plume from the background. Now extract geometric measures from the plume: get the centroid, calculate the spatial covariance 2d matrix. then the covariance matrix can be analyzed, for example get the eigen vectors which approximate the plume as an ellipse and give you the orientation and the length of the 2 axes.
James morgenstern
le 21 Mar 2012
0 votes
it can be dangerous to simply sum the images. does not account for any drift in the centroid of the plume! you need a process to account for the dynamics of the plume.
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!