Click or drag to resize

NativeMethodsimgproc_getPerspectiveTransform1 Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getPerspectiveTransform1(OpenCvSharp.Point2f[],OpenCvSharp.Point2f[],System.IntPtr@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_getPerspectiveTransform1(
	Point2f[] src,
	Point2f[] dst,
	out IntPtr returnValue
)

Parameters

src
Type: OpenCvSharpPoint2f

[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getPerspectiveTransform1(OpenCvSharp.Point2f[],OpenCvSharp.Point2f[],System.IntPtr@)"]

dst
Type: OpenCvSharpPoint2f

[Missing <param name="dst"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getPerspectiveTransform1(OpenCvSharp.Point2f[],OpenCvSharp.Point2f[],System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getPerspectiveTransform1(OpenCvSharp.Point2f[],OpenCvSharp.Point2f[],System.IntPtr@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getPerspectiveTransform1(OpenCvSharp.Point2f[],OpenCvSharp.Point2f[],System.IntPtr@)"]

See Also