On Sat, May 23, 2009 at 10:14, Mark Wendell wrote:
> I have a question about the numpy.choose method.
>
> I'm working with rgb image arrays (converted using PIL's 'asarray'),
> and would like to combine data from multiple images. The choose method
> seemed just the thing for what i want to do: cre
Mark Wendell wrote:
> I'm working with rgb image arrays (converted using PIL's 'asarray'),
> and would like to combine data from multiple images. The choose method
> seemed just the thing for what i want to do: creating new images from
> multiple source images and an index mask. However, it looks l
I have a question about the numpy.choose method.
I'm working with rgb image arrays (converted using PIL's 'asarray'),
and would like to combine data from multiple images. The choose method
seemed just the thing for what i want to do: creating new images from
multiple source images and an index mas