Click or drag to resize

NativeMethodsimgproc_getGaussianKernel Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static IntPtr imgproc_getGaussianKernel(
	int ksize,
	double sigma,
	int ktype
)

Parameters

ksize
Type: SystemInt32
sigma
Type: SystemDouble
ktype
Type: SystemInt32

Return Value

Type: IntPtr
See Also