Cv2GetPerspectiveTransform Method (IEnumerablePoint2f, IEnumerablePoint2f)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static Mat GetPerspectiveTransform(
IEnumerable<Point2f> src,
IEnumerable<Point2f> dst
)
Public Shared Function GetPerspectiveTransform (
src As IEnumerable(Of Point2f),
dst As IEnumerable(Of Point2f)
) As Mat
public:
static Mat^ GetPerspectiveTransform(
IEnumerable<Point2f>^ src,
IEnumerable<Point2f>^ dst
)
static member GetPerspectiveTransform :
src : IEnumerable<Point2f> *
dst : IEnumerable<Point2f> -> Mat
OpenCvSharp.Cv2.GetPerspectiveTransform = function(src, dst);
Parameters
- src
- Type: System.Collections.GenericIEnumerablePoint2f
- dst
- Type: System.Collections.GenericIEnumerablePoint2f
Return Value
Type:
Mat
See Also