removing smaller white pixel region

I have a image
in which i want to remove smaller white regions,need only text please help

Answers (1)

Image Analyst
Image Analyst on 19 Apr 2012
Have you tried bwareaopen() yet?

3 Comments

s i tried but did not get result,is there any other method
That's really strange. For me, bwareaopen removes blobs smaller than the number of pixels you specify. You better open a support case with the Mathworks to find out why your bwareaopen is not returning any results. Until they fix it on your system, you can try imopen or imreconstruct instead.
i have many images for some images only it works,first i did for 4 with value as 20,it did not work,then it worked for other images,if i change the values it works,is there any function to remove values other than text

Sign in to comment.

Categories

Asked:

on 19 Apr 2012

Community Treasure Hunt

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

Start Hunting!