Click or drag to resize

QualityPSNR Constructor

http://www.emgu.com
Create an instance of peak signal to noise ratio (PSNR) algorithm

Namespace:  Emgu.CV.Quality
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public QualityPSNR(
	IInputArrayOfArrays refImgs,
	double maxPixelValue = 255
)

Parameters

refImgs
Type: Emgu.CVIInputArrayOfArrays
Input image(s) to use as the source for comparison
maxPixelValue (Optional)
Type: SystemDouble
maximum per-channel value for any individual pixel; eg 255 for uint8 image
See Also