noise removal in images

1 view (last 30 days)
divya r
divya r on 24 Oct 2012
I want to remove noise from an image of handwritten text. Noise includes random pen marks.
I have tried functions such as bwmorph(thin), but it only results in more noise.
Any ideas on how to go about this?
  1 Comment
Matt Kindig
Matt Kindig on 25 Oct 2012
As a note, in general when you ask questions regarding a particular image processing exercise (such as noise removal from an image), please upload a typical image to an image sharing site and include the link in your posting. That will allow the Answers community to give recommendations that are specific to your image. Otherwise, we are just guessing as to which techniques will work best.

Sign in to comment.

Accepted Answer

Mark Hayworth
Mark Hayworth on 24 Oct 2012
Try bwareaopen().

More Answers (0)

Community Treasure Hunt

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

Start Hunting!