All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gui.FFTImage

java.lang.Object
   |
   +----gui.FFTImage

public class FFTImage
extends java.lang.Object

Constructor Index

 o FFTImage(int[], int, float, boolean)

Method Index

 o fft()
 o ifft()

Constructors

 o FFTImage
 public FFTImage(int image[],
                 int imageWidth,
                 float magScale,
                 boolean fftShift)

Methods

 o fft
 public int[] fft()
 o ifft
 public int[] ifft()

All Packages  Class Hierarchy  This Package  Previous  Next  Index