Click or drag to resize

NativeMethodscore_PSNR Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_PSNR(System.IntPtr,System.IntPtr,System.Double,System.Double@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_PSNR(
	IntPtr src1,
	IntPtr src2,
	double r,
	out double returnValue
)

Parameters

src1
Type: SystemIntPtr

[Missing <param name="src1"/> documentation for "M:OpenCvSharp.NativeMethods.core_PSNR(System.IntPtr,System.IntPtr,System.Double,System.Double@)"]

src2
Type: SystemIntPtr

[Missing <param name="src2"/> documentation for "M:OpenCvSharp.NativeMethods.core_PSNR(System.IntPtr,System.IntPtr,System.Double,System.Double@)"]

r
Type: SystemDouble

[Missing <param name="r"/> documentation for "M:OpenCvSharp.NativeMethods.core_PSNR(System.IntPtr,System.IntPtr,System.Double,System.Double@)"]

returnValue
Type: SystemDouble

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.core_PSNR(System.IntPtr,System.IntPtr,System.Double,System.Double@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_PSNR(System.IntPtr,System.IntPtr,System.Double,System.Double@)"]

See Also