NativeMethodsimgproc_accumulateWeighted Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_accumulateWeighted(System.IntPtr,System.IntPtr,System.Double,System.IntPtr)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_accumulateWeighted( IntPtr src, IntPtr dst, double alpha, IntPtr mask )
Public Shared Function imgproc_accumulateWeighted ( src As IntPtr, dst As IntPtr, alpha As Double, mask As IntPtr ) As ExceptionStatus
public: static ExceptionStatus imgproc_accumulateWeighted( IntPtr src, IntPtr dst, double alpha, IntPtr mask )
static member imgproc_accumulateWeighted : src : IntPtr * dst : IntPtr * alpha : float * mask : IntPtr -> ExceptionStatus
[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_accumulateWeighted(System.IntPtr,System.IntPtr,System.Double,System.IntPtr)"]
[Missing <param name="dst"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_accumulateWeighted(System.IntPtr,System.IntPtr,System.Double,System.IntPtr)"]
[Missing <param name="alpha"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_accumulateWeighted(System.IntPtr,System.IntPtr,System.Double,System.IntPtr)"]
[Missing <param name="mask"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_accumulateWeighted(System.IntPtr,System.IntPtr,System.Double,System.IntPtr)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_accumulateWeighted(System.IntPtr,System.IntPtr,System.Double,System.IntPtr)"]