필터 지우기
필터 지우기

Morphological closing to crop an image

조회 수: 3 (최근 30일)
Matthew Alston
Matthew Alston 2014년 6월 18일
댓글: Matthew Alston 2014년 6월 18일
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

채택된 답변

Image Analyst
Image Analyst 2014년 6월 18일
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
Image Analyst
Image Analyst 2014년 6월 18일
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 2014년 6월 18일
Ahh thank you so much, this is perfect.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by