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