How to calculate velocity of ink (as velocity vectors) with image processing
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Mohammad Sh
le 15 Juil 2022
Commenté : Mohammad Sh
le 20 Juil 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 commentaires
Réponse acceptée
Image Analyst
le 16 Juil 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.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Fluid Dynamics 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!