16 Oct
2012
16 Oct
'12
6:42 p.m.
On Tue, Oct 16, 2012 at 7:13 AM, Schönberger Johannes <hannesschoenberger@gmail.com> wrote:
Sorry, but I do not understand what this decorator does. Could you provide a short example?
@each_channel def some_gray_level_filter(): return gray_image image = data.something() gray_image = color.rgb2gray(image) some_gray_level_filter(gray_image) some_gray_level_filter(image) <-- this works too