imagej / imagej-ops

ImageJ Ops: "Write once, run anywhere" image processing
https://imagej.net/libs/imagej-ops
BSD 2-Clause "Simplified" License
90 stars 42 forks source link

Add ops for (P)SNR #521

Open stelfrich opened 7 years ago

stelfrich commented 7 years ago

Add ops for computing the signal-to-noise ratio (SNR) between a reference and noisy image:

float snr = ops().image().snr(reference, noisy);

There is an implementation from the BIG at EPFL that could be used as a starting point.