This page contains links to the document ation for the Java support code, the associated JavaDocs and links to example programs.
Documents
Other Java Documents Example Code- Form the FFT of two sin signals of different frequencies SineSignal.java
- Read and display an image ImageDisplay.java
- Read and display a ASCI text image ASCIreader.java and the Toucan is as a 128 by 128 asci file here
- Read in a real image, extract an image of half the size and display both is two display panels ImageExtract.java
- Read image into ComplexImage, take centred FFT, display log of power spectrum and vertical and horizontal lines through centre FourierImage.java
- Read in image, calculate statistics and add Gaussian random noise to give specified SNR SNRDisplay.java
- Read in image, and simulate imaging with average specifed number of photons per pixel PoissonDisplay.java
- Read in real image and convolve with arbitrary filter mask read
from text file
ConvolveDisplay.java
Example filter kernels laplacian , enhance , dx, dy . - Read in real image and form median filter of specified size MedianDisplay.java
- Saving images via pop-down menu in ImageFrame only works for gif format. This looks like a Java bug, under investigation.