Diez B. Roggisch wrote:
>>Is there a difference between the 'Numeric' and 'numeric' module?
>>I have on my system only Numeric... And this has no function like
>>'from_image'.
>
>
> I actually didn't check that - I just wanted to point the OP to the
> numeric-module(s) available, as he suggested
> Is there a difference between the 'Numeric' and 'numeric' module?
> I have on my system only Numeric... And this has no function like
> 'from_image'.
I actually didn't check that - I just wanted to point the OP to the
numeric-module(s) available, as he suggested that
>The usual way of doing su
Diez B. Roggisch wrote:
> Dimitrios Charitatos wrote:
>
>
>>Hello,
>>
>>I suspect that there is a quite straight forward answer to this, but I
>>can't find it... I want to import an image and extract a matrix (or array)
>>from it with elements showing the RGB value of each pixel. But I want to
>>
Dimitrios Charitatos wrote:
> Hello,
>
> I suspect that there is a quite straight forward answer to this, but I
> can't find it... I want to import an image and extract a matrix (or array)
> from it with elements showing the RGB value of each pixel. But I want to
> be able to do this with all typ
Hello,
I suspect that there is a quite straight forward answer to this, but I can't
find it... I want to import an image and extract a matrix (or array) from it
with elements showing the RGB value of each pixel. But I want to be able to do
this with all types of image formats. It was suggested th