Re: [R] Statistics on raster pictures - asking for an advice

2008-08-06 Thread Bio7
There a several pure R packages available like EBImage,pixmap,rimage and rgdal (reads images from which you can extract the different bands). I also offer a software which combines ImageJ and R and is capable to transfer images to R and create images from R easily by means of the Rserve applicati

Re: [R] Statistics on raster pictures - asking for an advice

2008-08-06 Thread Kenn Konstabel
Take a look at packages pixmap and rimage ... and read.picture() in package SoPhy for reading tiff images. Currently there seems to be no way of reading in png files directly, so they need to be converted first. Kenn On Wed, Aug 6, 2008 at 11:47 AM, Tomas Lanczos <[EMAIL PROTECTED]> wrote: > He

[R] Statistics on raster pictures - asking for an advice

2008-08-06 Thread Tomas Lanczos
Hello, I need to do some basic statistics on raster images (tiff or png). I need only an advice where to start, which package is the most appropriate. My search attempts were without success, yet. Many thanks Tomas __ R-help@r-project.org mailing list