how to find area,eccentricity,mean median ,mode ,variance of a white blood cell
古いコメントを表示
hi i have worked on segmentation of wbc normal bloodcell image...i hv got segmented image of wbc with cytoplasm how will i do the geometrical analysis of wbc .....? please provide me matlab code to find area, mean ,median, mode, variance.... of wbc
2 件のコメント
Image Analyst
2013 年 1 月 18 日
Upload your image: http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers
I can understand area, but what you do want the mean, median, mode, and variance of? Of each separate region's gray levels? What would you do with that?
meghana
2013 年 1 月 18 日
回答 (1 件)
Amith Kamath
2013 年 1 月 17 日
0 投票
http://www.mathworks.com/matlabcentral/fileexchange/25157-image-segmentation-tutorial-blobsdemo would be a good place to start. Once you have the labels for individual components you've segmented, you can use http://www.mathworks.com/help/images/ref/regionprops.html to calculate all the properties.
カテゴリ
ヘルプ センター および File Exchange で Image Segmentation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!