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, CvScalar fillval )
Parameters
- src
- Type: OpenCvSharp.CvArr
Source image. - dst
- Type: OpenCvSharp.CvArr
Destination image. - mapMatrix
- Type: OpenCvSharp.CvMat
3x3 transformation matrix. - flags
- Type: OpenCvSharp.Interpolation
A combination of interpolation method and the optional flags. - fillval
- Type: OpenCvSharp.CvScalar
A value used to fill outliers.
See Also