Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

segmented parts should be treated as seperate regions

1 visualización (últimos 30 días)
Datti Nagadhara Harini
Datti Nagadhara Harini el 25 de Abr. de 2014
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
i segmented the image . now each segmented part should be considered as region . i dont understand how to seperate as regions. i uploaded the segment image

Respuestas (1)

Image Analyst
Image Analyst el 25 de Abr. de 2014
You call bwlabel(). It's all explained in gory detail in my well-commented Image Segmentation Tutorial in my File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
  2 comentarios
Datti Nagadhara Harini
Datti Nagadhara Harini el 26 de Abr. de 2014
i tried bw label. but i failed . label = bwlabel(bw,4)
In segmentation I have with me bw matrix. but i didnt understand how exactly i should take one region. how many neighborhoods i should give. because for each region I should compute features and compare.
I tried my best what u suugested in the links. please help me
Image Analyst
Image Analyst el 27 de Abr. de 2014
What? How could it fail? What are you talking about how many neighborhoods? There is only one neighborhood when talking about connected components - it's the 8 surrounding pixels, of which you can either consider 4 of them or all 8 of them depending on the connectivity you want. What does this say:
whos bw
You can also attach your image, either the binary image or the original image plus code to generate the binary image. Also, you say "i failed" but the only thing I can see that you failed at was in attaching images, code, or error messages. You can help us to help you by giving us the information you think we'd need to reproduce your labeling problem.

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by