Page 1 of 1

Adaptive gradient removal

Posted: 13 Apr 2022, 11:57
by brujo
I am trying to use adaptive gradient removal on image PIC1.
In preview it looks great (PIC2), but when I click OK the image gets wierd (PIC3).

Re: Adaptive gradient removal

Posted: 13 Apr 2022, 21:41
by fabdev
Hi, the dynamic range of the image is too small (423..450, only 27 steps!).
You may solve converting the image to floating point before applying the filter (the preview is in floating point).
Or, to continue working with integer numbers, you may multiply the image by 10 or more.

Re: Adaptive gradient removal

Posted: 15 Apr 2022, 00:51
by brujo
Converting to floating point solves the problem.
Thank You!