uncoast-unconf / uu-2019

Materials for the 2019 uncoast unconference
11 stars 4 forks source link

Image processing in R #23

Open srvanderplas opened 5 years ago

srvanderplas commented 5 years ago

Anyone else interested in image processing software in R? Right now, there's magick, imager, and opencv, each of which lack some fairly basic features (image registration, for instance, in magick and imager)

For starters, it might be worth documenting what each package is capable of to allow people to select the right package for their needs. Eventually we might work on expanding the functionality of the opencv or magick packages, because the underlying libraries have more features than the R packages (or did, last time I checked).

Links: (I'm being very specific about the R package part b/c opencv and magick have larger, more fully featured libraries that are C/C++ or unix command line focused)

ellisvalentiner commented 5 years ago

I'd be interested in talking about this. I don't do much with image processing anymore but I use to work with satellite imagery, which are just big pictures of the ground.

minnesotka commented 5 years ago

i'm in

gzt commented 5 years ago

I might be interested in doing this as I've worked with imager and magick before