Clear Filters
Clear Filters

making the line thin as equivalent to 1cm wide/pixel

1 view (last 30 days)
I am providing few images like sample images/input images and desired output images respectively
sample images
desired output image which i want
all desired output images have width 1cm PIXEL

Answers (1)

Image Analyst
Image Analyst on 23 Nov 2017
Try bwmorph(bw, 'skel', inf) to skeletonize blobs.
  2 Comments
praveen rai
praveen rai on 23 Nov 2017
i have tried this bwmorph(bw, 'skel', inf)
this type of image m getting
praveen rai
praveen rai on 27 Nov 2017
can i do threshold and then thin the line?? if yes how can it be done

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!