plugin

Description

A Java Package for Geometrical Image Transformation, works up to 5D.

  • Affine
  • Crop
  • Embed
  • Matrix
  • Mirror
  • Rotate
  • Scale
  • Translate
  • Turn
Description

Manual Tracking GUI. Many shortcut keys, and after being experienced, manual tracking can efficiently done. Post-editing capability to delete segments, merge and splitting tracks is quite useful.

has function
Description

An often used Laplacian filter for enhancing signals at object boundaries and dots. It works with XY, XYZ, XYZ-T, XYZ-T-Ch1, XYZT-C1-C2 images. Distributed as a part of ImageJ plugin FeatureJ, and included in Fiji. The second URL above is the link to its Javadoc. (imagescience.feature.Laplacian). A primer for using this class in Jython script is in CMCI Jython/Fiji cookbook: FeatureJ.

need a thumbnail
Description

The FindFoci plugins allow the identification of peak intensity regions within 2D and 3D images. The algorithm is highly configurable and parameters can be optimised using reference images and then applied to multiple images using the batch mode. Details of the benefits of training an algorithm on multiple images can be found in the FindFoci paper: 2591

has function
need a thumbnail
Description

The Fourier transform of an image produces a representation in frequency space: i.e. separated according to spatial frequency (effectively scale). The 2D amplitude map of the different spatial frequencies is symmetrical, and is commonly displayed with low spatial frequencies (large features) in the centre, highest spatial frequencies (small features) at the edges. Fourier filtering involves suppressing or enhancing features in the Fourier domain before carrying out an inverse Fourier transform to obtain a filtered real-space image. ImageJ's _Process > FFT > Bandpass Filter_ implements two common Fourier-filtering functions: 1. filtering for specific sizes of feature in an image by selecting minimum and maximum feature sizes (selecting a radial band of frequencies in Fourier space); 2. filtering out repetitive horizontal or vertical stripes by cutting out a zero-frequency stripe in the orthogonal direction in frequency space. The example image above shows the effect of filtering for 2 feature size ranges: 0-8 pixels, and 8-256 pixels; where the former appears "flattened" or washed-out, and the latter very blurred. The small images displayed to the lower-right of each filtered image correspond to the mask applied to the Fourier transform. Such filtering can be useful prior to global thresholding, for noise suppression, etc.

ImageJ bandpass screenshot