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