NativeMethodsimgproc_createHanningWindow Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_createHanningWindow( IntPtr dst, Size winSize, int type )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_createHanningWindow ( dst As IntPtr, winSize As Size, type As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_createHanningWindow( IntPtr dst, Size winSize, int type )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_createHanningWindow : dst : IntPtr * winSize : Size * type : int -> unit
OpenCvSharp.NativeMethods.imgproc_createHanningWindow = function(dst, winSize, type);