|
BIJ API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--volume.Kernel | +--volume.Kernel1D | +--volume.GaborCos
This class implements a Gabor (even) cosine wave 1d convolution kernel for separated convolutions. (c) 1999-2002 Michael Abramoff. All rights reserved.
Fields inherited from class volume.Kernel1D |
k |
Fields inherited from class volume.Kernel |
halfwidth |
Constructor Summary | |
GaborCos(double sigma,
double w)
Create a Gabor cosine kernel of width sigma tuned to w. |
Methods inherited from class volume.Kernel1D |
kernelToString |
Methods inherited from class volume.Kernel |
support, toString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public GaborCos(double sigma, double w)
sigma,
- the standard deviation of the associated probability function of the Gaussian envelope function.w,
- the frequency of the cosine function.
|
BIJ API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |