How to use lpfilter for filtering in frequency domain of an image?

I used the following codes f=imread('phalenges.jpg'); [M,N]=size(f); sig=10; F=fft2(f); H=lpfilter('gaussian',[M,N],'sig'); G=H.*F; g=real(ifft2(G)); imshow(g,[])
But following error message was displayed
??? Undefined function or method 'lpfilter' for input arguments of type 'char'.

回答 (1 件)

serwan Bamerni
serwan Bamerni 2015 年 5 月 2 日

0 投票

you should download the lpfilter.m file from internet and put it your work directory to be able to use this function

カテゴリ

ヘルプ センター および File ExchangeImages についてさらに検索

質問済み:

2012 年 12 月 4 日

回答済み:

2015 年 5 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by