How to apply highpass filter on image in Matlab??

64 次查看(过去 30 天)
I need to apply highpass filter on image, Is there a function in Matlab to apply highpass filter on the image??

采纳的回答

Prasanth Sikakollu
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 个评论
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