Click or drag to resize

NativeMethodsimgproc_getGaussianKernel Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getGaussianKernel(System.Int32,System.Double,System.Int32,System.IntPtr@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_getGaussianKernel(
	int ksize,
	double sigma,
	int ktype,
	out IntPtr returnValue
)

Parameters

ksize
Type: SystemInt32

[Missing <param name="ksize"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getGaussianKernel(System.Int32,System.Double,System.Int32,System.IntPtr@)"]

sigma
Type: SystemDouble

[Missing <param name="sigma"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getGaussianKernel(System.Int32,System.Double,System.Int32,System.IntPtr@)"]

ktype
Type: SystemInt32

[Missing <param name="ktype"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getGaussianKernel(System.Int32,System.Double,System.Int32,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getGaussianKernel(System.Int32,System.Double,System.Int32,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getGaussianKernel(System.Int32,System.Double,System.Int32,System.IntPtr@)"]

See Also