Next Article in Journal
Optical Trapping and Manipulation of Superparamagnetic Beads Using Annular-Shaped Beams
Previous Article in Journal
Genetic Transformation of Recalcitrant Cassava by Embryo Selection and Increased Hormone Levels
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Protocol

Segmentation of Total Cell Area in Brightfield Microscopy Images

Contipro a.s., Dolní Dobrouč 401, Dolní Dobrouč 561 02, Czech Republic
Methods Protoc. 2018, 1(4), 43; https://doi.org/10.3390/mps1040043
Submission received: 4 September 2018 / Revised: 14 November 2018 / Accepted: 14 November 2018 / Published: 19 November 2018

Abstract

:
Segmentation is one of the most important steps in microscopy image analysis. Unfortunately, most of the methods use fluorescence images for this task, which is not suitable for analysis that requires a knowledge of area occupied by cells and an experimental design that does not allow necessary labeling. In this protocol, we present a simple method, based on edge detection and morphological operations, that separates total area occupied by cells from the background using only brightfield channel image. The resulting segmented picture can be further used as a mask for fluorescence quantification and other analyses. The whole procedure is carried out in open source software Fiji.

Graphical Abstract

1. Introduction

With the advances in fluorescence microscopy techniques and, especially, in the field of quantitative fluorescence detection, microscopes are becoming more and more tools of not just qualitative evaluations, but also quantitative measurements. This, however, also brings up the necessity of utilizing various methods of image analysis to obtain reliable results and the image segmentation, i.e., separation of areas in the image that are important for analysis from background, is one of the most crucial steps [1]. Probably the most common way of image segmentation is thresholding, that separates areas of interest from background using pixel values in fluorescence images, their spatial distribution, and other metrics [2,3,4,5,6,7]. This method, however, cannot be used in cases when the knowledge of the total area occupied by cells is necessary (for example for calculation of mean fluorescence intensity in cells, integrated fluorescence density etc.) and the labeling is localized in specific organelles and not in the whole cell volume. Another approach is the manual segmentation, that can be considered as a reference when done properly [8], but which is impossible to be used in high-throughput analysis.
In this protocol, we present a simple method that segments microscopy images using only brightfield channel. With modern fluorescence or confocal microscopes, it is not a problem to obtain a brightfield image simultaneously, or consequently, at a very fast pace together with fluorescence image, so the spatial localization of cells in both channels is the same. The areas that are recognized as cells in brightfield images can, thus, be easily applied as selections in fluorescence channels as well. There are methods of brightfield segmentation but, usually, they are not so simple and ready to use [9,10,11,12]. The proposed procedure is carried out using Fiji [13] and requires the installation of Canny edge detection plugin [14]; the rest of the functions are built-in. It does not require any additional equipment, and only a basic level of image analysis knowledge.

2. Experimental Design

The process is based on edge detection, which highlights areas of varying brightness across the image. This leads to the creation of a binary image with highly structuralized areas within areas occupied by cells. The binary image is further processed using maximum filter and basic morphological operations to fill the insides of cells, smooth the edges, and remove debris in the background. The resulting binary image clearly separates areas with strong edge contrast (i.e., cells) from background.
Knowledge of pixel resolution (in nm/pixel) in the analyzed image is required. If the segmentation is used for fluorescence analysis, all channels must have the same spatial resolution and, ideally, be acquired simultaneously. It is recommended not to include scale bars in analyzed images as it can be falsely positively detected. Otherwise, there are no other limitations; images in all channels should be acquired following basic rules considering the fluorescence crosstalk, saturation of the detector, spatial sampling frequency, etc. [15,16]

Software

Fiji, based on ImageJ 1.51h (Wayne Rasband, National Institutes of Health, Bethesda, MD, USA)

3. Procedure

The presented procedure is carried out in Fiji software, purely because of its simple use and popularity. It can, however, be applied in any other image processing software if it supports the necessary functions (especially edge detection and morphological operations). Each step in the procedure includes a short explanation, ImageJ macro command, and illustrative pictures of processing brightfield images of HCT-116 cells The presented parameters are best suited for images acquired with high magnification objectives (40× and higher). Changes necessary for processing images acquired with lower magnification objectives are discussed in Section 4.
  • Open brightfield image and equalize its histogram, set the portion of saturated pixels to 0% (Figure 1).
    run(“Enhance Contrast...”, “saturated=0 equalize”);
  • Perform Canny edge detection with Gaussian kernel radius pixel resolution set according to Table 1, Low threshold set to 0.1 and High threshold set to 8.0.(Figure 2).
    Mps 01 00043 i001CRITICAL STEP Especially high threshold setting has a significant impact on the final segmentation, and should be first to consider when adjusting the procedure for optimal result.
    run(“Canny Edge Detector”, “gaussian=1.75 low=0.1 high=8”);
  • Run Maximum filter with radius set to value according to Table 1. This filter creates a running window that replaces the central pixel with the maximum value of the neighboring pixels. In the edged image, this filter fills most of the intracellular space (Figure 3).
    run(“Maximum...”, “radius=5”);
  • Perform morphological operation Closing with number of iterations set to 10 and count set to 3. This fills the remaining small holes in the image.
    run(“Options...”, “iterations=10 count=3 pad do=Close”);
  • Run morphological Opening with number of iterations set to 10 and count se to 3. This eliminates small structures (debris, etc.) localized outside the cells.
    run(“Options...”, “iterations = 20 count=3 do=Open”);
  • OPTIONAL STEP Run morphological Erode with iterations set to 2 and count set to 3. This step reduces the effect of morphological dilation introduced in step 3 by Maximum filter (Figure 4).
    run(“Options...”, “iterations=2 count=3 pad do=Erode”);
  • Overlay the outline of segmented areas with the original brightfield image and check the precision of segmentation. If necessary, adjust the parameters of procedure, focus especially on High threshold setting of Canny edge detection (Figure 5).

4. Expected Results and Discussion

The procedure can be performed on various cell types and for images acquired with the same optical setup, and it does not need any further adjustments in most cases. Figure 6 shows the results of segmentation on six cell lines with various morphologies, acquired with a 63× water objective (pixel resolution 110 nm/pixel) and using the same parameters in all cases. Since the procedure is based on edge detection, it works best on cell types with clearly visible borders (typically HCT-116, MCF7, HT-29). It is possible that cells with not-so-distinctive borders, such as fibroblasts, may need adjustment of procedure parameters for better separation of intracellular space from background. In such a case, a High threshold parameter of Canny edge detection should be first to be modified. Since the rest of the procedure is based on morphological operations, changing the parameters of edge detection may require further adjustments of other steps as well. For example, as is shown in Figure 2, setting High threshold too high can, on the one hand, reduce the probability of detecting noise but, on the other, detect a lesser amount of edges inside the cells that would need different parameters of Closing.
Analysis of images acquired with less powerful objectives (<20×) requires changes in procedure parameters with respect to the different area (in numbers of pixels) occupied by a single cell. Figure 7 shows pictures of normal human dermal fibroblasts (NHDF) acquired with 5× objective (pixel resolution >360 nm/pixel). Parameters were adjusted according to Table 1, and High threshold setting in the Canny detection step was set to 9. In Figure 7a,b all the remaining parameters were kept at default values from Section 3. As can be seen in the pictures, the process is a little too coarse to precisely copy the shape of cells. This can be fine-tuned by adjusting parameters of morphological operations to make the procedure more accurate. In Figure 7c,d are the same pictures processed with number of iterations of Closing set to 2, and number of iterations of Opening set to 10.
The procedure requires images acquired with a properly set-up microscope, and with decent contrast. Examples of poor-quality images and blank images processed with the parameters from Section 3 are shown in Figure 8. Figure 8a,b were acquired with insufficient illumination (with (b) being slightly out of focus) which leads, after histogram equalization, to strongly pronounced noise that is incorrectly recognized as a cellular structure. Figure 8c,d show an empty field of view after equalization and original image with highlighted areas that were positively detected as cells. Although the original image seems to be a uniform background, equalization reveals impurities that possess a certain level of contrast. As the procedure is simply based on an edge detection and morphological operations, it is no surprise that these areas are highlighted. However, as can be seen in Figure 8e,f images with less contrast inequalities in illumination are processed without any false positive detection.
Precision of segmentation was validated against manual segmentation performed by two biologists on the set of 10 images of various sizes and cell types. The parameter of interest was the size of area positively marked as being occupied by cells. For automated segmentation, the process parameters were adjusted according to Section 3, to match the properties of images. The results, represented as a mean of differences between automated and manual segmentation (in % with the result of manual segmentation considered to be 100%), are summarized in Table 2.
The automated segmentation turned out to be more lenient than manual, resulting in 7.9% (±4.8%) and 8.5% (±6.2%) positive difference. There are few reasons why the area detected by the process is, in general, larger. The main reason is impurities, such as cellular debris, etc., that would not be marked by a biologist as a cell, but can be detected if they contrast and are big enough. Another reason is a presence of complicated cell protrusions that might be either omitted by manual segmentation, or fused together by the automated process, with both ways resulting in a larger area detected by the process.

Funding

This research received no external funding.

Acknowledgements

Many thanks to Romana Šínová for the assistance with manual segmentation.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Xing, F.; Yang, L. Robust Nucleus/Cell Detection and Segmentation in Digital Pathology and Microscopy Images: A Comprehensive Review. IEEE Rev. Biomed. Eng. 2016, 9, 234–263. [Google Scholar] [CrossRef] [PubMed]
  2. Du, X. Segmentation of Fluorescence Microscopy Cell Images Using Unsupervised Mining. Open Med. Inf. J. 2010, 4, 41–49. [Google Scholar] [CrossRef]
  3. Russell, R.A.; Adams, N.M.; Stephens, D.A.; Batty, E.; Jensen, K.; Freemont, P.S. Segmentation of Fluorescence Microscopy Images for Quantitative Analysis of Cell Nuclear Architecture. Biophys. J. 2009, 96, 3379–3389. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  4. Arteta, C.; Lempitsky, V.; Noble, J.A.; Zisserman, A. Detecting overlapping instances in microscopy images using extremal region trees. Med. Image Anal. 2016, 27, 3–16. [Google Scholar] [CrossRef] [PubMed]
  5. Wang, M.; Zhou, X.; Li, F.; Huckins, J.; King, R.W.; Wong, S.T. Novel cell segmentation and online SVM for cell cycle phase identification in automated microscopy. Bioinformatics 2007, 24, 94–101. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  6. Zhou, X.; Li, F.; Yan, J.; Wong, S. A Novel Cell Segmentation Method and Cell Phase Identification Using Markov Model. IEEE Trans. Inf. Technol. Biomed. 2009, 13, 152–157. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  7. Solorzano, C.O.D.; Rodriguez, E.G.; Jones, A.; Pinkel, D.; Gray, J.W.; Sudar, D.; Lockett, S.J. Segmentation of confocal microscope images of cell nuclei in thick tissue sections. J. Microsc. 1999, 193, 212–226. [Google Scholar] [CrossRef]
  8. Dima, A.A.; Elliott, J.T.; Filliben, J.J.; Halter, M.; Peskin, A.; Bernal, J.; Kociolek, M.; Brady, M.C.; Tang, H.C.; Plant, A.L. Comparison of segmentation algorithms for fluorescence microscopy images of cells. Cytom. Part A 2011, 79A, 545–559. [Google Scholar] [CrossRef] [PubMed]
  9. Selinummi, J.; Ruusuvuori, P.; Podolsky, I.; Ozinsky, A.; Gold, E.; Yli-Harja, O.; Aderem, A.; Shmulevich, I. Bright Field Microscopy as an Alternative to Whole Cell Fluorescence in Automated Analysis of Macrophage Images. PLoS ONE 2009, 4, e7497. [Google Scholar] [CrossRef] [PubMed]
  10. Bradbury, L.; Wan, J.W.L. A spectral k-means approach to bright-field cell image segmentation. In Proceedings of the 2010 Annual International Conference of the IEEE Engineering in Medicine and Biology, Buenos Aires, Argentina, 31 August–4 September 2010. [Google Scholar]
  11. Zhang, C.; Huber, F.; Knop, M.; Hamprecht, F.A. Yeast cell detection and segmentation in bright field microscopy. In Proceedings of the 2014 IEEE 11th International Symposium on Biomedical Imaging (ISBI), Beijing, China, 29 April–2 May 2014. [Google Scholar]
  12. Peng, J.-Y.; Chen, Y.-J.; Green, M.D.; Forsburg, S.L.; Hsu, C.-N. Robust cell segmentation for schizosaccharomyces pombe images with focus gradient. In Proceedings of the 2013 IEEE 10th International Symposium on Biomedical Imaging, San Francisco, CA, USA, 7–11 April 2013. [Google Scholar]
  13. Schindelin, J.; Arganda-Carreras, I.; Frise, E.; Kaynig, V.; Longair, M.; Pietzsch, T.; Preibisch, S.; Rueden, C.; Saalfeld, S.; Schmid, B.; et al. Fiji: An open-source platform for biological-image analysis. Nat. Methods 2012, 9, 676–682. [Google Scholar] [CrossRef] [PubMed]
  14. Gibara, T. Canny Edge Detector Imagej Plugin. 2013. Available online: https://imagej.nih.gov/ij/plugins/canny/index.html (accessed on 16 November 2018).
  15. Ettinger, A.; Wittmann, T. Fluorescence live cell imaging. Methods Cell Biol. Quant. Imaging Cell Biol. 2014, 123, 77–94. [Google Scholar] [Green Version]
  16. Brown, C.M. Fluorescence microscopy–avoiding the pitfalls. J. Cell Sci. 2007, 120, 1703–1705. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Brightfield channel of HCT-116 cell line. (a) Unedited picture; (b) picture with equalized histogram.
Figure 1. Brightfield channel of HCT-116 cell line. (a) Unedited picture; (b) picture with equalized histogram.
Mps 01 00043 g001
Figure 2. Edge detection using Canny algorithm on Figure 1b using Gaussian kernel radius of 1.75, low threshold 0.1, and varying values for High threshold. (a) High threshold set to 20; (b) High threshold set to 2.0; (c) High threshold set to 8.0.
Figure 2. Edge detection using Canny algorithm on Figure 1b using Gaussian kernel radius of 1.75, low threshold 0.1, and varying values for High threshold. (a) High threshold set to 20; (b) High threshold set to 2.0; (c) High threshold set to 8.0.
Mps 01 00043 g002
Figure 3. Effect of Maximum filter. (a) Edged imaged before filtration. (b) Image after filtration using radius = 5 pixels.
Figure 3. Effect of Maximum filter. (a) Edged imaged before filtration. (b) Image after filtration using radius = 5 pixels.
Mps 01 00043 g003
Figure 4. Processing of filtered image (Figure 3b) using morphological operations. (a) Closing for filling holes; (b) Opening for removing debris; (c) Erosion to shrink the volume of segmented area.
Figure 4. Processing of filtered image (Figure 3b) using morphological operations. (a) Closing for filling holes; (b) Opening for removing debris; (c) Erosion to shrink the volume of segmented area.
Mps 01 00043 g004
Figure 5. Original brightfield image outlined with segmented area.
Figure 5. Original brightfield image outlined with segmented area.
Mps 01 00043 g005
Figure 6. Results of brightfield segmentation using the same process parameters on various cell types. Except for the added micron scale, the images were not adjusted in any way before segmentation. (a) HaCaT; (b) MCF7; (c) 3T3 murine fibroblasts; (d) HEK-293; (e) MDA-MB 231; (f) normal human dermal fibroblasts (NHDF). Scale bar 25 µm.
Figure 6. Results of brightfield segmentation using the same process parameters on various cell types. Except for the added micron scale, the images were not adjusted in any way before segmentation. (a) HaCaT; (b) MCF7; (c) 3T3 murine fibroblasts; (d) HEK-293; (e) MDA-MB 231; (f) normal human dermal fibroblasts (NHDF). Scale bar 25 µm.
Mps 01 00043 g006
Figure 7. Images of segmented NHDF acquired with 5× objective with varying confluency and digital zoom. In (a,b) without changing parameters of morphological operations, in (c,d) with number of iterations of Closing and Opening set to 2 and 10, respectively. Scale bar in (a,c) 100 µm, in (b,d) 300 µm.
Figure 7. Images of segmented NHDF acquired with 5× objective with varying confluency and digital zoom. In (a,b) without changing parameters of morphological operations, in (c,d) with number of iterations of Closing and Opening set to 2 and 10, respectively. Scale bar in (a,c) 100 µm, in (b,d) 300 µm.
Mps 01 00043 g007aMps 01 00043 g007b
Figure 8. (a,b) Results of processing insufficiently illuminated images. Images are shown after histogram equalization. Scale bars 25 µm.(cf) Blank fields of view with uneven illumination and impurities. (d,f) Original images with highlighted areas that were positively detected; (c,e) Images after histogram equalization. The process parameters were the same as described in Section 3 in all cases. Scale bars 250 µm.
Figure 8. (a,b) Results of processing insufficiently illuminated images. Images are shown after histogram equalization. Scale bars 25 µm.(cf) Blank fields of view with uneven illumination and impurities. (d,f) Original images with highlighted areas that were positively detected; (c,e) Images after histogram equalization. The process parameters were the same as described in Section 3 in all cases. Scale bars 250 µm.
Mps 01 00043 g008aMps 01 00043 g008b
Table 1. Recommended values for pixel resolution dependent filters.
Table 1. Recommended values for pixel resolution dependent filters.
Pixel Resolution (nm/pixel)Gaussian Kernel RadiusMaximum Filter Radius
90–1801.755
180–2701.52.5
270–3601.251.67
360+11.25
Table 2. Quantitative evaluation of precision of automated segmentation against manual segmentation.
Table 2. Quantitative evaluation of precision of automated segmentation against manual segmentation.
Number of Analyzed ImagesMean of Differences between Automated and Manual Segmentation ± SD
Biologist 110+7.9% ± 4.8%
Biologist 210+8.5% ± 6.2%

Share and Cite

MDPI and ACS Style

Čepa, M. Segmentation of Total Cell Area in Brightfield Microscopy Images. Methods Protoc. 2018, 1, 43. https://doi.org/10.3390/mps1040043

AMA Style

Čepa M. Segmentation of Total Cell Area in Brightfield Microscopy Images. Methods and Protocols. 2018; 1(4):43. https://doi.org/10.3390/mps1040043

Chicago/Turabian Style

Čepa, Martin. 2018. "Segmentation of Total Cell Area in Brightfield Microscopy Images" Methods and Protocols 1, no. 4: 43. https://doi.org/10.3390/mps1040043

Article Metrics

Back to TopTop