| Literature DB >> 28683129 |
Vincenzo Della Mea1, Giulia L Baroni1, David Pilutti1, Carla Di Loreto2.
Abstract
The digital slide, or Whole Slide Image, is a digital image, acquired with specific scanners, that represents a complete tissue sample or cytological specimen at microscopic level. While Whole Slide image analysis is recognized among the most interesting opportunities, the typical size of such images-up to Gpixels- can be very demanding in terms of memory requirements. Thus, while algorithms and tools for processing and analysis of single microscopic field images are available, Whole Slide images size makes the direct use of such tools prohibitive or impossible. In this work a plugin for ImageJ, named SlideJ, is proposed with the objective to seamlessly extend the application of image analysis algorithms implemented in ImageJ for single microscopic field images to a whole digital slide analysis. The plugin has been complemented by examples of macro in the ImageJ scripting language to demonstrate its use in concrete situations.Entities:
Mesh:
Year: 2017 PMID: 28683129 PMCID: PMC5500328 DOI: 10.1371/journal.pone.0180540
Source DB: PubMed Journal: PLoS One ISSN: 1932-6203 Impact factor: 3.240
Fig 1The SlideJ configuration dialog.
Folder and file parameters can be selected by browsing the file system.
Example macros.
File name and a short summary of macro content has been provided for each example macro.
| File name | Description |
|---|---|
| Simulates a basic evaluation of H/DAB positivity for each tile of each slide in the input folder. Its output is a Results table with a row for each processed tile, showing blue and brown area, and their positivity percentage. | |
| This macro is similar to SlideJdemo1.ijm, but it directly calculates the overall H/DAB positivity of each slide. Its output is a Results table with a row for each slide, showing blue and brown area, and their positivity percentage. | |
| This macro is used to demonstrate the use of more than one Results table to store data. It calculates H/DAB positivity using a modified version of the ImmunoRatio plugin, which outputs now not only an annotated image, but also a row in the Results table. This row is in turn read by the macro and stored in a differently named Results table. | |
| It calls SlideJ with SlideJdemo1.ijm and then shows the tile with maximum H/DAB positivity. This example shows how to access previously stored tiles after a preliminary processing of the slide. | |
| This is the macro used for performance tests. It calls SlideJ with SlideJdemo2.ijm macro, to enable batch mode before any other operation | |
| It calls SlideJ with SlideJdemo3.ijm, to enable batch mode before any other operation for the sake of performance. | |
| This file contains the same SlideJ specific functions used in the demo macros but put alone. |
Fig 2Sample slide.
Overall view of a sample slide and one high magnification detail.
Fig 3Performance of SlideJ execution.
Throughput (MPixels/minute) by tile size is shown for the example macro SlideJdemo2, run in “batch mode” on series 1. Data is presented as box and whiskers plot (minimum, 1st quartile, median, 3rd quartile, maximum).