NativeMethodsimgproc_resize Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_resize(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Double,System.Double,System.Int32)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_resize( IntPtr src, IntPtr dst, Size dsize, double fx, double fy, int interpolation )
Public Shared Function imgproc_resize ( src As IntPtr, dst As IntPtr, dsize As Size, fx As Double, fy As Double, interpolation As Integer ) As ExceptionStatus
public: static ExceptionStatus imgproc_resize( IntPtr src, IntPtr dst, Size dsize, double fx, double fy, int interpolation )
static member imgproc_resize : src : IntPtr * dst : IntPtr * dsize : Size * fx : float * fy : float * interpolation : int -> ExceptionStatus
[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_resize(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Double,System.Double,System.Int32)"]
[Missing <param name="dst"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_resize(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Double,System.Double,System.Int32)"]
[Missing <param name="dsize"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_resize(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Double,System.Double,System.Int32)"]
[Missing <param name="fx"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_resize(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Double,System.Double,System.Int32)"]
[Missing <param name="fy"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_resize(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Double,System.Double,System.Int32)"]
[Missing <param name="interpolation"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_resize(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Double,System.Double,System.Int32)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_resize(System.IntPtr,System.IntPtr,OpenCvSharp.Size,System.Double,System.Double,System.Int32)"]