Table of Contents

Class QualityPSNR

Namespace
OpenCvSharp.Quality
Assembly
OpenCvSharp.dll

Full reference peak signal to noise ratio (PSNR) algorithm https://en.wikipedia.org/wiki/Peak_signal-to-noise_ratio

public class QualityPSNR : QualityBase, IDisposable
Inheritance
QualityPSNR
Implements
Inherited Members

Properties

MaxPixelValue

get or set the maximum pixel value used for PSNR computation

Methods

Compute(InputArray, InputArray, OutputArray, double)

static method for computing quality

Create(InputArray, double)

Create an object which calculates quality