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!