Contents
Image | Title | Category | Type | Description | Updated |
---|---|---|---|---|---|
![]() |
Microtubule end tracking in Drosophila Oocyte | Software | Workflow | Microtubule end tracking in live cell fluorescent images of Drosophila oocyte involves overcoming the following challenges, which can be tackled by a series of preprocessing steps and tracking described in Parton et al (2011) |
05/03/2023 - 10:51 |
![]() |
Quantitative analysis of focal adhesions | Software | Workflow | Simple workflow description for ImageJ, step-by-step description for delineating focal adhesions, count and characterize their positions. Measurement of dynamics is not involved. |
05/25/2018 - 18:48 |
![]() |
3D cell tracking and quantification of shape changes | Software | Workflow | The workflow includes segmentation, tracking and quantifying morphological dynamics of moving cells in 3D. The authors have implemented the workflow in Matlab, but so far there is no download link provided. To apply this workflow, we recommend to contact the authors or to implement the worflow based on the detailed description in the original paper. |
05/31/2018 - 22:10 |
![]() |
Multi Kymograph | Software | Collection | This macro and plugins suite for ImageJ (and Fiji) serves to measure the velocity of moving structures and visualize them, from image time series (2D over time). The module can be installed in ImageJ as a Macro Menu and each function/component can be called separately. The full workflow consists in calling some, or all, the functions sequentially in order to get from the image preparation (e.g. filtering and visualization of tracks) to the production of the kymographs (time vs. distance plot) and their analysis (retrieving the velocities). |
05/03/2023 - 11:09 |
|
spot detection and codistribution analysis | Software | Workflow | WASH, Exo84, and cortactin spot detection and codistribution analysis To detect endosomes, an automatic Otsu threshold is applied to the Gaussian-filtered MT1-MMPpositive endosome image (= 1.5 pixels for the sample image). Statistics about each endosome are then saved, for example random positioning of spots can be compared to actual positioning. For each endosome, WASH and Exo84 (or WASH and cortactin) spots are searched for in a neighboring of x pixels in their respective channel. |
04/29/2023 - 13:52 |
![]() |
Tissue Cell Segmentation | Software | Component | This macro is meant to segment the cells of a multicellular tissue. It is written for images showing highly contrasted and uniformly stained cell membranes. The geometry of the cells and their organization is automatically extracted and exported to an ImageJ results table. This includes: Cell area, major, minor fitted ellipse radii + major axis orientation and number of neighbors of the cells. Manual correction of the automatic segmentation is supported (merge split cells, split merged cells). Sample image data is available in the documentation page. |
04/28/2023 - 16:04 |
![]() |
Blob segmentation | Software | Component | Simple macro to separates blobs.
This macro depends on "Morphological Segmentation" component of the MorphoLibJ library, which should be installed via update sites. |
05/15/2018 - 00:59 |
![]() |
Wound healing assay: analysis in ImageJ | Software | Workflow | This macro was designed to measure the size of the scratch wound in a wound scratch assay. It uses an edge-detection and thresholding technique. |
05/03/2023 - 17:21 |
![]() |
ActionBar (ImageJ) | Software | Component | An ActionBar is a simple annotated text document that has snippets of Imagej macros or Beanshell arranged into buttons. This tool is very useful when creating custom work flows integrating multiple components. Each component can be linked to a button for a more streamlined and accessible workflow. |
04/29/2023 - 11:49 |
![]() |
Analyzing gels and western blots with ImageJ | Software | Workflow | It explains how to use ImageJ to compare the density (aka intensity) of bands on an agar gel or western blot. Some notes can be found here: http://cellnetmcweb.bioquant.uni-heidelberg.de/image-analysis/ShortTutorials/Fiji_GelAnalyzer.pdf |
05/26/2018 - 00:06 |
![]() |
plusTipTracker | Software | Workflow | The workflow contains a Matlab package (plusTipTracker) for segmentation and tracking of microtubule tips, based on fluorescence time-lapse movies from microtubule tip markers such as EB-GFP. The tracking model accounts for the specific movement characteristics of microtubules Moreover, scripts for secondary analysis of detected microtubule paths are provided. plusTipTracker is part of u-track 2.0 package. The workflow is described in the reference. |
05/03/2023 - 10:42 |
![]() |
FLIM / SLIM Analysis | Software | Collection | An exponential curve fitting library used for Fluorescence Lifetime Imaging (FLIM) and Spectral Lifetime Imaging (SLIM), available as: Publications: |
06/10/2018 - 00:41 |
![]() |
python-bioformats | Software | Collection | Python-bioformats is a Python wrapper for Bio-Formats, a standalone Java library for reading and writing life sciences image file formats. Bio-Formats is capable of parsing both pixels and metadata for a large number of formats, as well as writing to several formats. Python-bioformats uses the python-javabridge to start a Java virtual machine from Python and interact with it. | 09/12/2017 - 20:05 |
![]() |
python-javabridge | Software | Collection | The javabridge Python package makes it easy to start a Java virtual machine (JVM) from Python and interact with it. | 09/12/2017 - 20:05 |
![]() |
ijblob | Software | Component | ## Features >The IJBlob library indentifying connected components in binary images. The algorithm used for connected component labeling is: >Chang, F. (2004). A linear-time component-labeling algorithm using contour tracing technique. Computer Vision and Image Understanding, 93(2), 206220. doi:10.1016/j.cviu.2003.09.002 ##Reference Wagner, T and Lipinski, H 2013. IJBlob: An ImageJ Library for Connected Component Analysis and Shape Analysis. Journal of Open Research Software 1(1):e6, DOI: |
03/03/2020 - 10:29 |
![]() |
Counting Clumped Cells | Software | Workflow | A workflow combining ImageJ macro and manually using Trainable Weka Segmentation plugin for counting clumped cells. |
05/14/2018 - 22:52 |
![]() |
Histo_surfaces | Software | Workflow | An ImageJ macro for calculating empty surfaces on histological slices (ex: tubules in a kidney). |
04/29/2023 - 14:28 |
![]() |
Centromere Recognition and Quantification | Software | Workflow | <p>Particle detection is based on "Analyze Particles" in ImageJ. It probably could also be used in spot detection, not limited to centromere. >This macro is described in Bodor et al. (2012). The macro recognizes centromere or kinetochore foci in Delta Vision or TIFF images and determines their centroid position. Fluorescent intensities are then measured for each centromere by placing a small box around the centroid position of the centromere. The peak intensity value within the box is corrected for local background by subtraction of the minimum pixel value. | 06/25/2024 - 16:24 |
![]() |
Orthogonal Views (ImageJ) | Software | Component | A menu item in ImageJ that allows you to inspect a 3D stack with orthogonal views (XY, XZ, YZ planes). Slicing plane could be interactively moved by dragging crosses. Pedro Almada wrote a plugin to save the current orthogonal views as montage. ## ImageJ Macro Usages [Save orthogonal views | OrthoSaver](http://uic.igc.gulbenkian.pt/macros/OrthoSaver.ijm) >ImageJ's orthogonal viewer for 3D stacks doesn't let you easily save the current orthogonal view. |
03/03/2020 - 10:20 |
![]() |
v3dlib | Software | Collection | v3dlib library is a cross-platform C++ library written in wxWidgets for displaying 3D images. The most important part of the library is a window that can display 3D images of various types (RGB, RGB16, GRAY8, GRAY16, and float). The window can easily be extended of a new functionality and is used in many applications (e.g., viewer3d, Acquiarium, batchcrop, and others). | 09/12/2017 - 20:05 |