NativeMethodscore_divide1 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_divide1( double scale, IntPtr src2, IntPtr dst, int dtype )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_divide1 ( scale As Double, src2 As IntPtr, dst As IntPtr, dtype As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_divide1( double scale, IntPtr src2, IntPtr dst, int dtype )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_divide1 : scale : float * src2 : IntPtr * dst : IntPtr * dtype : int -> unit
OpenCvSharp.NativeMethods.core_divide1 = function(scale, src2, dst, dtype);