HOw can I use Morphological commands for boundary?
Mostrar comentarios más antiguos
Hello All,I want to remove boundary around an image and I want to know how can morphological commands help me? Which command of morphological commands should I use? I have attached the image that I want to remove the boundary around it.
Respuestas (1)
Image Analyst
el 21 de En. de 2014
Editada: Image Analyst
el 21 de En. de 2014
0 votos
Try imerode.
- threshold to get a binary image.
- call imerode
- subtract from original binary image
- erase boundary: grayImage(binaryImage) = 0
If it doesn't do what you want, then attach your code.
3 comentarios
Faranak
el 21 de En. de 2014
Image Analyst
el 21 de En. de 2014
Explain in more detail what you consider the "boundaries" of that image to be.
Faranak
el 21 de En. de 2014
Categorías
Más información sobre Morphological Operations en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!