Click or drag to resize

NativeMethodsimgproc_getGaborKernel Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_getGaborKernel(
	Size ksize,
	double sigma,
	double theta,
	double lambd,
	double gamma,
	double psi,
	int ktype,
	out IntPtr returnValue
)

Parameters

ksize
Type: OpenCvSharpSize

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

sigma
Type: SystemDouble

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

theta
Type: SystemDouble

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

lambd
Type: SystemDouble

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

gamma
Type: SystemDouble

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

psi
Type: SystemDouble

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

ktype
Type: SystemInt32

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also