Anne Archibald wrote:
> 2008/5/21 Vincent Schut <[EMAIL PROTECTED]>:
>> Christopher Barker wrote:
>>> Also, if you image data is rgb, usually, that's a (width, height, 3)
>>> array: rgbrgbrgbrgb... in memory. If you have a (3, width, height)
>>> array, then that's rrr...
2008/5/21 Vincent Schut <[EMAIL PROTECTED]>:
> Christopher Barker wrote:
>>
>> Also, if you image data is rgb, usually, that's a (width, height, 3)
>> array: rgbrgbrgbrgb... in memory. If you have a (3, width, height)
>> array, then that's rrr... Some image libs
>> may g
Robert Kern wrote:
> On Wed, May 21, 2008 at 2:03 AM, Vincent Schut <[EMAIL PROTECTED]> wrote:
>> Robert Kern wrote:
>>> On Wed, May 21, 2008 at 1:48 AM, Vincent Schut <[EMAIL PROTECTED]> wrote:
Christopher Barker wrote:
> Also, if you image data is rgb, usually, that's a (width, height, 3
On Wed, May 21, 2008 at 2:03 AM, Vincent Schut <[EMAIL PROTECTED]> wrote:
> Robert Kern wrote:
>> On Wed, May 21, 2008 at 1:48 AM, Vincent Schut <[EMAIL PROTECTED]> wrote:
>>> Christopher Barker wrote:
>>
Also, if you image data is rgb, usually, that's a (width, height, 3)
array: rgbrgbrg
Robert Kern wrote:
> On Wed, May 21, 2008 at 1:48 AM, Vincent Schut <[EMAIL PROTECTED]> wrote:
>> Christopher Barker wrote:
>
>>> Also, if you image data is rgb, usually, that's a (width, height, 3)
>>> array: rgbrgbrgbrgb... in memory. If you have a (3, width, height)
>>> array, then that's r
On Wed, May 21, 2008 at 1:48 AM, Vincent Schut <[EMAIL PROTECTED]> wrote:
> Christopher Barker wrote:
>> Also, if you image data is rgb, usually, that's a (width, height, 3)
>> array: rgbrgbrgbrgb... in memory. If you have a (3, width, height)
>> array, then that's rrr..bbb
Christopher Barker wrote:
>
> Vincent Schut wrote:
>> Lets say I have a rgb image of arbitrary size, as a normal ndarray
>> (that's what my image reading lib gives me). Thus shape is
>> (3,ysize,xsize), dtype = int8. How would I convert/view this as a
>> recarray of shape (ysize, xsize) with th
Vincent Schut wrote:
> Lets say I have a rgb image of arbitrary size, as a normal ndarray
> (that's what my image reading lib gives me). Thus shape is
> (3,ysize,xsize), dtype = int8. How would I convert/view this as a
> recarray of shape (ysize, xsize) with the first dimension split up into
Hi Vincent
2008/5/20 Vincent Schut <[EMAIL PROTECTED]>:
> Hi, I'm trying to get into recarrays. Unfortunately documentation is a
> bit on the short side...
>
> Lets say I have a rgb image of arbitrary size, as a normal ndarray
> (that's what my image reading lib gives me). Thus shape is
> (3,ysize
Hi, I'm trying to get into recarrays. Unfortunately documentation is a
bit on the short side...
Lets say I have a rgb image of arbitrary size, as a normal ndarray
(that's what my image reading lib gives me). Thus shape is
(3,ysize,xsize), dtype = int8. How would I convert/view this as a
recarr
10 matches
Mail list logo