Linux

Description

Quote: "The GDSC ImageJ plugins are a collection of analysis programs for microscopy images including colocalisation analysis and peak finding (FindFoci)."

Many types of analysis besides simply finding foci detection (spot detection) is bundled in this plugin. One prominent function is "FindFoci Optimizer". This allows feeding images with spot annotation by the user (multi-point selection tool) and scans through various parameter combinations to find the best parameter set that gives the results similar to the annotation. This is almost like machine learning... but with well-established parameter types that allows you to fully understand what is going on.

Description

This plugin filters a 3D image stack (or 2D image) to produce a score for how "tube-like" each point in the image is. This is useful as a preprocessing step for tracing neurons or blood vessels, for example. For 3D image stacks, the plugin uses the eigenvalues of the Hessian matrix to calculate this measure of "tubeness", using a metrics mentioned in Sato et al 1997 ¹: if the larger two eigenvalues (λ₂ and λ₃) are both negative then value is √(λ₂λ₃), otherwise the value is 0. For 2D images, if the large eigenvalue is negative, we return its absolute value and otherwise return 0.

This plugin is now bundled as part of Fiji.

Description

The Adipocytes Tools help to analyze fat cells in images from histological section. This is a rather general cell segmentation approach. It can be adapted to different situations via the parameters. This means that you have to find the right parameters for your application.

Sample Image: [0178_x5_3.tif](http://dev.mri.cnrs.fr/attachments/190/0178_x5_3.tif)

has topic
has function
Description

JFilament is an ImageJ plugin for segmentation and tracking of 2D and 3D filaments in fluorescenece microscopy images. The main algorithm used in Jfilament is "Stretching Open Active Contours" (SOAC). In order to use this method, the user must define seed points in the image where the SOAC method will begin.

JFilament also includes 2D "closed" active contours which can be used for tasks such as segmentation and tracking of cell boundaries.

 

JFilament_ImageJ_pulgin_Window
Description

EBImage provides general purpose functionality for image processing and analysis. In the context of (high-throughput) microscopy-based cellular assays, EBImage offers tools to segment cells and extract quantitative cellular descriptors. This allows the automation of such tasks using the R programming language and facilitates the use of other tools in the R environment for signal processing, statistical modeling, machine learning and visualization with image data.

EBImage is available through the Bioconductor software project (www.bioconductor.org). Strengths Lightweight Suitable for automated, scripted analyses All functions are documented with examples Modular links to R and Bioconductor software, notably imageHTS and cellHTS2 Community support via the Bioconductor mailing list Reproducible (image) analysis using the Sweave report-writing system

EBImage