http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Transforms source image using the specified matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvWarpPerspective( IntPtr src, IntPtr dst, IntPtr mapMatrix, int flags, MCvScalar fillval ) |
Visual Basic |
---|
Public Shared Sub cvWarpPerspective ( _ src As IntPtr, _ dst As IntPtr, _ mapMatrix As IntPtr, _ flags As Integer, _ fillval As MCvScalar _ ) |
Visual C++ |
---|
public: static void cvWarpPerspective( IntPtr src, IntPtr dst, IntPtr mapMatrix, int flags, MCvScalar fillval ) |
Parameters
- src
- Type: System..::..IntPtr
Source image
- dst
- Type: System..::..IntPtr
Destination image
- mapMatrix
- Type: System..::..IntPtr
3? transformation matrix
- flags
- Type: System..::..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
- Type: Emgu.CV.Structure..::..MCvScalar
A value used to fill outliers