Fit background of an image

2 views (last 30 days)
Angela
Angela on 6 Apr 2018
Commented: Angela on 10 Apr 2018
I have an image that looks like the one attached and i am trying to smooth its intensity from left to right. I tried the method using the imtophat filter but it did not give me good results because there is not a lot of background in the image. I want to fit the background to a linear f(x) function and then correct it.
1. Does anyone know how to fit the background to a linear function?
2. Once you have the background function, how do you correct the data?

Accepted Answer

Prajit T R
Prajit T R on 9 Apr 2018
Hi Angela
One thing that you could try is to use 'imadjust' to improve the visibility of the image after top-hat filtering. If this doesn't work, try using the 'lazysnapping' or 'grabcut' function to segment the image into foreground and background. Once you filter out the area of interest in the image, you may get better results.
Cheers
  3 Comments
Angela
Angela on 10 Apr 2018
Thank you for your help!

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!