How to apply highpass filter on image in Matlab??

52 vues (au cours des 30 derniers jours)
ghada sandoub
ghada sandoub le 9 Juin 2019
Commenté : DGM le 26 Jan 2022
I need to apply highpass filter on image, Is there a function in Matlab to apply highpass filter on the image??

Réponse acceptée

Prasanth Sikakollu
Prasanth Sikakollu le 9 Juin 2019
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 commentaires
Ana Guerrero Rosario
Ana Guerrero Rosario le 23 Jan 2021
yeah I have the exact same question
DGM
DGM le 26 Jan 2022
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.

Connectez-vous pour commenter.

Plus de réponses (0)

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by