plugin

Description

The Sholl technique is used to describe neuronal arbors. This plugin can perform Sholl directly on 2D and 3D grayscale images of isolated neurons. Its internal algorithm to collect data is based upon how Sholl analysis is done by hand — it creates a series of concentric shells (circles or spheres) around the focus of a neuronal arbor, and counts how many times connected voxels defining the arbor intersect the sampling shells. The major advantages of this plugin over other implementations are:

sholl analysis
Description

Some functions for PDE filtering.

has topic
has function
need a thumbnail
Description

"This ImageJ plugin (CGE) is a semi-automatic tool to detect and track moving cell, and to measure the fluorescent protein expression level. CGE extracts the trajectory of the cells by tracking their displacements, makes the delineation of cell nucleus or whole cell, and finally yields measurements of various features, like reporter protein expression level, cell displacement."

has function
Description

GUI tool, to view intensity profile dynamically as the position of ROI is changed by mouse-dragging a ROI. In more recent ImageJ, the native plot-profile window is equipped with "Live" mode, so this plugin function became a part of ImageJ.

This plugin is a good scripting example using Clojure (see source code).

Description

This plugin stabilizes jittery image stacks using the Lucas-Kanade algorithm. It supports both grayscale and color images.

See also this tweet

has function