Borrar filtros
Borrar filtros

counting the white pixels

2 visualizaciones (últimos 30 días)
kash
kash el 24 de Mzo. de 2012
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 comentario
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran el 24 de Mzo. de 2012
hi,
have a try on regionprops command. It may help you to certain extent I guess.
Regards.
siva
siva@sdatech.in

Iniciar sesión para comentar.

Respuestas (1)

ibleteus
ibleteus el 28 de Sept. de 2012
Editada: Walter Roberson el 28 de Sept. de 2012
A=Imread('a.tif');
N=im2bw(A);
bwarea=bwarea(N);

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by