A New Morphology Algorithm for Microcalcifications Detection in Fuzzy Mammograms Images

DOI : 10.17577/IJERTV3IS10511

Download Full-Text PDF Cite this Publication

Text Only Version

A New Morphology Algorithm for Microcalcifications Detection in Fuzzy Mammograms Images

Mohamed Lagzouli

Equip Cryptography and Information Processing, Department of Mathematics Faculty of Sciences Ibn Tofail University Kenitra, Morocco.

Youssfi Elkettani

Equip Cryptography and Information Processing, Department of Mathematics Faculty of Sciences Ibn Tofail University Kenitra, Morocco.

Abstract

The main concerns of this paper is to illustrate how morphology Mathematics operations are applied in the domain of digital image processing. In the sequel we present and discuss how a new algorithm based on mathematical morphology operators is able to detect well the microcalcifications in mammograms images. We apply some of these operators to build an algorithm applied on digital images. We use the erosion operator by reconstruction with isotropic structuring element, flowed by the Segmentation based by contrast enhancement to find our new powerful algorithm. This algorithm is very efficient to detect well the microcalcifications malignant or benign in mammography images. We use also another algorithm to extract the minima regions from original image. We focus our zoom in this region that we have the more probability to find the microcalcifications. The application of our algorithm on a very fuzzy image leads us to deduce that our method is very powerful to detect well the microcalcification.

Keyword: Mammogram image, Morphology Matimatics Operator, Fuzzy image, Microcalcifications.

  1. Introduction

    Microcalcifications detection in mammograms images is one of the most problems in digital image medical. In mammography we have two types of problem: Microcalcifications and opacities. In the sequel there are two types of microcalcifications, benign or malignant. Then we ask if we can find a powerful method to detect well these microcalcifications.

    Currently, a large number of institutions around the world are actively engaged in research on mammograms. Traditionally, the diagnosis of local recurrence has been made

    with the mammography, ultrasonography, CT scan and magnetic resonance imaging (MRI), the latter two also being used when there is suspicion of distant recurrence, and the bone scintigraphy when there is suspicion of metastatic bone disease or in those cases with high risk of disease [1, 2].

    Hence, detection of microcalcifications considered the additional advantages of evaluating the cases of suspicion of breast cancer recurrence with a FDG-PET scan[3, 4] and more recently by the combination of morphological and functional images, such as CT scan and FDG-PET[5, 6].

    Mathematical morphology operator is a powerful, shaped- based method often used in image processing. It was invented by Georges Matheron and Jean Serra who worked on the automatic analysis of images occurring in mineralogy and petrography [7, 8, 9, 10]. Meanwhile the method has found immense applications in [11].

    However Tasto et al. [12, 13] described an algorithm for detection of microcalcifications on mammograms, which were based on identification of grayscale value in a mammographic image. Note that Brockett and Maragos [14, 15] have independently developed a theory generating multiscale morphological erosion-dilatation of a more general type.

    As mentioned in various papers, the morphology mathematics plays a central role in the detection problem of the contours. The objective of this research is to propose a new algorithm, which can be applied to mammograms images, in the aim to detect microcalcifications.

    The content of this paper is organized as follows. We start by presenting some morphology mathematics operators. The microcalcifications malignant and benign are presented.

    The comparison of the proposed algorithm with other permits us to show the efficiency of our method. We introduce a new method of microcalcifications detection. The comparison of the proposed algorithm with other permits us to show the efficiency of our method.

  2. Materials and methods

    1. The morphology mathematics

      The difference of sets A and B denoted A-B, is the set all elements that belong to A but not to B,

      A B w / w A, w B

      In addition to the preceding basic operations, morphological operations often require two operators that are specific to sets whose elements are pixel coordinates. The reflection of set B, denoted B , is defined as

      B w / w b, forb B

      The translation of set A by point z z1, z2 , denoted

      translation of the structuring element in dilation is similar to the mechanics of spatial convolution.

      In practical image-processing applications, dilation and erosion are used most often in various combinations. An image will undergo a series of dilations and/or erosions using the same, or sometimes different, structuring elements.

      2.1.2. Grayscale Morphology filters of dilation and erosion All the binary morphological operations have natural extensions to gray-scale images. In this paper, as in the binary case, we work with dilation and erosion which for gray-scale images are defined in terms of minima and maxima of pixel

      neighborhoods.

      The gray-scale dilation of f by structuring element b,

      denoted f b , is defined as

      (1)

      z

      A

      z

      A

      , is defined as

      c / c a z, fora A

      f bx, y maxf x x ', y y ' b x ' y '/ x ' y ' Db

      where Db is the domain of b and f(x,y) is assumed to equal outside the domain of f.

      2.1.1. Dilation and Erosion

      The operations of dilation and erosion are fundamental to morphological image processing. Many of the algorithms presented in this search are based on these operations, which are defined and illustrated in the discussion that follows.

      Dilation is an operation that grows or thickens objects in a binary image the specific manner and extent of this thickening is controlled by a shape referred to as a structuring element.

      Mathematically, dilation is defined in terms of set operations. The dilation of A by B, denoted A B , is defined as

      z

      A B z / B A

      where is the empty set and B is the structuring element. In words, the dilation of A by B is the set consisting of all the structuring element origin locations where the reflected and translated B overlaps at least some portion of A. The translation of the structuring element in dilation is similar to the mechanics of spatial convolution.

      Dilation is commutative: that is A B B A . It is a convention in image processing to let the first operand of A B be the image and the second operand be the structuring element, which usually is much smaller than the image.

      Erosion shrinks or thins objects in a binary image. As in dilation, the manner and extent of shrinking is controlled by a structuring element.

      The mathematical definition of erosion is similar to that of

      dilation. The erosion of A by B, denoted AB , is defined as

      The gray-scale erosion of f by structuring element b, denoted f b , is defined as

      f bx, y minf x x ', y y ' b x ' y '/ x ' y ' Db where Db is the domain of b and f(x,y) is assumed to be outside the domain of f.

      The formulas (1) and (2) implements a process

      similar to the concept of spatial convolution, see the more in [16].

        1. Segmentation: Extracting the region of interest

          The aim of the segmentation process is to extract the abnormalregions or regions with high probability of abnormality that is called Regions Of Interest (ROI), see [7, 17], from the digital mammography image. The segmentation of lesion in mammographic images is known to be a difficult step toward automatic breast cancer diagnosis, due to the very low contrast of these images. Many different approaches to the problem of lesion segmentation can be found in the literature [18, 19]. We applied the histogram thresholding (algorithm1), which uses intensity values to split the image domain into segmented objects regions of interest and background areas. We aim to detect abnormal and normal lesions in a mammogram by identifying suspicious regions of tissue, where a suspicious region is an abnormal region or a region with a high probability of abnormality. Here the segmentation process is applied on the original image. The main steps of the threshold segmentation algorithm are provided below.

          Algorithm 1 Threshold segmentation algorithm

          (2)

          z

          AB z / B Ac

          In other words, erosion of A by B the set consisting of all the structuring element origin locations where the reflected and translated B has no overlap with background of A. The

          Input: original mammogram image Output: Segmented region of interest 1: Get the histogram of image original

          2: Get threshold value T from the histogram

          3: Apply threshold segmentation as the following i : each pixel in the image

          1. : if value of the pixel in the input image > the threshold value T then

          2. : assign this value to the corresponding pixel in output image

          3. : Else

          4. : set the value of corresponding pixel in output image with Zero

          5. : end if

          4: The segmented image

  3. Proposed algorithm

    We propose a new algorithm based of morphology mathematics operator for detecting microcalcifications in mammograms images. These microcalcifications are brilliant in the complement image, so the first time we apply the erosion operator of original image and we find eroded image followed by the complement of this image. We apply also the contrast enhancement on eroded image and we find output image. In the second step we apply the algorithm1presented in section2 to extract the Region Of Interest (ROI). This technic helps us to focus our work on this region and his correspondence region on the output image. We present our algorithm as follows,

      1. The microcalcifications malignant and benign

    Microcalcification clusters are groups of small and brilliant objects of different shape and intensity in a very noisy background. A microcalcification is a rather small in diameter but very brilliant object. Some of them, either grouped in clusters or isolated, may indicate the presence of a tumor [20, 21].

    When analyzing calcifications in the absence of a tumor, see [22], or when disregarding the associated tumor, the most important factors are the distribution of the calcifications and the form, size, and density of the individual particles. The number of the individual calcifications is of little importance when making a diagnosis.

    Although the actual number of calcifications has been considered by some to have diagnostic significance, the form, size, and density of the calcifications are of far greater importance. Magnification mammography in particular has demonstrated that the number of calcifications detected can be highly dependent upon the mammography technique. The granular- type calcifications are often innumerable, as one can understand from the pathological background. It is important to note that the casting type calcifications are so characteristic of Grade 2-Grade 3, poorly differentiated carcinoma in situ that the diagnosis can be made on the basis of one or two such calcifications alone.

    The benign calcifications within lobules may be numerous and scattered throughout much of the parenchyma. The distribution of plasma cell mastitis is generally bilateral and evenly scattered, with the calcifications following the course of the ducts. The cluster or multiple cluster distribution of the calcifications indicates that they are localized with the lobules. Differentiation among the benign pathological entities leading to calcification within the lobules (fibrocystic change, sclerosing adenosis, blunt duct adenosis) is the task of the pathologist.

    Figure 1. Detecting microcalcifications by proposed algorithm.

  4. Results

    The first time we apply the algorithm1 and we obtain an image that emphasizes the deepest minima and removes all others (Figure 2), we create then a marker image that pinpoints the minima of interest. This marker image is created by explicitly setting certain pixels to specific values to extract the features by algorithm 1. We create new minima in the original image by the marker image. This marker changes the values of all the other pixels in the image to eliminate the other minima.

    The figure2 shows the original image, the complement of this image, the image without the ROI and the locations of the deepest minima of original image called maker image.

    1. (ii) (iii) (iv)

      Figure 2. (i) Shows the original image, (ii) shows the image complement, (iii) shows the image without the ROI, (iv) shows the extracted ROI.

      The Figure 3 shows the complement of original image compared by the output image filtered by our own algorithm.

      1. (ii)

    Figure 3. (i) Shows the complement of original image and (ii) the image is filtered by the proposed algorithm.

    Know we apply our algorithm of the other very fuzzy mammogram image; the results show as follows,

    The Figure 4 shows the very fuzzy original image.

    Figure 4. Shows the original image.

    As shown in the Figure 2, the Figure 5 shows the region ROI of fuzzy original image.

    Figure 5. The extracted ROI.

    The Figure 6 shows the eroded image extract by our proposed algorithm.

    Figure 6. The same fuzzy image filtered by our algorithm.

    The Figure 7 shows the zoom of regions extracted in figure 5 on image eroded presented in figure 6.

    Figure 7. Zooming the regions where have the numerous microcalcifications.

  5. Conclusion

    We had used the mathematical morphology operator to deduce an algorithm able to detect the microcalcifications in mammograms images, see Figure 3 and Figure 7. We had also seen in Figure 2 how the region of interest, extracted by algorithm 1, helps us to find deepest minima in our original image. Then we focus our study on the same of this region in the filtered image.

    The Figure 3 shows the proposed algorithm is able to detect the benign microcalcification in fuzzy image. And the Figure 4 shows the other very fuzzy original image. In this image we cant see any calcification. But when apply the proposed algorithm (see Figure 6) the microcalcifications appear more than before. The result in the Figure 7 shows that our proposed algorithm detects the malignant microcrocalcifications, in spite of having a very fuzzy mammograms image.

    We conclude that our algorithm is very powerful to detect well the microcalcifications as benign or malignant.

  6. References

  1. A. Palomar Muñoz et al., Diagnostic and therapeutic impact of 18F- FDG-PET/CT in patients with suspected breast cancer recurrence, Rev Esp Med Nucl, 2010;29(3) pp. 100-108

  2. R. W. Brockett and P. Maragos, Evolution equations for continuousscale morphological filtering, IEEE Transactions on Image Processing, December 1994, 42(12), pp. 33773386.

  3. J. Serra, Image Analysis and Mathematical Morphology, Academic heoretical Advances, London, 1988.

  4. L. Alvarez, F. Guichard, P.L. Lions, and J.M. Morel, Axiomatisation et nouveaux opérateurs de la morphologie mathématique. Comptes Rendus de lAcadémie des Sciences, , S´erie I, 1992, pp. 65268.

  5. L. Radan, S. Ben-Haim, R. Bar-Shalom, L. Guralnik and O, The role of FDG-PET/CT in suspected recurrence of breast cancer, Israel, 2006,107, pp. 2545-51.

  6. J. D. Mendiola-Santibaez, I. R. Terol-Villalobos, G. Herrera-Ruiz, and

    1. Fernndez- Bouzas, Morphological contrast measure and contrast enhancement: One application to the segmentation of brain MRI, in Signal Processing Journal, 87(9), September 2007, pp. 2125-2150.

  7. C. Rafael et al, Digital Image Processing, Second Edition, Publishing House of Electronics Industry, Beijing , 2007.

  8. R. Haralick and L. Shapiro, Image segmentation techniques, CVGIP,29 (1995), pp. 100-132.

  9. H. Boujarnija and al., Les microcalcifications mammaires sous le microscope, in 60th Jfr 2012: French Dating of Radiology, diagnostic and interventional. Paris, France, 2012.

  10. M. Tasto, Automatische Mammographie-Auswertung: Erkennung von Mikroverkalkungen, Biomedizinische Technik, vol. 20, 1975, pp. 273- 274.

  11. Geoff Dougherty. Digital Image Processing for Medical Applications. California State University, Channel Islands. Published in the United States of America by Cambridge University Press, New York.2009

  12. Lim H, Yoon W, Chung T, Kim K, Park J, Kang H, FDG PET/CT for the detection and evaluation of breast diseases, Usefulness and limitations. Radiographics. 2007, pp. 197-213.

  13. A.E. Hassanien and A. Abraham Rough Morphology Hybrid Approach for Mammography Image Classification and Prediction, in International Journal of Computational Intelligence and Applications October, 2008

  14. R. W. Brockett and P. Maragos, Evolution equations for continuousscale morphological filtering, IEEE Transactions on Image Processing, December 1994, 42(12), pp. 33773386.

  15. W . Siggelkow, W. Rath , U. Buell , M. Zimmy FDG PET and tumour markers, in the diagnosis of recurrent and metastatic breast cancer, Eur J Nucl Med Mol Imaging, 2004, pp. 118-24.

  16. J. Serra, Image Analysis and Mathematical Morphology , Academic press, London , 1982.

  17. Giovanni L. Computer aided detection on mammography Masala proceedings of world academy of science, engineering and technology, vol. 15, october 2006, pp. 1307-6884.

  18. N. Pal and S. Pal, A review on image segmentation techniques, in Pattern Recognition, vol. 26, 1993, pp. 1277-1294.

  19. R Lavayssière, AE Cabée, JE Filmont, Positron emission tomography (PET) and breast cancer in clinical practice, Eur J Radiol. 2009;69:50- 8.

  20. Laszlo Tabár, Peter B. Dean With the contribution of Tibor Tot

    .Teaching Atlas of Mammography .3rd revised and enlarged edition, New York (2001).

  21. G. Matheron, Random Sets and Integral Geometry, New York Wiley, 1974.

  22. Cortés Romera M, Talavera Rubio MP, García Vicente AM, Ruiz Solís S, Poblete García VM, Rodríguez Alfonso B. Are bone scintigraphy examinations requested in oncologic patients according to established indications? Rev Esp Med Nucl., 2007, pp. 286-93.

Leave a Reply