Click or drag to resize

NativeMethodsquality_QualityBase_compute Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus quality_QualityBase_compute(
	IntPtr obj,
	IntPtr img,
	out Scalar returnValue
)

Parameters

obj
Type: SystemIntPtr

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

img
Type: SystemIntPtr

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

returnValue
Type: OpenCvSharpScalar

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

Return Value

Type: ExceptionStatus

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

See Also