フィルターのクリア

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

1 回表示 (過去 30 日間)
manoj m
manoj m 2013 年 1 月 11 日

採用された回答

Image Analyst
Image Analyst 2013 年 1 月 11 日
I suggest imdistline() or improfile(), unless you can say why they won't work for you.
  6 件のコメント
manoj m
manoj m 2013 年 2 月 18 日
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 2013 年 2 月 18 日
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.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by