How to calculate velocity of ink (as velocity vectors) with image processing
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Mohammad Sh
il 15 Lug 2022
Commentato: Mohammad Sh
il 20 Lug 2022
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
0 Commenti
Risposta accettata
Image Analyst
il 16 Lug 2022
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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Fluid Dynamics in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!