Click or drag to resize

NativeMethodscalib3d_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: SystemIntPtr
patternSize
Type: OpenCvSharpSize
corners
Type: OpenCvSharpPoint2f
cornersLength
Type: SystemInt32
patternWasFound
Type: SystemInt32
See Also