Find Focused Slices

Downloads

You can download this plugin here, and put it into ImageJ's plugins folder.

The java source code: Find_focused_slices.java

Sample image stacks could be downloaded here

Description

This ImageJ plugin will pick up focused slices from a Z stack. Focus quality of each slice is evaluated by autofocus algorithm "Normalized variance"  (Groen et al., 1985; Yeo et al., 1993).

Fluorescent beads image for the Traction Force Microscopy (TFM)

 Original Z stack

Focused slice found by normalized variance

Focused slice found by normalized variance after edge filter

Applications

----------

This plugin was inspired by the "Select Frames With Best Edges" plugin from Jennifer West (http://www.umanitoba.ca/faculties/science/astronomy/jwest/plugins.html).

The Normalized Variance autofocus algorithm has also been implemented as an ImageJ macro by Andy Weller.

System Requirement

Tested on ImageJ 1.44 and above. But should be compatible with earlier version.

Installation

Download the Find_focused_slices.class and put it into ImageJ's plugins folder.

Then restart ImageJ or run "Refresh Menus".

Contact

Any question or comment, please contact Qingzong TSENG (qztseng at gmail.com).

Back to the main plugin page