How to calculate velocity of ink (as velocity vectors) with image processing
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mohammad Sh
el 15 de Jul. de 2022
Comentada: Mohammad Sh
el 20 de Jul. de 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 comentarios
Respuesta aceptada
Image Analyst
el 16 de Jul. de 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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Fluid Dynamics en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!