Borrar filtros
Borrar filtros

How to apply highpass filter on image in Matlab??

45 visualizaciones (últimos 30 días)
ghada sandoub
ghada sandoub el 9 de Jun. de 2019
Comentada: DGM el 26 de En. de 2022
I need to apply highpass filter on image, Is there a function in Matlab to apply highpass filter on the image??

Respuesta aceptada

Prasanth Sikakollu
Prasanth Sikakollu el 9 de Jun. de 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 comentarios
Ana Guerrero Rosario
Ana Guerrero Rosario el 23 de En. de 2021
yeah I have the exact same question
DGM
DGM el 26 de En. de 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.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by