[PD] Re: [GEM] pix_resize eating RAM

IOhannes m zmoelnig zmoelnig at iem.at
Wed Jun 15 10:57:32 CEST 2005


Parser - Davide Morelli wrote:
> Hi list,
> 
> I am trying to resize a live video feed to a very small picture (16x12),
> extract a list of rgba values from this image and pass the list to ann_mlp.

oh, and if you don't care for color-information (it seems like you 
don't), then you could use [pix_grey] in order to convert the image into 
real greyscale (not just RGB values that are all the same, like 
[pix_2grey] does)
[pix_dump] should then produce a list G1 G2 G3,...
(instead of R1 G1 B1 A1 R2 G2 B2 A2 ....)


mfg.ads.r
IOhannes




More information about the Pd-list mailing list