Click or drag to resize

NativeMethodsquality_QualityMSE_staticCompute Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus quality_QualityMSE_staticCompute(
	IntPtr ref,
	IntPtr cmp,
	IntPtr qualityMap,
	out Scalar returnValue
)

Parameters

ref
Type: SystemIntPtr

[Missing <param name="ref"/> documentation for "M:OpenCvSharp.NativeMethods.quality_QualityMSE_staticCompute(System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Scalar@)"]

cmp
Type: SystemIntPtr

[Missing <param name="cmp"/> documentation for "M:OpenCvSharp.NativeMethods.quality_QualityMSE_staticCompute(System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Scalar@)"]

qualityMap
Type: SystemIntPtr

[Missing <param name="qualityMap"/> documentation for "M:OpenCvSharp.NativeMethods.quality_QualityMSE_staticCompute(System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Scalar@)"]

returnValue
Type: OpenCvSharpScalar

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

Return Value

Type: ExceptionStatus

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

See Also