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!