Filter löschen
Filter löschen

Morphological closing to crop an image

3 Ansichten (letzte 30 Tage)
Matthew Alston
Matthew Alston am 18 Jun. 2014
Kommentiert: Matthew Alston am 18 Jun. 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

Akzeptierte Antwort

Image Analyst
Image Analyst am 18 Jun. 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 Kommentare
Image Analyst
Image Analyst am 18 Jun. 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 am 18 Jun. 2014
Ahh thank you so much, this is perfect.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by