[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_createHanningWindow(System.IntPtr,OpenCvSharp.CvSize,System.Int32)"]
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void imgproc_createHanningWindow( IntPtr dst, CvSize winSize, int type )
Parameters
- dst
- Type: SystemIntPtr
[Missing <param name="dst"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_createHanningWindow(System.IntPtr,OpenCvSharp.CvSize,System.Int32)"]
- winSize
- Type: OpenCvSharpCvSize
[Missing <param name="winSize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_createHanningWindow(System.IntPtr,OpenCvSharp.CvSize,System.Int32)"]
- type
- Type: SystemInt32
[Missing <param name="type"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_createHanningWindow(System.IntPtr,OpenCvSharp.CvSize,System.Int32)"]
See Also