Calculates perspective transform from 4 corresponding points.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- src
- Type: OpenCvSharpCvPoint2D32f
Coordinates of 4 quadrangle vertices in the source image. - dst
- Type: OpenCvSharpCvPoint2D32f
Coordinates of the 4 corresponding quadrangle vertices in the destination image.
Return Value
Type: CvMat[Missing <returns> documentation for "M:OpenCvSharp.CvMat.PerspectiveTransform(OpenCvSharp.CvPoint2D32f[],OpenCvSharp.CvPoint2D32f[])"]
See Also