How to calculate velocity of ink (as velocity vectors) with image processing

1 回表示 (過去 30 日間)
Mohammad Sh
Mohammad Sh 2022 年 7 月 15 日
コメント済み: Mohammad Sh 2022 年 7 月 20 日
Hi how can I calculate velocity of ink diffution (as velocity vectors) with image processing
I attached some screenshots of my video and my video

採用された回答

Image Analyst
Image Analyst 2022 年 7 月 16 日
Use the Color Thresholder on the Apps tab to find the red dye. Then use find() or regionprops() to get the leftmost x (column) value.
Here's a related demo, attached, that may help.
Write back if you have any problems.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFluid Dynamics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by