How to apply highpass filter on image in Matlab??

122 ビュー (過去 30 日間)
ghada sandoub
ghada sandoub 2019 年 6 月 9 日
コメント済み: DGM 2022 年 1 月 26 日
I need to apply highpass filter on image, Is there a function in Matlab to apply highpass filter on the image??

採用された回答

Prasanth Sikakollu
Prasanth Sikakollu 2019 年 6 月 9 日
Try imfilter() function.
B = imfilter(A,h) filters the multidimensional array A with the multidimensional filter h and returns the result in B.
Refer to the following documentation link on imfilter function:
Hope this helps.
  5 件のコメント
Ana Guerrero Rosario
Ana Guerrero Rosario 2021 年 1 月 23 日
yeah I have the exact same question
DGM
DGM 2022 年 1 月 26 日
The 'laplacian' and laplacian-of-gaussian ('log') filters are both high-pass filters. The laplacian of gaussian filter may help reduce the response to image noise.

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

その他の回答 (0 件)

製品

Community Treasure Hunt

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

Start Hunting!

Translated by