How to calculate velocity of ink (as velocity vectors) with image processing
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Mohammad Sh
am 15 Jul. 2022
Kommentiert: Mohammad Sh
am 20 Jul. 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 Kommentare
Akzeptierte Antwort
Image Analyst
am 16 Jul. 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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Fluid Dynamics finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!