Click or drag to resize
Accord.NET (logo)

GaborKernel2D Method (Int32, Double, Double, Double, Double, Double, Boolean)

Computes the 2-D Gabor kernel.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static double[,] Kernel2D(
	int size,
	double lambda,
	double theta,
	double psi,
	double sigma,
	double gamma,
	bool normalized
)
Request Example View Source

Parameters

size
Type: SystemInt32
lambda
Type: SystemDouble
theta
Type: SystemDouble
psi
Type: SystemDouble
sigma
Type: SystemDouble
gamma
Type: SystemDouble
normalized
Type: SystemBoolean

Return Value

Type: Double
See Also