Click or drag to resize

NativeMethodscalib3d_drawChessboardCorners_array Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus calib3d_drawChessboardCorners_array(
	IntPtr image,
	Size patternSize,
	Point2f[] corners,
	int cornersLength,
	int patternWasFound
)

Parameters

image
Type: SystemIntPtr

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

patternSize
Type: OpenCvSharpSize

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

corners
Type: OpenCvSharpPoint2f

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

cornersLength
Type: SystemInt32

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

patternWasFound
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

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

See Also