|
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
)
Public Shared Function RealFunction2D (
x As Integer,
y As Integer,
lambda As Double,
theta As Double,
psi As Double,
sigma As Double,
gamma As Double
) As Double
Request Example
View SourceParameters
- x
- Type: SystemInt32
- y
- Type: SystemInt32
- lambda
- Type: SystemDouble
- theta
- Type: SystemDouble
- psi
- Type: SystemDouble
- sigma
- Type: SystemDouble
- gamma
- Type: SystemDouble
Return Value
Type:
DoubleSee Also