NativeMethodscore_Mat_convertTo Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_convertTo(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double)"]
Namespace: OpenCvSharp
public static ExceptionStatus core_Mat_convertTo( IntPtr self, IntPtr m, int rtype, double alpha, double beta )
Public Shared Function core_Mat_convertTo ( self As IntPtr, m As IntPtr, rtype As Integer, alpha As Double, beta As Double ) As ExceptionStatus
public: static ExceptionStatus core_Mat_convertTo( IntPtr self, IntPtr m, int rtype, double alpha, double beta )
static member core_Mat_convertTo : self : IntPtr * m : IntPtr * rtype : int * alpha : float * beta : float -> ExceptionStatus
[Missing <param name="self"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_convertTo(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double)"]
[Missing <param name="m"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_convertTo(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double)"]
[Missing <param name="rtype"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_convertTo(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double)"]
[Missing <param name="alpha"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_convertTo(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double)"]
[Missing <param name="beta"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_convertTo(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_convertTo(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double)"]