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/Image-RGB-calculation-tp1989864p1989864.html Sent from the R help mailing list archive at Nabble.com.
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 would recommend the EBImage package which you can find on the BioConductor repositories. Hope this helps, Tobias