Click or drag to resize

NativeMethods.imgproc_warpAffine 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 imgproc_warpAffine(
	IntPtr src,
	IntPtr dst,
	IntPtr m,
	Size dsize,
	int flags,
	int borderMode,
	Scalar borderValue
)

Parameters

src
Type: System.IntPtr
dst
Type: System.IntPtr
m
Type: System.IntPtr
dsize
Type: OpenCvSharp.Size
flags
Type: System.Int32
borderMode
Type: System.Int32
borderValue
Type: OpenCvSharp.Scalar
See Also