Emgu CV Library Documentation
cvWarpPerspective Method (src, dst, mapMatrix, flags, fillval)
NamespacesEmgu.CVCvInvokecvWarpPerspective(IntPtr, IntPtr, IntPtr, Int32, MCvScalar)

www.emgu.com/wiki
Transforms source image using the specified matrix
Declaration Syntax
C#Visual BasicVisual C++
public static void cvWarpPerspective(
	IntPtr src,
	IntPtr dst,
	IntPtr mapMatrix,
	int flags,
	MCvScalar fillval
)
Public Shared Sub cvWarpPerspective ( _
	src As IntPtr, _
	dst As IntPtr, _
	mapMatrix As IntPtr, _
	flags As Integer, _
	fillval As MCvScalar _
)
public:
static void cvWarpPerspective(
	IntPtr src, 
	IntPtr dst, 
	IntPtr mapMatrix, 
	int flags, 
	MCvScalar fillval
)
Parameters
src (IntPtr)
Source image
dst (IntPtr)
Destination image
mapMatrix (IntPtr)
3? transformation matrix
flags (Int32)

[Missing <param name="flags"/> documentation for "M:Emgu.CV.CvInvoke.cvWarpPerspective(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,Emgu.CV.Structure.MCvScalar)"]

fillval (MCvScalar)
A value used to fill outliers

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)