NativeMethodscvWarpPerspective Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvWarpPerspective(System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Interpolation,OpenCvSharp.CvScalar)"]

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

public static void cvWarpPerspective(
	IntPtr src,
	IntPtr dst,
	IntPtr map_matrix,
	Interpolation flags,
	CvScalar fillval
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

map_matrix
Type: SystemIntPtr

[Missing <param name="map_matrix"/> documentation for "M:OpenCvSharp.NativeMethods.cvWarpPerspective(System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Interpolation,OpenCvSharp.CvScalar)"]

flags
Type: OpenCvSharpInterpolation

[Missing <param name="flags"/> documentation for "M:OpenCvSharp.NativeMethods.cvWarpPerspective(System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Interpolation,OpenCvSharp.CvScalar)"]

fillval
Type: OpenCvSharpCvScalar

[Missing <param name="fillval"/> documentation for "M:OpenCvSharp.NativeMethods.cvWarpPerspective(System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Interpolation,OpenCvSharp.CvScalar)"]

See Also

Reference