X-Ray image conversion to greyscale area coverage
5 ビュー (過去 30 日間)
古いコメントを表示
Hi Guys,
I have a X-Ray image and am wanting to quantify the different grey regions to get area of coverage. Any ideas how i would go about this?
Thanks
0 件のコメント
採用された回答
Image Analyst
2013 年 5 月 21 日
Try imhist() or mean2(). Also see my Image Segmentation Tutorial: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
3 件のコメント
Image Analyst
2013 年 5 月 21 日
I referred you to my File Exchange where I have several m-files that you can download to do various things like gray scale image segmentation, and color detection. There is no video, just m-files that you download and run.
その他の回答 (1 件)
Walter Roberson
2013 年 5 月 20 日
But it depends how you want to handle different grey levels. Should a pixel be counted as either covered (1) or not covered (0), or should the brightness of the pixel correspond to the density and you want to find the average "weight" of the area ?
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!