Click or drag to resize
Accord.NET (logo)

Gabor. ImaginaryFunction2D Method

Imaginary part of the 2-D Gabor function.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static double ImaginaryFunction2D(
	int x,
	int y,
	double lambda,
	double theta,
	double psi,
	double sigma,
	double gamma
)
Request Example View Source

Parameters

x
Type: System.Int32
y
Type: System.Int32
lambda
Type: System.Double
theta
Type: System.Double
psi
Type: System.Double
sigma
Type: System.Double
gamma
Type: System.Double

Return Value

Type: Double
See Also