NativeMethodscalib3d_drawChessboardCorners_InputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void calib3d_drawChessboardCorners_InputArray( IntPtr image, Size patternSize, IntPtr corners, int patternWasFound )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub calib3d_drawChessboardCorners_InputArray ( image As IntPtr, patternSize As Size, corners As IntPtr, patternWasFound As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void calib3d_drawChessboardCorners_InputArray( IntPtr image, Size patternSize, IntPtr corners, int patternWasFound )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_drawChessboardCorners_InputArray : image : IntPtr * patternSize : Size * corners : IntPtr * patternWasFound : int -> unit
OpenCvSharp.NativeMethods.calib3d_drawChessboardCorners_InputArray = function(image, patternSize, corners, patternWasFound);