How to calculate velocity of ink (as velocity vectors) with image processing
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
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 Exchange 中查找有关 Image Segmentation and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!