Click or drag to resize

NativeMethodsimgproc_getPerspectiveTransform2 Method

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

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

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also