Click or drag to resize

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

Parameters

src
Type: SystemIntPtr
dst
Type: SystemIntPtr
m
Type: SystemIntPtr
dsize
Type: OpenCvSharpSize
flags
Type: SystemInt32
borderMode
Type: SystemInt32
borderValue
Type: OpenCvSharpScalar
See Also