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