counting the white pixels
显示 更早的评论
I have uploaded twoimages
segmented image=
from these two images please tell how to calculate the area of white parts and other to count the number of pixels in white area
please help
1 个评论
Sivakumaran Chandrasekaran
2012-3-24
hi,
have a try on regionprops command. It may help you to certain extent I guess.
Regards.
siva
siva@sdatech.in
回答(1 个)
ibleteus
2012-9-28
编辑:Walter Roberson
2012-9-28
A=Imread('a.tif');
N=im2bw(A);
bwarea=bwarea(N);
类别
在 帮助中心 和 File Exchange 中查找有关 Region and Image Properties 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!