Click or drag to resize

NativeMethodsimgproc_warpPerspective_MisArray 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_MisArray(
	IntPtr src,
	IntPtr dst,
	float[,] m,
	int mRow,
	int mCol,
	Size dsize,
	int flags,
	int borderMode,
	Scalar borderValue
)

Parameters

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