フィルターのクリア

counting the white pixels

2 ビュー (過去 30 日間)
kash
kash 2012 年 3 月 24 日
I have uploaded twoimages
segmented image=
original image= http://imgur.com/i4cYm
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
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
ibleteus 2012 年 9 月 28 日
編集済み: Walter Roberson 2012 年 9 月 28 日
A=Imread('a.tif');
N=im2bw(A);
bwarea=bwarea(N);

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by