each_channel decorator

Steven Silvester steven.silvester at gmail.com
Tue Oct 16 19:59:19 EDT 2012


I would suggest the following instead:
Convert to LAB
Perform transform on lightness channel
Convert back to RGB

Because, red, green, and blue are not really independent "channels" to the human eye.  I used this method on the adapthist pull request when handling RGB images. 


More information about the scikit-image mailing list