how can i implement band pass filter in an image?

6 ビュー (過去 30 日間)
sheno39
sheno39 2013 年 11 月 1 日
コメント済み: sheno39 2013 年 11 月 1 日
i need to implement band pass filter for an image.. can anyone help me to code.

回答 (1 件)

Wayne King
Wayne King 2013 年 11 月 1 日
One way is to design the filter in 1D and then use ftrans2() if you have the Image Processing Toolbox to transform the filter into a 2D filter.
Also if you have IPT, see fwind2(), fsamp2()
You can always just create a separable filter out of a 1-D filter.
  1 件のコメント
sheno39
sheno39 2013 年 11 月 1 日
Thank You Sir. Can You give me an example code?

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

Community Treasure Hunt

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

Start Hunting!

Translated by