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