[Numpy-discussion] 3 dim array unpacking

K.-Michael Aye kmichael.aye at gmail.com
Mon Jul 12 13:24:10 EDT 2010


Dear numpy hackers,

I can't find the syntax for unpacking the 3 dimensions of a rgb array.
so i have a MxNx3 image array 'img' and would like to do:

red, green, blue = img[magical_slicing]

Which slicing magic do I need to apply?

Thanks for your help!

BR,
Michael





More information about the NumPy-Discussion mailing list