Click or drag to resize

NativeMethods.calib3d_drawChessboardCorners_array Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void calib3d_drawChessboardCorners_array(
	IntPtr image,
	Size patternSize,
	Point2f[] corners,
	int cornersLength,
	int patternWasFound
)

Parameters

image
Type: System.IntPtr
patternSize
Type: OpenCvSharp.Size
corners
Type:OpenCvSharp.Point2f[]
cornersLength
Type: System.Int32
patternWasFound
Type: System.Int32
See Also