Click or drag to resize

NativeMethodscalib3d_checkChessboard Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus calib3d_checkChessboard(
	IntPtr img,
	Size size,
	out int returnValue
)

Parameters

img
Type: SystemIntPtr

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

size
Type: OpenCvSharpSize

[Missing <param name="size"/> documentation for "M:OpenCvSharp.NativeMethods.calib3d_checkChessboard(System.IntPtr,OpenCvSharp.Size,System.Int32@)"]

returnValue
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

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

See Also