SpotCounter
SpotCounter (ImageJ) | |
---|---|
Author | Nico Stuurman (nico.stuurman at ucsf.edu) |
Maintainer | Nico Stuurman |
Source | on GitHub |
Initial release | 2015/07/30 |
Latest version | 2018/01/18 (Version 0.14) |
Category | Category:Particle_analysis |
Simple ImageJ/Fiji plugin to count spots in image stacks. The plugin detects local maxima by scanning the image with a box of user-defined size. Local maxima are accepted when the maximum is higher than a user-defined number over the average of the 4 corners of the box. The plugin outputs the number of spots per frame, the average intensity of all identified spots in a frame, and an estimate of the background intensity. Data can optionally be automatically copied to the System Clipboard. When selecting "Append new results", the default ImageJ Results table will be used for each subsequent run of the plugin, and the filename of the analyzed data will be listed with the results. This really is a simple plugin meant to facilitate the work-flow of certain experiments in the lab.
To install this plugin check the "ValelabUtils" update site in the Fiji updater.
History:
2018-01-18 - Version 0.14: Updated build system. Now is compiled to Java 8 bytecode.
2017-08-10 - Version 0.13: Added "append" option. Also adds the name of the data to the table.