# Introduction # RI Stands for Magnetic Resonance Imaging; once called Nuclear Magnetic Resonance Imaging. The "Nuclear" was dropped off about 15 years ago because of fears that people would think there was something radioactive involved, which there is not. MRI is a way of getting pictures of various parts of your body without the use of x-rays, unlike regular x-rays pictures and CAT scans. A MRI scanner consists of a large and very strong magnet in which the patient lies. A radio wave antenna is used to send signals to the body and then receive signals back. These returning signals are converted into pictures by a computer attached to the scanner. Pictures of almost any part of your body can be obtained at almost any particular angle. Medical information, acquired from MRI and composed of clinical data, images and other E-mail : akvibhakar@aits.edu.in E-mail : mukesh_79@yahoo.co.in E-mail : ec.sssist@gmail.com E-mail : rathore _sanjay1@rediffmail.com Emission Computed Tomography (SPECT) and Positron Emission Tomography (PET). All these methods generate good quality of medical image [1] and each has its own specific features corresponding to the physical and physiological phenomena studied, as shown in "Fig. textured, or snowy appearance. Image noise comes from a variety of sources. No imaging method is free of noise, but noise is much more prevalent in certain types of imaging procedures than in others. Noise is also significant in MRI (Medical Resonance Imaging), CT, and ultrasound imaging. In comparison to these, radiography produces images with the least noise. Fluoroscopic images are slightly noisier than radiographic images. The presence of noise degrades the image quality and decreases visibility of lower contrast image. So there is a need for noise removal technique to improve the image quality and to recover the fine details of image which is required for perfect diagnostic. This paper is divided into seven sections. Section one gives idea about MRI and denoising. Section two shows a literature survey .Section three defines implementation of algorithm .Section four and five gives idea about Gaussian blur and anisotropic diffusion. Section six defines pproposed algorithm for denoising while section seven is conclusion II. # RELATED WORK Various algorithms for image denoising are discussed in [2]. The de-noising of Magnetic Resonance Images using wave atom shrinkage is proposed in [3] and also proved that this approach achieves a better SNR compared to wavelet and curvelet shrinkages. A NL-Denoising method for Rician noise reduction is proposed in [4 & 5].In [6], Total Variation Wavelet-Based technique is used to remove a noise from MR image. The method to improve image quality using adaptive threshold based on contourlet transform is given in [7]. A new filter to reduce random noise in multicomponent MR images by spatially averaging similar pixels and a local principal component analysis decomposition using information from all available image components to perform the denoising process is proposed in [8]. An estimator using a priori information for devising a single dimensional noise cancellation for the variance of the thermal noise in magnetic resonance imaging (MRI) systems called ML estimator has been proposed in [9]. A noise removal technique using 4th order PDE is introduced in [10] to reduce noise in MRI images.. A phase error estimation scheme based on iteratively applying a series of non-linear filters each used to modify the estimate into greater agreement with one piece of knowledge, until the output converges to a stable estimate is introduced in [11]. III. IMPLEMENTATION Fig. 3 shows the block diagram, gives general idea for MRI denoising using intensity averaging method. # Fig. 3 : Block diagram of intensity averaging algorithm In proposed algorithm we have taken the image of [fig. 2] for evaluating our method. First we will apply amplitude correction on noisy MR image by finding forward and backward difference of intensity of pixels in X and Y direction. This gives average type of value to each pixel and then image is blurred by Gaussian filter and convolution. After completion of this amplitude correction, we apply a phase correction algorithm. Here, we are splitting amplitude corrected image into its red, green and blue band and then we are rotating each band by appropriate amount to correct the phase of MR image. After this, we are applying anisotropic diffusion and FFT to remove the noise from image. # GAUSSIAN BLUR Gaussian blur is also known as Gaussian smoothing used to blur (smooth) the image. Typically it is used to reduce a random noise from the image. Mathemetically, Gaussian blur is equivalent to applying a convolution between image and Gaussian function [12,13]. Gaussian distribution in 1-D is given as, ??(??) = 1 ?2?? ?? ? ?? 2 2?? 2 ??(??, ??) = 1 2???? 2 ?? ? ?? 2 +?? 2 2?? 2 Here, we are producing a discrete approximation of the Gaussian function before we perform the convolution as image is considered as a collection of pixels. Ideally we require an infinitely large convolution kernel because the Gaussian distribution is non-zero everywhere, but in practice we can truncate the kernel as Gaussian distribution in it is effectively zero, more than about three standard deviations from the mean. The degree of smoothing depends on the value of standard deviation. The Gaussian outputs a `weighted average' of each pixel's neighborhood, with the average weighted towards the value of the central pixels. This problem can be solved by anisotropic diffusion as discussed below. V. # IMAGE FUSION AND ANISOTROPIC DIFFUSION Image fusion describes the concept of combining multiple images into one image which gives more information compared to individual one [15]. Linear diffusion provides over smoothing of image as shown in fig. 3, we will use non-linear smoothing in which each pixel is treated with varying intensity depending on its neighboring value. In general, if (x,y) is a part of an edge ? apply little smoothing if not a part of an edge ? apply full smoothing This idea can be implemented by using a gradient function as given below. ????????(??) = ? ?? ???? , ?? ???? ? So non linear smoothing gives good intraregion smoothing as well as doesn't do much with interregion smoothing (edges and lines) as shown in fig. 4 The matter in an image is not heat, but brightness level. So, an image could be generalized to be a surface, where bright spots are "hot" and dark spots are "cold". So the idea is to use a varying size of # CONCLUSION From the above result we conclude that, our algorithm is efficiently removing the noise from MR image. As number of iterations increases ("A"), we are getting more and more improved image. Experimental results show that, we are getting good Result in terms of PSNR and image quality. This algorithm is capable of removing noise from images and at the same time it is preserving fine details of images too. We also conclude that, for large value of iteration (A>25), increment in PSNR is less compared to small values of iterations (A<25). ![physiological signals, has become an essential part of a patient's care for diagnosis in medical field. Over the past three decades, there is a vast development in information technology (IT) & Medical Instrumentation, which has improved the level of medical imaging. This development are Computed Tomography (CT), Magnetic Resonance Imaging(MRI), the different digital radiological processes for vascular, cardiovascular and contrast imaging, mammography, diagnostic ultrasound imaging, nuclear medical imaging with Single Photon.](image-2.png "") 1![](image-3.png "1") 1![Figure 1 : Sagittal slices of the brain by different imaging modalities: a) magnetic resonance imaging (MRI), b) computed tomography (CT), c) positron emission tomography (PET), d) ultrasound (US) All medical images contain Random noise. The presence of noise gives an image a mottled, grainy,](image-4.png "Figure 1 :") 2![Fig. 2 : MRI of knee](image-5.png "Fig. 2 :") 3![Fig. 3 : (a) Before Gaussian blur (b) After Gaussian blur](image-6.png "Fig. 3 :") 4![Fig. 4 : (a) Original image (b) image after linear smoothing (c) image after Non-linear smoothing This problem can be solved with anisotropic diffusion [17] when equation no.1 can be viewed as heat equation as shown below, It = ?I = (Ixx,Iyy)](image-7.png "Fig. 4 :") 5![Fig. 5 : (a) original image (b) image after linear fusion (c) image after non-linear fusion (d) image after anisotropic fusion VI.](image-8.png "Fig. 5 :") 67![Fig. 6 : (a) Input image](image-9.png "Fig. 6 :FORFig. 7 :") 8![Fig. 8 : Denoised image after (a) iterations (c) Gaussian blur (e)iteration process for smoothing using anisotropic diffusion (g) FFT on filtering](image-10.png "FORFig. 8 :") 9![Fig. 9 : Denoised image after (a) iterations (c) Gaussian blur (e)iteration process for smoothing using anisotropic diffusion (g) FFT on filtering](image-11.png "FORFig. 9 :") 1Psnr2=25.98Mse2=15.51Psnr3=28.35Mse3=17.86Psnr4=24.37Mse4=17.95Psnr5=28.81Mse5=18.2 2Psnr2=27.10Mse2=16.63Psnr3=28.53Mse3=18.06Psnr4=27.60Mse4=18.07Psnr5=28.73Mse5=18.25 3Psnr2=27.75Mse2=17.28Psnr3=28.69Mse3=18.22Psnr4=28.70Mse4=18.23Psnr5=28.75Mse5=18.29VII. © 2012 Global Journals Inc. (US) * Handbook of Medical Imaging IsaacBankman 2000 Academic Press * CMukesh Motwani CMukesh Gadiya CRakhi FrederickCMotwani Harris Survey of Image Denoising Techniques * Noise Reduction in Magnetic Resonance Images using Wave Atom Shrinkage JRajeesh RSMoni SPalanikumar & TGopalakrishnan International Journal of Image Processing (IJIP) 4 2010 * Performance Evaluation of Noise Reduction Algorithm in Magnetic Resonance Images VMilindkumar Sarode Dr RPrashant Deshmukh IJCSI International Journal of Computer Science Issues 8 2 March 2011 * Performance Evaluation of Rician Noise Reduction Algorithm in Magnetic Resonance Images VMilindkumar Sarode Dr RPrashant Deshmukh Issue 2010-11 CIS Journal 2 * Total Variation Wavelet-Based Medical Image Denoising Yangwang HaominZhou ID 89095 International Journal of Biomedical Imaging 2006 Hindawi Publishing Corporation * Medical image denoising using adaptive threshold based on contourlet transform SSatheesh DrPrasad An International Journal ( ACIJ ) 2 2 March 2011 * Multi-component MR Image Denoising VJosé NeilAManjón JuanJThacker GracianLull LuísGarcia-Martí MontserratMartí-Bonmatí Robles 10.1155/2009/756897 International Journal of Biomedical Imaging 10 2009 Hindawi Publishing Corporation * Torres Thermal Noise Estimation and Removal in MRI: A Noise Cancellation Approach MiguelESoto JorgeEPezoa SergioN 2011 * Noise Removal Using Fourth-Order Partial Differential Equation With Applications to Medical Magnetic Resonance Images in Space and Time MariusLysaker ArvidLundervold Xue-ChengTai ;M StellaAtkins 10.1117/12.595677 Proc. of SPIE of SPIEBellingham, WA SPIE December 2003 11. 2005 12 MRI denoising via phase error estimation * An efficient algorithm for Gaussian blur using finitestate machines" SPIE Conf. on Machine Vision Systems for Inspection and Metrology VII MFrederick Waltz WVJohn Miller Nov. 1998 published in Boston * Investigation on the effect of a Gaussian Blur in image filtering and segmentation ESGedraite MHadad Issue Date * Adaptive trimmed mean filters for image restoration ARestrepo ACBovik IEEE Journals 0096-3518 36 8 Aug-2002 * QiangWang * The effects of fusion structures on image fusion performances YiShen IEEE conference publication May 2004 1 * PietroPerona JitendraMalik July 1990 * Scale-space and edge detection using anisotropic diffusion 10.1109/34.56205 IEEE Transactions on Pattern Analysis and Machine Intelligence 12 7 * Yu-LiYou * WenyuanXu * Behavioral analysis of anisotropic diffusion in image processing ATannenbaum MKaveh 10.1109/83.541424 IEEE Journals 1057-7149 5