How can create the fuzzy object?

2 views (last 30 days)
mah
mah on 24 Aug 2011
I have a binary image, I would like to make the border of shapes fuzzy. How can I make it fuzzy?
  2 Comments
bym
bym on 24 Aug 2011
wouldn't you have to convert to grey scale?
Walter Roberson
Walter Roberson on 24 Aug 2011
Depends what they mean by "fuzzy". For example, if you were to find the border pixels, and all along the border randomly set or clear some fraction of the border or neighboring pixels, then the resulting image would be "fuzzy".

Sign in to comment.

Answers (1)

bym
bym on 24 Aug 2011
doc conv2
might want to also look at gaussian blur

Categories

Find more on Fuzzy Logic Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!