|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--FFT
The FFT class contains methods to apply the 2D FFT to a TwoDArray.
Field Summary | |
TwoDArray |
input
Data structure to hold the input to the algorithm. |
TwoDArray |
intermediate
Data structure to hold the intermediate results of the algorithm. |
TwoDArray |
output
Data structure to hold the ouput of the algorithm. |
Constructor Summary | |
FFT()
Default no argument constructor. |
|
FFT(int[] pixels,
int w,
int h)
Constructor to set up an FFT object and then automatically apply the FFT algorithm. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public TwoDArray input
public TwoDArray intermediate
public TwoDArray output
Constructor Detail |
public FFT()
public FFT(int[] pixels, int w, int h)
pixels
- int array containing the image data.w
- The width of the image in pixels.h
- The height of the image in pixels.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |