SlideShare a Scribd company logo
1 of 5
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
__________________________________________________________________________________________ 
Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 633 
PERFORMANCE OF UNCORRUPTED PIXEL COUNT DECISION BASED FILTER FOR REMOVAL OF SALT AND PEPPER NOISE FROM DIGITAL IMAGE Ramkumar1, Rajesh2, Sharmila3 1PG Scholar Dept of ECE, Manakula Vinayagar Institute of Technology, Puducherry, India 2Assistant Professor, Dept of ECE, Manakula Vinayagar Institute of Technology, Puducherry, India 3PG Scholar Dept of ECE, Manakula Vinayagar Institute of Technology, Puducherry, India Abstract Uncorrupted pixel count Decision Based Filter (UPCDBF) algorithm employed in the process of removal of noise densities and restoration of grey scale image Which are heavily corrupted by salt and pepper noise. The algorithm replaces the corrupted centre pixel by midpoint or median value based upon the noise free pixel count. This algorithm outperforms Standard median filter(MF) , Arithmetic median(AMF) and PSMF. The algorithm exhibits High PSNR value. Keywords: Salt and pepper noise, uncorrupted pixel count decision based filter (UPCDBF) 
----------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION Image processing field have tremendous growth day by day by advancements in capturing devices and numerous applications. But there are still some bottlenecks on which researchers have their focus. In digital image the factors such as imperfections in imaging sensors, channel transmission errors and faulty memory locations in hardware leads to salt and pepper noise. The corrupted pixels take either maximum or minimum grey level, which affects the information of the image. 1.1 Image Filtering Images are often corrupted by salt and pepper noise due to error in transmission of digital images. In yester years removal of noise is facilitated, by using linear filtering techniques. These linear approaches were very popular because of its mathematical simplicity. The objective of noise removal is to eliminate the salt and pepper noise with minimum deformation caused to the image. The linear filters were not effective in removing non Gaussian noise. The removal of impulse noise leads to blurred and defamed features of the image. Hence nonlinear filters were introduced. The most widely used nonlinear filters are median filters. Median filters would eliminate impulse and preserves edges in the image. For increasing noise densities the standard median filter (SMF) flatters also irrespective of pixel is noisy or not, median is applied to entire image [1]. 
An adaptive median filter (AMF) removed impulse noise at high noise densities, owing to its increasing window size caused blurring of images [2]. Many switched median filters were proposed to detect and correct only the corrupted pixel [3]-[4]. The flaw of the switched median filters is that it detected and corrected the impulse, but did not take local feature such as edges into account. For the removal of high density impulse noise (DBA) Decision based filters [5] were proposed. Due to the replacement of neighborhood pixel the performance of the image tend to flatter above 60% by exhibiting “Streaks” in images. Hence the edges of the images are destroyed. To avoid streaking in images at heavy noise conditions Uncorrupted Pixel Count Decision Based Filter is proposed (UPCDBF). Where it functions based on the remaining pixel after removal of corrupted pixels. 1.2 Noise Model Salt and pepper noise with equal noise probability: If [0 255] denote the dynamic range of y’, i.e., 0 <= Sij<= 255 for all (i,j),then they are denoted by Salt- and-pepper noise Yij = 0 with probability p; Sij with probability 1 - p - q; 255 with probability q; Where s = p + q denotes the salt-and-pepper noise level. 3. UNCORRUPTED PIXEL COUNT DECISION BASED FILTER (UPCDBF) The pixels of processing window are arranged in 1D form if the centre pixel is found to be corrupted pixel. The pixels are processed to 1D using snake like sorting technique. Then after removal of corrupted pixels the algorithm is carried out with count of noise free pixels.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
__________________________________________________________________________________________ 
Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 634 
Snake like improved Shear Sorting Over the years sorting algorithm is a basic operation behind all the median filters. All the existing sorting algorithms require more comparators. In this paper a new snake like improved shear sorting algorithm is used for ordering the entire array of processed pixels. The algorithm of snake like improved shear sorting algorithm is as follows. Step1: The considered 2D processing window(3X3). Step2: Sort the 1th and 3rd rows of the 2D array in ascending order and 2nd row in descending order independently .The sorted sequence is fed to step3. Step3: Sort the three columns of the 2D array in ascending order .The sorted sequence is fed to step4. Step4: Repeat step 2 and 3 once again as shown in figure1.d and e. Step5: Now Sort the upper semi diagonal of the semi sorted 2D array in ascending order. Step6: Sort the Lower semi diagonal sorted array in ascending order. Resulting array is sorted in a snake like order. The procedure is repeated for the other windows of the image [9]. 3.1. Proposed Algorithm The Uncorrupted pixel count decision based filter initially detects impulse and corrects it subsequently. All the pixels of an image lie between the dynamic ranges [0,255]. If the processed pixel holds minimum (0) or maximum (255), pixel is considered as noisy and processed by UPCDBF else as not noisy and the pixel is unaltered. The brief illustration of the algorithm is as follows. Step 1: Choose 2-D window of size 3x3. The processed pixel in current window is assumed as pxy. Step 2: Check for the condition 0 <pxy< 255, if the condition is true then pixel is considered as not noisy and left unaltered. Step 3: If the processed pixel pxy holds 0 or 255 i.e. (pxy=0 or pxy =255) then pixel pxy is considered as corrupted pixel. Convert 2D array into 1D array. Sort the 1D array which is assumed as Sxy. Step 4: Initialize two counters, forward counter (F) and reverse counter (L) with 1 and 9 respectively. When a 0 or 255 is encountered inside the window F is increased by 1 or L is decremented by 1 respectively. When pixel is noisy there happens to be two possible cases. Check for the number of corrupted pixel inside the current processing window. It is denoted as count. Case 1) if the Uncorrupted value (9-count) is even number then in current processing window the corrupted pixel is replaced with median of uncorrupted pixels as output. Case 1) if the Uncorrupted value (9-count) is odd number then in current processing window the corrupted pixel is replaced with mid point value of uncorrupted pixels as output. If entire pixels inside the processing window are 0 or 255ie)(9-count=0) then pixel value is retained considering it as texture. Step 5: Steps 1 to 4 is repeated until all pixels of the entire image is processed. 3.2 Insight of UPCDBF The processed pixel is checked for low (0) or high(255) values of the gray level values. This process is done on entire pixels in the image. The large matrix refers to image and values enclosed inside a rectangle is considered to be the current processing window. The element encircled refers to processed pixel. Step 2 is illustrated in case (a). Step 3 and 4 are visualized along with the case 1) in case (b) .Case II is briefed in case (c.1) and (c.2). 
Processing window output window Case (a): In the above illustration the processed pixel is checked for 0 <pxy< 255. Here in the discussed example processed pixel is 106. Hence processed pixel is not 0 or 255. So pixel is considered as noise free and pixel is unaltered. 
177 
205 
155 
0 
255 
25 
0 
187 
124 
Processing window output window Case (b): In the selected window the processed pixel holds 255 (or 0). So the processed pixel is considered as noisy. Initialize corrupted counter. Convert the 2D array into 1D array and sort the converted array. Check for number of noisy pixel inside the window. Every time a 0 or 255 is encountered inside the window the counter value increments by 1. Unsorted array: 177 0 0 205 255 187 155 25 124 Sorted array Sxy 0 0 25 124 155 177 187 205 255 
Here the count value is 3 so the uncorrupted pixel count (9-3) is 6 then the median value of these uncorrupted pixel is replaced in place of central pixel as output. The case is illustrated as follows. Now check for the presence of 0 or 255 in the sorted array. Every time a 0 & 255 is detected the counter is incremented by 1 In the above example there is two 0 and one 255. So counter is holding 3. Now the corrupted pixel is replaced with median of the rank ordered uncorrupted 
127 
255 
56 
85 
106 
75 
23 
77 
255 
127 
255 
56 
85 
106 
75 
23 
77 
255 
177 
205 
155 
0 
166 
25 
0 
187 
124
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
__________________________________________________________________________________________ 
Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 635 
pixel in output i.e. corrupted pixel is replaced by median 
(25,124,155,177,187,205) = 166 
255 155 255 
166 0 123 
187 124 255 
Processing Window output window 
Case (c.1): This case works if the entire pixel inside the 
current window is either pepper (0) or salt (255). Initialize 
counter and convert the elements of 2D window into 1D. Sort 
the 1D array. Check for count values by comparing all the 
pixel elements with 0 or 255. 
Unsorted 1D array: 255 166 187 155 0 124 255 123 255 
Check for Count=4 (so case 2 is used ) 
Sorted 1D array Sxy : 0 123 124 155 166 187255 255 255 
Uncorrupted pixels : 123 124 155 166 187 
Now the uncorrupted pixel count(9-4) is 5. Hence the 
uncorrupted pixel count is of odd number the noisy noisy 
centre pixel is replaced with centre of uncorrupted pixels i.e) 
155. 
255 255 255 
255 255 255 
255 255 255 
0 0 0 
0 0 0 
0 0 0 
Case (c2): if the current processing window has all the pixels 
to be 0 or 255 then the processing pixel is considered to be 
texture and left unaltered. 
4. SIMULATION RESULTS 
The Quantitative performance of the proposed algorithm is 
evaluated based on Peak signal to noise ratio (PSNR) and 
Mean Square Error (MSE) which is given in equations 1,2 
respectively. 
Where r refers to Original image, n gives the corrupted image 
x is denotes restored image, M x N is the size of Processed 
image. The existing algorithms used for the comparison are 
SMF, AMF, PSMF. The qualitative performance of the 
proposed algorithm is tested on various images such as Lena, 
Cameraman, Baboon, Barbara, animal, pepper etc (Images are 
chosen as per the details of the image). Quantitative analysis is 
made by varying noise densities in steps of ten from 10% to 
90% on low detail, given in Table. All the simulation is done 
in dual CPU E2140@1.6Ghz with 1GB RAM capacity. It is 
vivid from the tables and graphs that the proposed algorithm 
suppresses noise at low and high noise densities. Hence the 
UPCDBF has high PSNR when compared to other algorithms. 
The qualitative aspect of the UPCDBF against various 
algorithms for noise densities (10% to 90%) for Animal at 
90% is shown in figure. 
Table -1: Performance (PSNR) of various algorithms on 
animal image corrupted 
Noise 
Densit 
y SMF AMF 
MEAND 
ET 
PSM 
F PA 
10% 
14.913 
3 
14.74 
07 17.9894 
18.07 
94 
33.23 
91 
20% 
11.925 
5 
11.90 
73 14.8822 
14.91 
96 
26.85 
66 
30% 
10.183 
5 
10.15 
31 12.8284 
12.83 
86 
22.46 
62 
40% 8.9286 
8.909 
1 11.1675 
11.18 
07 
18.97 
25 
50% 7.9428 
7.914 
3 9.7114 9.726 
16.21 
01 
60% 7.116 7.014 8.4709 8.448 
13.79 
23 
70% 6.3761 
6.100 
9 7.3373 
7.298 
5 
11.71 
78 
80% 5.686 
5.070 
6 6.3127 
6.293 
5 
9.911 
3 
90% 5.0196 
4.008 
9 5.3833 
5.357 
4 
8.331 
7 
255 155 255 
166 155 123 
187 124 255
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
__________________________________________________________________________________________ 
Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 636 
Noise image 90%corrupted SMF AMF MEANDET PSMF PA 
Fig-1 Performance of various filter for animal image corrupted by 90% Salt and pepper noise 
Chart .1 Performance comparison of PSNR value of different 
filters 
5. CONCLUSIONS 
Uncorrupted pixel count decision based algorithm (UPCDB) 
using a Mesh based snake like modified shear sorting, having 
a fixed 3x3 window is proposed which gives excellent noise 
suppression capabilities by preserving edges in images 
corrupted by salt and pepper noise as high as 90%. The 
Proposed algorithm uses 3x3 fixed window for increasing 
noise densities. The proposed algorithm outclasses other 
existing filters when compared to existing filters both in 
quantitative and qualitative aspects. The proposed algorithm 
would also require minimal hardware for implementation 
REFERENCES 
[1]. S. J. Astola and P. Kuosmaneen, Fundamentals of non 
linear Digital Filtering. Boca Raton, FL: CRC, 1997. 
[2]. H. Hwang and R. A.Hadded, “Adaptive median filter: 
New algorithms and results,” IEEE transaction on image 
processing., vol 4,no 4,pp 499-502 
[3]. P. E. Ng and K. K. Ma, “A switching median filter with 
boundary discriminative noise detection for extremely 
corrupted images,” IEEE Transactions on image processing, 
vol.15, no.6, pp. 1506-1516,June 2006. 
[4]. S. Zhang and M.A. Karim, “A new impulse detector for 
switching median filters,” IEEE Signal processing letters, 
vol.9, no.11, pp. 360-363, November 2002. 
[5]. K.S. Srinivasan and D.Ebenezer, “A new fast and efficient 
decision based algorithm for the removal of high density 
impulse noise,” IEEE Signal processing letters, vol.14, no.3, 
pp.189-192, March 2007. 
[6]. Madhu S., Nair, K.Revathy, Rao. Tatavarti., (2008), “An 
Improved Decision Based Algorithm for impulse noise 
removal”, Proceedings in Congress on Image and Signal 
Processing, Pages 426-431, 2008. 
[7]. J. Astola and P. Kuosmaneen, Fundamentals of non linear 
Digital Filtering. Boca Raton, FL: CRC, 1997. 
[8] H. Hwang and R. A.Hadded, “Adaptive median filter: New 
algorithms and results,” IEEE transaction on image 
processing.,vol 4,no 4,pp 499-502 
[9]. P. E. Ng and K. K. Ma, “A switching median filter with 
boundary discriminative noise detection for extremely 
corrupted images,” IEEE Transactions on image processing, 
vol.15, no.6, pp. 1506-1516,June 2006. 
[10]. S. Zhang and M.A. Karim, “A new impulse detector for 
switching median filters,” IEEE Signal processing letters, 
vol.9, no.11, pp. 360-363, November 2002. 
[11]. K.S. Srinivasan and D.Ebenezer, “A new fast and 
efficient decision based algorithm for the removal of high 
density impulse noise,” IEEE Signal processing letters, vol.14, 
no.3, pp.189-192, March 2007. 
[12]. S.Balasubramanian, S.Kalishwaran, R.Muthuraj, 
D.Ebenezer, V.Jayaraj “An efficient Non linear cascade 
filtering algorithm for removal of high density salt and pepper 
noise in image and video sequence”, Intl Conf on control, 
Automation, communication and Energy Conservation,2009, 
[13]. K.Aiswarya, V .Jayaraj, and D.Ebenezer, “A new and 
efficient algorithm for the removal of high density salt and 
pepper noise in images and videos,” in second international 
conference on computer modeling and simulation, 2010, 
pp.409-413. 
[14]. S. Esakkirajan, T. Veerakumar, Adabala N. 
Subramanyam and C.H. Prem Chand, “Removal of high 
density Salt and pepper noise through modified decision based 
Unsymmetrical trimmed median filter.” IEEE Signal 
processing letters, Vol. 18,no.5, May 2011. 
0 5 
10 
15 
20 
25 
30 
35 
Noise Density 
10% 
20% 
30% 
40% 
50% 
60% 
70% 
80% 
SMF 
AMF 
MEANDET 
PSMF 
PA
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 
__________________________________________________________________________________________ 
Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 637 
[15]. K.Vasanth, S.Karthik, “Unsymmetrical Trimmed median 
as Detectors for salt and pepper noise Removal”, National 
Conference on signal and image processing- NCSIP2012, 
Gandhi gram rural university, February 2012, pages 31-35 
[16]. K. K.Vasanth, S.Karthik, SinduDivakaran “Removal of 
Salt & Pepper Noise Using Unsymmetrical Trimmed Variants 
as Detector”, European journal of Scientific Research, Vol.70 
No.3 (2012), pp. 468-478. 
BIOGRAPHIES 
Ramkumar Ramachandran received his 
B.E. degree in Electronics and 
communication Engineering from Mailam 
Engineering College, Anna University, 
Chennai in 2011 and currently doing his 
Master degree in Electronics and 
communication engineering at Manakula vinayagar Institute 
of technology, Pondicherry University, Puducherry. His field 
of interest are Image Processing, Wireless and 
Telecommunication and Computer Networks. 
Rajesh Veerappan received his Btech degree 
in Electronics & Electrical engineering from 
Manakula vinayagar engineering college, 
pondicherry university, Pondicherry in 2007 
then received M.E degree in applied electronics 
from sathyabama university, Chennai in 2012 
and currently working as a Assistant Professor at Manakula 
vinayagar Institute of technology, Pondicherry University, 
Puducherry. He has four years long experience in the field of 
teaching. His area of interest includes Image Processing, 
Electronic circuits , VLSI Design and Embedded core design . 
Sharmila Govindaraj received her B.E. 
degree in Electronics and communication 
Engineering from Mailam Engineering 
College, Anna University, Chennai in 2011 
and currently doing her Master degree in 
Electronics and communication engineering at 
Manakula vinayagar Institute of technology, Pondicherry 
University, Puducherry. Her field of interest are Image 
Processing, Digital Signal Processing & Electronic devices.

More Related Content

What's hot

Adaptive Median Filters
Adaptive Median FiltersAdaptive Median Filters
Adaptive Median FiltersAmnaakhaan
 
Image Interpolation Techniques with Optical and Digital Zoom Concepts
Image Interpolation Techniques with Optical and Digital Zoom ConceptsImage Interpolation Techniques with Optical and Digital Zoom Concepts
Image Interpolation Techniques with Optical and Digital Zoom Conceptsmmjalbiaty
 
A Tutorial On Ip 1
A Tutorial On Ip 1A Tutorial On Ip 1
A Tutorial On Ip 1ankuredkie
 
Image Interpolation Techniques with Optical and Digital Zoom Concepts -semina...
Image Interpolation Techniques with Optical and Digital Zoom Concepts -semina...Image Interpolation Techniques with Optical and Digital Zoom Concepts -semina...
Image Interpolation Techniques with Optical and Digital Zoom Concepts -semina...mmjalbiaty
 
Understand data representation on CPU 1
Understand data representation on CPU 1Understand data representation on CPU 1
Understand data representation on CPU 1Brenda Debra
 
introduction to Digital Image Processing
introduction to Digital Image Processingintroduction to Digital Image Processing
introduction to Digital Image Processingnikesh gadare
 
Computer Architecture
Computer ArchitectureComputer Architecture
Computer ArchitectureRavi Kumar
 
Bresenham's line algorithm
Bresenham's line algorithmBresenham's line algorithm
Bresenham's line algorithmPooja Dixit
 
Logic Circuits Design - "Chapter 1: Digital Systems and Information"
Logic Circuits Design - "Chapter 1: Digital Systems and Information"Logic Circuits Design - "Chapter 1: Digital Systems and Information"
Logic Circuits Design - "Chapter 1: Digital Systems and Information"Ra'Fat Al-Msie'deen
 
Lecture 2 - Nature of Science (Part 2).ppt
Lecture 2 - Nature of Science (Part 2).pptLecture 2 - Nature of Science (Part 2).ppt
Lecture 2 - Nature of Science (Part 2).pptJohnRenzoMolinar1
 

What's hot (16)

Gauss simple
Gauss simpleGauss simple
Gauss simple
 
Adaptive Median Filters
Adaptive Median FiltersAdaptive Median Filters
Adaptive Median Filters
 
Image Interpolation Techniques with Optical and Digital Zoom Concepts
Image Interpolation Techniques with Optical and Digital Zoom ConceptsImage Interpolation Techniques with Optical and Digital Zoom Concepts
Image Interpolation Techniques with Optical and Digital Zoom Concepts
 
Binary Arithmetic Operations
Binary Arithmetic OperationsBinary Arithmetic Operations
Binary Arithmetic Operations
 
A Tutorial On Ip 1
A Tutorial On Ip 1A Tutorial On Ip 1
A Tutorial On Ip 1
 
Image Interpolation Techniques with Optical and Digital Zoom Concepts -semina...
Image Interpolation Techniques with Optical and Digital Zoom Concepts -semina...Image Interpolation Techniques with Optical and Digital Zoom Concepts -semina...
Image Interpolation Techniques with Optical and Digital Zoom Concepts -semina...
 
Practical data analysis with wine
Practical data analysis with winePractical data analysis with wine
Practical data analysis with wine
 
Understand data representation on CPU 1
Understand data representation on CPU 1Understand data representation on CPU 1
Understand data representation on CPU 1
 
Big M method
Big M methodBig M method
Big M method
 
introduction to Digital Image Processing
introduction to Digital Image Processingintroduction to Digital Image Processing
introduction to Digital Image Processing
 
Computer Architecture
Computer ArchitectureComputer Architecture
Computer Architecture
 
Bresenham's line algorithm
Bresenham's line algorithmBresenham's line algorithm
Bresenham's line algorithm
 
Logic Circuits Design - "Chapter 1: Digital Systems and Information"
Logic Circuits Design - "Chapter 1: Digital Systems and Information"Logic Circuits Design - "Chapter 1: Digital Systems and Information"
Logic Circuits Design - "Chapter 1: Digital Systems and Information"
 
Lecture 2 - Nature of Science (Part 2).ppt
Lecture 2 - Nature of Science (Part 2).pptLecture 2 - Nature of Science (Part 2).ppt
Lecture 2 - Nature of Science (Part 2).ppt
 
Ch3
Ch3Ch3
Ch3
 
Mba ebooks
Mba ebooksMba ebooks
Mba ebooks
 

Viewers also liked

Unravelling the molecular linkage of co morbid
Unravelling the molecular linkage of co morbidUnravelling the molecular linkage of co morbid
Unravelling the molecular linkage of co morbideSAT Publishing House
 
An improved ip traceback mechanism for network
An improved ip traceback mechanism for networkAn improved ip traceback mechanism for network
An improved ip traceback mechanism for networkeSAT Publishing House
 
Selection of intra prediction modes for intra frame
Selection of intra prediction modes for intra frameSelection of intra prediction modes for intra frame
Selection of intra prediction modes for intra frameeSAT Publishing House
 
Comparative studies on formability analysis in metal
Comparative studies on formability analysis in metalComparative studies on formability analysis in metal
Comparative studies on formability analysis in metaleSAT Publishing House
 
Development of pavement management strategies for
Development of pavement management strategies forDevelopment of pavement management strategies for
Development of pavement management strategies foreSAT Publishing House
 
Greyscale image authentication and repairing
Greyscale image authentication and repairingGreyscale image authentication and repairing
Greyscale image authentication and repairingeSAT Publishing House
 
Survey on securing outsourced storages in cloud
Survey on securing outsourced storages in cloudSurvey on securing outsourced storages in cloud
Survey on securing outsourced storages in cloudeSAT Publishing House
 
Root cause failure analysis of blanking device of strainer housing used in st...
Root cause failure analysis of blanking device of strainer housing used in st...Root cause failure analysis of blanking device of strainer housing used in st...
Root cause failure analysis of blanking device of strainer housing used in st...eSAT Publishing House
 
A new technique near minimum material zone, to
A new technique   near minimum material zone, toA new technique   near minimum material zone, to
A new technique near minimum material zone, toeSAT Publishing House
 
Fault detection and diagnosis ingears using wavelet
Fault detection and diagnosis ingears using waveletFault detection and diagnosis ingears using wavelet
Fault detection and diagnosis ingears using waveleteSAT Publishing House
 
Design and development of a linear variable
Design and development of a linear variableDesign and development of a linear variable
Design and development of a linear variableeSAT Publishing House
 
A multi stage heuristic for manufacturing cell
A multi stage heuristic for manufacturing cellA multi stage heuristic for manufacturing cell
A multi stage heuristic for manufacturing celleSAT Publishing House
 
A new approach “ring” for restricting web pages from
A new approach “ring” for restricting web pages fromA new approach “ring” for restricting web pages from
A new approach “ring” for restricting web pages fromeSAT Publishing House
 
An analysis of drivers affecting the implementation of
An analysis of drivers affecting the implementation ofAn analysis of drivers affecting the implementation of
An analysis of drivers affecting the implementation ofeSAT Publishing House
 
Analysis the effects of different types of tool on metal spinning process
Analysis the effects of different types of tool on metal spinning processAnalysis the effects of different types of tool on metal spinning process
Analysis the effects of different types of tool on metal spinning processeSAT Publishing House
 
Sand casting conventional and rapid prototyping manufacturing approaches
Sand casting conventional and rapid prototyping manufacturing approachesSand casting conventional and rapid prototyping manufacturing approaches
Sand casting conventional and rapid prototyping manufacturing approacheseSAT Publishing House
 
Development and performance evaluation of
Development and performance evaluation ofDevelopment and performance evaluation of
Development and performance evaluation ofeSAT Publishing House
 
Effect of zeolite types ltx and lta on physicochemical parameters of drinking...
Effect of zeolite types ltx and lta on physicochemical parameters of drinking...Effect of zeolite types ltx and lta on physicochemical parameters of drinking...
Effect of zeolite types ltx and lta on physicochemical parameters of drinking...eSAT Publishing House
 
Log into android mobile to fetch the device oriented information using remote...
Log into android mobile to fetch the device oriented information using remote...Log into android mobile to fetch the device oriented information using remote...
Log into android mobile to fetch the device oriented information using remote...eSAT Publishing House
 
A hydration study by xrdrietveld analysis of cement regenerated from complete...
A hydration study by xrdrietveld analysis of cement regenerated from complete...A hydration study by xrdrietveld analysis of cement regenerated from complete...
A hydration study by xrdrietveld analysis of cement regenerated from complete...eSAT Publishing House
 

Viewers also liked (20)

Unravelling the molecular linkage of co morbid
Unravelling the molecular linkage of co morbidUnravelling the molecular linkage of co morbid
Unravelling the molecular linkage of co morbid
 
An improved ip traceback mechanism for network
An improved ip traceback mechanism for networkAn improved ip traceback mechanism for network
An improved ip traceback mechanism for network
 
Selection of intra prediction modes for intra frame
Selection of intra prediction modes for intra frameSelection of intra prediction modes for intra frame
Selection of intra prediction modes for intra frame
 
Comparative studies on formability analysis in metal
Comparative studies on formability analysis in metalComparative studies on formability analysis in metal
Comparative studies on formability analysis in metal
 
Development of pavement management strategies for
Development of pavement management strategies forDevelopment of pavement management strategies for
Development of pavement management strategies for
 
Greyscale image authentication and repairing
Greyscale image authentication and repairingGreyscale image authentication and repairing
Greyscale image authentication and repairing
 
Survey on securing outsourced storages in cloud
Survey on securing outsourced storages in cloudSurvey on securing outsourced storages in cloud
Survey on securing outsourced storages in cloud
 
Root cause failure analysis of blanking device of strainer housing used in st...
Root cause failure analysis of blanking device of strainer housing used in st...Root cause failure analysis of blanking device of strainer housing used in st...
Root cause failure analysis of blanking device of strainer housing used in st...
 
A new technique near minimum material zone, to
A new technique   near minimum material zone, toA new technique   near minimum material zone, to
A new technique near minimum material zone, to
 
Fault detection and diagnosis ingears using wavelet
Fault detection and diagnosis ingears using waveletFault detection and diagnosis ingears using wavelet
Fault detection and diagnosis ingears using wavelet
 
Design and development of a linear variable
Design and development of a linear variableDesign and development of a linear variable
Design and development of a linear variable
 
A multi stage heuristic for manufacturing cell
A multi stage heuristic for manufacturing cellA multi stage heuristic for manufacturing cell
A multi stage heuristic for manufacturing cell
 
A new approach “ring” for restricting web pages from
A new approach “ring” for restricting web pages fromA new approach “ring” for restricting web pages from
A new approach “ring” for restricting web pages from
 
An analysis of drivers affecting the implementation of
An analysis of drivers affecting the implementation ofAn analysis of drivers affecting the implementation of
An analysis of drivers affecting the implementation of
 
Analysis the effects of different types of tool on metal spinning process
Analysis the effects of different types of tool on metal spinning processAnalysis the effects of different types of tool on metal spinning process
Analysis the effects of different types of tool on metal spinning process
 
Sand casting conventional and rapid prototyping manufacturing approaches
Sand casting conventional and rapid prototyping manufacturing approachesSand casting conventional and rapid prototyping manufacturing approaches
Sand casting conventional and rapid prototyping manufacturing approaches
 
Development and performance evaluation of
Development and performance evaluation ofDevelopment and performance evaluation of
Development and performance evaluation of
 
Effect of zeolite types ltx and lta on physicochemical parameters of drinking...
Effect of zeolite types ltx and lta on physicochemical parameters of drinking...Effect of zeolite types ltx and lta on physicochemical parameters of drinking...
Effect of zeolite types ltx and lta on physicochemical parameters of drinking...
 
Log into android mobile to fetch the device oriented information using remote...
Log into android mobile to fetch the device oriented information using remote...Log into android mobile to fetch the device oriented information using remote...
Log into android mobile to fetch the device oriented information using remote...
 
A hydration study by xrdrietveld analysis of cement regenerated from complete...
A hydration study by xrdrietveld analysis of cement regenerated from complete...A hydration study by xrdrietveld analysis of cement regenerated from complete...
A hydration study by xrdrietveld analysis of cement regenerated from complete...
 

Similar to Performance of uncorrupted pixel count decision based

An iterative unsymmetrical trimmed midpoint median filter for removal of high...
An iterative unsymmetrical trimmed midpoint median filter for removal of high...An iterative unsymmetrical trimmed midpoint median filter for removal of high...
An iterative unsymmetrical trimmed midpoint median filter for removal of high...eSAT Publishing House
 
G041015762
G041015762G041015762
G041015762IOSR-JEN
 
FPGA Implementation of Decision Based Algorithm for Removal of Impulse Noise
FPGA Implementation of Decision Based Algorithm for Removal of Impulse NoiseFPGA Implementation of Decision Based Algorithm for Removal of Impulse Noise
FPGA Implementation of Decision Based Algorithm for Removal of Impulse NoiseIRJET Journal
 
literature.pptx
literature.pptxliterature.pptx
literature.pptx8885684828
 
Visual Quality for both Images and Display of Systems by Visual Enhancement u...
Visual Quality for both Images and Display of Systems by Visual Enhancement u...Visual Quality for both Images and Display of Systems by Visual Enhancement u...
Visual Quality for both Images and Display of Systems by Visual Enhancement u...IJMER
 
Edge Detection with Detail Preservation for RVIN Using Adaptive Threshold Fil...
Edge Detection with Detail Preservation for RVIN Using Adaptive Threshold Fil...Edge Detection with Detail Preservation for RVIN Using Adaptive Threshold Fil...
Edge Detection with Detail Preservation for RVIN Using Adaptive Threshold Fil...iosrjce
 
High Density Salt and Pepper Impulse Noise Removal
High Density Salt and Pepper Impulse Noise RemovalHigh Density Salt and Pepper Impulse Noise Removal
High Density Salt and Pepper Impulse Noise RemovalIDES Editor
 
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...IRJET Journal
 
Nonlinear Transformation Based Detection And Directional Mean Filter to Remo...
Nonlinear Transformation Based Detection And Directional  Mean Filter to Remo...Nonlinear Transformation Based Detection And Directional  Mean Filter to Remo...
Nonlinear Transformation Based Detection And Directional Mean Filter to Remo...IJMER
 
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital ImagesIRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital ImagesIRJET Journal
 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour imageseSAT Journals
 
Image Noise Removal by Dual Threshold Median Filter for RVIN
Image Noise Removal by Dual Threshold Median Filter for RVINImage Noise Removal by Dual Threshold Median Filter for RVIN
Image Noise Removal by Dual Threshold Median Filter for RVINIOSR Journals
 
An Unique Edge Preserving Noise Filtering Technique for Impulse Noise Removal
An Unique Edge Preserving Noise Filtering Technique for Impulse Noise RemovalAn Unique Edge Preserving Noise Filtering Technique for Impulse Noise Removal
An Unique Edge Preserving Noise Filtering Technique for Impulse Noise Removalsipij
 
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...ijistjournal
 
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...ijistjournal
 

Similar to Performance of uncorrupted pixel count decision based (20)

Mo2521632166
Mo2521632166Mo2521632166
Mo2521632166
 
An iterative unsymmetrical trimmed midpoint median filter for removal of high...
An iterative unsymmetrical trimmed midpoint median filter for removal of high...An iterative unsymmetrical trimmed midpoint median filter for removal of high...
An iterative unsymmetrical trimmed midpoint median filter for removal of high...
 
G041015762
G041015762G041015762
G041015762
 
Gr3112821287
Gr3112821287Gr3112821287
Gr3112821287
 
FPGA Implementation of Decision Based Algorithm for Removal of Impulse Noise
FPGA Implementation of Decision Based Algorithm for Removal of Impulse NoiseFPGA Implementation of Decision Based Algorithm for Removal of Impulse Noise
FPGA Implementation of Decision Based Algorithm for Removal of Impulse Noise
 
literature.pptx
literature.pptxliterature.pptx
literature.pptx
 
Visual Quality for both Images and Display of Systems by Visual Enhancement u...
Visual Quality for both Images and Display of Systems by Visual Enhancement u...Visual Quality for both Images and Display of Systems by Visual Enhancement u...
Visual Quality for both Images and Display of Systems by Visual Enhancement u...
 
Edge Detection with Detail Preservation for RVIN Using Adaptive Threshold Fil...
Edge Detection with Detail Preservation for RVIN Using Adaptive Threshold Fil...Edge Detection with Detail Preservation for RVIN Using Adaptive Threshold Fil...
Edge Detection with Detail Preservation for RVIN Using Adaptive Threshold Fil...
 
K010615562
K010615562K010615562
K010615562
 
High Density Salt and Pepper Impulse Noise Removal
High Density Salt and Pepper Impulse Noise RemovalHigh Density Salt and Pepper Impulse Noise Removal
High Density Salt and Pepper Impulse Noise Removal
 
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
 
Nonlinear Transformation Based Detection And Directional Mean Filter to Remo...
Nonlinear Transformation Based Detection And Directional  Mean Filter to Remo...Nonlinear Transformation Based Detection And Directional  Mean Filter to Remo...
Nonlinear Transformation Based Detection And Directional Mean Filter to Remo...
 
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital ImagesIRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
IRJET- SEPD Technique for Removal of Salt and Pepper Noise in Digital Images
 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour images
 
M017218088
M017218088M017218088
M017218088
 
Image Noise Removal by Dual Threshold Median Filter for RVIN
Image Noise Removal by Dual Threshold Median Filter for RVINImage Noise Removal by Dual Threshold Median Filter for RVIN
Image Noise Removal by Dual Threshold Median Filter for RVIN
 
An Unique Edge Preserving Noise Filtering Technique for Impulse Noise Removal
An Unique Edge Preserving Noise Filtering Technique for Impulse Noise RemovalAn Unique Edge Preserving Noise Filtering Technique for Impulse Noise Removal
An Unique Edge Preserving Noise Filtering Technique for Impulse Noise Removal
 
Gabor Filter
Gabor FilterGabor Filter
Gabor Filter
 
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
 
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
PERFORMANCE ANALYSIS OF UNSYMMETRICAL TRIMMED MEDIAN AS DETECTOR ON IMAGE NOI...
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

CS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfCS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfBalamuruganV28
 
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSHigh Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSsandhya757531
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxStephen Sitton
 
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptJohnWilliam111370
 
Novel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsNovel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsResearcher Researcher
 
OOP concepts -in-Python programming language
OOP concepts -in-Python programming languageOOP concepts -in-Python programming language
OOP concepts -in-Python programming languageSmritiSharma901052
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communicationpanditadesh123
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Coursebim.edu.pl
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
signals in triangulation .. ...Surveying
signals in triangulation .. ...Surveyingsignals in triangulation .. ...Surveying
signals in triangulation .. ...Surveyingsapna80328
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfDrew Moseley
 
TEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACHTEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACHSneha Padhiar
 
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmComputer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmDeepika Walanjkar
 
Python Programming for basic beginners.pptx
Python Programming for basic beginners.pptxPython Programming for basic beginners.pptx
Python Programming for basic beginners.pptxmohitesoham12
 
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTFUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTSneha Padhiar
 
DEVICE DRIVERS AND INTERRUPTS SERVICE MECHANISM.pdf
DEVICE DRIVERS AND INTERRUPTS  SERVICE MECHANISM.pdfDEVICE DRIVERS AND INTERRUPTS  SERVICE MECHANISM.pdf
DEVICE DRIVERS AND INTERRUPTS SERVICE MECHANISM.pdfAkritiPradhan2
 
Engineering Drawing section of solid
Engineering Drawing     section of solidEngineering Drawing     section of solid
Engineering Drawing section of solidnamansinghjarodiya
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdfCaalaaAbdulkerim
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating SystemRashmi Bhat
 

Recently uploaded (20)

CS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdfCS 3251 Programming in c all unit notes pdf
CS 3251 Programming in c all unit notes pdf
 
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMSHigh Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
High Voltage Engineering- OVER VOLTAGES IN ELECTRICAL POWER SYSTEMS
 
Turn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptxTurn leadership mistakes into a better future.pptx
Turn leadership mistakes into a better future.pptx
 
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
 
Novel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsNovel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending Actuators
 
OOP concepts -in-Python programming language
OOP concepts -in-Python programming languageOOP concepts -in-Python programming language
OOP concepts -in-Python programming language
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communication
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Course
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
signals in triangulation .. ...Surveying
signals in triangulation .. ...Surveyingsignals in triangulation .. ...Surveying
signals in triangulation .. ...Surveying
 
Immutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdfImmutable Image-Based Operating Systems - EW2024.pdf
Immutable Image-Based Operating Systems - EW2024.pdf
 
Designing pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptxDesigning pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptx
 
TEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACHTEST CASE GENERATION GENERATION BLOCK BOX APPROACH
TEST CASE GENERATION GENERATION BLOCK BOX APPROACH
 
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmComputer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
 
Python Programming for basic beginners.pptx
Python Programming for basic beginners.pptxPython Programming for basic beginners.pptx
Python Programming for basic beginners.pptx
 
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENTFUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
FUNCTIONAL AND NON FUNCTIONAL REQUIREMENT
 
DEVICE DRIVERS AND INTERRUPTS SERVICE MECHANISM.pdf
DEVICE DRIVERS AND INTERRUPTS  SERVICE MECHANISM.pdfDEVICE DRIVERS AND INTERRUPTS  SERVICE MECHANISM.pdf
DEVICE DRIVERS AND INTERRUPTS SERVICE MECHANISM.pdf
 
Engineering Drawing section of solid
Engineering Drawing     section of solidEngineering Drawing     section of solid
Engineering Drawing section of solid
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdf
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating System
 

Performance of uncorrupted pixel count decision based

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 633 PERFORMANCE OF UNCORRUPTED PIXEL COUNT DECISION BASED FILTER FOR REMOVAL OF SALT AND PEPPER NOISE FROM DIGITAL IMAGE Ramkumar1, Rajesh2, Sharmila3 1PG Scholar Dept of ECE, Manakula Vinayagar Institute of Technology, Puducherry, India 2Assistant Professor, Dept of ECE, Manakula Vinayagar Institute of Technology, Puducherry, India 3PG Scholar Dept of ECE, Manakula Vinayagar Institute of Technology, Puducherry, India Abstract Uncorrupted pixel count Decision Based Filter (UPCDBF) algorithm employed in the process of removal of noise densities and restoration of grey scale image Which are heavily corrupted by salt and pepper noise. The algorithm replaces the corrupted centre pixel by midpoint or median value based upon the noise free pixel count. This algorithm outperforms Standard median filter(MF) , Arithmetic median(AMF) and PSMF. The algorithm exhibits High PSNR value. Keywords: Salt and pepper noise, uncorrupted pixel count decision based filter (UPCDBF) ----------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION Image processing field have tremendous growth day by day by advancements in capturing devices and numerous applications. But there are still some bottlenecks on which researchers have their focus. In digital image the factors such as imperfections in imaging sensors, channel transmission errors and faulty memory locations in hardware leads to salt and pepper noise. The corrupted pixels take either maximum or minimum grey level, which affects the information of the image. 1.1 Image Filtering Images are often corrupted by salt and pepper noise due to error in transmission of digital images. In yester years removal of noise is facilitated, by using linear filtering techniques. These linear approaches were very popular because of its mathematical simplicity. The objective of noise removal is to eliminate the salt and pepper noise with minimum deformation caused to the image. The linear filters were not effective in removing non Gaussian noise. The removal of impulse noise leads to blurred and defamed features of the image. Hence nonlinear filters were introduced. The most widely used nonlinear filters are median filters. Median filters would eliminate impulse and preserves edges in the image. For increasing noise densities the standard median filter (SMF) flatters also irrespective of pixel is noisy or not, median is applied to entire image [1]. An adaptive median filter (AMF) removed impulse noise at high noise densities, owing to its increasing window size caused blurring of images [2]. Many switched median filters were proposed to detect and correct only the corrupted pixel [3]-[4]. The flaw of the switched median filters is that it detected and corrected the impulse, but did not take local feature such as edges into account. For the removal of high density impulse noise (DBA) Decision based filters [5] were proposed. Due to the replacement of neighborhood pixel the performance of the image tend to flatter above 60% by exhibiting “Streaks” in images. Hence the edges of the images are destroyed. To avoid streaking in images at heavy noise conditions Uncorrupted Pixel Count Decision Based Filter is proposed (UPCDBF). Where it functions based on the remaining pixel after removal of corrupted pixels. 1.2 Noise Model Salt and pepper noise with equal noise probability: If [0 255] denote the dynamic range of y’, i.e., 0 <= Sij<= 255 for all (i,j),then they are denoted by Salt- and-pepper noise Yij = 0 with probability p; Sij with probability 1 - p - q; 255 with probability q; Where s = p + q denotes the salt-and-pepper noise level. 3. UNCORRUPTED PIXEL COUNT DECISION BASED FILTER (UPCDBF) The pixels of processing window are arranged in 1D form if the centre pixel is found to be corrupted pixel. The pixels are processed to 1D using snake like sorting technique. Then after removal of corrupted pixels the algorithm is carried out with count of noise free pixels.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 634 Snake like improved Shear Sorting Over the years sorting algorithm is a basic operation behind all the median filters. All the existing sorting algorithms require more comparators. In this paper a new snake like improved shear sorting algorithm is used for ordering the entire array of processed pixels. The algorithm of snake like improved shear sorting algorithm is as follows. Step1: The considered 2D processing window(3X3). Step2: Sort the 1th and 3rd rows of the 2D array in ascending order and 2nd row in descending order independently .The sorted sequence is fed to step3. Step3: Sort the three columns of the 2D array in ascending order .The sorted sequence is fed to step4. Step4: Repeat step 2 and 3 once again as shown in figure1.d and e. Step5: Now Sort the upper semi diagonal of the semi sorted 2D array in ascending order. Step6: Sort the Lower semi diagonal sorted array in ascending order. Resulting array is sorted in a snake like order. The procedure is repeated for the other windows of the image [9]. 3.1. Proposed Algorithm The Uncorrupted pixel count decision based filter initially detects impulse and corrects it subsequently. All the pixels of an image lie between the dynamic ranges [0,255]. If the processed pixel holds minimum (0) or maximum (255), pixel is considered as noisy and processed by UPCDBF else as not noisy and the pixel is unaltered. The brief illustration of the algorithm is as follows. Step 1: Choose 2-D window of size 3x3. The processed pixel in current window is assumed as pxy. Step 2: Check for the condition 0 <pxy< 255, if the condition is true then pixel is considered as not noisy and left unaltered. Step 3: If the processed pixel pxy holds 0 or 255 i.e. (pxy=0 or pxy =255) then pixel pxy is considered as corrupted pixel. Convert 2D array into 1D array. Sort the 1D array which is assumed as Sxy. Step 4: Initialize two counters, forward counter (F) and reverse counter (L) with 1 and 9 respectively. When a 0 or 255 is encountered inside the window F is increased by 1 or L is decremented by 1 respectively. When pixel is noisy there happens to be two possible cases. Check for the number of corrupted pixel inside the current processing window. It is denoted as count. Case 1) if the Uncorrupted value (9-count) is even number then in current processing window the corrupted pixel is replaced with median of uncorrupted pixels as output. Case 1) if the Uncorrupted value (9-count) is odd number then in current processing window the corrupted pixel is replaced with mid point value of uncorrupted pixels as output. If entire pixels inside the processing window are 0 or 255ie)(9-count=0) then pixel value is retained considering it as texture. Step 5: Steps 1 to 4 is repeated until all pixels of the entire image is processed. 3.2 Insight of UPCDBF The processed pixel is checked for low (0) or high(255) values of the gray level values. This process is done on entire pixels in the image. The large matrix refers to image and values enclosed inside a rectangle is considered to be the current processing window. The element encircled refers to processed pixel. Step 2 is illustrated in case (a). Step 3 and 4 are visualized along with the case 1) in case (b) .Case II is briefed in case (c.1) and (c.2). Processing window output window Case (a): In the above illustration the processed pixel is checked for 0 <pxy< 255. Here in the discussed example processed pixel is 106. Hence processed pixel is not 0 or 255. So pixel is considered as noise free and pixel is unaltered. 177 205 155 0 255 25 0 187 124 Processing window output window Case (b): In the selected window the processed pixel holds 255 (or 0). So the processed pixel is considered as noisy. Initialize corrupted counter. Convert the 2D array into 1D array and sort the converted array. Check for number of noisy pixel inside the window. Every time a 0 or 255 is encountered inside the window the counter value increments by 1. Unsorted array: 177 0 0 205 255 187 155 25 124 Sorted array Sxy 0 0 25 124 155 177 187 205 255 Here the count value is 3 so the uncorrupted pixel count (9-3) is 6 then the median value of these uncorrupted pixel is replaced in place of central pixel as output. The case is illustrated as follows. Now check for the presence of 0 or 255 in the sorted array. Every time a 0 & 255 is detected the counter is incremented by 1 In the above example there is two 0 and one 255. So counter is holding 3. Now the corrupted pixel is replaced with median of the rank ordered uncorrupted 127 255 56 85 106 75 23 77 255 127 255 56 85 106 75 23 77 255 177 205 155 0 166 25 0 187 124
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 635 pixel in output i.e. corrupted pixel is replaced by median (25,124,155,177,187,205) = 166 255 155 255 166 0 123 187 124 255 Processing Window output window Case (c.1): This case works if the entire pixel inside the current window is either pepper (0) or salt (255). Initialize counter and convert the elements of 2D window into 1D. Sort the 1D array. Check for count values by comparing all the pixel elements with 0 or 255. Unsorted 1D array: 255 166 187 155 0 124 255 123 255 Check for Count=4 (so case 2 is used ) Sorted 1D array Sxy : 0 123 124 155 166 187255 255 255 Uncorrupted pixels : 123 124 155 166 187 Now the uncorrupted pixel count(9-4) is 5. Hence the uncorrupted pixel count is of odd number the noisy noisy centre pixel is replaced with centre of uncorrupted pixels i.e) 155. 255 255 255 255 255 255 255 255 255 0 0 0 0 0 0 0 0 0 Case (c2): if the current processing window has all the pixels to be 0 or 255 then the processing pixel is considered to be texture and left unaltered. 4. SIMULATION RESULTS The Quantitative performance of the proposed algorithm is evaluated based on Peak signal to noise ratio (PSNR) and Mean Square Error (MSE) which is given in equations 1,2 respectively. Where r refers to Original image, n gives the corrupted image x is denotes restored image, M x N is the size of Processed image. The existing algorithms used for the comparison are SMF, AMF, PSMF. The qualitative performance of the proposed algorithm is tested on various images such as Lena, Cameraman, Baboon, Barbara, animal, pepper etc (Images are chosen as per the details of the image). Quantitative analysis is made by varying noise densities in steps of ten from 10% to 90% on low detail, given in Table. All the simulation is done in dual CPU E2140@1.6Ghz with 1GB RAM capacity. It is vivid from the tables and graphs that the proposed algorithm suppresses noise at low and high noise densities. Hence the UPCDBF has high PSNR when compared to other algorithms. The qualitative aspect of the UPCDBF against various algorithms for noise densities (10% to 90%) for Animal at 90% is shown in figure. Table -1: Performance (PSNR) of various algorithms on animal image corrupted Noise Densit y SMF AMF MEAND ET PSM F PA 10% 14.913 3 14.74 07 17.9894 18.07 94 33.23 91 20% 11.925 5 11.90 73 14.8822 14.91 96 26.85 66 30% 10.183 5 10.15 31 12.8284 12.83 86 22.46 62 40% 8.9286 8.909 1 11.1675 11.18 07 18.97 25 50% 7.9428 7.914 3 9.7114 9.726 16.21 01 60% 7.116 7.014 8.4709 8.448 13.79 23 70% 6.3761 6.100 9 7.3373 7.298 5 11.71 78 80% 5.686 5.070 6 6.3127 6.293 5 9.911 3 90% 5.0196 4.008 9 5.3833 5.357 4 8.331 7 255 155 255 166 155 123 187 124 255
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 636 Noise image 90%corrupted SMF AMF MEANDET PSMF PA Fig-1 Performance of various filter for animal image corrupted by 90% Salt and pepper noise Chart .1 Performance comparison of PSNR value of different filters 5. CONCLUSIONS Uncorrupted pixel count decision based algorithm (UPCDB) using a Mesh based snake like modified shear sorting, having a fixed 3x3 window is proposed which gives excellent noise suppression capabilities by preserving edges in images corrupted by salt and pepper noise as high as 90%. The Proposed algorithm uses 3x3 fixed window for increasing noise densities. The proposed algorithm outclasses other existing filters when compared to existing filters both in quantitative and qualitative aspects. The proposed algorithm would also require minimal hardware for implementation REFERENCES [1]. S. J. Astola and P. Kuosmaneen, Fundamentals of non linear Digital Filtering. Boca Raton, FL: CRC, 1997. [2]. H. Hwang and R. A.Hadded, “Adaptive median filter: New algorithms and results,” IEEE transaction on image processing., vol 4,no 4,pp 499-502 [3]. P. E. Ng and K. K. Ma, “A switching median filter with boundary discriminative noise detection for extremely corrupted images,” IEEE Transactions on image processing, vol.15, no.6, pp. 1506-1516,June 2006. [4]. S. Zhang and M.A. Karim, “A new impulse detector for switching median filters,” IEEE Signal processing letters, vol.9, no.11, pp. 360-363, November 2002. [5]. K.S. Srinivasan and D.Ebenezer, “A new fast and efficient decision based algorithm for the removal of high density impulse noise,” IEEE Signal processing letters, vol.14, no.3, pp.189-192, March 2007. [6]. Madhu S., Nair, K.Revathy, Rao. Tatavarti., (2008), “An Improved Decision Based Algorithm for impulse noise removal”, Proceedings in Congress on Image and Signal Processing, Pages 426-431, 2008. [7]. J. Astola and P. Kuosmaneen, Fundamentals of non linear Digital Filtering. Boca Raton, FL: CRC, 1997. [8] H. Hwang and R. A.Hadded, “Adaptive median filter: New algorithms and results,” IEEE transaction on image processing.,vol 4,no 4,pp 499-502 [9]. P. E. Ng and K. K. Ma, “A switching median filter with boundary discriminative noise detection for extremely corrupted images,” IEEE Transactions on image processing, vol.15, no.6, pp. 1506-1516,June 2006. [10]. S. Zhang and M.A. Karim, “A new impulse detector for switching median filters,” IEEE Signal processing letters, vol.9, no.11, pp. 360-363, November 2002. [11]. K.S. Srinivasan and D.Ebenezer, “A new fast and efficient decision based algorithm for the removal of high density impulse noise,” IEEE Signal processing letters, vol.14, no.3, pp.189-192, March 2007. [12]. S.Balasubramanian, S.Kalishwaran, R.Muthuraj, D.Ebenezer, V.Jayaraj “An efficient Non linear cascade filtering algorithm for removal of high density salt and pepper noise in image and video sequence”, Intl Conf on control, Automation, communication and Energy Conservation,2009, [13]. K.Aiswarya, V .Jayaraj, and D.Ebenezer, “A new and efficient algorithm for the removal of high density salt and pepper noise in images and videos,” in second international conference on computer modeling and simulation, 2010, pp.409-413. [14]. S. Esakkirajan, T. Veerakumar, Adabala N. Subramanyam and C.H. Prem Chand, “Removal of high density Salt and pepper noise through modified decision based Unsymmetrical trimmed median filter.” IEEE Signal processing letters, Vol. 18,no.5, May 2011. 0 5 10 15 20 25 30 35 Noise Density 10% 20% 30% 40% 50% 60% 70% 80% SMF AMF MEANDET PSMF PA
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 07 | May-2014, Available @ http://www.ijret.org 637 [15]. K.Vasanth, S.Karthik, “Unsymmetrical Trimmed median as Detectors for salt and pepper noise Removal”, National Conference on signal and image processing- NCSIP2012, Gandhi gram rural university, February 2012, pages 31-35 [16]. K. K.Vasanth, S.Karthik, SinduDivakaran “Removal of Salt & Pepper Noise Using Unsymmetrical Trimmed Variants as Detector”, European journal of Scientific Research, Vol.70 No.3 (2012), pp. 468-478. BIOGRAPHIES Ramkumar Ramachandran received his B.E. degree in Electronics and communication Engineering from Mailam Engineering College, Anna University, Chennai in 2011 and currently doing his Master degree in Electronics and communication engineering at Manakula vinayagar Institute of technology, Pondicherry University, Puducherry. His field of interest are Image Processing, Wireless and Telecommunication and Computer Networks. Rajesh Veerappan received his Btech degree in Electronics & Electrical engineering from Manakula vinayagar engineering college, pondicherry university, Pondicherry in 2007 then received M.E degree in applied electronics from sathyabama university, Chennai in 2012 and currently working as a Assistant Professor at Manakula vinayagar Institute of technology, Pondicherry University, Puducherry. He has four years long experience in the field of teaching. His area of interest includes Image Processing, Electronic circuits , VLSI Design and Embedded core design . Sharmila Govindaraj received her B.E. degree in Electronics and communication Engineering from Mailam Engineering College, Anna University, Chennai in 2011 and currently doing her Master degree in Electronics and communication engineering at Manakula vinayagar Institute of technology, Pondicherry University, Puducherry. Her field of interest are Image Processing, Digital Signal Processing & Electronic devices.