Detection of Brain Tumour Using Statistical Features and Thresholding Algorithm

DOI : 10.17577/IJERTCONV5IS09043

Download Full-Text PDF Cite this Publication

Text Only Version

Detection of Brain Tumour Using Statistical Features and Thresholding Algorithm

Dr. S. Vasuki 1 , R. Atchathaa 2 , M. Vishnup Priya 3, A.Yuvanika 4

1 Head of the Department 2 ,3,4 UG Students Department of Electronics and Communication Engineering Velammal College of Engineering and Technology, Madurai.

Abstract: A tumour is an uncontrolled growth of abnormal cells.Brain tumour is a very serious issue which has hazardous impacts worldwide which even causes death. Magnetic Resonance Imaging (MRI) gives important information about the internal structure of the human brain. This paper proposes an effective detection of brain tumour using thresholding and watershed segmentation algorithm. Thresholding is the simplest segmentation method through which thepixels arepartitioned depending on their intensity value.Watershed segmentation pays particular attention to the boundary situations. Statistical features are extracted from the segmented image. In the proposed work thresholding is applied on features to obtain the effective detection of brain tumour.

I.INTRODUCTION

A tumour is an uncontrolled growth of abnormal cells. Tumours that are located within the brain are called brain tumours and can be classified into two categories such as Primary Brain Tumours and Secondary Brain Tumours.

Glioblastomamultiforme (GBM) is the most lethal and aggressive form of primary brain tumour. It is a grade IV type of brain tumour. Median survival for patients with glioblastoma is 12-15months. GBM is derived from the malignant transformation ofglialcells. Medical imaging plays an important role in the diagnosis of GBM. Typically post-contrast magnetic resonance(MR) imaging is used for diagnosis followed by biopsy for pathological validation. The current standard of care for patients with GBM is surgicalresection of the tumour followed by radiation therapy. Radiation therapy damages the genetic material (DNA)within tumour cells and limits their ability to successfully reproduce. Tumour cells areless able to repair DNA than healthy cells. Radiation injury (RI) is an undesirable but unavoidable side effect of radiation treatment.

Brain metastasis is common among patients with systemic cancer.Approximately 150,000 brain metastases are diagnosed. Brain metastasis (MET) is thought to occur when the primary tumour acquires the ability to migrate away from the primary site and travels to the brain.The most common origins of brain metastasis are breast cancer, melanoma and lung cancer. Metastasis often causes severe neurological symptoms.

Treatment assessment is critical for measuring tumour response to therapy. Thedevelopment of contrast-enhanced CT and MR imaging has allowed radiologists to assess therapeutic response more accurately and reproducibly in patients with brain tumours .Advanced CT and MRI techniques are currently being used in research settings as response assessment tools for brain tumour patients and are based on detecting cellular changes, and detecting changes in metabolic and hemodynamic activity.

The rest of the paper is organised as follows: Section II deals with related works of brain tumour detection. Section III describes the proposed work. Section IV discusses the experimental results. Finally, Section V concludes the work.

  1. RELATED WORK

    Komal Sharma and Akwinder Kaur proposed the work on brain tumour detection system based on machine learning algorithms. The texture features of the image considered in this proposed work include energy, contrast, correlation, homogeneity.The maximum accuracy 98.6% and 91.6% is achieved by considering 212 samples of brain MR images. This accuracy can probably be increased by considering a large data set [10][1]

    .Priyanka, Balwinder Singhconducted a research for accurate detection of brain tumor using clustering techniques thus giving efficient end results for detection of tumors[8]

    S. M. Ali, Loay Kadom Abood, and Rabab SaadoonAbdoon proposed the method which performs better than the existing works. Feature extraction was done by using gray level co-occurrence matrix(GLCM) and image was segmented using k-means clustering which gives effective results[2][7].

    Nagesh Subbanna and Doina Precup presented a new iterative, multi-stage graphical model framework aimed at segmenting pathology Comparison of the segmentation results of the proposed method was presented on the live challenge website [6] for entire tumour, tumour core and enhanced tumour for real, clinical cases. Their technique outperformed the winner by about 25% for tumour cores, and by about 5% for enhancing tumours[3].

    Arus, C., Celda, B., Dasmahaptra conducted an experiment for Diagnosis and consequently treatment of brain neoplasms may greatly benefit from the introduction

    =1

    =1

    x = gray levels

    and utilization of intelligent systems in the form of automatic processing, classification, evaluation and representation of the spectroscopic data as part of the clinical routine. Major progress has been made in the last few years towards this direction, as several systems exist. The quantification of the imaging profile of neoplasms by

    n = number of gray-levels

    Standard deviation is a measure of how far from the mean the gray values in the

    image are distributed.

    combining conventional MRI and advance imaging techniques are critical underlying pathophysiological information which seems to be the key to success.

    =

    =1

    ()2

  2. PROPOSED WORK

    Fig. 1depictsthe block diagram of the proposed work. The three main stages of this approach are pre-processing, feature extraction and image thresholding.

    MAGNETIC RESONANCE IMAGE

    Skewness of the histogram refers to the asymmetry of the distribution of the grayvalues. A distribution is symmetric if the right side of the distribution is similar to the left side of the distribution. If the distribution is symmetric, then the skewness value is zero. A distribution with an asymmetric tail extends to the right is referred to as positively skewed, while a distribution with an asymmetric tail extend to the left is referred to as negatively skewed.

    The skewness of a distribution is:

    M

    3

    ()

    PRE PROCESSING

    =

    =1

    3

    ()2

    [ =1 ]

    FEATURE EXTRACTION

    IMAGE THRESHOLDING

    WATERSHED SEGMENTATION

    Homogeneity is used to relate the information which extracts from an image and reflects the uniformity of a region . It plays an important role in image segmentation proccess. Homogeneity can be defined by the combination of two components namely, Standard deviation and discontinuity of the intensity value I=(R+G+B)/2. Homogeneity measures the local homogeneity of a pixel pair which are similar.

    [. ]

    = ((1 + (| |)))

    DETECTED TUMOUR

    Fig.1 Proposed Methodology for the Detection of Brain Tumour

    1. Pre-processing:

      It is well known that the most noise in MR Images is random. Gaussian distribution is used to characterize it statistically.

      In this paper high pass filter is used for removing noise from the MR Image. A high-pass filter can be used to make an image appear sharper.

      High pass filter is used to preserve the edges of the image and can often improve an image by sharpening.

      The main objective of pre-processing is to remove the noise present in the images thereby reducing the chances of over segmentation.

    2. Feature Extraction:

      The most common firstorder statistical features are the mean, standard deviation, skewness and homogeneity.

      Mean of the histogram is the mean of the gray-levels in an image.

    3. Image Thresholding:

      The simplest property of the pixels in a region can share is intensity. So, a natural way to segment such regions is through thresholding, the separation of light and dark regions. This method replace each pixel in an image with a black pixel if the image intensity I is less than some fixed constant T (that is, I<T), or a white pixel if the image intensity is greater than that constant. The results occurs in the dark tree becoming completely black, and the white snow becoming completely white. Graythresh(I) computes a global threshold (level) that can be used to convert an intensity image into a binary image. The normalized intensity value lies in the range [0, 1].The graythresh function uses Otsu's method, which chooses the threshold to minimize the variance of the black and white pixels. The graythresh function ignores any nonzero imaginary part of I.The effectiveness metric is a value in the range [0 1] that indicates the effectiveness of the thresholding of the input image. The lower band is attainable only by images having a single gray level, and the upper band is attainable only by two-valued images.

      SEGMENTED IMAGE

      DETECTED

      TUMOUR

      G(x,y)= 0 (, )

      { ( )

      1 , <

    4. Watershed Segmentation:

    Watershed segmentation pays particular attention to boundary situations. Separating touching objects in an image is one of the most difficult image processing operations. Watershed segmentation is applied to this problem.The advantages of this algorithm are providing closed contours which appear in the image as obvious contours and finding the union of all the regions from the entire image region.It finds catchment basins and watershed ridge lines in an image by treating it as a surface where light pixels are high and dark pixels are low.Morphological operators are used to remove the dark spots and stem marks which results in good foreground markers.

  3. EXPERIMENTAL RESULTS

    ORIGINAL IMAGE

    PRE PROCESSED IMAGE

    THRESHOLD IMAGE

    Area

    (2)

    Mean

    Standard Deviation

    Homogeneity

    3425

    51.5

    41.5

    68.0

    The experimental results of the various steps involved in the proposed method are shown in fig.1. The proposed segmentation results are compared with simple thresholding algorithm.It is observed from the results that the approach provides effective segmentation with better spatial resolution.

    S.NO

    Perimeter ( mm)

    Centroid

    Diameter ( mm)

    Elapsed Time

    (sec)

    1

    351.7

    85.4

    66.0

    11.4

    The several parameters for the detected image is given in Table.1

  4. CONCLUSION

This paper presents a novel approach for the detection of brain tumour using Thresholding and Watershed segmentation algorithms. Using statistical features such as mean, standard deviation and homogeneity, the tumour has been detected effectively. Compared to the previous works, the results obtained from thresholding and watershed segmentation is found to be promising.

REFERENCE:

  1. Andac Hamamci, Nadir Kucuk, Kutlay Karaman, KayihanEngin, and GozdeUnal, Tumour-Cut: Segmentation of Brain Tumours on Contrast Enhanced MR Images for Radiosurgery Applications, IEEE Transactions on medical imaging, 2015.

  2. S. M. Ali, Loay Kadom Abood, and Rabab Saadoon Abdoon, Brain Tumour Extraction in MRI images using Clustering and Morphological Operations Techniques, International journal of geographical information system and applications and remote sensing, vol. 4, June 2013.

  3. Nagesh Subbanna, Doina Precup, Tal Arbel, Iterative Multilevel MRF Leveraging Context and Voxel Information for Brain Tumour Segmentation in MRI, Conference on Computer vision and Pattern Recognition, IEEE, 2014.

  4. Engr. V. C. and Chijindu , Medical Image Segmentation Methodologies A Classified Overview, African Journal of Computing & ICT., 2012.

  5. Ratan, R., Sharma, S., Sharma, S.K.: Multiparameter Segmentation & Quantization of Brain Tumour from MRI images. ISEE-IJST Journal 3(1) (March 2011)

  6. Shen, S., Sandham, W.A., Granat, M.H., Dempsey, M.F., Patterson, J.: A new approach to brain tumour diagnosis using fuzzy logic based genetic programming. In: International Conference of the IEEE Engineering in Medicine and Biology Society, Piscataway, NJ, September 17-21, pp. 870873 (2013)

  7. Arus, C., Celda, B., Dasmahaptra, S., Dupplaw, D., Gonzalez-Velez, H., Huffel, S.V., Lewis, P., LluchiAriet, M., Mier, M., Peet, A., Robles, M.: On the Design of a Web- Based Decision Support System for Brain Tumour Diagnosis Using Distributed Agents. In: Web Intelligence and Intelligent Agent Technology Workshops, Hong Kong, December 18-22, pp. 208211 (2014).

  8. Priyanka, Balwinder Singh, A Review On Brain Tumour Detection Using Segmentation, International Journal Of Computer Science And Mobile Computing, pg.48 54, Vol. 2, Issue. 7, July 2013.

  9. P.Narendran M, V.K. Narendira Kumar and K. Somasundaram, 3D Brain Tumours and Internal Brain Structures Segmentation In MR Images, I.J. Image, Graphics and Signal Processing, 1, 35-43, 2012.

  10. Komal Sharma, Akwinder Kaur and ShrutiGujral, Brain Tumor Detection Based On Machine Learning Algorithms, International Journal of Computer Applications (0975 8887) Volume 103 No.1, October2014.

Leave a Reply