Keep large areas and remove small areas

Hi everyone,
Please I need your help. How can I remove the noise and keep the corner regions in this binary image.
I will highly appreciate any help which I will get.
Thank you. Best regards, Nada

Respuestas (1)

Image Analyst
Image Analyst el 27 de Nov. de 2014
Invert your image and use bwareaopen() to specify the min size you want to keep
binaryImage = bwareaopen(~binaryImage, 500); % Adjust number as needed.

3 comentarios

Nada Kadhim
Nada Kadhim el 28 de Nov. de 2014
Thank you very much Image Analyst, I did it and the problem is solved.
Image Analyst
Image Analyst el 28 de Nov. de 2014
_
_
Hello Image Analyst,
Thank you very much fro your reply and your help.
Please find attached a copy of results. What should I do?
Please, help me. Thank you. Best regards, Nada
Image Analyst
Image Analyst el 28 de Nov. de 2014
Please attach your original image and attach your m-file with the paper clip icon.

Iniciar sesión para comentar.

Categorías

Más información sobre Image Processing Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Preguntada:

el 27 de Nov. de 2014

Comentada:

el 28 de Nov. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by