Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
FFT Class Reference
Inheritance diagram for FFT:
PlugIn

Public Member Functions

void run (String arg)
 
void doForewardTransform (FHT fht, ImageProcessor ip)
 
void redisplayPowerSpectrum ()
 

Detailed Description

This class implements the FFT, Inverse FFT and Redisplay Power Spectrum commands in the Process/FFT submenu. It is based on Arlo Reeves' Pascal implementation of the Fast Hartley Transform from NIH Image (http://rsb.info.nih.gov/ij/docs/ImageFFT/). The Fast Hartley Transform was restricted by U.S. Patent No. 4,646,256, but was placed in the public domain by Stanford University in 1995 and is now freely available.

Definition at line 19 of file FFT.java.

Member Function Documentation

void run ( String  arg)
inline

This method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.

Implements PlugIn.

Definition at line 32 of file FFT.java.


The documentation for this class was generated from the following file: