Click or drag to resize

Cv2GetPerspectiveTransform Method (IEnumerablePoint2f, IEnumerablePoint2f)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static Mat GetPerspectiveTransform(
	IEnumerable<Point2f> src,
	IEnumerable<Point2f> dst
)

Parameters

src
Type: System.Collections.GenericIEnumerablePoint2f
dst
Type: System.Collections.GenericIEnumerablePoint2f

Return Value

Type: Mat
See Also