Academia.eduAcademia.edu
A SYNOPSIS REPORT ON “DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME” Submitted in partial fulfillment for the award of Degree of Bachelor of Technology in Electronics & Communication Engineering 2016-17 Submitted to: Submitted by: Ms. Monika Surana 1. Nirmit Sharma (PCE/EC/13/122) Ms. Nidhi Mathur 2. Nitin Mathur (PCE/EC/13/123) Project Coordinators (Sec.-A) 3. Piyush Chauhan (PCE/EC/13/125) DEPARTMENT OF ELECTRONICS & COMMUNICATION ENGINEERING POORNIMA COLLEGE OF EGINEERING ISI-6, RIICO INSTITUTIONAL AREA SITAPURA, JAIPUR(Raj.)-302022 DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME ABSTRACT Engineers have been actively developing tools to detect tumors and to process medical images. Medical image segmentation is a powerful tool that is often used to detect tumors. Many scientists and researchers are working to develop and add more features to this tool. This project is about detecting Brain tumors from MRI images using an interface of GUI in Matlab. Using the GUI, this program can use various combinations of segmentation, filters, and other image processing algorithms to achieve the best results. We start with filtering the image using Prewitt horizontal edge-emphasizing filter. The next step for detecting tumor is "watershed pixels." The most important part of this project is that all the Matlab programs work with GUI “Matlab guide”. This allows us to use various combinations of filters, and other image processing techniques to arrive at the best result that can help us detect brain tumors in their early stages. INTRODUCTION In these days, the interest in digital biomedical image processing methods takes a most important position in two principal and important areas. The most important one is an improvement of pictorial information for human studies and processing of biomedical image data for storage. A biomedical image sometimes is defined as a two-dimensional function, Ϝ (x,y), where x and y are the value or gray level of a biomedical image at a specific point. Ϝ are all finite, discrete quantities. We should know that to say an image is a digital image is when it is composed of a finite number of elements, each of which has a particular location and value. For example figure shows the setting date for an MRI image with a gray level according to researchers at the University at Buffalo School of Medicine and Biomedical Sciences. They have reported the MRI results of patients who were diagnosed with multiple sclerosis in childhood. They take MRI images during the year to diagnose and study the progress of brain disease . Biomedical images are as different as the areas of the human body. For example, to study soft tissue in the human body, we have to use the MRI scan for soft tissue images such as Brain liver and other soft tissue in the human body. However, those interested in studying hard tissue such as bone or cartilage should use X-ray for a hard tissue image rather than the MRI. The difference in the biomedical image is not just in the area but also different in the manner of processing. In other words, to process an MRI image it is necessary to use a different method than for processing an X-ray image. Figure .showing one example of studying the brain during the year using MRI images. SPECIFIC PROBLEM WITH MRI IMAGE SEGMENTATION As all the development of biomedical image processing has gained attention from the scientists, there are some problems with biomedical image processing that have appeared, particularly with MRI imaging. The one general problem with the biomedical image segmentation (MRI image) method for image segmentation is that it varies widely depending on the specific application . For example, the segmentation program that is used with MRI imaging has different requirements from segmentation of CT scan imaging. Furthermore, each image, even if it is from the same image application, such as MRI, has its own idiosyncrasies. These can be different from other MRI images, which when read by the same segmentation program will give a different result. In fact, there is no segmentation method that yields acceptable results for every medical image that are more general and can be applied to a variety of data. However, segmentation methods that are specialized to one imaging application can often achieve better results by taking into account prior knowledge. The image processing segmentation which applies to Magnetic resonance images (MRI) are complicated due to the limitation of the imaging equipment. There is a further problem with segmentation in the MIR image which exists in the homogeneous aspects of pixels in imaging regions that make getting information about the image’s subject difficult because the MRI image is all about soft tissue such as brain tissue or liver tissue. Homogeneous aspects of pixels in the MRI image make the segmentation program unsuccessful with all the MRI image, so the result for one image might be different from another image. In this case, we have to change the setting information for the segmentation program SOME IDEAS FOR MRI IMAGE PROCESSING Detecting brain tumor and automatic brain tissue classification from magnetic resonance images (MRI) is very important for research and clinical studies of the normal and diseased human brain . The most important method used to processes an MRI image is segmentation of image which works by dividing the objects in the image and processing them separately. There are three important segmentation methods used with MRI imaging: 1. Classification based 2.Region based 3.Contour based The complexity and reality of anatomical information presented by MRI have made it a powerful tool for medical diagnosis in recent years. However, usually, the researcher is looking for a better result so he tries to build and create a more powerful tool that can give a clear idea of an MRI image and also to aid in the study and diagnosis of disease. One of those powerful tools used with MRI image processing is image segmentation. Image segmentation can be used in different ways and can provide different results. For example the way of using region growing segmentation is different from watershed segmentation; even the result is different. However, using segmentation programs sometimes is complicated because it takes the time to process the image and it is difficult to use the same program with all images. The Manual segmentation program has also some problems with MRI image making the segmentation impossible to reproduce and/or deteriorating the result of the segmentation. Hence, there is a real need for automated MRI segmentation tools which save time and provide better and more consistent results . COMBINE MRI IMAGE PROCESSING METHODS IN ONE PLACE This study is about comparing MRI image processing methods with detecting the brain tumor from MRI image. Start researching the idea to have the methods in one place showing their results at the same time . If the GUI program is easy to control, add segmentation and other MRI image processing methods as function tool to the GUI “guide” As can be seen in the figure, there are six push buttons. Each button has a function as part of the program and also there are six axes showing the resulting image starting with loading the original image of the MRI . With help from GUI, we can have a program that runs fast and provides a better result with more methods. DETECTING BRAIN TUMOR USING IMAGE SEGMENTATION WITH GUI “MATLAB GUIDE”. The first thing to know is what is the GUIDE program “GUI”? It is the Matlab interface File used to hold and process information, a function for GUI FIG-files created or modified using MATLAB. The GUI is a modern tool that can be found with 0.7 versions or a later MATLAB version not automatically compatible with Version 6.5 and earlier versions. GUIDE automatically generates two kinds of Matlab files; one is for Matlab interface figures and another is for M-file, used to store the command function of the Matlab program. Before, a Matlab user had to write the Matlab logarithm in an M-file and if there were any changes they had to go back to the M-file to make the change. But now, using GUI we can use the logarithm as a function in the GUI file. Writing the function that we need the GUI Matlab file to do: first, we should organize the most important part. There are many ways to start GUIDE. You can start GUIDE from the Command line by typing guide or start menu by selecting MATLAB > GUIDE (GUI Builder). However you start GUIDE, it displays the GUIDE Quick Start dialog box. By using the GUI Layout Editor, you can populate a GUI by clicking and dragging GUI components—such as axes, panels, buttons, text fields, sliders, and so on—into the layout area. You can also create menus and context menus for the GUI . From the Layout Editor, you can change the size of GUI interface. How the GUI program working GUIDE automatically generates an M-file that controls how the GUI operates. This M-file provides code to initialize the GUI and contains a framework for the GUI click-backs, the routines that execute when a user interacts with a GUI component. Using the M-file editor, you can add code to the click-backs to perform the functions you want . After we site the GUI interface function as in figure we have to write the click-back function that will be the tumor segmentation program. CONCLUSION We see that using the GUI based program, we obtain far superior results than the traditional techniques for tumor detection. Using the GUI based programs allows us to change the parameters without rewriting the program and allows fast and efficient detection of tumors. The results are clearly more accurate and faster.