|
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
Syntaxpublic static double ImaginaryFunction2D(
int x,
int y,
double lambda,
double theta,
double psi,
double sigma,
double gamma
)
Public Shared Function ImaginaryFunction2D (
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: 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