NativeMethodsphoto_seamlessClone Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void photo_seamlessClone( IntPtr src, IntPtr dst, IntPtr mask, Point p, IntPtr blend, int flags )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub photo_seamlessClone ( src As IntPtr, dst As IntPtr, mask As IntPtr, p As Point, blend As IntPtr, flags As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void photo_seamlessClone( IntPtr src, IntPtr dst, IntPtr mask, Point p, IntPtr blend, int flags )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member photo_seamlessClone : src : IntPtr * dst : IntPtr * mask : IntPtr * p : Point * blend : IntPtr * flags : int -> unit
OpenCvSharp.NativeMethods.photo_seamlessClone = function(src, dst, mask, p, blend, flags);