Open stelfrich opened 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.
Add ops for computing the signal-to-noise ratio (SNR) between a reference and noisy image:
There is an implementation from the BIG at EPFL that could be used as a starting point.