How to calculate velocity of ink (as velocity vectors) with image processing
조회 수: 4 (최근 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개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!