Recent Advances inelectrical & Electronic Engineering

Size: px
Start display at page:

Download "Recent Advances inelectrical & Electronic Engineering"

Transcription

1 4 Send Orders for Reprints to Recent Advances in Electrical & Electronic Engineering, 017, 10, 4-47 RESEARCH ARTICLE ISSN: eissn: Image Inpainting Method Based on Total Variation Regularization Recent Advances inelectrical & Electronic Engineering Su Xiao* School of Computer Science and Technology, Huaibei Normal University, Huaibei, China Abstract: Background: Image inpainting is a technique that can be used to restore missing or damaged pixels in images. Owing to its high practical value, image inpainting has been a research field for many years. For image inpainting, the Total Variation (TV) model is always a powerful and popular tool. However, when TV norm is involved, most of the conventional image inpainting methods suffer from difficulty in the numerical solution. ARTICLEHISTORY Received: September 4, 016 Revised: April 14, 017 Accepted: May 0, 017 DOI: / Methods: To improve the speed and efficiency of handling TV-regularized image inpainting problem, this paper proposes a novel method that mainly employs variable splitting and alternating minimization. The proposed method first converts the classical TV model into an equivalent unconstrained minimization problem. Then, by applying variable splitting and alternating minimization, the minimization problem is decomposed into several subproblems with a smaller size. In an iterative process, by alternately addressing these subproblems with the help of corresponding appropriate methods, the optimal solution of the original problem can be efficiently obtained. In image inpainting application, the proposed method smoothly completes four damaged images with 50% of pixels lost, and the restored images illustrate good visual sense and high values of improved signal-to-noise ratio. Conclusion: Using numerical experiments, the effectiveness of the proposed method is validated as well as the advantages of the proposed method over three similar state-of-the-art methods. Keywords: Image inpainting, variable splitting, alternating minimization, total variation, soft-thresholding, TV model. 1. INTRODUCTION Since Bertalmio et al. [1] proposed the theory of image inpainting, numerous methods in this research area have emerged. Among the image inpainting methods, the current study is devoted to those based on Total Variation (TV) regularization or its variants. The key component of the TVregularized inpainting methods is the famous TV norm, which has achieved great success in suppressing noise and preserving edges. Chan et al. [] introduced TV regularization into image inpainting, and they reconstructed sharp images by computing the Euler-Lagrange equation of the proposed model. Because of the non-smoothness of the TV norm, the conventional methods suffer from the problems of numerical difficulty and low efficiency when addressing TV-regularized image inpainting problems. To efficiently handle the TV-regularized image inpainting models, Zuo et al. [3] proposed the Generalized Accelerated Proximal Gradient (GAPG) method, which was derived from the fast iterative shrinkage/thresholding method [4]. In the GAPG method, the authors employed an important technique called variable splitting to reduce the problem-solving difficulty. Variable splitting is also the key component of recent popular optimization methods such as Alternating *Address correspondence to this author at the School of Computer Science and Technology, Huaibei Normal University, Huaibei, China; Tel/Fax: ; s: csxiaosu@163.com /17 $ Direction Method (ADM) and Split Bregman Method (SBM). Chan et al. [5] used ADM to decouple the TV-regularized image inpainting problem in a wavelet domain and then attacked the resulting subproblems using corresponding simpler methods. Split Bregman is closely related to ADM, which has been discussed in pertinent literature [6]. Therefore, when Papafitsoros et al. [7] applied SBM to deal with a combined image inpainting model involving TV-regularizer, the proposed method adopts a similar strategy of problemsolving to the method in [5]. Compared with the previous methods, the image inpainting methods based on ADM and SBM indeed demonstrate higher efficiency. Because tackling TV norm needs to confront the problem of numerical computation, Wen et al. [8] used dual formulation of TV norm as a regularizer to model the image inpainting problem. The proposed primal-dual iterative method avoids TV denoising problem; thus, it is relatively fast. Inspired by nonlocal-means filter technology [9], Zhang et al. [10] developed a Nonlocal TV (NLTV) model for image inpainting. As a variant of the classical TV model, the NLTV model can utilize more global information than its prototype. Hence, the method used by Zhang et al. outperforms majority of TV-regularized methods in terms of visual effects. To reduce the cost of solving NLTVregularized image inpainting problem, Chang et al. [11] employed Domain Decomposition Methods (DDMs) [1] as the solver for this type of problem. With the help of DDMs, the original inpainting problem is decoupled into subproblems with smaller scale, and these subproblems can be efficiently 017 Bentham Science Publishers

2 Image Inpainting Method Based on Total Variation Regularization Recent Advances in Electrical & Electronic Engineering, 017, Vol. 10, No addressed by split Bregman and Bregmanized operator splitting. Based on a Color TV (CTV) model [13], Duan et al. [14] extended the application of the NLTV model to color texture image inpainting. By introducing a new variable and an iterative parameter, the authors redeveloped the SBM to adapt to the proposed nonlocal CTV model. The inpainting results illustrate that the method in [14] excellently performed in terms of color edge preservation. Although numerous efficient methods were proposed in the past decade, the development of fast and stable image inpainting methods is still an open issue. Following recent research route in this area, this study focuses on quickly and efficiently handling a TV-based image inpainting problem. To overcome its numerical difficulty, the TV model is first transformed to an equivalent formulation. This new formulation allows the applications of variable splitting and alternating minimization, which contribute to the development of a highly efficient method. Similar to what most recently proposed methods do, the original image inpainting problem is addressed by computing its subproblems. When applied to image inpainting, the proposed method appears to be faster and more stable than its competitors. The rest of this paper is organized as follows. In Section, a new image inpainting model is proposed, and a novel method is developed to solve this model. Section 3 presents a group of experiments to verify the effectiveness of proposed method and to show its advantages. The conclusions are presented in the last section.. MODELING AND PROPOSED METHOD.1. Modeling The TV model for image inpainting can be expressed as min u st.. Hu g, (1) u 1 where u R N is the vector form of an unknown sharp image, g R M is the vector form of the damaged image, H R M N denotes a linear operator that makes the pixels in u randomly missing or damaged, 1 and are the l 1- and l - norms, respectively, u 1 is the TV norm of u, and R L N denotes the gradient operator defined in [15]. To simplify the handling of problem (1), most of the image inpainting methods equate it to the following minimization problem: 1 min Hu g u 1, () u where parameter > 0, and 0.5 Hu-g + u 1 is called cost functional. Although, unconstrained problem () is easier to address than problem (1), problem () ignores parameter, which reflects the noise level. In addition, searching the proper value for parameter results in repeatedly tackling problem (), which lowers the efficiency of the corresponding method. Hence, problem () is probably not the best equivalent transformation of problem (1). From the formulation of problem (1), we can observe that the feasible solutions of this problem should be contained in the following ball: B(, H, g) { u: Hu g }. (3) Thus, problem (1) is equivalent to the following minimization problem: min u ( Hu g), (4) u 1 B(, I,0) where C(c) is an indicator function defined as () 0 if c C C c. (5) if c C Equation (4) gives the model proposed by this paper for image inpainting... Proposed Methods Because directly dealing with the TV-reguralized model rarely leads to efficient methods, problem (4) (i.e., the proposed model) will be first equivalently converted using variable splitting to avoid this issue. Variable splitting is a simple technique that is generally applicable to the minimization problem, which is expressed as min F( x) F ( Px), (6) x 1 where P is an arbitrary linear operator. By introducing auxiliary variables and constraints, variable splitting transforms problem (6) into min F( w) F ( v) st.. w x, v Px, (7) wv, 1 where w and v are auxiliary variables. Clearly, problems (4) and (7) have the same form; thus, applying variable splitting to problem (4) yields min x ( y) st.. x u, y Hu g, (8) x, y 1 B(, I,0) where x R L and y R M are definitely auxiliary variables. Because problem (8) has multiple unknown variables to estimate, the alternating minimization strategy is adopted to solve this multivariable minimization problem using the following: min u x Hu g y, (9) u k k 1 k 1 1 u x min x 1, (10) x k 1 Hu g y min B(, I,0) ( y), (11) y where integer k 0 denotes the kth iteration. Equations (9) to (11) are subproblems of original equation (8), and each subproblem estimates one unknown variable with the other variables fixed. Subproblems (10) and (11) are l 1-denoising and orthogonal-projection problems, respectively. Because the cost functional of problem (9) is quadratic, directly taking its derivative leads to:

3 44 Recent Advances in Electrical & Electronic Engineering, 017, Vol. 10, No. 3 Su Xiao u ( H H) ( x H ( g y )). (1) k 1 T T 1 T k T k 1 1 Although the solutions of subproblems (10) and (11) cannot be obtained by calculating the derivatives, recent research has indicated that these subproblems have the following close-formed solutions [16]: k 1 k 1 x soft u 1 y k (,1/ ) (13) and k 1 Hu g k 1 1 if Hu g k 1 Hu g, (14) k 1 k 1 Hu g if Hu g where equation (13) denotes the well-known softthresholding function [17] defined as: soft(, z ) sign()max( z z,0). (15) On the basis of equations (1) to (14), the proposed image inpainting method can be summarized as follows. INPUT: 1) and ; ) 1 and ; 3) max iterations K; 4) x 0, y 0, and g; 5) and H OUTPUT: u k+1 FOR k = 0 to K Compute u k+1 using equation (1) Compute x k+1 using equation (13) Compute y k+1 using equation (14) IF u k+1 1- u k 1 < Stop iteration END END 3. MATERIALS, RESULTS AND DISCUSSION In this section, to show the validity of the proposed method, we present the experiments on image inpainting conducted on a laptop, which is equipped with Intel Core GHZ and 4GB RAM. The standard test images shown in Fig. (1) are adopted as the original sharp images, and their corresponding damaged images are shown in Fig. (), where the universal Peak Signal-to-Noise Ratio (PSNR), defined as 10 log 10(N 55 / u-u k+1 ), is used as the objective criterion of image quality. These damaged images are produced according to the universal linear model g = Hu+n, where H is a special diagonal binary matrix with a portion of its pixels randomly set to zero and n R M denotes a zero-mean Gaussian noise with standard deviation of 0.5. All the arguments of the proposed method are set as follows: = 50, = , 1 = 0.01, = 3, and K = 80. In addition to the proposed method, the Zuo [3], Wen [8], and Zhang [10] methods are also introduced for comparison. The three competitors all concentrate on tackling TV-regularized inpainting problem, and they have been demonstrated to be state-of-the-art methods. The configurations of these methods for comparison are kept the same as those in the corresponding literatures. (a) (b) (c) (d) Fig. (1). Original sharp images. (a) Barbara, whose resolution is (b) House, whose resolution is (c) Boat, whose resolution is (d) Camera, whose resolution is (a) (b) (c) (d) Fig. (). Damaged images with 50% of pixels lost. (a) Damaged Barbara, whose PSNR value is 6.69 db. (b) Damaged House, whose PSNR value is 6.7 db. (c) Damaged Boat, whose PSNR value is 6.7 db. (d) Damaged Camera, whose PSNR value is 8.30 db.

4 Image Inpainting Method Based on Total Variation Regularization Recent Advances in Electrical & Electronic Engineering, 017, Vol. 10, No (a) (b) (c) (d) (e) (f) (g) (h) (i) (j) (k) (l) (m) (n) (o) (p) Fig. (3). Reconstructed images. (a)-(d) Images acquired by the Zuo method. (e)-(h) Images acquired by the Wen method. (i)-(l) Images acquired by the Zhang method. (m)-(p) Images acquired by the proposed method. The four methods are run in the MATLAB simulation platform to process the images shown in Fig. (). The inpainting results obtained by the proposed method and its competitors are shown in Fig. (3) and listed in Table 1, where the improved signal-to-noise ratio (ISNR), which is defined as 10 log 10( u-g / u k+1 -u ), is employed to measure the quality of inpainting. The Average ISNR Values (db) and Average Time (s) columns show the corresponding mean values of 10 runs for each method. Both the validity of the proposed method and its superiority over the three competitors are clearly demonstrated by these results. The rationale behind this superiority is that the proposed method has fast convergence with the help of efficient computation of the subproblems, and the subproblems all have accurate close-formed solutions. Because the Wen method requires more computation to correct the dual variable and tune step sizes, it suffers from a disadvantage in terms of time performance compared with the proposed and the Zuo methods. To avoid the numerical difficulty, the TV norm is replaced with its dual form, which degrades the ability of the Wen method to obtain ideal results. Benefiting from the advantages of NLTV, the Zhang method obtains better results than the Wen method in term of PSNR. However, the Zhang method requires more computational efforts to find the suitable weight, and in contrast to the classical TV, all directional derivatives need to be calculated. Therefore, this method shows lower efficiency than the other methods. To experimentally verify the convergence of the proposed method, Fig. (4) shows the varying curves of the values of the Mean Square Error (MSE) and cost functional, where MSE is defined as u k+1 -u /N and the cost functional is defined as u k+1 1. The curves illustrate that when the damaged images shown in Fig. () are iteratively processed, the MSE and cost functional values continually decrease, which explicitly reveals the convergence of the proposed method. CONCLUSION This study is about our proposed novel image inpainting method that employs variable splitting and alternating minimization to address the difficulty in the numerical

5 46 Recent Advances in Electrical & Electronic Engineering, 017, Vol. 10, No. 3 Su Xiao Table 1. Average ISNR values and average time. Methods Average ISNR Values (db) Average Time (s) Barbara House Boat Camera Barbara House Boat Camera Zuo Wen Zhang Proposed Fig. (4). Varying curves of the MSE and cost functional values. solution suffered by most conventional image inpainting methods. The proposed method models image inpainting as a TV-regularized minimization problem. Through equivalent transformation and problem decomposition, the inpainting model is subsequently turned into three simpler subproblems. In this manner, the solution of the original TVbased image inpainting model can be obtained by alternately and iteratively solving these subproblems. We believe that our study makes a significant contribution to the literature because our results clearly show the effectiveness of the proposed method and its superior performance. Although the proposed method is used only for image inpainting, its application can be easily extended to other areas such as image deblurring, image denoising, and so on. CONSENT FOR PUBLICATION Not applicable. CONFLICT OF INTEREST The authors declare no conflict of interest, financial or otherwise. ACKNOWLEDGEMENTS This work is supported by Anhui Provincial Natural Science Foundation (No QF150). REFERENCES [1] M. Bertalmio, G. Sapiro, V. Caselles and C. Ballester, Image inpainting, In 7 th Annual Conference on Computer Graphics and Interactive Techniques, 000, pp [] T. Chan and J. Shen, Local inpainting models and TV inpainting, SIAM J. Appl. Math., vol. 6, pp , Mar [3] W. Zuo and Z. Lin, A generalized accelerated proximal gradient approach for total-variation-based image restoration, IEEE Trans. Image Process., vol. 0, pp , Oct [4] A. Chambolle and C. Dossal, On the convergence of the iterates of the Fast Iterative Shrinkage/Thresholding Algorithm, J. Optim. Theory App., vol. 166, pp , Sep [5] R. H. Chan, J. Yang, and X. Yuan, Alternating direction method for image inpainting wavelet domains, SIAM J. Imaging Sci., vol. 4, pp , Sept [6] T. Goldstein, B. O'Donoghue, S. Setzer, and R. Baraniuk, Fast alternating direction optimization methods, SIAM J. Imaging Sci., vol. 7, pp , Aug [7] K. Papafitsoros and B. Schonlieb, A combined first and second order variational approach for image reconstruction, J. Math. Imaging Vis., vol. 48, pp , Feb. 014.

6 Image Inpainting Method Based on Total Variation Regularization Recent Advances in Electrical & Electronic Engineering, 017, Vol. 10, No [8] Y. Wen, R. H. Chan, and A. M. Yip, A primal-dual method for total-variation-based wavelet domain inpainting, IEEE Trans. Image Process., vol. 1, pp , Jan. 01. [9] A. Buades, B. Coll, and J. M. Morel, Image denoising methods. a new nonlocal principle, SIAM Rev., vol. 5, pp , Feb [10] X. Zhang and T.F. Chan, Wavelet inpainting by nonlocal total variation, Inverse Probl. Imag., vol. 4, pp , Feb [11] H. Chang, X. Zhang, X.C. Tai, and D. Yang, Domain decomposition methods for nonlocal total variation image restoration, J. Sci. Comput., vol. 60, pp , July 014. [1] J. Xu, X. C. Tai, and L. L. Wang, A two-level domain decomposition method for image restoration, Inverse Probl. Imag., vol. 4, pp , Aug [13] P. Blomgren and T.F. Chan, Color TV: total variation methods for restoration of vector-valued images, IEEE Trans. Image Process., vol. 7, pp , Mar [14] J. Duan, Z. Pan, B. Zhang, W. Liu, and X. C. Tai, Fast algorithm for color texture image inpainting using the non-local CTV model, J. Global Optim., vol. 6, pp , Aug [15] J. F. Cai, B. Dong, S. Osher, and Z. Shen, Image restoration: total variation, wavelet frames, and beyond. J. Am. Math. Soc., vol. 5, pp , Oct. 01. [16] P. L. Combettes and J. C. Pesquet, Proximal splitting methods in signal processing, In Springer Optimization and Its Applications, Vol. 49, Fixed-Point Algorithms for Inverse Problems in Science and Engineering, H. H. Bauschke, R. S. Burachik, P. L. Combettes, V. Elser, D. R. Luke, and H. Wolkowicz, Ed. New York: Springer, 011, pp [17] A. Fawzi, M. Davies, and P. Frossard, Dictionary learning for fast classification based on soft-thresholding, Int. J. Comput. Vis., vol. 114, pp , Sep. 015.

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

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

Image Restoration using Accelerated Proximal Gradient method

Image Restoration using Accelerated Proximal Gradient method Image Restoration using Accelerated Proximal Gradient method Alluri.Samuyl Department of computer science, KIET Engineering College. D.Srinivas Asso.prof, Department of computer science, KIET Engineering

More information

A Comparative Study & Analysis of Image Restoration by Non Blind Technique

A Comparative Study & Analysis of Image Restoration by Non Blind Technique A Comparative Study & Analysis of Image Restoration by Non Blind Technique Saurav Rawat 1, S.N.Tazi 2 M.Tech Student, Assistant Professor, CSE Department, Government Engineering College, Ajmer Abstract:

More information

An Optimized Pixel-Wise Weighting Approach For Patch-Based Image Denoising

An Optimized Pixel-Wise Weighting Approach For Patch-Based Image Denoising An Optimized Pixel-Wise Weighting Approach For Patch-Based Image Denoising Dr. B. R.VIKRAM M.E.,Ph.D.,MIEEE.,LMISTE, Principal of Vijay Rural Engineering College, NIZAMABAD ( Dt.) G. Chaitanya M.Tech,

More information

WEINER FILTER AND SUB-BLOCK DECOMPOSITION BASED IMAGE RESTORATION FOR MEDICAL APPLICATIONS

WEINER FILTER AND SUB-BLOCK DECOMPOSITION BASED IMAGE RESTORATION FOR MEDICAL APPLICATIONS WEINER FILTER AND SUB-BLOCK DECOMPOSITION BASED IMAGE RESTORATION FOR MEDICAL APPLICATIONS ARIFA SULTANA 1 & KANDARPA KUMAR SARMA 2 1,2 Department of Electronics and Communication Engineering, Gauhati

More information

Total Variation Denoising with Overlapping Group Sparsity

Total Variation Denoising with Overlapping Group Sparsity 1 Total Variation Denoising with Overlapping Group Sparsity Ivan W. Selesnick and Po-Yu Chen Polytechnic Institute of New York University Brooklyn, New York selesi@poly.edu 2 Abstract This paper describes

More information

Advanced phase retrieval: maximum likelihood technique with sparse regularization of phase and amplitude

Advanced phase retrieval: maximum likelihood technique with sparse regularization of phase and amplitude Advanced phase retrieval: maximum likelihood technique with sparse regularization of phase and amplitude A. Migukin *, V. atkovnik and J. Astola Department of Signal Processing, Tampere University of Technology,

More information

IMAGE DENOISING TO ESTIMATE THE GRADIENT HISTOGRAM PRESERVATION USING VARIOUS ALGORITHMS

IMAGE DENOISING TO ESTIMATE THE GRADIENT HISTOGRAM PRESERVATION USING VARIOUS ALGORITHMS IMAGE DENOISING TO ESTIMATE THE GRADIENT HISTOGRAM PRESERVATION USING VARIOUS ALGORITHMS P.Mahalakshmi 1, J.Muthulakshmi 2, S.Kannadhasan 3 1,2 U.G Student, 3 Assistant Professor, Department of Electronics

More information

Image Interpolation using Collaborative Filtering

Image Interpolation using Collaborative Filtering Image Interpolation using Collaborative Filtering 1,2 Qiang Guo, 1,2,3 Caiming Zhang *1 School of Computer Science and Technology, Shandong Economic University, Jinan, 250014, China, qguo2010@gmail.com

More information

REGULARIZATION PARAMETER TRIMMING FOR ITERATIVE IMAGE RECONSTRUCTION

REGULARIZATION PARAMETER TRIMMING FOR ITERATIVE IMAGE RECONSTRUCTION REGULARIZATION PARAMETER TRIMMING FOR ITERATIVE IMAGE RECONSTRUCTION Haoyi Liang and Daniel S. Weller University of Virginia, Department of ECE, Charlottesville, VA, 2294, USA ABSTRACT Conventional automatic

More information

IMAGE DENOISING USING NL-MEANS VIA SMOOTH PATCH ORDERING

IMAGE DENOISING USING NL-MEANS VIA SMOOTH PATCH ORDERING IMAGE DENOISING USING NL-MEANS VIA SMOOTH PATCH ORDERING Idan Ram, Michael Elad and Israel Cohen Department of Electrical Engineering Department of Computer Science Technion - Israel Institute of Technology

More information

Fast Total Variation Wavelet Inpainting via Approximated Primal-Dual Hybrid Gradient (PDHG)

Fast Total Variation Wavelet Inpainting via Approximated Primal-Dual Hybrid Gradient (PDHG) Fast Total Variation Wavelet Inpainting via Approximated Primal-Dual Hybrid Gradient (PDHG) Xiaojing Ye and Haomin Zhou Abstract The primal-dual hybrid gradient (PDHG) algorithm has been successfully applied

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

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

Department of Electronics and Communication KMP College of Engineering, Perumbavoor, Kerala, India 1 2

Department of Electronics and Communication KMP College of Engineering, Perumbavoor, Kerala, India 1 2 Vol.3, Issue 3, 2015, Page.1115-1021 Effect of Anti-Forensics and Dic.TV Method for Reducing Artifact in JPEG Decompression 1 Deepthy Mohan, 2 Sreejith.H 1 PG Scholar, 2 Assistant Professor Department

More information

Image Inpainting by Hyperbolic Selection of Pixels for Two Dimensional Bicubic Interpolations

Image Inpainting by Hyperbolic Selection of Pixels for Two Dimensional Bicubic Interpolations Image Inpainting by Hyperbolic Selection of Pixels for Two Dimensional Bicubic Interpolations Mehran Motmaen motmaen73@gmail.com Majid Mohrekesh mmohrekesh@yahoo.com Mojtaba Akbari mojtaba.akbari@ec.iut.ac.ir

More information

An Enhanced Primal Dual Method For Total Variation-Based Wavelet Domain Inpainting

An Enhanced Primal Dual Method For Total Variation-Based Wavelet Domain Inpainting An Enhanced Primal Dual Method For Total Variation-Based Wavelet Domain Inpainting P. Sravan Kumar 1, H.V. Ram Ravi Kishore 2, V. Ravi Kumar 3 1 MTech, Spatial Information Technology, from JNTU, research

More information

Resolution Magnification Technique for Satellite Images Using DT- CWT and NLM

Resolution Magnification Technique for Satellite Images Using DT- CWT and NLM AUSTRALIAN JOURNAL OF BASIC AND APPLIED SCIENCES ISSN:1991-8178 EISSN: 2309-8414 Journal home page: www.ajbasweb.com Resolution Magnification Technique for Satellite Images Using DT- CWT and NLM 1 Saranya

More information

ACCELERATED DUAL GRADIENT-BASED METHODS FOR TOTAL VARIATION IMAGE DENOISING/DEBLURRING PROBLEMS. Donghwan Kim and Jeffrey A.

ACCELERATED DUAL GRADIENT-BASED METHODS FOR TOTAL VARIATION IMAGE DENOISING/DEBLURRING PROBLEMS. Donghwan Kim and Jeffrey A. ACCELERATED DUAL GRADIENT-BASED METHODS FOR TOTAL VARIATION IMAGE DENOISING/DEBLURRING PROBLEMS Donghwan Kim and Jeffrey A. Fessler University of Michigan Dept. of Electrical Engineering and Computer Science

More information

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

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation , pp.162-167 http://dx.doi.org/10.14257/astl.2016.138.33 A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation Liqiang Hu, Chaofeng He Shijiazhuang Tiedao University,

More information

Image Denoising Using Mean Curvature of Image Surface. Tony Chan (HKUST)

Image Denoising Using Mean Curvature of Image Surface. Tony Chan (HKUST) Image Denoising Using Mean Curvature of Image Surface Tony Chan (HKUST) Joint work with Wei ZHU (U. Alabama) & Xue-Cheng TAI (U. Bergen) In honor of Bob Plemmons 75 birthday CUHK Nov 8, 03 How I Got to

More information

A Review on Image InpaintingTechniques and Its analysis Indraja Mali 1, Saumya Saxena 2,Padmaja Desai 3,Ajay Gite 4

A Review on Image InpaintingTechniques and Its analysis Indraja Mali 1, Saumya Saxena 2,Padmaja Desai 3,Ajay Gite 4 RESEARCH ARTICLE OPEN ACCESS A Review on Image InpaintingTechniques and Its analysis Indraja Mali 1, Saumya Saxena 2,Padmaja Desai 3,Ajay Gite 4 1,2,3,4 (Computer Science, Savitribai Phule Pune University,Pune)

More information

SUPPLEMENTARY MATERIAL

SUPPLEMENTARY MATERIAL SUPPLEMENTARY MATERIAL Zhiyuan Zha 1,3, Xin Liu 2, Ziheng Zhou 2, Xiaohua Huang 2, Jingang Shi 2, Zhenhong Shang 3, Lan Tang 1, Yechao Bai 1, Qiong Wang 1, Xinggan Zhang 1 1 School of Electronic Science

More information

The Proposal of a New Image Inpainting Algorithm

The Proposal of a New Image Inpainting Algorithm The roposal of a New Image Inpainting Algorithm Ouafek Naouel 1, M. Khiredinne Kholladi 2, 1 Department of mathematics and computer sciences ENS Constantine, MISC laboratory Constantine, Algeria naouelouafek@yahoo.fr

More information

Image denoising using curvelet transform: an approach for edge preservation

Image denoising using curvelet transform: an approach for edge preservation Journal of Scientific & Industrial Research Vol. 3469, January 00, pp. 34-38 J SCI IN RES VOL 69 JANUARY 00 Image denoising using curvelet transform: an approach for edge preservation Anil A Patil * and

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

Yunyun Yang, Chunming Li, Chiu-Yen Kao and Stanley Osher. Speaker: Chiu-Yen Kao (Math Department, The Ohio State University) BIRS, Banff, Canada

Yunyun Yang, Chunming Li, Chiu-Yen Kao and Stanley Osher. Speaker: Chiu-Yen Kao (Math Department, The Ohio State University) BIRS, Banff, Canada Yunyun Yang, Chunming Li, Chiu-Yen Kao and Stanley Osher Speaker: Chiu-Yen Kao (Math Department, The Ohio State University) BIRS, Banff, Canada Outline Review of Region-based Active Contour Models Mumford

More information

Denoising an Image by Denoising its Components in a Moving Frame

Denoising an Image by Denoising its Components in a Moving Frame Denoising an Image by Denoising its Components in a Moving Frame Gabriela Ghimpețeanu 1, Thomas Batard 1, Marcelo Bertalmío 1, and Stacey Levine 2 1 Universitat Pompeu Fabra, Spain 2 Duquesne University,

More information

GRID WARPING IN TOTAL VARIATION IMAGE ENHANCEMENT METHODS. Andrey Nasonov, and Andrey Krylov

GRID WARPING IN TOTAL VARIATION IMAGE ENHANCEMENT METHODS. Andrey Nasonov, and Andrey Krylov GRID WARPING IN TOTAL VARIATION IMAGE ENHANCEMENT METHODS Andrey Nasonov, and Andrey Krylov Lomonosov Moscow State University, Moscow, Department of Computational Mathematics and Cybernetics, e-mail: nasonov@cs.msu.ru,

More information

Structure-adaptive Image Denoising with 3D Collaborative Filtering

Structure-adaptive Image Denoising with 3D Collaborative Filtering , pp.42-47 http://dx.doi.org/10.14257/astl.2015.80.09 Structure-adaptive Image Denoising with 3D Collaborative Filtering Xuemei Wang 1, Dengyin Zhang 2, Min Zhu 2,3, Yingtian Ji 2, Jin Wang 4 1 College

More information

Texture Sensitive Image Inpainting after Object Morphing

Texture Sensitive Image Inpainting after Object Morphing Texture Sensitive Image Inpainting after Object Morphing Yin Chieh Liu and Yi-Leh Wu Department of Computer Science and Information Engineering National Taiwan University of Science and Technology, Taiwan

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

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

A Revisit to LSB Substitution Based Data Hiding for Embedding More Information

A Revisit to LSB Substitution Based Data Hiding for Embedding More Information A Revisit to LSB Substitution Based Data Hiding for Embedding More Information Yanjun Liu 1,, Chin-Chen Chang 1, and Tzu-Yi Chien 2 1 Department of Information Engineering and Computer Science, Feng Chia

More information

Removing a mixture of Gaussian and impulsive noise using the total variation functional and split Bregman iterative method

Removing a mixture of Gaussian and impulsive noise using the total variation functional and split Bregman iterative method ANZIAM J. 56 (CTAC2014) pp.c52 C67, 2015 C52 Removing a mixture of Gaussian and impulsive noise using the total variation functional and split Bregman iterative method Bishnu P. Lamichhane 1 (Received

More information

Image Deblurring Using Adaptive Sparse Domain Selection and Adaptive Regularization

Image Deblurring Using Adaptive Sparse Domain Selection and Adaptive Regularization Volume 3, No. 3, May-June 2012 International Journal of Advanced Research in Computer Science RESEARCH PAPER Available Online at www.ijarcs.info ISSN No. 0976-5697 Image Deblurring Using Adaptive Sparse

More information

Automated Segmentation Using a Fast Implementation of the Chan-Vese Models

Automated Segmentation Using a Fast Implementation of the Chan-Vese Models Automated Segmentation Using a Fast Implementation of the Chan-Vese Models Huan Xu, and Xiao-Feng Wang,,3 Intelligent Computation Lab, Hefei Institute of Intelligent Machines, Chinese Academy of Science,

More information

Efficient MR Image Reconstruction for Compressed MR Imaging

Efficient MR Image Reconstruction for Compressed MR Imaging Efficient MR Image Reconstruction for Compressed MR Imaging Junzhou Huang, Shaoting Zhang, and Dimitris Metaxas Division of Computer and Information Sciences, Rutgers University, NJ, USA 08854 Abstract.

More information

AN ALGORITHM FOR BLIND RESTORATION OF BLURRED AND NOISY IMAGES

AN ALGORITHM FOR BLIND RESTORATION OF BLURRED AND NOISY IMAGES AN ALGORITHM FOR BLIND RESTORATION OF BLURRED AND NOISY IMAGES Nader Moayeri and Konstantinos Konstantinides Hewlett-Packard Laboratories 1501 Page Mill Road Palo Alto, CA 94304-1120 moayeri,konstant@hpl.hp.com

More information

IMPLEMENTATION OF THE CONTRAST ENHANCEMENT AND WEIGHTED GUIDED IMAGE FILTERING ALGORITHM FOR EDGE PRESERVATION FOR BETTER PERCEPTION

IMPLEMENTATION OF THE CONTRAST ENHANCEMENT AND WEIGHTED GUIDED IMAGE FILTERING ALGORITHM FOR EDGE PRESERVATION FOR BETTER PERCEPTION IMPLEMENTATION OF THE CONTRAST ENHANCEMENT AND WEIGHTED GUIDED IMAGE FILTERING ALGORITHM FOR EDGE PRESERVATION FOR BETTER PERCEPTION Chiruvella Suresh Assistant professor, Department of Electronics & Communication

More information

PIPA: A New Proximal Interior Point Algorithm for Large-Scale Convex Optimization

PIPA: A New Proximal Interior Point Algorithm for Large-Scale Convex Optimization PIPA: A New Proximal Interior Point Algorithm for Large-Scale Convex Optimization Marie-Caroline Corbineau 1, Emilie Chouzenoux 1,2, Jean-Christophe Pesquet 1 1 CVN, CentraleSupélec, Université Paris-Saclay,

More information

SEQUENTIAL IMAGE COMPLETION FOR HIGH-SPEED LARGE-PIXEL NUMBER SENSING

SEQUENTIAL IMAGE COMPLETION FOR HIGH-SPEED LARGE-PIXEL NUMBER SENSING SEQUENTIAL IMAGE COMPLETION FOR HIGH-SPEED LARGE-PIXEL NUMBER SENSING Akira Hirabayashi Naoki Nogami Takashi Ijiri Laurent Condat Ritsumeikan University College Info. Science & Eng. Kusatsu, Shiga 525-8577,

More information

Improved Non-Local Means Algorithm Based on Dimensionality Reduction

Improved Non-Local Means Algorithm Based on Dimensionality Reduction Improved Non-Local Means Algorithm Based on Dimensionality Reduction Golam M. Maruf and Mahmoud R. El-Sakka (&) Department of Computer Science, University of Western Ontario, London, Ontario, Canada {gmaruf,melsakka}@uwo.ca

More information

Virtual Training Samples and CRC based Test Sample Reconstruction and Face Recognition Experiments Wei HUANG and Li-ming MIAO

Virtual Training Samples and CRC based Test Sample Reconstruction and Face Recognition Experiments Wei HUANG and Li-ming MIAO 7 nd International Conference on Computational Modeling, Simulation and Applied Mathematics (CMSAM 7) ISBN: 978--6595-499-8 Virtual raining Samples and CRC based est Sample Reconstruction and Face Recognition

More information

Image Denoising via Group Sparse Eigenvectors of Graph Laplacian

Image Denoising via Group Sparse Eigenvectors of Graph Laplacian Image Denoising via Group Sparse Eigenvectors of Graph Laplacian Yibin Tang, Ying Chen, Ning Xu, Aimin Jiang, Lin Zhou College of IOT Engineering, Hohai University, Changzhou, China School of Information

More information

Regularized Energy Minimization Models in Image Processing. Tibor Lukić. Faculty of Technical Sciences, University of Novi Sad, Serbia

Regularized Energy Minimization Models in Image Processing. Tibor Lukić. Faculty of Technical Sciences, University of Novi Sad, Serbia 20150715 NOVI SAD Regularized Energy Minimization Models in Image Processing Tibor Lukić Faculty of Technical Sciences, University of Novi Sad, Serbia SSIP Szeged, 2015 NOVI SAD NOVI SAD UNIVERSITY OF

More information

Novel Iterative Back Projection Approach

Novel Iterative Back Projection Approach IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 11, Issue 1 (May. - Jun. 2013), PP 65-69 Novel Iterative Back Projection Approach Patel Shreyas A. Master in

More information

Denoising and Edge Detection Using Sobelmethod

Denoising and Edge Detection Using Sobelmethod International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Denoising and Edge Detection Using Sobelmethod P. Sravya 1, T. Rupa devi 2, M. Janardhana Rao 3, K. Sai Jagadeesh 4, K. Prasanna

More information

Adaptive Wavelet Image Denoising Based on the Entropy of Homogenus Regions

Adaptive Wavelet Image Denoising Based on the Entropy of Homogenus Regions International Journal of Electrical and Electronic Science 206; 3(4): 9-25 http://www.aascit.org/journal/ijees ISSN: 2375-2998 Adaptive Wavelet Image Denoising Based on the Entropy of Homogenus Regions

More information

Open Access Research on the Prediction Model of Material Cost Based on Data Mining

Open Access Research on the Prediction Model of Material Cost Based on Data Mining Send Orders for Reprints to reprints@benthamscience.ae 1062 The Open Mechanical Engineering Journal, 2015, 9, 1062-1066 Open Access Research on the Prediction Model of Material Cost Based on Data Mining

More information

Optimized Watermarking Using Swarm-Based Bacterial Foraging

Optimized Watermarking Using Swarm-Based Bacterial Foraging Journal of Information Hiding and Multimedia Signal Processing c 2009 ISSN 2073-4212 Ubiquitous International Volume 1, Number 1, January 2010 Optimized Watermarking Using Swarm-Based Bacterial Foraging

More information

Efficient Tuning of SVM Hyperparameters Using Radius/Margin Bound and Iterative Algorithms

Efficient Tuning of SVM Hyperparameters Using Radius/Margin Bound and Iterative Algorithms IEEE TRANSACTIONS ON NEURAL NETWORKS, VOL. 13, NO. 5, SEPTEMBER 2002 1225 Efficient Tuning of SVM Hyperparameters Using Radius/Margin Bound and Iterative Algorithms S. Sathiya Keerthi Abstract This paper

More information

A New Approach to Compressed Image Steganography Using Wavelet Transform

A New Approach to Compressed Image Steganography Using Wavelet Transform IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 5, Ver. III (Sep. Oct. 2015), PP 53-59 www.iosrjournals.org A New Approach to Compressed Image Steganography

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 Review on Design, Implementation and Performance analysis of the Image Inpainting Technique based on TV model

A Review on Design, Implementation and Performance analysis of the Image Inpainting Technique based on TV model 2014 IJEDR Volume 2, Issue 1 ISSN: 2321-9939 A Review on Design, Implementation and Performance analysis of the Image Inpainting Technique based on TV model Mr. H. M. Patel 1,Prof. H. L. Desai 2 1.PG Student,

More information

A NOVEL SECURED BOOLEAN BASED SECRET IMAGE SHARING SCHEME

A NOVEL SECURED BOOLEAN BASED SECRET IMAGE SHARING SCHEME VOL 13, NO 13, JULY 2018 ISSN 1819-6608 2006-2018 Asian Research Publishing Network (ARPN) All rights reserved wwwarpnjournalscom A NOVEL SECURED BOOLEAN BASED SECRET IMAGE SHARING SCHEME Javvaji V K Ratnam

More information

Optimizing the Deblocking Algorithm for. H.264 Decoder Implementation

Optimizing the Deblocking Algorithm for. H.264 Decoder Implementation Optimizing the Deblocking Algorithm for H.264 Decoder Implementation Ken Kin-Hung Lam Abstract In the emerging H.264 video coding standard, a deblocking/loop filter is required for improving the visual

More information

Convex or non-convex: which is better?

Convex or non-convex: which is better? Sparsity Amplified Ivan Selesnick Electrical and Computer Engineering Tandon School of Engineering New York University Brooklyn, New York March 7 / 4 Convex or non-convex: which is better? (for sparse-regularized

More information

Blur Space Iterative De-blurring

Blur Space Iterative De-blurring Blur Space Iterative De-blurring RADU CIPRIAN BILCU 1, MEJDI TRIMECHE 2, SAKARI ALENIUS 3, MARKKU VEHVILAINEN 4 1,2,3,4 Multimedia Technologies Laboratory, Nokia Research Center Visiokatu 1, FIN-33720,

More information

A Robust Color Image Watermarking Using Maximum Wavelet-Tree Difference Scheme

A Robust Color Image Watermarking Using Maximum Wavelet-Tree Difference Scheme A Robust Color Image Watermarking Using Maximum Wavelet-Tree ifference Scheme Chung-Yen Su 1 and Yen-Lin Chen 1 1 epartment of Applied Electronics Technology, National Taiwan Normal University, Taipei,

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

Image Denoising using SWT 2D Wavelet Transform

Image Denoising using SWT 2D Wavelet Transform IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 01 July 2016 ISSN (online): 2349-784X Image Denoising using SWT 2D Wavelet Transform Deep Singh Bedi Department of Electronics

More information

Image deconvolution using a characterization of sharp images in wavelet domain

Image deconvolution using a characterization of sharp images in wavelet domain Image deconvolution using a characterization of sharp images in wavelet domain Hui Ji a,, Jia Li a, Zuowei Shen a, Kang Wang a a Department of Mathematics, National University of Singapore, Singapore,

More information

PRINCIPAL COMPONENT ANALYSIS IMAGE DENOISING USING LOCAL PIXEL GROUPING

PRINCIPAL COMPONENT ANALYSIS IMAGE DENOISING USING LOCAL PIXEL GROUPING PRINCIPAL COMPONENT ANALYSIS IMAGE DENOISING USING LOCAL PIXEL GROUPING Divesh Kumar 1 and Dheeraj Kalra 2 1 Department of Electronics & Communication Engineering, IET, GLA University, Mathura 2 Department

More information

A Comparative Analysis of Noise Reduction Filters in Images Mandeep kaur 1, Deepinder kaur 2

A Comparative Analysis of Noise Reduction Filters in Images Mandeep kaur 1, Deepinder kaur 2 A Comparative Analysis of Noise Reduction Filters in Images Mandeep kaur 1, Deepinder kaur 2 1 Research Scholar, Dept. Of Computer Science & Engineering, CT Institute of Technology & Research, Jalandhar,

More information

Fast Linearized Augmented Lagrangian Method for Euler s Elastica Model

Fast Linearized Augmented Lagrangian Method for Euler s Elastica Model Numer. Math. Theor. Meth. Appl. Vol. 10, No. 1, pp. 98-115 doi: 10.408/nmtma.017.m1611 February 017 Fast Linearized Augmented Lagrangian Method for Euler s Elastica Model Jun Zhang 1,,, Rongliang Chen

More information

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest.

Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. Efficient Image Compression of Medical Images Using the Wavelet Transform and Fuzzy c-means Clustering on Regions of Interest. D.A. Karras, S.A. Karkanis and D. E. Maroulis University of Piraeus, Dept.

More information

Image Denoising AGAIN!?

Image Denoising AGAIN!? 1 Image Denoising AGAIN!? 2 A Typical Imaging Pipeline 2 Sources of Noise (1) Shot Noise - Result of random photon arrival - Poisson distributed - Serious in low-light condition - Not so bad under good

More information

Express Letters. A Simple and Efficient Search Algorithm for Block-Matching Motion Estimation. Jianhua Lu and Ming L. Liou

Express Letters. A Simple and Efficient Search Algorithm for Block-Matching Motion Estimation. Jianhua Lu and Ming L. Liou IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 7, NO. 2, APRIL 1997 429 Express Letters A Simple and Efficient Search Algorithm for Block-Matching Motion Estimation Jianhua Lu and

More information

International Journal of Computer Science and Mobile Computing

International Journal of Computer Science and Mobile Computing Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 8, August 2014,

More information

Image Super-Resolution Reconstruction Based On L 1/2 Sparsity

Image Super-Resolution Reconstruction Based On L 1/2 Sparsity Buletin Teknik Elektro dan Informatika (Bulletin of Electrical Engineering and Informatics) Vol. 3, No. 3, September 4, pp. 55~6 ISSN: 89-39 55 Image Super-Resolution Reconstruction Based On L / Sparsity

More information

A New Soft-Thresholding Image Denoising Method

A New Soft-Thresholding Image Denoising Method Available online at www.sciencedirect.com Procedia Technology 6 (2012 ) 10 15 2nd International Conference on Communication, Computing & Security [ICCCS-2012] A New Soft-Thresholding Image Denoising Method

More information

Convex optimization algorithms for sparse and low-rank representations

Convex optimization algorithms for sparse and low-rank representations Convex optimization algorithms for sparse and low-rank representations Lieven Vandenberghe, Hsiao-Han Chao (UCLA) ECC 2013 Tutorial Session Sparse and low-rank representation methods in control, estimation,

More information

Comparison of Wavelet Based Watermarking Techniques for Various Attacks

Comparison of Wavelet Based Watermarking Techniques for Various Attacks International Journal of Engineering and Technical Research (IJETR) ISSN: 2321-0869, Volume-3, Issue-4, April 2015 Comparison of Wavelet Based Watermarking Techniques for Various Attacks Sachin B. Patel,

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

NTHU Rain Removal Project

NTHU Rain Removal Project People NTHU Rain Removal Project Networked Video Lab, National Tsing Hua University, Hsinchu, Taiwan Li-Wei Kang, Institute of Information Science, Academia Sinica, Taipei, Taiwan Chia-Wen Lin *, Department

More information

A Total Variation-Morphological Image Edge Detection Approach

A Total Variation-Morphological Image Edge Detection Approach A Total Variation-Morphological Image Edge Detection Approach Peter Ndajah, Hisakazu Kikuchi, Shogo Muramatsu, Masahiro Yukawa and Francis Benyah Abstract: We present image edge detection using the total

More information

MEMORY EFFICIENT WDR (WAVELET DIFFERENCE REDUCTION) using INVERSE OF ECHELON FORM by EQUATION SOLVING

MEMORY EFFICIENT WDR (WAVELET DIFFERENCE REDUCTION) using INVERSE OF ECHELON FORM by EQUATION SOLVING Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC Vol. 3 Issue. 7 July 2014 pg.512

More information

When Sparsity Meets Low-Rankness: Transform Learning With Non-Local Low-Rank Constraint For Image Restoration

When Sparsity Meets Low-Rankness: Transform Learning With Non-Local Low-Rank Constraint For Image Restoration When Sparsity Meets Low-Rankness: Transform Learning With Non-Local Low-Rank Constraint For Image Restoration Bihan Wen, Yanjun Li and Yoram Bresler Department of Electrical and Computer Engineering Coordinated

More information

The Benefit of Tree Sparsity in Accelerated MRI

The Benefit of Tree Sparsity in Accelerated MRI The Benefit of Tree Sparsity in Accelerated MRI Chen Chen and Junzhou Huang Department of Computer Science and Engineering, The University of Texas at Arlington, TX, USA 76019 Abstract. The wavelet coefficients

More information

An Adaptive Threshold LBP Algorithm for Face Recognition

An Adaptive Threshold LBP Algorithm for Face Recognition An Adaptive Threshold LBP Algorithm for Face Recognition Xiaoping Jiang 1, Chuyu Guo 1,*, Hua Zhang 1, and Chenghua Li 1 1 College of Electronics and Information Engineering, Hubei Key Laboratory of Intelligent

More information

Robust Lossless Image Watermarking in Integer Wavelet Domain using SVD

Robust Lossless Image Watermarking in Integer Wavelet Domain using SVD Robust Lossless Image Watermarking in Integer Domain using SVD 1 A. Kala 1 PG scholar, Department of CSE, Sri Venkateswara College of Engineering, Chennai 1 akala@svce.ac.in 2 K. haiyalnayaki 2 Associate

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

Combining Total Variation and Nonlocal Means Regularization for Edge Preserving Image Deconvolution

Combining Total Variation and Nonlocal Means Regularization for Edge Preserving Image Deconvolution Electronic Letters on Computer Vision and Image Analysis 10(1):42-53, 2011 Combining Total Variation and Nonlocal Means Regularization for Edge Preserving Image Deconvolution Binbin Hao and Jianguang Zhu

More information

Image Inpainting by Patch Propagation Using Patch Sparsity Zongben Xu and Jian Sun

Image Inpainting by Patch Propagation Using Patch Sparsity Zongben Xu and Jian Sun IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 19, NO. 5, MAY 2010 1153 Image Inpainting by Patch Propagation Using Patch Sparsity Zongben Xu and Jian Sun Abstract This paper introduces a novel examplar-based

More information

CONTENT ADAPTIVE SCREEN IMAGE SCALING

CONTENT ADAPTIVE SCREEN IMAGE SCALING CONTENT ADAPTIVE SCREEN IMAGE SCALING Yao Zhai (*), Qifei Wang, Yan Lu, Shipeng Li University of Science and Technology of China, Hefei, Anhui, 37, China Microsoft Research, Beijing, 8, China ABSTRACT

More information

A New Orthogonalization of Locality Preserving Projection and Applications

A New Orthogonalization of Locality Preserving Projection and Applications A New Orthogonalization of Locality Preserving Projection and Applications Gitam Shikkenawis 1,, Suman K. Mitra, and Ajit Rajwade 2 1 Dhirubhai Ambani Institute of Information and Communication Technology,

More information

Available online at ScienceDirect. Procedia Computer Science 54 (2015 ) Mayank Tiwari and Bhupendra Gupta

Available online at   ScienceDirect. Procedia Computer Science 54 (2015 ) Mayank Tiwari and Bhupendra Gupta Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 54 (2015 ) 638 645 Eleventh International Multi-Conference on Information Processing-2015 (IMCIP-2015) Image Denoising

More information

I. INTRODUCTION. Figure-1 Basic block of text analysis

I. INTRODUCTION. Figure-1 Basic block of text analysis ISSN: 2349-7637 (Online) (RHIMRJ) Research Paper Available online at: www.rhimrj.com Detection and Localization of Texts from Natural Scene Images: A Hybrid Approach Priyanka Muchhadiya Post Graduate Fellow,

More information

An Approach for Reduction of Rain Streaks from a Single Image

An Approach for Reduction of Rain Streaks from a Single Image An Approach for Reduction of Rain Streaks from a Single Image Vijayakumar Majjagi 1, Netravati U M 2 1 4 th Semester, M. Tech, Digital Electronics, Department of Electronics and Communication G M Institute

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

Image denoising in the wavelet domain using Improved Neigh-shrink

Image denoising in the wavelet domain using Improved Neigh-shrink Image denoising in the wavelet domain using Improved Neigh-shrink Rahim Kamran 1, Mehdi Nasri, Hossein Nezamabadi-pour 3, Saeid Saryazdi 4 1 Rahimkamran008@gmail.com nasri_me@yahoo.com 3 nezam@uk.ac.ir

More information

CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION

CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION CHAPTER 6 MODIFIED FUZZY TECHNIQUES BASED IMAGE SEGMENTATION 6.1 INTRODUCTION Fuzzy logic based computational techniques are becoming increasingly important in the medical image analysis arena. The significant

More information

Low Contrast Image Enhancement Using Adaptive Filter and DWT: A Literature Review

Low Contrast Image Enhancement Using Adaptive Filter and DWT: A Literature Review Low Contrast Image Enhancement Using Adaptive Filter and DWT: A Literature Review AARTI PAREYANI Department of Electronics and Communication Engineering Jabalpur Engineering College, Jabalpur (M.P.), India

More information

Denoising Using Projection Onto Convex Sets (POCS) Based Framework

Denoising Using Projection Onto Convex Sets (POCS) Based Framework Denoising Using Projection Onto Convex Sets (POCS) Based Framework Mohammad Tofighi, Kivanc Kose, A. Enis Cetin Dept. of Electrical and Electronic Engineering, Bilkent University, Ankara, Turkey Dermatology

More information

Image Enhancement Techniques for Fingerprint Identification

Image Enhancement Techniques for Fingerprint Identification March 2013 1 Image Enhancement Techniques for Fingerprint Identification Pankaj Deshmukh, Siraj Pathan, Riyaz Pathan Abstract The aim of this paper is to propose a new method in fingerprint enhancement

More information

Global Minimization of the Active Contour Model with TV-Inpainting and Two-Phase Denoising

Global Minimization of the Active Contour Model with TV-Inpainting and Two-Phase Denoising Global Minimization of the Active Contour Model with TV-Inpainting and Two-Phase Denoising Shingyu Leung and Stanley Osher Department of Mathematics, UCLA, Los Angeles, CA 90095, USA {syleung, sjo}@math.ucla.edu

More information

Open Access Reconstruction Technique Based on the Theory of Compressed Sensing Satellite Images

Open Access Reconstruction Technique Based on the Theory of Compressed Sensing Satellite Images Send Orders for Reprints to reprints@benthamscience.ae 74 The Open Electrical & Electronic Engineering Journal, 2015, 9, 74-81 Open Access Reconstruction Technique Based on the Theory of Compressed Sensing

More information