How to apply highpass filter on image in Matlab??

조회 수: 52 (최근 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