Brighten Image with frequency domain filtering

is there any way to brighten an image with frequency domain filtering in matlab?

Answers (1)

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).

Asked:

on 6 Oct 2022

Answered:

on 6 Oct 2022

Community Treasure Hunt

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

Start Hunting!