|
GaborKernelKind Enumeration
|
Gabor kernel types.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public enum GaborKernelKind
Public Enumeration GaborKernelKind
Members
| Member name | Value | Description |
---|
| Real | 0 |
Creates kernel based on the real part of the Gabor function.
|
| Imaginary | 1 |
Creates a kernel based on the imaginary part of the Gabor function.
|
| Magnitude | 2 |
Creates a kernel based on the Magnitude of the Gabor function.
|
| SquaredMagnitude | 3 |
Creates a kernel based on the Squared Magnitude of the Gabor function.
|
See Also