
rods and disk image
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hasan alomari
el 30 de Dic. de 2013
Editada: Image Analyst
el 31 de Dic. de 2013
I have an image of rods and disk and i need to suppurate the rods only using morphological processing i need the mean steps only
0 comentarios
Respuesta aceptada
Image Analyst
el 30 de Dic. de 2013
You forgot to post your image. I don't know how you define "mean steps". Please explain.
If the image looks like what I'm imagining, something like pencils and coins, or this:

Then I'd threshold and call regionprops and look at the ratio of the major to minor axis. If the ratio is high, it's a rod. If the ratio is less than about 2, it's a disc.
3 comentarios
Image Analyst
el 30 de Dic. de 2013
I'd look for objects with a solidity close to 1 and a major to minor axis ratio close to 1. That will be the circles. Everything else will be rods or rod/disc overlap.
Hasan alomari
el 31 de Dic. de 2013
Editada: Image Analyst
el 31 de Dic. de 2013
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
