volume
Class GaborSin

java.lang.Object
  extended by volume.Kernel
      extended by volume.Kernel1D
          extended by volume.GaborSin

public class GaborSin
extends Kernel1D

This class implements a Gabor (odd) sine wave 1d convolution kernel for separated convolutions. (c) 1999-2002 Michael Abramoff. All rights reserved.


Field Summary
 
Fields inherited from class volume.Kernel1D
k
 
Fields inherited from class volume.Kernel
halfwidth
 
Constructor Summary
GaborSin(double sigma, double w)
          Create a Gabor sine kernel of width sigma tuned to w.
 
Method Summary
 
Methods inherited from class volume.Kernel1D
kernelToString, toString
 
Methods inherited from class volume.Kernel
support
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GaborSin

public GaborSin(double sigma,
                double w)
Create a Gabor sine kernel of width sigma tuned to w.

Parameters:
sigma, - the standard deviation of the associated probability function of the Gaussian envelope function.
w, - the frequency of the cosine function.