Click or drag to resize
Accord.NET (logo)

Gabor Class

Gabor functions.
Inheritance Hierarchy
SystemObject
  Accord.MathGabor

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static class Gabor
Request Example View Source

The Gabor type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFunction1D
1-D Gabor function.
Public methodStatic memberFunction2D
2-D Gabor function.
Public methodStatic memberImaginaryFunction2D
Imaginary part of the 2-D Gabor function.
Public methodStatic memberKernel2D(Double, Double, Double, Double, Double)
Computes the 2-D Gabor kernel.
Public methodStatic memberKernel2D(Double, Double, Double, Double, Double, Boolean)
Computes the 2-D Gabor kernel.
Public methodStatic memberKernel2D(Int32, Double, Double, Double, Double, Double, Boolean)
Computes the 2-D Gabor kernel.
Public methodStatic memberKernel2D(Int32, Double, Double, Double, Double, Double, Boolean, GaborKernelKind)
Computes the 2-D Gabor kernel.
Public methodStatic memberRealFunction2D
Real part of the 2-D Gabor function.
Top
Remarks
This class has been contributed by Diego Catalano, author of the Catalano Framework, a native port of AForge.NET and Accord.NET for Java and Android.
See Also