Page 1 of 1
Improved Bilateral Sharpen-like algorithm?
Posted: February 22nd, 2011, 6:38 am
by tomczak
Here is an academic paper, but with implementation too. The movie explains the practical use in photography at close to the end - I like the idea of reducing the whole implementation to 3 sliders...
http://www.cs.huji.ac.il/~danix/epd/index.html
Re: Improved Bilateral Sharpen-like algorithm?
Posted: February 22nd, 2011, 7:38 am
by tomczak
And here is an implementation example from the paper. They split the flower image into 3 detail-scale components, whose contrast where adjusted individually and recombined.
http://www.cs.huji.ac.il/~danix/epd/MST ... index.html
Re: Improved Bilateral Sharpen-like algorithm?
Posted: February 22nd, 2011, 7:56 am
by jsachs
Interesting - I'll take a closer look.