bwarea & area, white/black ratio
Mostrar comentarios más antiguos
Hi,
Can someone please explain me what is the difference of bwarea & area.
I have an image which is black and white (after segmentation and fill) & I wish to calculate the area of an object (as I understand done by bwarea) relative to the image area (imageArea = regionprops(image_name, 'Area')), more or less calculating the white/black ratio.
Any other ideas is welcome.
Thanks.
Respuesta aceptada
Más respuestas (1)
dan kin
el 3 de Oct. de 2012
0 votos
3 comentarios
Image Analyst
el 3 de Oct. de 2012
Editada: Image Analyst
el 3 de Oct. de 2012
You are correct. It is not the white to black ratio - it is an area in pixels.
shivam sahil
el 21 de Dic. de 2017
Hey! I want to implement the same code for RGB to get pixel count of particular rgb index, please guide me with the code for the same.
Image Analyst
el 22 de Dic. de 2017
See attached demo. Also see the function colorcloud().
Categorías
Más información sobre Region and Image Properties en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!