Help finding length of an image

1 view (last 30 days)
Sai Ongole
Sai Ongole on 2 Jan 2020
Edited: Image Analyst on 3 Jan 2020
I need to find the length of the spray. I have a couple of images similar to this one in a loop that I need to find the length for in a loop.
Please help.
Screen Shot 2020-01-02 at 10.26.19 AM.png

Answers (2)

KALYAN ACHARJYA
KALYAN ACHARJYA on 3 Jan 2020
Edited: KALYAN ACHARJYA on 3 Jan 2020
Steps:
  1. Get the pixel position of most distant white pixels / or See Distance Transform
  2. Calculate the distance between those pixels (Euclidean, or other)

Image Analyst
Image Analyst on 3 Jan 2020
Edited: Image Analyst on 3 Jan 2020
Use bwferet(), introduced in r2019a.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!