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!