dahtah / imager

R package for image processing
GNU Lesser General Public License v3.0
187 stars 43 forks source link

Pixel-wise median averaging, ala GMIC? #134

Closed mconsidine closed 4 years ago

mconsidine commented 4 years ago

Hi, I would like to manipulate image layers directly with imageR, rather than playing around with them as layers in GIMP. Specifically, I'd like to combine layers to improve signal-to-noise ratios and use things like differences, median averaging, weighted averaging, etc.

I know GMIC-Qt/GIMP is closely related to CImg as is imageR. Does anyone know how to

Thank you! Matt

dahtah commented 4 years ago

Hi Matt, have a look at the parmed function, I think it does what you're looking for.

mconsidine commented 4 years ago

Thanks, I'll take a look at parmed ...

mconsidine commented 4 years ago

Yes, parmed works for the median-averaging that I was looking for. Second part of the question still stands, but I'll try dealing with that later.