Adaptive Threshold Median Filter for Multiple-Impulse Noise

Size: px
Start display at page:

Download "Adaptive Threshold Median Filter for Multiple-Impulse Noise"

Transcription

1 Mar 2007 Journal of Electronic Science and Technolog of China Vol5 No Adaptive Threshold Median Filter for Multiple-Impulse Noise JIANG Bo HUANG Wei School of Communication and Information Engineering Universit of Electronic Science and Technolog of China Chengdu China Abstract Attenuating the noises plas an essential role in the image processing Almost all the traditional median filters concern the removal of impulse noise having a single laer whose noise gra level value is constant In this paper a new adaptive median filter is proposed to handle those images corrupted not onl b single laer noise The adaptive threshold median filter (ATMF) has been developed b combining the adaptive median filter (AMF) and two dnamic thresholds Because of the dnamic threshold being used the ATMF is able to balance the removal of the multiple-impulse noise and the qualit of image Comparison of the proposed method with traditional median filters is provided Some visual examples are given to demonstrate the performance of the proposed filter Ke words median filter; adaptive median filter (AMF); adaptive threshold median filter (ATMF); multiple-impulse noise; image processing Images are often corrupted b impulse noise due to errors generated from sensors or communicational channels It is important to eliminate noise from images before edge detection image segmentation and object recognition procedures The well-known median filter (MF) and its derivatives have been recognized as an effective means of removing impulse noise [-6] The success of median filters is based on two main properties: edge preservation and efficient noise attenuation with robustness against the impulsive-tpe noises Edge preservation is essential in image processing owing to the nature of visual perception [7] Despite its effectiveness in smoothing noise MF tends to remove fine details when applied to an image uniforml To eliminate this drawback a famous modified median filter the adaptive median filter (AMF) has been proposed [8] It has variable window sizes for removing impulses while preserving sharpness at the same time In this wa the integrit of edge and detail information becomes better [9] The filters mentioned above are not good at removing multiple-impulse noise However practical situation is that images are often corrupted b multiple-impulse noises including single laer noise In this paper a decision-based and signal-adaptive median filter is proposed Not onl does it achieve both the strong detection of impulse noise and the visual qualit for restoration results but also it does well in anti-multiple noise For the identification of the noise a new criterion has been added in AMF to increase the effect handling multiple noises Thereafter the new filter named adaptive threshold median filter (ATMF) adds two dnamic thresholds of the local kernel area to help detect noises Simulations demonstrate that this filter is as good as AMF for one laer impulsive noise but better than man other median filters for multiple-impulse noise Adaptive Median Filter The novel filter processing principles are based on the AMF AMF works in a rectangular kernel area S and changes (increases) the size of S during filtering operation depending on certain conditions listed below If the filter does find that the pixel at ( ) is noise in the kernel center the value of the pixel will be replaced b the median value in S Otherwise the pixel gra level value will remain the same Consider the following definition: min = minimum gra level value in S max = maximum gra level value in S med = median of gra level in S = gra level at coordinates ( ) S max = maximum allowed size of S The adaptive median filtering algorithm works in two levels denoted level A and level B as follows: Level A A = med min A2 = med max If A >0 AND A 2 <0 go to level B Or else increase the window size If window size S max repeat level A Or else output Received

2 No JIANG Bo et al: Adaptive Threshold Median Filter for Multiple-Impulse Noise 7 Level B B = x m in B = 2 x med If B >0AND B 2 <0 output Or else output med Ever time the algorithm outputs a value the window S is moved to the next location in the image The algorithm then is reinitialized and applied to the pixels in the new location AMF can achieve good results in suppressing noises of various densities It sometimes changes its kernel maximum size in order to suit for different conditions One wa is to use different kernel mean filters to process images and determine the AMF kernel maximum size 2 Adaptive Threshold Median Filter In some applications images to be processed are often corrupted b multiple-impulse noise Experiments have shown that AMF has certain effect on images of low densit multiple-impulse noise such as the probabilit less than 0 If removing higher probabilit such as or even more than 04 AMF fails to give content results Increasing kernel size could do better in suppressing noises but at the same time the image would become worse in details The extended adaptive median filter (EAMF) testifies that the impulsive noise values sometimes are not onl 255 or 0 [0] The noise ma be slightl less than 255 or higher than 0 Thus in the EAMF algorithm the pixel values close to 255 or 0 in a filter window are also discarded before computing median value Therefore EAMF can suppress more diverse noise while keeping details In our experiments we find that in some situations EAMF can not give a satisfied improvement from AMF Thus we change our AMF based on the theor similar to Refs[6] and [0] Motivated b the randoml valued impulse detection mechanisms developed in Refs[] and [2] two dnamic thresholds T and T 2 are introduced to the AMF The are defined as follows: T ( ) = Xmin 2 Xmin () T2( ) = Xmax X max2 (2) where X min is the smallest value X min2 is the second small in the initial window X max is the largest value and X max2 is the second large Then we adjust the AMF judging condition: A = med min T A2 = med max + T2 B = x min T B2 = x max + T 2 However in some circumstances the multiple-noise does not indicate that the noise value has onl two laers such as value and 0 If the image is affected b more laer noises the reasonable T and T 2 can not be obtained b above wa b Eqs() and (2) Therefore we change the identification principle to deal with these complicated situations The identification principle in ATMF algorithm is given as follows ) Initialization: Let P be a vector used to store the gra level at coordinates (i j) and initiate all the elements P () t = 0 The vector size W = K K varies among 9 25 or 49 correspond to the kernel size K of 3 5 or 7 respectivel At the same time initiate T =T 2 =0 2) LOOP: () Define the value of PT ( = W/2+ ) corresponding to the pixel gra level at ( ) in processing image on the particular point ( ) the window S is centered at a given time The values of P( t = K j+ i) are initiated again as follows: Pt () = { i j x ( K ) /2 i x+( K )/2 ( K ) /2 j + ( K )/2 } (2) Rearrange the values of P(t): store the smallest one in P (0) then the values from the smaller ones to the larger ones; finall the largest one stores in P( n ) where n equals W (3) Get T For T affects min the analsis begins with P (0) to the larger ones (4) LOOP: a) Get D ab (a and b are the sequence numbers of compared pixels Initial value of a = 0 b = ) D ab is the difference between P( a ) and P( b ) If D ab =0 go to b) else if D ab = go to c) else if Dab go to e) b) If Da+ b+ go to f) c) If Da+ b+ go to f) d) If b= R T = D quit (4) where D = D0b else a= a+ b= b+ return to ) e) T = D quit (4) where D = D0b

3 72 Journal of Electronic Science and Technolog of China Vol5 f) T = D quit (4) where D = D 0 b + (5) Get T 2 The procedure is similar with T For the T 2 affects max there are some changes The analsis starts from P(n) to the smaller ones And initial values of a= n b= n In d) before returning a) let a= a b= b 3) UNTIL terminating condition In the above algorithm T d is used to judge whether pixel is corrupted or not in some area of an image It can be get from the histogram To real-time applications it can be initiated from 5 to 20 R=W P a is decided b the noise probabilit P a In e) and f) in order to avoid eliminating P(b) or P(b+) processed as the non-corrupted pixel let T = D or T 2 = D In d) since the algorithm can not determine with T d whether P( b ) is corrupted or not let T = D For man images the values of pixels assemble in the center of the histogram Some values are distributed to the two poles of histogram (approximates 0 or 255) but when considering filtering impulsive noise the are ignored like MF and its derivatives Based on those presuppositions the principle of dnamic threshold is to compare different pixel values Firstl the pixel values of one area are arranged from the smallest to the biggest one Secondl the difference of the two neighboring pixels is computed from the largest or smallest one If the difference compared with T d is big enough the smallest or largest non-corrupted value can be got Thus T determined b non-corrupted smallest value or T 2 determined b non-corrupted largest value can be obtained Then new T and T 2 replace the old ones obtained b Eqs() and (2) to adjust the AMF judging condition 3 Experimental Results and Analsis The noise considered in this work is bipolar impulse noise The one laer impulse noise means fixed value 255 (salt) and 0 (pepper) for all the impulses The probabilit of impulse noise is equal To multiple-impulse noises the values of noises are also presumed to have the same probabilit However those values are correspondingl evenl distributed in the two poles For the experiments 8-bit Blood image and Lara image are corrupted b 20% and 40% of single-laer impulse noise and 30% and 40% of multiple-impulse noise respectivel A number of simulations are performed b varing the kernel size of each method: 3 5 or 7 For performance measurements we use the mean square error (MSE) and the peak signal-to-noise ratio (PSNR) Moreover in order to better displa the function of the dnamic threshold a special ATMF with static thresholds (T =T 2 =5) (ASTMF) is compared with the ATMF One important characteristic of AMF ASTMF and ATMF is that the can attenuate almost all the one laer impulse noise as illustrated in Fig and Fig2 Their performances are better than MF especiall in high noise pollution when saving details like the edge of bloods In Fig Fig2 and Tab after the new identification principle is introduced in AMF algorithm the performance of ATMF is the same as AMF even better in static data Also it is better than ASTMF The reason is that dnamic save more details than static thresholds Moreover as the number of noise laers graduall increases the performance of proposed filter becomes better as shown in Fig3 and Fig4 Fig3(a) is the Lara image corrupted b 30% multiple-impulse noises where the value is and 0 Fig3(b) displas that MF removes almost all the noises but the details have been severel damaged Fig3(c) is the result from AMF The detail is better than that of the median filter However marked impulse noises are left in images It is not good at reducing multiple-impulse noise Fig4(d) and (e) reveal the results of ASTMF and ATMF (T d = 7) Their performances are obviousl better than that of AMF not onl in details Both of them remove almost all of the multiple noises Compared with MSE and PSNR data are mostl the same The former MSE is 50 and PSNR 303 the latter MSE 4937 and PSNR 320 Those data show that the static threshold filter can well remove multiple-impulse noise if the value of static threshold is sound In simulations the same results are revealed in the Lara image To displa the advantage of dnamic threshold we have designed some special images to testif the efficienc of two kinds of threshold In Fig4 the Lara image is corrupted b 40% multiple-impulse noise The impulsive noises value 235 and 9 are beond the range that can be detected b ASTMF threshold The results are shown in Fig4 Although the ATMF with T d = 7 cannot remove all the noise it can remove noises far more than ASTMF In fact if we adjust T d to a suitable value it can do as well as Fig3(e) under more possible circumstances On the other hand although increasing the static threshold can also handle more problems the details of images will continuousl and largel decrease even more severe than ATMF

4 No JIANG Bo et al: Adaptive Threshold Median Filter for Multiple-Impulse Noise 73 Algorithms Tab Comparative restoration results in MSE and PSNR Blood (MSE) Blood (PSNR) /db Lara (MSE) Lara (PSNR) /db AMF (3 3) AMF (5 5) AMF (7 7) ASTMF (3 3) ASTMF (5 5) ASTMF (7 7) ATMF (3 3) ATMF (5 5) ATMF (7 7) (a) Corrupted blood image (b) Image filtered b MF (c) Image filtered b AMF (d) Image filtered b ASTMF (e) Image filtered b ATMF Fig Restoration results of corrupted Blood image with 02 impulse noise in kernel size 7 7 a) Corrupted Lara image (b) Image filtered b MF (c) Image filtered b AMF (d) Image filtered b ASTMF (e) Image filtered b ATMF Fig2 Restoration results of corrupted Lara image with 04 impulse noise in kernel size 7 7 (a) Corrupted Lara image (b) Image filtered b MF (c) Image filtered b AMF (d) Image filtered b ASTMF (e) Image filtered b ATMF Fig3 Restoration results of corrupted Lara image with 03 multiple-impulse noise in kernel size 7 7 (a) Corrupted Lara image (b) Image filtered b MF (c) Image filtered b AMF (d) Image filtered b ASTMF (e) Image filtered b ATMF Fig 4 Restoration results of corrupted Lara image with 04 multiple-impulse noise in kernel size 7 7

5 74 Journal of Electronic Science and Technolog of China Vol5 4 Conclusions In this paper we propose a new noise removal algorithm to deal with multiple-impulse noise The ATMF algorithm integrates the AMF and two dnamic thresholds The dnamic thresholds enhance the abilit of the filter to detect the multiple noises and balance the noise removal and image qualit According to the results of our experiments the proposed method is superior to the conventional methods in the aspect of multiple-impulse noise and perceptual image qualit It provides a quite stable performance over a wide variet of images with various probabilities of noise corruption Meanwhile it can do as well as even better than AMF regarding to normal impulse noise References [] GONALE R C WOODS R E Digital Image Processing[M] Second Edition Beijing: Publishing House of Electronics Industr 2002 [2] POK G LIU J NAIR A S Selective removal of impulse noise based on homogeneit level information[j] IEEE Trans Image Processing (): [3] LIN H M WILLSON A N Median filter with adaptive length[j] IEEE Transactions on Circuits and Sstems (6): [4] CHAN P LIM J S One-dimensional processing for adaptive image restoration[j] IEEE Trans Acoust Speech Signal Processing (2): 7-26 [5] LU S M PU H C LIN C T A HVS-directed neuralnetwork-based approach for impulse-noise removal from highl corrupted images[j] IEEE Transactions on Circuits and Sstem for Video Technolog 2003 : [6] HAN W Y LIN J C Minimum-maximum exclusive mean (MMEM) filter to remove impulse noise from highl corrupted images[j] Electron Letters (2): [7] YIN L YANG R GABBOUJ M et al Weighted median filters: a tutorial[j] IEEE Trans Circuits Sstems (3): [8] HWANG H HADDAD R Adaptive median filters: new algorithms and results[j] IEEE Trans Image Processing 995 4(4): [9] ANDREADIS I LOUVERDIS G Real-time adaptive image impulse noise suppression[j] IEEE Trans Instrumentation and Measurement (3): [0] JIA H T HU Y C WANG J H The principle and implementation for extended adaptive median filter[j] Journal of Image and Graphics (8): (in Chinese) [] LIGHTSTONE M ABREU E MITRA S K et al A new filtering approach for the removal of impulse noise from highl corrupted images[j] IEEE Trans on Image Processing 996 5(6): [2] SUCHER R A Recursive Nonlinear Filter for the Removal of Impulse Noise[C]// IEEE Int Conf on Image Processing (ICIP 95) Washington DC USA 995: Brief Introduction to Author(s) JIANG Bo ( 姜波 ) was born in Sichuan China 98 He received the BS degree from Chegndu Universit of Technolog (CDUT) in 2004 He is currentl pursuing his MS degree in the School of Communication and Information Engineering Universit of Electronic Science and Technolog of China (UESTC) His research interests include image processing and pattern recognition HUANG Wei ( 黄炜 ) was born in Beijing China 952 He received the BS and MS degrees both from UESTC in 98 and 984 respectivel He is currentl an associate professor with UESTC His research interests include signal processing in modern communication audio and visual signal processing

A Fourier Extension Based Algorithm for Impulse Noise Removal

A Fourier Extension Based Algorithm for Impulse Noise Removal A Fourier Extension Based Algorithm for Impulse Noise Removal H. Sahoolizadeh, R. Rajabioun *, M. Zeinali Abstract In this paper a novel Fourier extension based algorithm is introduced which is able to

More information

Implementation of efficient Image Enhancement Factor using Modified Decision Based Unsymmetric Trimmed Median Filter

Implementation of efficient Image Enhancement Factor using Modified Decision Based Unsymmetric Trimmed Median Filter Implementation of efficient Image Enhancement Factor using Modified Decision Based Unsymmetric Trimmed Median Filter R.Himabindu Abstract: A.SUJATHA, ASSISTANT PROFESSOR IN G.PULLAIAH COLLEGE OF ENGINEERING

More information

Iterative Removing Salt and Pepper Noise based on Neighbourhood Information

Iterative Removing Salt and Pepper Noise based on Neighbourhood Information Iterative Removing Salt and Pepper Noise based on Neighbourhood Information Liu Chun College of Computer Science and Information Technology Daqing Normal University Daqing, China Sun Bishen Twenty-seventh

More information

An Iterative Procedure for Removing Random-Valued Impulse Noise

An Iterative Procedure for Removing Random-Valued Impulse Noise 1 An Iterative Procedure for Removing Random-Valued Impulse Noise Raymond H. Chan, Chen Hu, and Mila Nikolova Abstract This paper proposes a two-stage iterative method for removing random-valued impulse

More information

A reversible data hiding based on adaptive prediction technique and histogram shifting

A reversible data hiding based on adaptive prediction technique and histogram shifting A reversible data hiding based on adaptive prediction technique and histogram shifting Rui Liu, Rongrong Ni, Yao Zhao Institute of Information Science Beijing Jiaotong University E-mail: rrni@bjtu.edu.cn

More information

Noise Reduction in Image Sequences using an Effective Fuzzy Algorithm

Noise Reduction in Image Sequences using an Effective Fuzzy Algorithm Noise Reduction in Image Sequences using an Effective Fuzzy Algorithm Mahmoud Saeid Khadijeh Saeid Mahmoud Khaleghi Abstract In this paper, we propose a novel spatiotemporal fuzzy based algorithm for noise

More information

A Circle Detection Method Based on Optimal Parameter Statistics in Embedded Vision

A Circle Detection Method Based on Optimal Parameter Statistics in Embedded Vision A Circle Detection Method Based on Optimal Parameter Statistics in Embedded Vision Xiaofeng Lu,, Xiangwei Li, Sumin Shen, Kang He, and Songu Yu Shanghai Ke Laborator of Digital Media Processing and Transmissions

More information

Study on Image Retrieval Method of Integrating Color and Texture

Study on Image Retrieval Method of Integrating Color and Texture International Journal of Science Vol. No.1 015 ISSN: 1813-4890 Stud on Image Retrieval Method of Integrating Color and Texture Lei Liu a, Xiafu Lv b, Junpeng Chen, Bohua Wang College of automation, Chongqing

More information

Title. Author(s)Smolka, Bogdan. Issue Date Doc URL. Type. Note. File Information. Ranked-Based Vector Median Filter

Title. Author(s)Smolka, Bogdan. Issue Date Doc URL. Type. Note. File Information. Ranked-Based Vector Median Filter Title Ranked-Based Vector Median Filter Author(s)Smolka, Bogdan Proceedings : APSIPA ASC 2009 : Asia-Pacific Signal Citationand Conference: 254-257 Issue Date 2009-10-04 Doc URL http://hdl.handle.net/2115/39685

More information

A Decision Based Algorithm for the Removal of High Density Salt and Pepper Noise

A Decision Based Algorithm for the Removal of High Density Salt and Pepper Noise A Decision Based Algorithm for the Removal of High Density Salt and Pepper Noise Sushant S. Haware, Diwakar S. Singh, Tushar R. Tandel, Abhijeet Valande & N. S. Jadhav Dr. Babasaheb Ambedkar Technological

More information

Removing Salt and Pepper Noise using Modified Decision- Based Approach with Boundary Discrimination

Removing Salt and Pepper Noise using Modified Decision- Based Approach with Boundary Discrimination GLOBAL IMPACT FACTOR 0.238 DIIF 0.876 Removing Salt and Pepper Noise using Modified Decision- Based Approach with Boundary Discrimination Aaditya Sharma, R. K.Pateriya Computer Science &Engineering Department

More information

A Novel Adaptive Algorithm for Fingerprint Segmentation

A Novel Adaptive Algorithm for Fingerprint Segmentation A Novel Adaptive Algorithm for Fingerprint Segmentation Sen Wang Yang Sheng Wang National Lab of Pattern Recognition Institute of Automation Chinese Academ of Sciences 100080 P.O.Bo 78 Beijing P.R.China

More information

A Switching Weighted Adaptive Median Filter for Impulse Noise Removal

A Switching Weighted Adaptive Median Filter for Impulse Noise Removal A Switching Weighted Adaptive Median Filter for Impulse Noise Removal S.Kalavathy Reseach Scholar, Dr.M.G.R Educational and Research Institute University, Maduravoyal, India & Department of Mathematics

More information

An Information Hiding Scheme Based on Pixel- Value-Ordering and Prediction-Error Expansion with Reversibility

An Information Hiding Scheme Based on Pixel- Value-Ordering and Prediction-Error Expansion with Reversibility An Information Hiding Scheme Based on Pixel- Value-Ordering Prediction-Error Expansion with Reversibility Ching-Chiuan Lin Department of Information Management Overseas Chinese University Taichung, Taiwan

More information

High Density Impulse Noise Removal Using Modified Switching Bilateral Filter

High Density Impulse Noise Removal Using Modified Switching Bilateral Filter High Density Impulse oise emoval Using Modified Switching Bilateral Filter T. Veerakumar, S. Esakkirajan, and Ila Vennila Abstract In this paper, we propose a modified switching bilateral filter to remove

More information

A Color Interpolation Method for Bayer Filter Array Images Based on Direction Flag

A Color Interpolation Method for Bayer Filter Array Images Based on Direction Flag International Conference on Civil, Materials and Environmental Sciences (CMES 05) A Color Interpolation Method for aer Filter Arra Images ased on Direction Flag Zheng Liu, Huachuang Wang Institute of Optics

More information

A CW-SSIM Kernel-based Nearest Neighbor Method for Handwritten Digit Classification

A CW-SSIM Kernel-based Nearest Neighbor Method for Handwritten Digit Classification A CW-SSIM Kernel-based Nearest Neighbor Method for Handwritten Digit Classification Jiheng Wang Dept. of Statistics and Actuarial Science, Univ. of Waterloo, Waterloo, ON, Canada j237wang@uwaterloo.ca

More information

A Robust and Real-time Multi-feature Amalgamation. Algorithm for Fingerprint Segmentation

A Robust and Real-time Multi-feature Amalgamation. Algorithm for Fingerprint Segmentation A Robust and Real-time Multi-feature Amalgamation Algorithm for Fingerprint Segmentation Sen Wang Institute of Automation Chinese Academ of Sciences P.O.Bo 78 Beiing P.R.China100080 Yang Sheng Wang Institute

More information

Color Interpolation for Single CCD Color Camera

Color Interpolation for Single CCD Color Camera Color Interpolation for Single CCD Color Camera Yi-Ming Wu, Chiou-Shann Fuh, and Jui-Pin Hsu Department of Computer Science and Information Engineering, National Taiwan Universit Taipei, Taiwan Email:

More information

An Improved Approach For Mixed Noise Removal In Color Images

An Improved Approach For Mixed Noise Removal In Color Images An Improved Approach For Mixed Noise Removal In Color Images Ancy Mariam Thomas 1, Dr. Deepa J 2, Rijo Sam 3 1P.G. student, College of Engineering, Chengannur, Kerala, India. 2Associate Professor, Electronics

More information

Video Seamless Splicing Method Based on SURF Algorithm and Harris Corner Points Detection

Video Seamless Splicing Method Based on SURF Algorithm and Harris Corner Points Detection Vol13 (Softech 016), pp138-14 http://dxdoiorg/101457/astl016137 Video Seamless Splicing Method Based on SURF Algorithm and Harris Corner Points Detection Dong Jing 1, Chen Dong, Jiang Shuen 3 1 College

More information

MULTICHANNEL image processing is studied in this

MULTICHANNEL image processing is studied in this 186 IEEE SIGNAL PROCESSING LETTERS, VOL. 6, NO. 7, JULY 1999 Vector Median-Rational Hybrid Filters for Multichannel Image Processing Lazhar Khriji and Moncef Gabbouj, Senior Member, IEEE Abstract In this

More information

REMOVAL OF HIGH DENSITY IMPULSE NOISE USING MORPHOLOGICAL BASED ADAPTIVE UNSYMMETRICAL TRIMMED MID-POINT FILTER

REMOVAL OF HIGH DENSITY IMPULSE NOISE USING MORPHOLOGICAL BASED ADAPTIVE UNSYMMETRICAL TRIMMED MID-POINT FILTER Journal of Computer Science 10 (7): 1307-1314, 2014 ISSN: 1549-3636 2014 doi:10.3844/jcssp.2014.1307.1314 Published Online 10 (7) 2014 (http://www.thescipub.com/jcs.toc) REMOVAL OF HIGH DENSITY IMPULSE

More information

CHAPTER 2 ADAPTIVE DECISION BASED MEDIAN FILTER AND ITS VARIATION

CHAPTER 2 ADAPTIVE DECISION BASED MEDIAN FILTER AND ITS VARIATION 21 CHAPTER 2 ADAPTIVE DECISION BASED MEDIAN FILTER AND ITS VARIATION The main challenge in salt and pepper noise removal is to remove the noise as well as to preserve the image details. The removal of

More information

Efficient Image Denoising Algorithm for Gaussian and Impulse Noises

Efficient Image Denoising Algorithm for Gaussian and Impulse Noises Efficient Image Denoising Algorithm for Gaussian and Impulse Noises Rasmi.K 1, Devasena.D 2 PG Student, Department of Control and Instrumentation Engineering, Sri Ramakrishna Engineering College, Coimbatore,

More information

Bit-Depth Scalable Coding Using a Perfect Picture and Adaptive Neighboring Filter *

Bit-Depth Scalable Coding Using a Perfect Picture and Adaptive Neighboring Filter * Bit-Depth Scalable Coding Using a Perfect Picture and Adaptive Neighboring Filter * LU Feng ( 陆峰 ) ER Guihua ( 尔桂花 ) ** DAI Qionghai ( 戴琼海 ) XIAO Hongjiang ( 肖红江 ) Department of Automation Tsinghua Universit

More information

A Novel Metric for Performance Evaluation of Image Fusion Algorithms

A Novel Metric for Performance Evaluation of Image Fusion Algorithms Vol:, o:7, 2007 A ovel Metric for Performance Evaluation of Image Fusion Algorithms edeljko Cvejic, Artur Łoza, David Bull, and ishan Canagarajah International Science Index, Computer and Information Engineering

More information

Hybrid filters for medical image reconstruction

Hybrid filters for medical image reconstruction Vol. 6(9), pp. 177-182, October, 2013 DOI: 10.5897/AJMCSR11.124 ISSN 2006-9731 2013 Academic Journals http://www.academicjournals.org/ajmcsr African Journal of Mathematics and Computer Science Research

More information

MODIFIED ADAPTIVE CENTER EIGHTED MEDIAN FILTER FOR UPPRESSINGIMPULSIVE NOISE IN IMAGES

MODIFIED ADAPTIVE CENTER EIGHTED MEDIAN FILTER FOR UPPRESSINGIMPULSIVE NOISE IN IMAGES MODIFIED ADAPTIVE CENTER EIGHTED MEDIAN FILTER FOR UPPRESSINGIMPULSIVE NOISE IN IMAGES BEHROOZ GHANDEHARIAN, HADI SADOGHI YAZDI and FARANAK HOMAYOUNI Computer Science Department, Ferdowsi University of

More information

A DECISION BASED UNSYMMETRICAL TRIMMED MIDPOINT ALGORITHM FOR THE REMOVAL OF HIGH DENSITY SALT AND PEPPER NOISE

A DECISION BASED UNSYMMETRICAL TRIMMED MIDPOINT ALGORITHM FOR THE REMOVAL OF HIGH DENSITY SALT AND PEPPER NOISE A DECISION BASED UNSYMMETRICAL TRIMMED MIDPOINT ALGORITHM FOR THE REMOVAL OF HIGH DENSITY SALT AND PEPPER NOISE K.VASANTH 1, V.JAWAHAR SENTHILKUMAR 2 1 Research Scholar, 2 Research Guide 1 Sathyabama University,

More information

A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON DWT WITH SVD

A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON DWT WITH SVD A NEW ROBUST IMAGE WATERMARKING SCHEME BASED ON WITH S.Shanmugaprabha PG Scholar, Dept of Computer Science & Engineering VMKV Engineering College, Salem India N.Malmurugan Director Sri Ranganathar Institute

More information

High Speed Pipelined Architecture for Adaptive Median Filter

High Speed Pipelined Architecture for Adaptive Median Filter Abstract High Speed Pipelined Architecture for Adaptive Median Filter D.Dhanasekaran, and **Dr.K.Boopathy Bagan *Assistant Professor, SVCE, Pennalur,Sriperumbudur-602105. **Professor, Madras Institute

More information

Fast and Effective Interpolation Using Median Filter

Fast and Effective Interpolation Using Median Filter Fast and Effective Interpolation Using Median Filter Jian Zhang 1, *, Siwei Ma 2, Yongbing Zhang 1, and Debin Zhao 1 1 Department of Computer Science, Harbin Institute of Technology, Harbin 150001, P.R.

More information

Research on QR Code Image Pre-processing Algorithm under Complex Background

Research on QR Code Image Pre-processing Algorithm under Complex Background Scientific Journal of Information Engineering May 207, Volume 7, Issue, PP.-7 Research on QR Code Image Pre-processing Algorithm under Complex Background Lei Liu, Lin-li Zhou, Huifang Bao. Institute of

More information

Learning based face hallucination techniques: A survey

Learning based face hallucination techniques: A survey Vol. 3 (2014-15) pp. 37-45. : A survey Premitha Premnath K Department of Computer Science & Engineering Vidya Academy of Science & Technology Thrissur - 680501, Kerala, India (email: premithakpnath@gmail.com)

More information

Improved SURF Algorithm and Its Application in Seabed Relief Image Matching

Improved SURF Algorithm and Its Application in Seabed Relief Image Matching Improved SURF Algorithm and Its Application in Seabed Relief Image Matching Hong-Mei ZHANG 1, Le YANG, Ming-Long LI1 1 Department of Automation, School of Power and Mechanical Engineering Wuhan Universit,

More information

NEW HYBRID FILTERING TECHNIQUES FOR REMOVAL OF GAUSSIAN NOISE FROM MEDICAL IMAGES

NEW HYBRID FILTERING TECHNIQUES FOR REMOVAL OF GAUSSIAN NOISE FROM MEDICAL IMAGES NEW HYBRID FILTERING TECHNIQUES FOR REMOVAL OF GAUSSIAN NOISE FROM MEDICAL IMAGES Gnanambal Ilango 1 and R. Marudhachalam 2 1 Postgraduate and Research Department of Mathematics, Government Arts College

More information

Image Quality Assessment based on Improved Structural SIMilarity

Image Quality Assessment based on Improved Structural SIMilarity Image Quality Assessment based on Improved Structural SIMilarity Jinjian Wu 1, Fei Qi 2, and Guangming Shi 3 School of Electronic Engineering, Xidian University, Xi an, Shaanxi, 710071, P.R. China 1 jinjian.wu@mail.xidian.edu.cn

More information

IJRASET: All Rights are Reserved 7

IJRASET: All Rights are Reserved 7 An Efficient Adaptive Switching Median Filter Architecture for Removal of Impulse Noise in Images Dharanya. V 1, S. Raja 2, A. Senthil Kumar 3, K. Sivaprasanth 4 1 PG Scholar, Dept of ECE, Sri Shakthi

More information

Computer Aided Drafting, Design and Manufacturing Volume 24, Number 4, December 2014, Page 7

Computer Aided Drafting, Design and Manufacturing Volume 24, Number 4, December 2014, Page 7 Computer Aided Drafting, Design and Manufacturing Volume 4, umber 4, December 14, Page 7 CADDM Program Design of Graphic Realism Displaing Sstem Based on DXF Lathe Turning Rotational Parts SHI Xin 1, 1.

More information

DESIGN OF A NOVEL IMAGE FUSION ALGORITHM FOR IMPULSE NOISE REMOVAL IN REMOTE SENSING IMAGES BY USING THE QUALITY ASSESSMENT

DESIGN OF A NOVEL IMAGE FUSION ALGORITHM FOR IMPULSE NOISE REMOVAL IN REMOTE SENSING IMAGES BY USING THE QUALITY ASSESSMENT DESIGN OF A NOVEL IMAGE FUSION ALGORITHM FOR IMPULSE NOISE REMOVAL IN REMOTE SENSING IMAGES BY USING THE QUALITY ASSESSMENT P.PAVANI, M.V.H.BHASKARA MURTHY Department of Electronics and Communication Engineering,Aditya

More information

Enhanced Cellular Automata for Image Noise Removal

Enhanced Cellular Automata for Image Noise Removal Enhanced Cellular Automata for Image Noise Removal Abdel latif Abu Dalhoum Ibraheem Al-Dhamari a.latif@ju.edu.jo ibr_ex@yahoo.com Department of Computer Science, King Abdulla II School for Information

More information

Modified Directional Weighted Median Filter

Modified Directional Weighted Median Filter Modified Directional Weighted Median Filter Ayyaz Hussain 1, Muhammad Asim Khan 2, Zia Ul-Qayyum 2 1 Faculty of Basic and Applied Sciences, Department of Computer Science, Islamic International University

More information

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 ISSN 0976 6464(Print)

More information

Sparse Component Analysis (SCA) in Random-valued and Salt and Pepper Noise Removal

Sparse Component Analysis (SCA) in Random-valued and Salt and Pepper Noise Removal Sparse Component Analysis (SCA) in Random-valued and Salt and Pepper Noise Removal Hadi. Zayyani, Seyyedmajid. Valliollahzadeh Sharif University of Technology zayyani000@yahoo.com, valliollahzadeh@yahoo.com

More information

An Effective Denoising Method for Images Contaminated with Mixed Noise Based on Adaptive Median Filtering and Wavelet Threshold Denoising

An Effective Denoising Method for Images Contaminated with Mixed Noise Based on Adaptive Median Filtering and Wavelet Threshold Denoising J Inf Process Syst, Vol.14, No.2, pp.539~551, April 2018 https://doi.org/10.3745/jips.02.0083 ISSN 1976-913X (Print) ISSN 2092-805X (Electronic) An Effective Denoising Method for Images Contaminated with

More information

A HVS-Directed Neural-Network-Based Approach for Salt-Pepper Impulse Noise Removal

A HVS-Directed Neural-Network-Based Approach for Salt-Pepper Impulse Noise Removal JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 22, 925-939 (2006) A HVS-Directed Neural-Network-Based Approach for Salt-Pepper Impulse Noise Removal SHIH-MAO LU 1, SHENG-FU LIANG AND CHIN-TENG LIN 1, 2

More information

Quaternion-based color difference measure for removing impulse noise in color images

Quaternion-based color difference measure for removing impulse noise in color images 2014 International Conference on Informative and Cybernetics for Computational Social Systems (ICCSS) Quaternion-based color difference measure for removing impulse noise in color images Lunbo Chen, Yicong

More information

Image Quality Assessment Techniques: An Overview

Image Quality Assessment Techniques: An Overview Image Quality Assessment Techniques: An Overview Shruti Sonawane A. M. Deshpande Department of E&TC Department of E&TC TSSM s BSCOER, Pune, TSSM s BSCOER, Pune, Pune University, Maharashtra, India Pune

More information

Image-Based e-document Authentication

Image-Based e-document Authentication Image-Based e-document Authentication Haiping Lu, Alex C. Kot and Jiancheng Zeng School of Electrical and Electronic Engineering, Nanang Technological Universit, Singapore 639798 Abstract- verification

More information

A Quantitative Approach for Textural Image Segmentation with Median Filter

A Quantitative Approach for Textural Image Segmentation with Median Filter International Journal of Advancements in Research & Technology, Volume 2, Issue 4, April-2013 1 179 A Quantitative Approach for Textural Image Segmentation with Median Filter Dr. D. Pugazhenthi 1, Priya

More information

Patch-Based Color Image Denoising using efficient Pixel-Wise Weighting Techniques

Patch-Based Color Image Denoising using efficient Pixel-Wise Weighting Techniques Patch-Based Color Image Denoising using efficient Pixel-Wise Weighting Techniques Syed Gilani Pasha Assistant Professor, Dept. of ECE, School of Engineering, Central University of Karnataka, Gulbarga,

More information

Reversible Image Data Hiding with Local Adaptive Contrast Enhancement

Reversible Image Data Hiding with Local Adaptive Contrast Enhancement Reversible Image Data Hiding with Local Adaptive Contrast Enhancement Ruiqi Jiang, Weiming Zhang, Jiajia Xu, Nenghai Yu and Xiaocheng Hu Abstract Recently, a novel reversible data hiding scheme is proposed

More information

SVM-based Filter Using Evidence Theory and Neural Network for Image Denosing

SVM-based Filter Using Evidence Theory and Neural Network for Image Denosing Journal of Software Engineering and Applications 013 6 106-110 doi:10.436/sea.013.63b03 Published Online March 013 (http://www.scirp.org/ournal/sea) SVM-based Filter Using Evidence Theory and Neural Network

More information

Image Denoising Methods Based on Wavelet Transform and Threshold Functions

Image Denoising Methods Based on Wavelet Transform and Threshold Functions Image Denoising Methods Based on Wavelet Transform and Threshold Functions Liangang Feng, Lin Lin Weihai Vocational College China liangangfeng@163.com liangangfeng@163.com ABSTRACT: There are many unavoidable

More information

A Line Drawings Degradation Model for Performance Characterization

A Line Drawings Degradation Model for Performance Characterization A Line Drawings Degradation Model for Performance Characterization 1 Jian Zhai, 2 Liu Wenin, 3 Dov Dori, 1 Qing Li 1 Dept. of Computer Engineering and Information Technolog; 2 Dept of Computer Science

More information

Image Denoising and Blind Deconvolution by Non-uniform Method

Image Denoising and Blind Deconvolution by Non-uniform Method Image Denoising and Blind Deconvolution by Non-uniform Method B.Kalaiyarasi 1, S.Kalpana 2 II-M.E(CS) 1, AP / ECE 2, Dhanalakshmi Srinivasan Engineering College, Perambalur. Abstract Image processing allows

More information

A ROBUST LONE DIAGONAL SORTING ALGORITHM FOR DENOISING OF IMAGES WITH SALT AND PEPPER NOISE

A ROBUST LONE DIAGONAL SORTING ALGORITHM FOR DENOISING OF IMAGES WITH SALT AND PEPPER NOISE International Journal of Computational Intelligence & Telecommunication Systems, 2(1), 2011, pp. 33-38 A ROBUST LONE DIAGONAL SORTING ALGORITHM FOR DENOISING OF IMAGES WITH SALT AND PEPPER NOISE Rajamani.

More information

Developing a Tracking Algorithm for Underwater ROV Using Fuzzy Logic Controller

Developing a Tracking Algorithm for Underwater ROV Using Fuzzy Logic Controller 5 th Iranian Conference on Fuzz Sstems Sept. 7-9, 2004, Tehran Developing a Tracking Algorithm for Underwater Using Fuzz Logic Controller M.H. Saghafi 1, H. Kashani 2, N. Mozaani 3, G. R. Vossoughi 4 mh_saghafi@ahoo.com

More information

A Practical Camera Calibration System on Mobile Phones

A Practical Camera Calibration System on Mobile Phones Advanced Science and echnolog Letters Vol.7 (Culture and Contents echnolog 0), pp.6-0 http://dx.doi.org/0.57/astl.0.7. A Practical Camera Calibration Sstem on Mobile Phones Lu Bo, aegkeun hangbo Department

More information

Enhanced Image. Improved Dam point Labelling

Enhanced Image. Improved Dam point Labelling 3rd International Conference on Multimedia Technology(ICMT 2013) Video Text Extraction Based on Stroke Width and Color Xiaodong Huang, 1 Qin Wang, Kehua Liu, Lishang Zhu Abstract. Video text can be used

More information

A FRACTAL WATERMARKING SCHEME FOR IMAGE IN DWT DOMAIN

A FRACTAL WATERMARKING SCHEME FOR IMAGE IN DWT DOMAIN A FRACTAL WATERMARKING SCHEME FOR IMAGE IN DWT DOMAIN ABSTRACT A ne digital approach based on the fractal technolog in the Disperse Wavelet Transform domain is proposed in this paper. First e constructed

More information

Adaptive Median Filter for Image Enhancement

Adaptive Median Filter for Image Enhancement Adaptive Median Filter for Image Enhancement Vicky Ambule, Minal Ghute, Kanchan Kamble, Shilpa Katre P.K.Technical campus, Chakan, Pune, Yeshwantrao Chavan college of Engg, Nagpur Abstract Median filters

More information

An Improved DCT Based Color Image Watermarking Scheme Xiangguang Xiong1, a

An Improved DCT Based Color Image Watermarking Scheme Xiangguang Xiong1, a International Symposium on Mechanical Engineering and Material Science (ISMEMS 2016) An Improved DCT Based Color Image Watermarking Scheme Xiangguang Xiong1, a 1 School of Big Data and Computer Science,

More information

Procedia Computer Science

Procedia Computer Science Procedia Computer Science 3 (2011) 859 865 Procedia Computer Science 00 (2010) 000 000 Procedia Computer Science www.elsevier.com/locate/procedia www.elsevier.com/locate/procedia WCIT-2010 A new median

More information

Research on Application of Web Log Analysis Method in Agriculture Website Improvement

Research on Application of Web Log Analysis Method in Agriculture Website Improvement Research on Application of Web og Analsis Method in Agriculture Website Improvement Jian Wang Agricultural information institute of CAAS, Beijing 100081, China wangjian@caas.net.cn Abstract. With the advance

More information

Contrast Prediction for Fractal Image Compression

Contrast Prediction for Fractal Image Compression he 4th Worshop on Combinatorial Mathematics and Computation heor Contrast Prediction for Fractal Image Compression Shou-Cheng Hsiung and J. H. Jeng Department of Information Engineering I-Shou Universit,

More information

A Novel Location Method for Multi-Target Based on the Maximum Likelihood Estimation

A Novel Location Method for Multi-Target Based on the Maximum Likelihood Estimation 06 International Smposium on Advances in lectrical, lectronics and Computer ngineering (ISAC 06) A ovel Location Method for Multi-Target Based on the Maximum Lielihood stimation iantong Ma a, Jingqing

More information

APPLICATION OF RECIRCULATION NEURAL NETWORK AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION

APPLICATION OF RECIRCULATION NEURAL NETWORK AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION APPLICATION OF RECIRCULATION NEURAL NETWORK AND PRINCIPAL COMPONENT ANALYSIS FOR FACE RECOGNITION Dmitr Brliuk and Valer Starovoitov Institute of Engineering Cbernetics, Laborator of Image Processing and

More information

Precision Peg-in-Hole Assembly Strategy Using Force-Guided Robot

Precision Peg-in-Hole Assembly Strategy Using Force-Guided Robot 3rd International Conference on Machiner, Materials and Information Technolog Applications (ICMMITA 2015) Precision Peg-in-Hole Assembl Strateg Using Force-Guided Robot Yin u a, Yue Hu b, Lei Hu c BeiHang

More information

A new predictive image compression scheme using histogram analysis and pattern matching

A new predictive image compression scheme using histogram analysis and pattern matching University of Wollongong Research Online University of Wollongong in Dubai - Papers University of Wollongong in Dubai 00 A new predictive image compression scheme using histogram analysis and pattern matching

More information

Open Access Robust Design for Generalized Point Extract CNN with Application in Image Processing

Open Access Robust Design for Generalized Point Extract CNN with Application in Image Processing Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 205, 7, 33-337 33 Open Access Robust Design for Generalized Point Extract CNN with Application in

More information

Estimation of Tikhonov Regularization Parameter for Image Reconstruction in Electromagnetic Geotomography

Estimation of Tikhonov Regularization Parameter for Image Reconstruction in Electromagnetic Geotomography Rafał Zdunek Andrze Prałat Estimation of ikhonov Regularization Parameter for Image Reconstruction in Electromagnetic Geotomograph Abstract: he aim of this research was to devise an efficient wa of finding

More information

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2 Applied Mechanics and Materials Online: 2014-05-23 ISSN: 1662-7482, Vols. 556-562, pp 4998-5002 doi:10.4028/www.scientific.net/amm.556-562.4998 2014 Trans Tech Publications, Switzerland Research on the

More information

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN 2016 International Conference on Artificial Intelligence: Techniques and Applications (AITA 2016) ISBN: 978-1-60595-389-2 Face Recognition Using Vector Quantization Histogram and Support Vector Machine

More information

Research Article Scene Semantics Recognition Based on Target Detection and Fuzzy Reasoning

Research Article Scene Semantics Recognition Based on Target Detection and Fuzzy Reasoning Research Journal of Applied Sciences, Engineering and Technolog 7(5): 970-974, 04 DOI:0.906/rjaset.7.343 ISSN: 040-7459; e-issn: 040-7467 04 Mawell Scientific Publication Corp. Submitted: Januar 9, 03

More information

SURVEY ON IMAGE PROCESSING IN THE FIELD OF DE-NOISING TECHNIQUES AND EDGE DETECTION TECHNIQUES ON RADIOGRAPHIC IMAGES

SURVEY ON IMAGE PROCESSING IN THE FIELD OF DE-NOISING TECHNIQUES AND EDGE DETECTION TECHNIQUES ON RADIOGRAPHIC IMAGES SURVEY ON IMAGE PROCESSING IN THE FIELD OF DE-NOISING TECHNIQUES AND EDGE DETECTION TECHNIQUES ON RADIOGRAPHIC IMAGES 1 B.THAMOTHARAN, 2 M.MENAKA, 3 SANDHYA VAIDYANATHAN, 3 SOWMYA RAVIKUMAR 1 Asst. Prof.,

More information

Image and Video Quality Assessment Using Neural Network and SVM

Image and Video Quality Assessment Using Neural Network and SVM TSINGHUA SCIENCE AND TECHNOLOGY ISSN 1007-0214 18/19 pp112-116 Volume 13, Number 1, February 2008 Image and Video Quality Assessment Using Neural Network and SVM DING Wenrui (), TONG Yubing (), ZHANG Qishan

More information

PROBABILISTIC MEASURE OF COLOUR IMAGE PROCESSING FIDELITY

PROBABILISTIC MEASURE OF COLOUR IMAGE PROCESSING FIDELITY Journal of ELECTRICAL ENGINEERING, VOL. 59, NO. 1, 8, 9 33 PROBABILISTIC MEASURE OF COLOUR IMAGE PROCESSING FIDELITY Eugeniusz Kornatowski Krzysztof Okarma In the paper a probabilistic approach to quality

More information

Filtering of impulse noise in digital signals using logical transform

Filtering of impulse noise in digital signals using logical transform Filtering of impulse noise in digital signals using logical transform Ethan E. Danahy* a, Sos S. Agaian** b, Karen A. Panetta*** a a Dept. of Electrical and Computer Eng., Tufts Univ., 6 College Ave.,

More information

Digital Image Steganography Using Bit Flipping

Digital Image Steganography Using Bit Flipping BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 18, No 1 Sofia 2018 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.2478/cait-2018-0006 Digital Image Steganography Using

More information

User-Friendly Sharing System using Polynomials with Different Primes in Two Images

User-Friendly Sharing System using Polynomials with Different Primes in Two Images User-Friendly Sharing System using Polynomials with Different Primes in Two Images Hung P. Vo Department of Engineering and Technology, Tra Vinh University, No. 16 National Road 53, Tra Vinh City, Tra

More information

Fast Directional Weighted Median Filter for Removal of Random-Valued Impulse Noise

Fast Directional Weighted Median Filter for Removal of Random-Valued Impulse Noise Fast Directional Weighted Median Filter for Removal of Random-Valued Impulse Noise Waqas Nawaz 1, Arfan Jaffar 2, and Ayyaz Hussain 3 Department of Computer Sciences, FAST-National University of Computer

More information

An adaptive preprocessing algorithm for low bitrate video coding *

An adaptive preprocessing algorithm for low bitrate video coding * Li et al. / J Zhejiang Univ SCIENCE A 2006 7(12):2057-2062 2057 Journal of Zhejiang University SCIENCE A ISSN 1009-3095 (Print); ISSN 1862-1775 (Online) www.zju.edu.cn/jzus; www.springerlink.com E-mail:

More information

Extracting and Enhancing the Core Area in Fingerprint Images

Extracting and Enhancing the Core Area in Fingerprint Images 16 IJCSNS International Journal of Computer Science and Network Securit, VOL.7 No.11, November 2007 Extracting and Enhancing the Core Area in Fingerprint Images Summar Arun Vinodh C, SSNSOMCA, SSN College

More information

Image Denoising Based on Hybrid Fourier and Neighborhood Wavelet Coefficients Jun Cheng, Songli Lei

Image Denoising Based on Hybrid Fourier and Neighborhood Wavelet Coefficients Jun Cheng, Songli Lei Image Denoising Based on Hybrid Fourier and Neighborhood Wavelet Coefficients Jun Cheng, Songli Lei College of Physical and Information Science, Hunan Normal University, Changsha, China Hunan Art Professional

More information

Enhanced Decision Median Filter for Color Video Sequences and Medical Images Corrupted by Impulse Noise

Enhanced Decision Median Filter for Color Video Sequences and Medical Images Corrupted by Impulse Noise Biomedical & Pharmacology Journal Vol. 8(1), 385-390 (2015) Enhanced Decision Median Filter for Color Video Sequences and Medical Images Corrupted by Impulse Noise G.ELAIYARAJA 1 *, N.KUMARATHARAN 2 and

More information

VARIABLE RATE STEGANOGRAPHY IN DIGITAL IMAGES USING TWO, THREE AND FOUR NEIGHBOR PIXELS

VARIABLE RATE STEGANOGRAPHY IN DIGITAL IMAGES USING TWO, THREE AND FOUR NEIGHBOR PIXELS VARIABLE RATE STEGANOGRAPHY IN DIGITAL IMAGES USING TWO, THREE AND FOUR NEIGHBOR PIXELS Anita Pradhan Department of CSE, Sri Sivani College of Engineering, Srikakulam, Andhra Pradesh, India anita.pradhan15@gmail.com

More information

A Kind of Fast Image Edge Detection Algorithm Based on Dynamic Threshold Value

A Kind of Fast Image Edge Detection Algorithm Based on Dynamic Threshold Value Sensors & Transducers 13 by IFSA http://www.sensorsportal.com A Kind of Fast Image Edge Detection Algorithm Based on Dynamic Threshold Value Jiaiao He, Liya Hou, Weiyi Zhang School of Mechanical Engineering,

More information

Quality Measurements of Lossy Image Steganography Based on H-AMBTC Technique Using Hadamard Transform Domain

Quality Measurements of Lossy Image Steganography Based on H-AMBTC Technique Using Hadamard Transform Domain Quality Measurements of Lossy Image Steganography Based on H-AMBTC Technique Using Hadamard Transform Domain YAHYA E. A. AL-SALHI a, SONGFENG LU *b a. Research Scholar, School of computer science, Huazhong

More information

Fuzzy Mathematical Approach for the Extraction of Impulse Noise from Muzzle Images

Fuzzy Mathematical Approach for the Extraction of Impulse Noise from Muzzle Images Advances in Fuzzy Mathematics. ISSN 0973-533X Volume 12, Number 3 (2017), pp. 621-628 Research India Publications http://www.ripublication.com Fuzzy Mathematical Approach for the Extraction of Impulse

More information

Fuzzy Weighted Adaptive Linear Filter for Color Image Restoration Using Morphological Detectors

Fuzzy Weighted Adaptive Linear Filter for Color Image Restoration Using Morphological Detectors Fuzzy Weighted Adaptive Linear Filter for Color Image Restoration Using Morphological Detectors Anita Sahoo Department of Computer Science & Engineering JSS Academy of Technical Education, NOIDA, India

More information

Real-Time Impulse Noise Suppression from Images Using an Efficient Weighted-Average Filtering

Real-Time Impulse Noise Suppression from Images Using an Efficient Weighted-Average Filtering Real-Time Impulse Noise Suppression from Images Using an Efficient Weighted-Average Filtering Hossein Hosseini, Farzad Hessar, Student Member, IEEE and Farokh Marvasti, Senior Member, IEEE Abstract In

More information

Image Inpainting Using Sparsity of the Transform Domain

Image Inpainting Using Sparsity of the Transform Domain Image Inpainting Using Sparsity of the Transform Domain H. Hosseini*, N.B. Marvasti, Student Member, IEEE, F. Marvasti, Senior Member, IEEE Advanced Communication Research Institute (ACRI) Department of

More information

COLOR IMAGE PROCESSING USING GENERALIZED WEIGHTED VECTOR FILTERS

COLOR IMAGE PROCESSING USING GENERALIZED WEIGHTED VECTOR FILTERS COLOR IMAGE PROCESSING USING GENERALIZED WEIGHTED VECTOR FILTERS Rastislav Lukac, Konstantinos N. Plataniotis, Anastasios N. Venetsanopoulos The Edward S. Rogers Sr. Department ECE University of Toronto,

More information

Robust color segmentation algorithms in illumination variation conditions

Robust color segmentation algorithms in illumination variation conditions 286 CHINESE OPTICS LETTERS / Vol. 8, No. / March 10, 2010 Robust color segmentation algorithms in illumination variation conditions Jinhui Lan ( ) and Kai Shen ( Department of Measurement and Control Technologies,

More information

Fast restoration of natural images corrupted by high-density impulse noise

Fast restoration of natural images corrupted by high-density impulse noise Hosseini and Marvasti EURASIP Journal on Image and Video Processing 2013, 2013:15 RESEARCH Open Access Fast restoration of natural images corrupted by high-density impulse noise Hossein Hosseini * and

More information

Multi-Step Segmentation Method Based on Adaptive Thresholds for Chinese Calligraphy Characters

Multi-Step Segmentation Method Based on Adaptive Thresholds for Chinese Calligraphy Characters Journal of Information Hiding and Multimedia Signal Processing c 2018 ISSN 2073-4212 Ubiquitous International Volume 9, Number 2, March 2018 Multi-Step Segmentation Method Based on Adaptive Thresholds

More information

Adaptive Doppler centroid estimation algorithm of airborne SAR

Adaptive Doppler centroid estimation algorithm of airborne SAR Adaptive Doppler centroid estimation algorithm of airborne SAR Jian Yang 1,2a), Chang Liu 1, and Yanfei Wang 1 1 Institute of Electronics, Chinese Academy of Sciences 19 North Sihuan Road, Haidian, Beijing

More information

Noise Suppression using Local Parameterized Adaptive Iterative Model in Areas of Interest

Noise Suppression using Local Parameterized Adaptive Iterative Model in Areas of Interest International Journal of Computer Science and Telecommunications [Volume 4, Issue 3, March 2013] 55 ISSN 2047-3338 Noise Suppression using Local Parameterized Adaptive Iterative Model in Areas of Interest

More information