Click or drag to resize
Accord.NET (logo)

GaborKernelKind Enumeration

Gabor kernel types.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public enum GaborKernelKind
Members
  Member nameValueDescription
Real0 Creates kernel based on the real part of the Gabor function.
Imaginary1 Creates a kernel based on the imaginary part of the Gabor function.
Magnitude2 Creates a kernel based on the Magnitude of the Gabor function.
SquaredMagnitude3 Creates a kernel based on the Squared Magnitude of the Gabor function.
See Also