Hello everyone,
I have employed fspecial several times for the exercises of image processing course (h=special('disk',5);). But I have no idea how disk filter function works. Maybe sounds silly but I really appreciate if someone at least explains the big picture behind it.
Thanks in advance for your responses!

回答 (1 件)

Jan
Jan 2017 年 5 月 11 日

0 投票

We can assume, that you have read the documentation already:
doc fspecial
The term "Circular averaging filter (pillbox)" sounds very descritpive: The average over a circular shape is calculated. What exactly is not clear about this?

2 件のコメント

Shohreh Kr
Shohreh Kr 2017 年 5 月 11 日
Thanks! but how circular averaging works on an image?
Jan
Jan 2017 年 5 月 11 日
The value of each pixel is replaced by the mean of the values of all pixels inside a circle around this pixel.
What do you want to know exactly? How the circular mask is applied? How averaging RGB values work? If this is performed by 2 loops or vectorized? What the opical effect is?

サインインしてコメントする。

カテゴリ

質問済み:

2017 年 5 月 11 日

コメント済み:

Jan
2017 年 5 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by