Combine video frames to calculate average motion of a plume
古いコメントを表示
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
採用された回答
その他の回答 (2 件)
James morgenstern
2012 年 3 月 21 日
0 投票
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
2012 年 3 月 21 日
0 投票
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.
カテゴリ
ヘルプ センター および File Exchange で Introduction to Installation and Licensing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!