|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvolume.Kernel
volume.Kernel1D
volume.GaborCos
public class GaborCos
This class implements a Gabor (even) cosine 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 | |
|---|---|
GaborCos(double sigma,
double w,
double phi)
Create a Gabor cosine kernel of width sigma tuned to frequency omega, and phase phi. |
|
| 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 |
|---|
public GaborCos(double sigma,
double w,
double phi)
sigma, - the standard deviation of the associated probability function of the Gaussian envelope function.w - (omega), the frequency of the cosine function.phi - the phase (0 .. 2 PI).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||