Abstract
Due to the imaging devices, real-world images such as biological images may have poor contrast and be corrupted by noise, so that regions in the images present soft edges and their segmentation turns out to be quite difficult. Fuzzy mathematical morphology can be successfully applied to segment biological images having such characteristics of vagueness and imprecision. In this work we introduce an approach based on fuzzy mathematical morphology to segment images of human oocytes in order to extract the oocyte region from the entire image. The approach applies fuzzy morphological operators to detect soft edges in the oocyte images, followed by morphological reconstruction operators to isolate the oocyte region. The main concepts from fuzzy mathematical morphology are briefly introduced and the results of applying fuzzy morphological operators are reported in low-contrast images of human oocytes.











Similar content being viewed by others
Explore related subjects
Discover the latest articles, news and stories from top researchers in related subjects.Notes
Two pixels are connected in a subset S of an image A if there exists a path between them made up of pixels belonging to S. The largest set of pixels connected to the pixel p∈S is known as connected component of S.
A sample of experts was selected from the expert team working inside the project MBLab-DM19410 funding this work.
References
Aribarg T, Supratid S, Lursinsap C (2012) Optimizing the modified fuzzy ant-miner for efficient medical diagnosis. Appl Intell 37(3):357–376
Beucher S (1990) Segmentation d’images et morphologie mathematique
Bloch I (2009) Duality vs. adjunction for fuzzy mathematical morphology and general form of fuzzy erosions and dilations. Fuzzy Sets Syst 160:1858–1867
Bloch I, Maytre H (1995) Fuzzy mathematical morphologies: a comparative study. Pattern Recognit 28:1341–1387
Caponetti L, Castellano G, Corsini V, Sforza G (2009) Multiresolution texture analysis for human oocyte cytoplasm description. In: Proc of MeMeA’09, pp 150–155
De Baets B (1997) Fuzzy morphology: a logical approach. In: Uncertainty analysis in engineering and science: fuzzy logic, statistics, and neural network approach. Kluwer Academic, Norwell, pp 53–68. Number 8
De Baets B, Kerre EE, Gupta M (1995) The fundamentals of fuzzy mathematical morphology part I: basic concepts. Int J Gen Syst 23:155–171
Deng T, Heijmans H (2002) Grey-scale morphology based on fuzzy logic. J Math Imaging Vis 16(2):155–171
Di Gesu V, Maccarone MC, Tripiciano M (1993) Mathematical morphology based on fuzzy operators. Kluwer Academic, Norwell, p 477
Gonzalez RC, Woods RE (2006) Digital image processing, 3rd edn. Prentice Hall, Upper Saddle River
Hamamah S (2005) Oocyte and embryo quality: is their morphology a good criterion? Eur J Obstet Gynecol Reprod Biol 34:5538–5541
Heijmans HJAM (1994) Morphological image operators. Academic Press, Boston
Huang L-K, Wang M-JJ (1995) Image thresholding by minimizing the measure of fuzziness. Pattern Recognit 28(1):41–51
Lee H, Chen Y-P (2013) Skin cancer extraction with optimum fuzzy thresholding technique. Appl Intell, 1–12. doi:10.1007/s10489-013-0474-0
Magoulas G, Dounias G (2007) Computational intelligence in medicine and biology. Appl Intell 27(3):189–192
Meyer F, Beucher S (1990) Morphological segmentation. J Vis Commun Image Represent 1(2):21–46
Serra J (1983) Image analysis and mathematical morphology. Academic Press, San Diego
Shen Y et al (2006) Light retardance by human oocyte spindle is positively related to pronuclear score after ICSI. Reprod. Biomed. Online 6(12):737–751
Tulsani H (2013) Segmentation using morphological watershed transformation for counting blood cells. Int J Comput Appl Inf Technol 2(3):28–36
Vincent L (1993) Morphological grayscale reconstruction in image analysis: applications and efficient algorithms. IEEE Trans Image Process 2(2):176–201
Wilding M, Di Matteo L, D’Andretti S, Montanaro N, Capobianco C, Dale B (2007) An oocyte score for use in assisted reproduction. J Assist Reprod Genet 24(8):350–358
Zimmerman HJ (1991) Fuzzy set theory and its applications. Academic Press, Boston
Acknowledgements
The authors would like to thank the scientific coordinator of the project, Professor Floriana Esposito of the Department of Computer Science, University of Bari, Bari, Italy.
Author information
Authors and Affiliations
Corresponding author
Additional information
This work was partially supported by the Laboratorio di Bioinformatica per la Biodiversitá Molecolare (MBLab-DM19410) through the Italian project MIUR-FAR 08-09.
Appendix: Binary morphology
Appendix: Binary morphology
Let U be a nonempty set called a universe, and let P(U) be the family of all subsets of U. If we choose \(U = \mathbb{R}^{d}\), the d-dimensional Euclidean space, a subset A of U represents a continuous binary image on U. In the particular case \(U= \mathbb {Z}^{2}\) the subset A⊂U represents a discrete binary image on U.
In the same way a structuring element is a particular set \(B \subset \mathbb{Z}^{2}\), that gets translated over X and whose relations with X are studied at each location. In the following, we denote by B x the translation of B by x.
Based on these definitions, binary operators are defined as following. Given an image A and a binary structuring element B, with A and B subsets in \(\mathbb{Z}^{2}\), the dilation of A by B is defined as:
where B y denotes the translation of B along the vector y, that is B y ={b+y∣b∈B} and \(\check{B}\) denotes the reflection of B along the origin, that is \(\check{B}=\{-b \mid b\in B\}\). In other words, the dilation of image A by element B is the set union of all translations y such that A and \(\check{B}\) overlap by at least one element.
The erosion of A by B is defined as:
In other words, the erosion of A by B is the set of all points y such that B translated by y is contained in A.
The most important relation between dilation and erosion is the adjunction relation, defined as:
The adjunction relation is considered the most general as well as the most powerful duality relation between dilations and erosions. In general, dilation and erosion are not inverse operators. More specifically, if an image A is eroded by an element B and then dilated by B, the resulting set is not the original set A but a subset of it, in most cases this set is smaller than A. It is called the opening of A by B, denoted by A∘B. Formally, the opening of a binary image A by a binary structuring element B is defined by
The geometric interpretation of the opening A∘B is that the opening is the union of all translations of B that are contained in A. Consequently, the binary opening will suppress small peaks and eliminate other small details. In either case, the result of iteratively applied dilations and erosions is the elimination of specific image details smaller than the structuring element used.
Dually, if A is first dilated by B and then eroded by B we get a set which contains the original set A, and in most cases, is larger than A. It is called the closing of A by B, denoted by A•B. Formally, the closing of a binary image A by a binary structuring element B is defined as
If we apply the definition of erosion and dilation in (36) we obtain a geometric interpretation of the closing A•B, that consists of all points \(y\in\mathbb{Z}^{2}\) for which any translation of B that contains y has a nonempty intersection with A. As a consequence, the binary closing will fill up small gaps on the contour, eliminate small holes, fuse narrow breaks and long thin gulfs, smooth the contours.
Finally, it is worth to note that the combination of dilation and erosion leads to other operators on binary images, such as connected components and region filling.
Rights and permissions
About this article
Cite this article
Caponetti, L., Castellano, G., Basile, M.T. et al. Fuzzy mathematical morphology for biological image segmentation. Appl Intell 41, 117–127 (2014). https://doi.org/10.1007/s10489-013-0509-6
Published:
Issue Date:
DOI: https://doi.org/10.1007/s10489-013-0509-6