Gaussian Bandpass Filter for Image Processing

This function performs Gaussian bandpass filtering in the frequency domain
ダウンロード: 4.7K
更新 2011/4/4

ライセンスの表示

Butterworth Bandpass Filter
This simple function was written for my Digital Image Processing course
at Eastern Mediterranean University taught by
Assoc. Prof. Dr. Hasan Demirel
for the 2010-2011 Spring Semester
for the complete report:
http://www.scribd.com/doc/51981950/HW4-Frequency-Domain-Bandpass-Filtering

Written By:
Leonardo O. Iheme (leonardo.iheme@cc.emu.edu.tr)
24th of March 2011

I = The input grey scale image
d0 = Lower cut off frequency
d1 = Higher cut off frequency

The function makes use of the simple principle that a bandpass filter
can be obtained by multiplying a lowpass filter with a highpass filter
where the lowpass filter has a higher cut off frquency than the high pass filter.

Usage GAUSSIANBPF(I,DO,D1)
Example
ima = imread('grass.jpg');
ima = rgb2gray(ima);
filtered_image = gaussianbpf(ima,30,120);
Gaussian Bandpass Filter

引用

Leonardo O. Iheme (2024). Gaussian Bandpass Filter for Image Processing (https://www.mathworks.com/matlabcentral/fileexchange/30947-gaussian-bandpass-filter-for-image-processing), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2010a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersDigital Filter Design についてさらに検索
謝辞

ヒントを与えたファイル: Digital Image Processing

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

Updated the title

1.0.0.0