Clear Filters
Clear Filters

how can i get the average line width/thickness (in pixels) and No. of turns of a hand-drawn spiral image.

14 views (last 30 days)
Hi,
I am working on a project and a small part of that project is to have an image of a spiral drawn by hand (image attached) and get the average thickness of the spiral trace/line and its no. of turns/loops.
If someone can help me with this I will be really grateful.
Thank You

Accepted Answer

Image Analyst
Image Analyst on 13 Feb 2023
I do that in my demo. Basically you get a binary image of your shape. Then you compute it's skeleton and Euclidean Distance Transform. Then multiply those two images to get the width everywhere. Then take the histogram of the image to get the distribution of widths.
Change the demo to use your image and make sure you threshold to get dark blobs instead of light blobs. Let me know if you can't figure it out.
  2 Comments
Image Analyst
Image Analyst on 19 Feb 2023
@shron ikims If this Answer solves your question, then could you please click the "Accept this answer" link to award the answerer with "reputation points" for their efforts in helping you? They'd appreciate it. Thanks in advance. 🙂 Note: you can only accept one answer (so pick the best one) but you can click the "Vote" icon for as many Answers as you want. Voting for an answer will also award reputation points.

Sign in to comment.

More Answers (0)

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!