Click or drag to resize

NativeMethodsobjdetect_QRCodeDetector_setEpsX Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus objdetect_QRCodeDetector_setEpsX(
	IntPtr obj,
	double epsX
)

Parameters

obj
Type: SystemIntPtr

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

epsX
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also