Re: each_channel decorator

No paper off the top of my head. I got the idea from a Matlab blog: http://blogs.mathworks.com/steve/2010/12/23/two-dimensional-histograms/ Empirically, when I applied an equalization to the lena image on each RGB channel, the result was a distorted image (color-wise). Applying the LAB method shed the original image of the soft focus the photographer had used, and presented a harsher lighting that showed more detail, while preserving the colors.

Also the help file for the Matlab adapthisteq function demostrates this method: http://www.mathworks.com/help/images/ref/adapthisteq.html

On Wed, Oct 17, 2012 at 6:08 PM, Steven Silvester <steven.silvester@gmail.com> wrote:
No paper off the top of my head. I got the idea from a Matlab blog: http://blogs.mathworks.com/steve/2010/12/23/two-dimensional-histograms/
Neat! Here's an implementation in Python: https://github.com/stefanv/scikit-image-demos/blob/master/mm_color_select.py Tony, what do you think about a painting / mask selection tool for the visualization toolbox? Stéfan
participants (2)
-
Steven Silvester
-
Stéfan van der Walt