Click or drag to resize

CvInvokePSNR Method

http://www.emgu.com
Computes PSNR image/video quality metric

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static double PSNR(
	IInputArray src1,
	IInputArray src2
)

Parameters

src1
Type: Emgu.CVIInputArray
The first source image
src2
Type: Emgu.CVIInputArray
The second source image

Return Value

Type: Double
the quality metric
See Also