CvWarpPerspective Method (CvArr, CvArr, CvMat, Interpolation) OpenCvSharp Class Library
Applies perspective transformation to the image.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void WarpPerspective(
	CvArr src,
	CvArr dst,
	CvMat mapMatrix,
	Interpolation flags
)

Parameters

src
Type: OpenCvSharpCvArr
Source image.
dst
Type: OpenCvSharpCvArr
Destination image.
mapMatrix
Type: OpenCvSharpCvMat
3x3 transformation matrix.
flags
Type: OpenCvSharpInterpolation
A combination of interpolation method and the optional flags.
See Also

Reference