How can i remove markers from image

6 views (last 30 days)
abdulkader helwan
abdulkader helwan on 9 Oct 2014
Commented: Image Analyst on 9 Oct 2014
Hello i am working on a breast cancer detection system using matlab...i am taking images from DDSM database...the problem is that the images have some markers on the cancer area. can anyone help me hoe to remove these markers...here is the image

Answers (1)

Image Analyst
Image Analyst on 9 Oct 2014
I don't know what the markers are. Are they something inside the circled areas? Or is it the color circles themselves? If it's the colored circles themselves, does the database not have the un-annotated original images?
  2 Comments
Iain
Iain on 9 Oct 2014
It looks to me like the markers are not removable in the sense of just seeing what is behind them. - You might be able to make all the markers one colour...
Image Analyst
Image Analyst on 9 Oct 2014
If it's the colored outlines, the best you could do is to try to make a mask of the pixels that are the colored outlines/annotation, then try to fill in those pixels with surrounding values like you'd get with a blurred image (conv2 or imfilter) or with roifill. Of course it's not the actual, true data - it's still an artifact, just a perhaps less noticeable one.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!