NativeMethodsimgproc_getGaborKernel Method OpenCvSharp Class Library

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

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static IntPtr imgproc_getGaborKernel(
	Size ksize,
	double sigma,
	double theta,
	double lambd,
	double gamma,
	double psi,
	int ktype
)

Parameters

ksize
Type: OpenCvSharp.CPlusPlusSize

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

sigma
Type: SystemDouble

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

theta
Type: SystemDouble

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

lambd
Type: SystemDouble

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

gamma
Type: SystemDouble

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

psi
Type: SystemDouble

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

ktype
Type: SystemInt32

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

Return Value

Type: IntPtr

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

See Also

Reference