Borrar filtros
Borrar filtros

Morphological closing to crop an image

3 visualizaciones (últimos 30 días)
Matthew Alston
Matthew Alston el 18 de Jun. de 2014
Comentada: Matthew Alston el 18 de Jun. de 2014
Hi,
I'm trying to use the image processing toolbox to remove extraneous pixels from an image and I'm running into trouble. Basically I have a painmap (attached), which is a blank sheet of paper with a black body template on it, and a patient can draw in red marker over the areas of the body that cause them pain. However, often patients will draw outside of the lines and these are the pixels I'd like to crop out: everything outside of the black body outline. A friend suggested I use morphological closing to accomplish this but I'm not sure how to go about doing this. If anyone has any ideas they would be much appreciated.
Thanks, Matt

Respuesta aceptada

Image Analyst
Image Analyst el 18 de Jun. de 2014
No that does not sound right. You'd use masking, assuming you have the original body outline. Closing will smooth out the white parts of the image. You didn't attach anything yet. Why don't you attach and image of the blank sheet, an image where the patient scribbled on it, and what you'd like that image to look like after processing?
  11 comentarios
Image Analyst
Image Analyst el 18 de Jun. de 2014
The problem was that the outline was not completely closed - it had gaps so the body did not fill in. I used imclose to fill the gaps. See attached m-file.
Matthew Alston
Matthew Alston el 18 de Jun. de 2014
Ahh thank you so much, this is perfect.

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by