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