CvMatPerspectiveTransform Method (CvPoint2D32f, CvPoint2D32f) OpenCvSharp Class Library
Calculates perspective transform from 4 corresponding points.

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

public static CvMat PerspectiveTransform(
	CvPoint2D32f[] src,
	CvPoint2D32f[] dst
)

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

Reference