Brighten Image with frequency domain filtering

3 visualizaciones (últimos 30 días)
Ryan
Ryan el 6 de Oct. de 2022
Respondida: Image Analyst el 6 de Oct. de 2022
is there any way to brighten an image with frequency domain filtering in matlab?

Respuestas (1)

Image Analyst
Image Analyst el 6 de Oct. de 2022
Well sort of. You could take the fft then add an amount to the DC (zero frequency) component, then inverse fft. That would have the effect of adding a constant to the image. It's a matter of opinion as to whether you'd call that "filtering" though since no spatial frequencies are altered (other than the zero frequency).

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by