Click or drag to resize

NativeMethodscore_perspectiveTransform_Point2f 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 core_perspectiveTransform_Point2f(
	IntPtr src,
	int srcLength,
	IntPtr dst,
	int dstLength,
	IntPtr m
)

Parameters

src
Type: SystemIntPtr
srcLength
Type: SystemInt32
dst
Type: SystemIntPtr
dstLength
Type: SystemInt32
m
Type: SystemIntPtr
See Also