ImageJ Plugins

© 2005 Sergio Caballero


ColocalizeRGB |  Area_Calculator |  Disclaimer |  ImageJ Home |  ImageJ Plugins Home


ColocalizeRGB

Author: Sergio Caballero (ksamn2@ufl.edu)
Significant parts of this code were adapted from Wayne Rasband, Pierre Bourdoncle, and Christopher Philip Mauer.
History: 2005/04/01: First version
Source: ColocalizeRGB_.java
Installation: Download ColocalizeRGB_.class to the plugins folder and restart ImageJ.
Description: This plugin finds the colocalized pixels in three separate channels (red, green and blue). It was written primarily to analyze 3-color immunofluorescent microscopy images, although any RGB image may be analyzed. The plugin will work with either single images or with stacks. Colocalized pixels will be displayed for Red-Green, Red-Blue, Green-Blue, and Red-Green-Blue colocalization. The plugin can also generate three separate RGB images which overlay the colocalized image on its respective analyzed channels - for example the Red-Green colocalized image is placed in the blue channel along with the original 8-bit red and 8-bit green images to generate an RGB overlay image.

To use:
 1. Open three 8-bit images (or stacks) each containing separate data for
    red, green or blue channels. With a single RGB image use the ImageJ command
    Image->Color->RGB Split. Close the blank channel images (e.g., split the
    red image, close the green and blue channel windows).
 2. Run the plugin and select the appropriate Red, Green and Blue 8-bit
    images from the drop-down lists.
 3. Auto-thresholding is defaulted. Uncheck the box and enter a threshold
    level for each channel if manual thresholding is desired (value = 50 is
    default, acceptable values are 0-255).
 4. A pixel ratio between paired channels is defaulted to 50%. Check the
    appropriate box to enter another ratio (acceptable range is 0-100%).
 5. Check the box to show the RGB colocalization overlays if desired.
 6. Click OK to run.

ColocalizeRGB Plugin dialog


Area_Calculator

Author: Sergio Caballero (ksamn2@ufl.edu)
Parts of this code were adapted from Wayne Rasband.
History: 2005/12/05: v1.2 Added code to save and recover previously entered threshold level; improved algorithm for free-hand ROIs, now 10-50X faster.
2005/10/04: v1.1 Added drop-down dialog box to select image.
2005/04/01: First version
Source: Area_Calculator.java
Installation: Download Area_Calculator.class and Area_Calculator$Coordinate.class to the plugins folder and restart ImageJ.

Alternatively, download the source code (link above to .java file) to the plugins folder and compile from within ImageJ.
Description: This plugin counts the pixels above a threshold level in an entire image (or stack) or within an ROI and displays the total area of those pixels. If the image (or stack) is spatially calibrated, the results will be shown in the calibration units, otherwise in pixels^2.
 To use:
 1. Open an 8-bit image (or stack).
 2. Run the plugin and select "Use auto-thresholding:" or manually enter
    a threshold level (acceptable values are 0-255). The previously used, manually
    entered threshold level is the default.
 3. Select the image to be analyzed from the drop-down list.
 3. If desired, check the box to clear any prior results from the results window.
 4. Click OK to run.

Area_Calculator Plugin dialog



DISCLAIMER

Permission to use, copy, modify, and distribute this software for any purpose without fee is hereby granted, provided that author credit is given in all copies of any software which includes a copy or modification of this software and in all copies of the supporting documentation for such software. Any for profit use of this software is expressly forbidden without first obtaining the explicit consent of the author. THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED WARRANTY. IN PARTICULAR, THE AUTHOR DOES NOT MAKE ANY REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. See the GNU General Public License for more details.