NativeMethodsimgproc_cvtColor Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_cvtColor( IntPtr src, IntPtr dst, int code, int dstCn )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_cvtColor ( src As IntPtr, dst As IntPtr, code As Integer, dstCn As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_cvtColor( IntPtr src, IntPtr dst, int code, int dstCn )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_cvtColor : src : IntPtr * dst : IntPtr * code : int * dstCn : int -> unit
OpenCvSharp.NativeMethods.imgproc_cvtColor = function(src, dst, code, dstCn);