NativeMethodscore_mean Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_mean(System.IntPtr,System.IntPtr,OpenCvSharp.Scalar@)"]
Namespace: OpenCvSharp
public static ExceptionStatus core_mean( IntPtr src, IntPtr mask, out Scalar returnValue )
Public Shared Function core_mean ( src As IntPtr, mask As IntPtr, <OutAttribute> ByRef returnValue As Scalar ) As ExceptionStatus
public: static ExceptionStatus core_mean( IntPtr src, IntPtr mask, [OutAttribute] Scalar% returnValue )
static member core_mean : src : IntPtr * mask : IntPtr * returnValue : Scalar byref -> ExceptionStatus
[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.core_mean(System.IntPtr,System.IntPtr,OpenCvSharp.Scalar@)"]
[Missing <param name="mask"/> documentation for "M:OpenCvSharp.NativeMethods.core_mean(System.IntPtr,System.IntPtr,OpenCvSharp.Scalar@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.core_mean(System.IntPtr,System.IntPtr,OpenCvSharp.Scalar@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_mean(System.IntPtr,System.IntPtr,OpenCvSharp.Scalar@)"]