Brain Tumor Extraction using Marker Controlled Watershed Segmentation

DOI : 10.17577/IJERTV3IS061690

Download Full-Text PDF Cite this Publication

Text Only Version

Brain Tumor Extraction using Marker Controlled Watershed Segmentation

Shweta Pandav

Department of Electronics and Telecommunication, MGMs College of Engineering,

Nanded, Maharashtra, India

Abstract – Imaging plays a central role in the diagnosis & treatment of brain tumor. Automated brain tumor detection from MRI Images is one of the most challenging tasks in todays Medical Imaging research. Magnetic Resonance Images are used to produce images of soft tissues of human body. Various segmentation techniques are proposed to find out tumored region in brain MRI images. In this paper marker based watershed transform, is used for segmentation before that some preprocessing techniques are used for noise removal and then with some simple morphological operations are found the tumor region with matlab.

Keywords – MRI, Watershed, Brain Tumor, MCWS, SOM

  1. INTRODUCTION

    Radiology is a branch of medicine which uses imaging technology to diagnose lesions and conditions that affect the body. Recently it is widely used for treatment of various diseases. Brain tumor are second leading cause of cancer in children under 15 years and young adult up to age of 34.These tumors are also the second fastest growing cause of cancer death among humans older than 65[1][2][3]. MRI (Magnetic Resonance Imaging) is new modality used in medical science to produce high quality images of parts contained in human body.

    An MRI scanner uses a magnetic field and radio waves to create detailed images of human body. Recently MRI scans are widely used in everyday clinical routine. However although increasing popularity of MRI imaging techniques the assessment of lesions in a brain area is one of the most challenging task of recent days medical imaging[1][2][11].

    Due to complex structure of different tissues such as White Matter (WM), Gray Matter (GM) & Cerebrospinal Fluid (CSF) in brain images extraction of useful feature is a fundamental task [1]. The crucial problem in automatic assessment of brain tumor is image segmentation. It is challenging task due to complexity and large variations of anatomical structures of human brain. So far, various methods for brain segmentation are developed. These methods which are used are based on thresholding [3], clustering methods [4], fuzzy set method [5] region growing [8][14], and edge detection [7] and so on. Choice of particular depends on particular problem. In this paper an algorithm is used which depends on Marker Controlled Watershed method with marking region of interest as well as background in gray images.

    This paper is organized as follows: Section 2 presents the related work done by researchers so far today. Section 3 gives brief idea of MRI modality. Section 4 explores idea related to Gradient Image Calculation & Marker Controlled Watershed Segmentation; Section 5 gives algorithm, experimental results of brain tumor segmentation and section 6 gives final conclusion and future scope related to this topic.

  2. RELATED WORK

    In last 20 years several techniques have been developed by researchers to identify anatomical brain structures.

    J.Fan, Yau , Elmagarmid and Arefs [3][13] paper presents an automatic image segmentation method using thresholding technique. This is based on assumption that adjacent pixels whose values (gray level, color level, texture etc) lies within a certain region belong to same class and thus, good segmentation of images that include only two opposite components can be obtained. V. Dey , Y. Zhang , M. Zhang proposed a new method based on histogram thresholding[3]. The main goal of segmentation is to partition an image into different regions. In this approach we have to find out initial seed points. The regions are iteratively grown by comparing all unallocated neighboring pixels to this regions [3][11]. The next method proposed is clustering based. It organizes the objects into groups of some features, attributes or characteristics. Hence cluster contains groups of similar objects [3][9][18]. Another clustering technique is K-means algorithm has a fast speed which allows it to run on large data set. But main disadvantage is that it does not produce same result with each run [1][10][16][17]. N. Valliammal and Dr.

    S.N. Geethalakshami have discussed their method on Discrete Wavelet Transform associated with the K-means clustering for efficient plant leaf image segmentation [3][18]. Next to this method is based on soft computing that is self organizing map (SOM). This method is based on Artificial Neural Network [3][19]. Another proposed method is morphological watershed segmentation, but major problem with this method is that it produces over segmentation [1][2][15]. A new marker based watershed algorithm which requires less processing time and minimizes over segmentation problem up to large extent has been proposed in this paper.

    Despite the fact that lots of methods for brain tumor segmentation has already been proposed. There is still no common solution to brain image segmentation.

  3. MAGNETIC RESONANCE IMAGING Magnetic resonance imaging is a medical imaging

    technique used to visualize detailed internal structures. It uses magnetic radiation [6]. It provides real-time view and three- dimensional views of organs (mostly soft-tissue). It provides good soft tissue contrast, making excellent visualization of soft-tissue structures like brain, spine, muscles, and joints. The MRI machine operates in multiple planes; hence the images can be captured in multiple body planes without changing the physical positions of the patient under scanning. MRI findings are based on compilation of sequences that are an ordered combination of RF and gradient pulses designed to acquire the data to form the image [1][2][11].

  4. PROPSED METHODOLOGY

    1. The Gradient Magnitude Calculation

      The gradient magnitude is used often to pre-process a gray-scale image prior to use of the watershed transform for segmentation [1][2][12][15]. The gradient magnitude image has high pixel values along object edges and low pixel values everywhere else. So in this method, first the gradient magnitude of the gray-scale image is computed using the linear filtering method. For any gray scale image (x, y), at co- ordinates (x, y), the gradient vector magnitude and angle at which maximum rate of change of intensity level occurs at the specified coordinates (x, y) can be computed using the equation (1) and (2).

      used in a variety of gray scale image processes and video processing applications. However, a major problem with the Watershed transformation is that it produces a large number of segmented regions in the image around each local minima embedded in that image. A solution to sort out this problem is to introduce markers and flood the gradient image starting from these markers instead of regional minima. The watershed-transform based segmentation works better if the foreground objects and the background locations are marked already [10][11][15].

  5. ALGORITHM

      1. Read the color image of brain first.

      2. Convert it into gray scale image.

      3. Perform edge detection using Sobel operator and calculate the gradient magnitude.

      4. Perform the watershed method without marker addition to the ROI and background and find tumored region.

      5. Add the markers for region of interest that want to segment using morphology operation opening by reconstruction and closing by reconstruction.

      6. Calculate regional maxima of reconstructed image.

      7. Clean the edges of segmeted image using morphological technique.

      8. Compute background markers.

      9. Compute watershed transform.

      10. Display the result.

        g(x, y)

        (g12(x, y)g 22 (x, y)) .. (1)

  6. RESULTS

    The set of color MRI images of different views are used as

    ( x, y)tan1 g2 ( x, y) (2)

    g1( x, y)

    1 0 1 1 2 1

    H1 2 0 2,H2 0 0 0 …. (3)

    1 0 1 1 2 1

    Where g1(x, y) and g2(x, y) are the gradients in the x and y directions. Magnitude of these gradients is computed using the Sobel mask H1 and H2, which are defined by Eqn. (3).

    1. Marker Controlled Watershed Segmentation (MCWS)

    Watershed method comes under the edge-based Segmentation. The term watershed is a geographical one. In geography, a watershed line is defined as the line separating two catchments basins. The rain that falls on either side of the watershed line will flow into the same lake of water. This idea can be fruitfully cashed in the digital images. The Image gradient can be viewed as terrain. The homogeneous regions in the image usually have low gradient values. Thus, they represent valleys while the edges represent the peaks having high gradient values. The watershed transform is often preferred to separate the touching objects in an image [1][2].

    The watershed transform finds the catchment basins and watershed ridge lines in an image by treating it as a surface. The basic watershed algorithm is well recognized as an efficient morphological segmentation tool which has been

    input images as shown in figure 1. After applying edge detection using Sobel Operator gradient images can be obtained as shown in figure 2. Then we can directly apply Watershed Method without Markers and the results are shown in figure3 and Figure 4 gives Marker Controlled watershed segmented images of tumor. Final colored image after superimposition between watershed and original images are shown in figure 5. From the experimental results it is found that MCWS method gives more accurate results as compared to other segmentation techniques.

    Fig. 1 Input Images of Brain

    Fig.2 The gradient magnitude and edge detection using Sobel technique

    Fig. 3 Watershed transform without marking objects

    Fig. 4 Watershed transform after marks the ROI and background

    Fig. 5 Final colored image after superimposition between watershed and

    original images

  7. CONCLUSION

Tumor area is an important diagnostic indicator in treatment planning and results assessment for brain tumor. The measurement of tumor area using manual method is tedious, labour intensive and time consuming. The Proposed segmentation method is experimented with MRI scanned images of Human brain for locating tumor region. This technique gives efficient results as compared to previous researches. It is easy to execute and can be managed easily.

With this technique in future we can calculate various attributes of tumored region such as area, volume etc. We also can extend this method to 3D color imaging. We can classify the tumor in malignant or benign type with experimenting this method on large data sets.

REFERENCES

  1. Dubey R.B. , Hanmandlu M. , Vasikarla S.,Evaluation of Three Methods of MRI Brain Tumor Segmentation, Information Technology: New Generations (ITNG), 2011 Eighth International Conference, pp . 494-499, 2011.

  2. Tomasz Weglinski, Anna Fabijanska,Brain Tumor Segmentation From MRI Data Sets Using Region Growing Approach., MEMSTECH 2011, 11-14 May 2011, Polyana-Svalyava (Zakarpattya),UKRAINE.I.S. Jacobs and C.P. Bean, Fine particles, thin films and exchange anisotropy, in Magnetism, vol. III, G.T. Rado and H. Suhl, Eds. New York: Academic, 1963, pp. 271-350.

  3. Neha Tirpude, R. R. Welekar, A Study of Brain Magnetic Resonance Image Segmentation Techniques, International Journal of Advanced Research in Computer and Communication Engineering Vol. 2, Issue 1, January 2013.

  4. Chen, S., Zhang, D. Robust image segmentation using FCM with spatial constraints based on new kernelinduced distance measure, IEEE Systems, Man, and Cybernetics Society, vol. 34, pp. 1097-1916, 2004.

  5. Shen, S., Sandham, W., Granat, M., Sterr, A., MRI fuzzy segmentation of brain tissue using neighborhood attraction with neural-network optimization, IEEE Transactions on Information Technology in Biomedicine, vol. 9, pp. 459-467, 2005.

  6. Stokking, R., Vincken, K.L., Viergever, M.A., Automatic morphology- based brain segmentation (MBRASE) from MRI-T1 data, NeuroImage, vol. 12, pp. 726-738, 2000.

  7. Jimenez-Alaniz, J.R., Medina-Banuelos, V., Yanez-Suarez, O., Data- driven brain MRI segmentation supported on edge confidence and a priori issue information, IEEE Transactions on Medical Imaging, vol. 25, pp. 74-83, 2006.

  8. Kriegeskorte, N., Goebel, R. An efficient algorithm for topologically correct segmentation of the cortical sheet in anatomical MR volumes, NeuroImage, vol. 14, pp. 329-346, 2001.

  9. Dr.Samir Kumar Bandhyopadhyay, Tuhin Utsab Paul, Segmentation of Brain MRI Image A Review, International Journal of Advanced Research in Computer Science and Software Engineering, Volume 2, Issue 3, March 2012.

  10. Priyanka , Balwinder Singh, A Review on Brain Tumor Detection using Segmentation, IJCSMC, Vol. 2, Issue. 7, July 2013, pg.48 54.

  11. Rajesh C. Patil, Dr. A. S. Bhalchandra, Brain Tumour Extraction from MRI Images Using MATLAB, International Journal of Electronics, Communication & Soft Computing Science and Engineering ISSN: 2277-9477, Volume 2, Issue 1.

  12. Kimmi Verma, Aru Mehrotra, Vijayeta Pandey, Shardendu Singh, Image Processing Techniques for the Enhancement of Brain Tumor Patterns , International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering Vol. 2, Issue 4, April 2013, ISSN (Print) : 2278 8875 ISSN (Online):2320 3765.

  13. M.S. Atkins and B.T. Mackiewich, 1 J.C. Bezdek. Fully Automatic segmentation of the brain in MRI. IEEE T. Med.Imag.,17:98109.

  14. http://en.wikipedia.org/wiki/Region_growing

  15. S R. Gonzalez, R. Woods, Digital Image Processing, 3rd ed., 2009, Pearson Education.

  16. S. Thilagamani, N. Shanthi, A Survey on Image Segmentation Through Clustering, International Journal of Research and Reviews in Information Sciences ,Vol. 1, No. 1, pp 14-17,March 2011.

  17. V. Rajamani and S. Murugavalli, A High Speed Parrallel Fuzzy C- means algorithm for Tumor Segmentation, ICGST International Journal on BIME, vol. 6, Issue1, 2006.

  18. M. Masroor Ahmed, Dzulkifli Bin Mohammad, Segmentation of brain MR images for tumor extraction by combining K-means clustering and Perona-Malik Anisotropic Diffusion Model, International Journal of Image Processing, Vol. 2, Issue 1, pp. 27- 34,2008.

  19. T. Logeswari, M. Karnan, An improved implementation of brain tumor detection using segmentation based on Soft Computing, Journal of Cancer Research and Experimental Oncology, Vol. 2, No. 1, pp. 6-14, 2010.

Leave a Reply