suggest a program for finding the length of chromosome in an image.

1 view (last 30 days)

Accepted Answer

Image Analyst
Image Analyst on 11 Jan 2013
I suggest imdistline() or improfile(), unless you can say why they won't work for you.
  6 Comments
manoj m
manoj m on 18 Feb 2013
1. Sir,for skeletonized image if its of single pixel width,then sum would give the length.But by skeletonization it is not entirely single pixel width.what should be done to convert it to single pixel width. 2. i have found the 'branch points' for the image that i asked before but i don't know to separate it into segments with that branchpoints. help me on that.
Image Analyst
Image Analyst on 18 Feb 2013
Skeletonization does go down to single pixel if you use the 'inf' option.
Just find the branchpoints and subtract the branchpoint image from the original skeletonized image.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!