|
GaborKernel2D Method (Int32, Double, Double, Double, Double, Double, Boolean, GaborKernelKind)
|
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,
GaborKernelKind function
)
Public Shared Function Kernel2D (
size As Integer,
lambda As Double,
theta As Double,
psi As Double,
sigma As Double,
gamma As Double,
normalized As Boolean,
function As GaborKernelKind
) As Double(,)
Request Example
View SourceParameters
- size
- Type: SystemInt32
- lambda
- Type: SystemDouble
- theta
- Type: SystemDouble
- psi
- Type: SystemDouble
- sigma
- Type: SystemDouble
- gamma
- Type: SystemDouble
- normalized
- Type: SystemBoolean
- function
- Type: Accord.MathGaborKernelKind
Return Value
Type:
DoubleSee Also