Click or drag to resize
Accord.NET (logo)

GaborRealFunction2D Method

Real 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 RealFunction2D(
	int x,
	int y,
	double lambda,
	double theta,
	double psi,
	double sigma,
	double gamma
)
Request Example View Source

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
lambda
Type: SystemDouble
theta
Type: SystemDouble
psi
Type: SystemDouble
sigma
Type: SystemDouble
gamma
Type: SystemDouble

Return Value

Type: Double
See Also