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

14 次查看(过去 30 天)
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

采纳的回答

Image Analyst
Image Analyst 2023-2-13
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 个评论
Image Analyst
Image Analyst 2023-2-19
@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.

请先登录,再进行评论。

更多回答(0 个)

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by