Click or drag to resize

NativeMethodsphoto_seamlessClone Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void photo_seamlessClone(
	IntPtr src,
	IntPtr dst,
	IntPtr mask,
	Point p,
	IntPtr blend,
	int flags
)

Parameters

src
Type: SystemIntPtr
dst
Type: SystemIntPtr
mask
Type: SystemIntPtr
p
Type: OpenCvSharpPoint
blend
Type: SystemIntPtr
flags
Type: SystemInt32
See Also