FILLING Boundary of the irregulay edge (serrated) of binari image
Show older comments
see the white area , on edges have serrated,, picture : <http://tinypic.com/view.php?pic=4q6gw4&s=6>
I need m-file coding ,,, i have a problem,, how to flatten the (serrated) irregulary edge of the image,,, i already used 'imfill'.. imfill it doesnt work,, the edge still irregulary,, i want to flatten the serrated,,
Accepted Answer
More Answers (1)
Image Analyst
on 16 Jun 2012
0 votes
I usually hear this called "jaggies" http://en.wikipedia.org/wiki/Jaggies It's caused by aliasing. With a higher resolution they will go away, but, of course, you now have a different resolution which is just an artificially made up one. If you use anti-aliasing (averaging), they will also go away but the image will no longer be binary - it will be grayscale.
2 Comments
Walter Roberson
on 16 Jun 2012
With a higher resolution, they do not go away: they just become less noticeable. (Well, at least until the resolution becomes a small rational multiple of the wavelength of light: then you get diffraction effects that make the edge more prominent.)
Image Analyst
on 17 Jun 2012
True.
Categories
Find more on Object Analysis in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!