Re: [R] Image RGB calculation

2010-04-16 Thread ole_roessler
Thanks a lot, i will try this out! Ole -- View this message in context: http://n4.nabble.com/Image-RGB-calculation-tp1989864p2013203.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.

Re: [R] Image RGB calculation

2010-04-16 Thread Tobias Verbeke
Hi Ole, ole_roessler wrote: I need to read an image (mostly jpg) and split the channel of this image to an colour channel calculation like this: sqrt(R²+G²+B²) Do you have an idea what package I need to use for it, and is it possible? For general image processing capabilities within R, I w

[R] Image RGB calculation

2010-04-16 Thread ole_roessler
Dear all, I need to read an image (mostly jpg) and split the channel of this image to an colour channel calculation like this: sqrt(R²+G²+B²) Do you have an idea what package I need to use for it, and is it possible? Thanky a lot Ole -- View this message in context: http://n4.nabble.com/Im