NativeMethodscore_randn_InputArray Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_randn_InputArray( IntPtr dst, IntPtr mean, IntPtr stddev )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_randn_InputArray ( dst As IntPtr, mean As IntPtr, stddev As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_randn_InputArray( IntPtr dst, IntPtr mean, IntPtr stddev )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_randn_InputArray : dst : IntPtr * mean : IntPtr * stddev : IntPtr -> unit
OpenCvSharp.NativeMethods.core_randn_InputArray = function(dst, mean, stddev);