Image Interpolation using Collaborative Filtering

Size: px
Start display at page:

Download "Image Interpolation using Collaborative Filtering"

Transcription

1 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, , China, 2 Shandong Provincial Key Laboratory of Digital Media Technology, Jinan, , China 3 School of Computer Science and Technology, Shandong University, Jinan, , China doi: /jdcta.vol5. issue4.2 Abstract An iterative method based on the block matching collaborative filtering is proposed for image interpolation. Unlike the conventional interpolation methods, the proposed method first utilizes the wavelet-based linear interpolation method to generate an initial estimate of the original image. Then the observation constraint provided by the given low-resolution image is enforced on the estimate to produce a combined estimate of the high-resolution image. In order to reduce the distortion of the combined estimate, the block matching collaborative filtering is exploited. Repeating the observation constraint and filtering process until the resulting image satisfying the stop criterion. Experimental results show that the proposed method obtains better performance than some existing interpolation methods. 1. Introduction Keywords: Image Interpolation, Wavelet Transform, Collaborative Filtering Image interpolation is the process of reconstructing a high-resolution (HR) image from its lowresolution (LR) capture. It has a wide range of applications in computer vision, high definition television (HDTV) displays, medical imaging, remote sensing and video surveillance, etc. Many interpolation methods already have been developed in the literature, but they suffer from one or more artifacts. Linear interpolation methods, such as bilinear, bicubic and cubic spline, deal with aliasing, blurring and ringing effects because they do not utilize any information relevant to edges and texture patterns in the original image [1]. Nonlinear interpolation methods incorporate more adaptive image models and priori knowledge which often improve linear interpolators. The edge-directed image interpolation takes advantage of the geometric priori information of image structures by performing the interpolation along edge directions [2]. While this method generates superior results, the direction of edge is difficult to identify, and its computational complexity is prohibitive due to the large window size used to estimate local covariance. Recently, wavelet-based interpolation methods, which enhance image resolution by estimating preserved high frequency information from the LR image, have been proposed by performing the interpolation in the wavelet domain [3-6]. Following this scheme, literatures [7,8] utilize the correlation between the inter-scale coefficients to estimate the unknown coefficients in the detailed scales. Mueller et al. proposed an iterative image interpolation method based on the wavelet and contourlet transforms, which improve the visual quality of resulting images by enforcing a sparsity constraint on the transform coefficients. These methods assume that the LR image is a lowpass output of the wavelet transform applied to the HR image. However, the aforementioned assumption is not tenable because the LR image also contains high frequency information. In practice, therefore, waveletbased interpolation methods are inefficient due to leading the resulting images to be oversmoothed. In this paper, we propose an image interpolation method based on the wavelet transform and block matching collaborative filtering. Firstly, the bicubic method is used to interpolate low frequency wavelet coefficients of the LR image, and lead to an initial estimate of the HR image. Secondly, the observation constraint provided by the given LR image is enforced on the estimate to generate a combined estimate of the HR image. Thirdly, the block matching collaborative filtering is used to

2 reduce the distortion of the combined estimate. Repeating the second and third steps until the resulting image satisfying the stop criterion. The rest of this paper is organized as follows. Section 2 presents the proposed image interpolation method. In section 3, we report the experimental results and draw the conclusion in section Proposed interpolation method In this paper, we consider the following observation model for LR image y = Dx (1) where the observed LR image y is a downsampled version of the HR image x, and D represents the non-invertible downsampling operator. If the frequency support of x is included in [-π/2, π/2] 2 then linear interpolations can yield a perfect reconstruction of x. However, when the frequency support of x exceeds [-π/2, π/2] 2, linear interpolations produce Gibbs oscillations, blur and zigzag patterns along contours [9,10]. Therefore, we can use different interpolation methods for low frequency component and high frequency component of x, respectively. In this section, the bicubic interpolation method is used to interpolate the low frequency component which is separated by using the wavelet transform. Based on the low frequency image interpolated and the observation constraint, the high frequency component is implicitly interpolated by the block matching collaborative filtering Wavelet-based initial image interpolation Due to the advantage of linear interpolators for the low frequency component, we use the wavelet transform to separate the low frequency component of the LR image y, then the low frequency component is interpolated by the bicubic interpolation method. In general, one decomposition level of the wavelet transform W is sufficient to separate the low frequency information of y. The aforementioned process can be formulated by x W U T W y (2) 1 0 ( ( ( ( )))) where W represents the wavelet transform, U is the bicubic interpolator, T is a thresholding process which only preserves the low frequency wavelet coefficients, i.e., the approximation subband in the wavelet domain, and x 0 is an approximate estimation of the HR image x which only includes the low frequency component of x and has the same size with x. This process is illustrated in Figure 1(a) Observation constraint In order to increase the high frequency component of x 0, we need to use the priori information y=dx again. A simple way to use this observation constraint is to fuse the LR image y and the estimate x 0 of the HR image. For simplification of expressions, let D denote a 0-1 downsampling matrix. Therefore, the process of fusing y and x 0 can be formulated as follows x y x.* D x.* D x.* D (3) where.* denotes the element-wise multiplication operation. Figure 1(b) illustrates the observation constraint

3 2.3. Collaborative filtering The above described interpolation method is not perfect, which can introduce distortion in the interpolation process. In this paper, we consider the distortion as noise. Therefore, we use the collaborative filtering, which is proposed by Dabov et al. in [11], to reduce the distortion. The collaborative filtering exploits an enhanced image sparse representation in transform domain and nonlocal similarity between image blocks. It turns out to be a much more effective filter than other noise reduction methods based on image sparse representation [12,13]. The collaborative filtering mainly consists of the following steps (for more detail see [11]). Grouping by block matching. Use the block matching approach to find the blocks that are similar to the currently processed one and then stack them together in 3-D array. Figure 1. The block diagrams of process steps. (a) the wavelet-based interpolation, (b) the observation constraint model Collaborative filtering by thresholding transform coefficients. Apply a 3-D transform (2-D biorthogonal wavelet transform/2-d discrete cosine transform + 1-D Haar transform) on the formed group, reduce the noise by hard-thresholding or Wiener-filtering of the transform coefficients, produce estimates of all grouped blocks by applying the inverse 3-D transform on the filtered coefficients, and return the estimates of the blocks to their original positions. Global estimate by aggregation. Produce the final estimate of the noise-free image by aggregating all of the obtained block-wise estimates using a weighted average

4 2.4. Iterative image interpolation The proposed iterative image interpolation method can be summarized as follows. a) Use the estimate x 0 of the low frequency component (2) as the initial estimate of the HR image x. b) Enforce the observation constraint to increase the high frequency information by the equation (3). Let x k represent the estimate at the kth step. The new estimate x k+1 can be obtained by x k 1 y xk.* D x.* D xk.* D (4) c) Improve the quality of image interpolation by using the collaborative filtering to reduce the distortion introduced by the interpolation process. d) Repeat the steps b) and c) until the resulting image satisfying the stop criteria. Figure 2. The zoomed comparison of the Barbara image. (a) original image, (b) interpolated image by the wavelet-based method (23.17dB), (c) interpolated image by the bicubic method (22.79dB), (d) interpolated image by the proposed method (25.17dB). 3. Experimental results In this section, we performed several sets of experiments to validate the effectiveness of the proposed iterative interpolation method. For the experiments we use six test images including Barbara, Lena, Man, Mandrill, Peppers, and Goldhill. In order to show the performance of interpolation methods, we first downsampled each test image by a factor of two to obtain the LR image y, and then interpolated y back to the original size. In the experiments, we use the symlet wavelet with length 8 for the wavelet transform and predetermine the maximum iteration number of the proposed method to be

5 We compare the results generated by our interpolation method with the bicubic interpolation and the simple wavelet-based interpolation. The performance of these interpolation methods is evaluated by visual quality, peak signal-to-noise ratio (PSNR) and structural similarity (SSIM) index [14], respectively. Visual comparisons for Barbara and Lena are shown in Figure 2 and Figure 3. It can be observed that the interpolated images of the proposed method exhibit less distortion than the other two interpolation methods. For quantitative comparison, the PSNR and SSIM values of interpolated results for test images are listed in Table 1 and Table 2, respectively. It is clearly shown that the proposed method substantially outperforms the wavelet-based interpolation and the bicubic interpolation. Figure 3. The zoomed comparison of the Lena image. (a) original image, (b) interpolated image by the wavelet-based method (28.39dB), (c) interpolated image by the bicubic method (30.22dB), (d) interpolated image by the proposed method (33.67dB). Table 1. Performance comparison with interpolation methods in term of PSNR Wavelet method Bicubic method Proposed method Barbara Lena Man Mandrill Peppers Goldhill Table 2. Performance comparison with interpolation methods in term of SSIM Wavelet method Bicubic method Proposed method Barbara Lena Man Mandrill Peppers Goldhill

6 4. Conclusions This paper presents an iterative image interpolation method which uses the wavelet-based interpolation and the observation constraint to produce a combined estimate of the HR image and exploits the block matching collaborative filtering to reduce the distortion introduced by the interpolation process. Experimental results demonstrate that the proposed method outperforms the wavelet-based method and the bicubic interpolation method not only in the sense of visual quality but also of PSNR and SSIM. 5. Acknowledgment The authors would like to thank K. Dabov et al. for making their collaborative filtering implementation codes available to us for our experiments. This work is partially supported by the National Natural Science Foundation of China under Grant No and Projects of International Cooperation and Exchanges NSFC under Grant No References [1] T. Lehmann, C. Gönner and K. Spitzer, Survey: interpolations methods in medical image processing, IEEE Trans. on Medical Imaging, vol.18, no.11, pp , [2] X. Li and M.T. Orchard, New edge-directed interpolation, IEEE Trans. on Image Processing, vol.10, no.10, pp , [3] W. K. Carey, D. B. Chang and S. S. Hermami, Regularity-preserving image interpolation, IEEE Trans. on Image Processing, vol.8, no.9, pp , [4] G.K. Hassana, B. Zou, and S. Msami, Optimal color image enhancement using wavelet and K- means clustering, International Journal of Digital Content Technology and its Applications, vol. 5, no. 1, pp , [5] S.A. Ali, S. Vathsal and K.L. Kishore, CT image denoising technique using GA aided windowbased multiwavelet transformation and thresholding with the incorporation of an effective quality enhancement method, International Journal of Digital Content Technology and its Applications, vol.4, no.4, pp.75-87, [6] J. Li, H. Fan and D. Yuan, Fractal digital image inpainting, International Journal of Digital Content Technology and its Applications, vol.4, no.4, pp , [7] A. Temizel and T. Vlachos, Wavelet domain image resolution enhancement, IEE Proc.-Vision, Image, and Signal Processing, vol.153, no.1, pp.25-30, [8] Y. Piao, I. Shin and H.W. Park, Image resolution enhancement using inter-subband correlation in wavelet domain, In Proceedings. of the IEEE International Conference Image Processing, pp , [9] S. Mallat and G. Yu, Super-resolution with sparse mixing estimators, IEEE Trans. on Image Processing, vol.19, no.11, pp , [10] S. Mallat and G. Yu, Structured pursuits for geometric super-resolution, In Proceedings of the IEEE International Conference Image Processing, pp , [11] K. Dabov, A. Foi, V. Katkovnik, and K. Egiazarian, Image denoising by sparse 3-D transformdomain collaborative filtering, IEEE Trans. on Image Processing, vol.16, no.8, pp , [12] Q. Guo and S. Yu, Shearlet-based image denoising using a local multivariate prior model, ICIC Express Letters, vol.3, no.3, pp , [13] Z. Zhang, Y. Ohara, H. Toda, T. Miyake, and T. Imamura, De-noising method by combining adaptive line enhancer and complex discrete wavelet transform, ICIC Express Letters, vol.1, no.2, pp , [14] Z. Wang, A.C. Bovik, H.R. Sheikh, and E.P. Simoncelli, Image quality assessment: from error visibility to structural similarity, IEEE Trans. Image Processing, vol.13, no.4, pp ,

Image Interpolation Using Multiscale Geometric Representations

Image Interpolation Using Multiscale Geometric Representations Image Interpolation Using Multiscale Geometric Representations Nickolaus Mueller, Yue Lu and Minh N. Do Department of Electrical and Computer Engineering University of Illinois at Urbana-Champaign ABSTRACT

More information

Image Interpolation Based on Weighted and Blended Rational Function

Image Interpolation Based on Weighted and Blended Rational Function Image Interpolation Based on Weighted and Blended Rational Function Yifang Liu, Yunfeng Zhang, Qiang Guo, Caiming Zhang School of Computer Science and Technology, Shandong University of Finance and Economics,

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

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

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

Sparse Representation Based Super-Resolution Algorithm using Wavelet Domain Interpolation and Nonlocal Means

Sparse Representation Based Super-Resolution Algorithm using Wavelet Domain Interpolation and Nonlocal Means TELKOMNIKA Indonesian Journal of Electrical Engineering Vol. 16, No. 2, November 2015, pp. 296 ~ 302 DOI: 10.11591/telkomnika.v16i2.8816 296 Sparse Representation Based Super-Resolution Algorithm using

More information

Single Image Super Resolution with Wavelet Domain Transformation and Sparse Representation

Single Image Super Resolution with Wavelet Domain Transformation and Sparse Representation International Journal of Innovative Research in Computer Science & Technology (IJIRCST) ISSN: 2347-5552, Volume-4, Issue-1, January 2016 Single Image Super Resolution with Wavelet Domain Transformation

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 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

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

A Novel Approach for Deblocking JPEG Images

A Novel Approach for Deblocking JPEG Images A Novel Approach for Deblocking JPEG Images Multidimensional DSP Final Report Eric Heinen 5/9/08 Abstract This paper presents a novel approach for deblocking JPEG images. First, original-image pixels are

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

Single-Image Super-Resolution Using Multihypothesis Prediction

Single-Image Super-Resolution Using Multihypothesis Prediction Single-Image Super-Resolution Using Multihypothesis Prediction Chen Chen and James E. Fowler Department of Electrical and Computer Engineering, Geosystems Research Institute (GRI) Mississippi State University,

More information

IMAGE RESTORATION VIA EFFICIENT GAUSSIAN MIXTURE MODEL LEARNING

IMAGE RESTORATION VIA EFFICIENT GAUSSIAN MIXTURE MODEL LEARNING IMAGE RESTORATION VIA EFFICIENT GAUSSIAN MIXTURE MODEL LEARNING Jianzhou Feng Li Song Xiaog Huo Xiaokang Yang Wenjun Zhang Shanghai Digital Media Processing Transmission Key Lab, Shanghai Jiaotong University

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

Image Resolution Improvement By Using DWT & SWT Transform

Image Resolution Improvement By Using DWT & SWT Transform Image Resolution Improvement By Using DWT & SWT Transform Miss. Thorat Ashwini Anil 1, Prof. Katariya S. S. 2 1 Miss. Thorat Ashwini A., Electronics Department, AVCOE, Sangamner,Maharastra,India, 2 Prof.

More information

IMPROVED MOTION-BASED LOCALIZED SUPER RESOLUTION TECHNIQUE USING DISCRETE WAVELET TRANSFORM FOR LOW RESOLUTION VIDEO ENHANCEMENT

IMPROVED MOTION-BASED LOCALIZED SUPER RESOLUTION TECHNIQUE USING DISCRETE WAVELET TRANSFORM FOR LOW RESOLUTION VIDEO ENHANCEMENT 17th European Signal Processing Conference (EUSIPCO 009) Glasgow, Scotland, August 4-8, 009 IMPROVED MOTION-BASED LOCALIZED SUPER RESOLUTION TECHNIQUE USING DISCRETE WAVELET TRANSFORM FOR LOW RESOLUTION

More information

CHAPTER 7. Page No. 7 Conclusions and Future Scope Conclusions Future Scope 123

CHAPTER 7. Page No. 7 Conclusions and Future Scope Conclusions Future Scope 123 CHAPTER 7 Page No 7 Conclusions and Future Scope 121 7.1 Conclusions 121 7.2 Future Scope 123 121 CHAPTER 7 CONCLUSIONS AND FUTURE SCOPE 7.1 CONCLUSIONS In this thesis, the investigator discussed mainly

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

Dual Tree Complex Wavelet Transform (DTCWT) based Adaptive Interpolation Technique for Enhancement of Image Resolution

Dual Tree Complex Wavelet Transform (DTCWT) based Adaptive Interpolation Technique for Enhancement of Image Resolution Dual Tree Complex Wavelet Transform (DTCWT) based Adaptive Interpolation Technique for Enhancement of Image Resolution Mayuri D Patil MTech Scholar CSE Department TIT, Bhopal Shivkumar S Tomar Assistant

More information

Image Interpolation Algorithm for Edge Detection Using Directional Filters and Data Fusion

Image Interpolation Algorithm for Edge Detection Using Directional Filters and Data Fusion Image Interpolation Algorithm for Edge Detection Using Directional Filters and Data Fusion B.HIMABINDU Asst.professor, Dept. of E.C.E, Chalapathi Institute of Technology, Guntur. Abstract: Preserving edge

More information

Image Restoration Using DNN

Image Restoration Using DNN Image Restoration Using DNN Hila Levi & Eran Amar Images were taken from: http://people.tuebingen.mpg.de/burger/neural_denoising/ Agenda Domain Expertise vs. End-to-End optimization Image Denoising and

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

HYBRID DCT-WIENER-BASED INTERPOLATION VIA LEARNT WIENER FILTER. Kwok-Wai Hung and Wan-Chi Siu

HYBRID DCT-WIENER-BASED INTERPOLATION VIA LEARNT WIENER FILTER. Kwok-Wai Hung and Wan-Chi Siu HYBRID -WIENER-BASED INTERPOLATION VIA LEARNT WIENER FILTER Kwok-Wai Hung and Wan-Chi Siu Center for Signal Processing, Department of Electronic and Information Engineering Hong Kong Polytechnic University,

More information

Adaptive osculatory rational interpolation for image processing

Adaptive osculatory rational interpolation for image processing Journal of Computational and Applied Mathematics 195 (2006) 46 53 www.elsevier.com/locate/cam Adaptive osculatory rational interpolation for image processing Min Hu a, Jieqing Tan b, a College of Computer

More information

Image zooming using directional cubic convolution interpolation

Image zooming using directional cubic convolution interpolation Published in IET Image Processing Received on 17th May 2010 Revised on 18th February 2012 ISSN 1751-9659 Image zooming using directional cubic convolution interpolation D. Zhou 1 X. Shen 1 W. Dong 2 1

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

Structural Similarity Optimized Wiener Filter: A Way to Fight Image Noise

Structural Similarity Optimized Wiener Filter: A Way to Fight Image Noise Structural Similarity Optimized Wiener Filter: A Way to Fight Image Noise Mahmud Hasan and Mahmoud R. El-Sakka (B) Department of Computer Science, University of Western Ontario, London, ON, Canada {mhasan62,melsakka}@uwo.ca

More information

Single Image Super-Resolution via Sparse Representation over Directionally Structured Dictionaries Based on the Patch Gradient Phase Angle

Single Image Super-Resolution via Sparse Representation over Directionally Structured Dictionaries Based on the Patch Gradient Phase Angle 2014 UKSim-AMSS 8th European Modelling Symposium Single Image Super-Resolution via Sparse Representation over Directionally Structured Dictionaries Based on the Patch Gradient Phase Angle Mahmoud Nazzal,

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

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

Robust Image Watermarking based on DCT-DWT- SVD Method

Robust Image Watermarking based on DCT-DWT- SVD Method Robust Image Watermarking based on DCT-DWT- SVD Sneha Jose Rajesh Cherian Roy, PhD. Sreenesh Shashidharan ABSTRACT Hybrid Image watermarking scheme proposed based on Discrete Cosine Transform (DCT)-Discrete

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

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

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

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

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

Introduction to Image Super-resolution. Presenter: Kevin Su

Introduction to Image Super-resolution. Presenter: Kevin Su Introduction to Image Super-resolution Presenter: Kevin Su References 1. S.C. Park, M.K. Park, and M.G. KANG, Super-Resolution Image Reconstruction: A Technical Overview, IEEE Signal Processing Magazine,

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

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

Edge-directed Image Interpolation Using Color Gradient Information

Edge-directed Image Interpolation Using Color Gradient Information Edge-directed Image Interpolation Using Color Gradient Information Andrey Krylov and Andrey Nasonov Laboratory of Mathematical Methods of Image Processing, Faculty of Computational Mathematics and Cybernetics,

More information

New structural similarity measure for image comparison

New structural similarity measure for image comparison University of Wollongong Research Online Faculty of Engineering and Information Sciences - Papers: Part A Faculty of Engineering and Information Sciences 2012 New structural similarity measure for image

More information

COMPARISON OF DIFFERENT IMAGE INTERPOLATION ALGORITHMS

COMPARISON OF DIFFERENT IMAGE INTERPOLATION ALGORITHMS COMPARISON OF DIFFERENT IMAGE INTERPOLATION ALGORITHMS By Divya Doma Problem Report submitted to the College of Engineering and Mineral Resources at West Virginia University in partial fulfillment of the

More information

An Effective Multi-Focus Medical Image Fusion Using Dual Tree Compactly Supported Shear-let Transform Based on Local Energy Means

An Effective Multi-Focus Medical Image Fusion Using Dual Tree Compactly Supported Shear-let Transform Based on Local Energy Means An Effective Multi-Focus Medical Image Fusion Using Dual Tree Compactly Supported Shear-let Based on Local Energy Means K. L. Naga Kishore 1, N. Nagaraju 2, A.V. Vinod Kumar 3 1Dept. of. ECE, Vardhaman

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

Edge-Directed Image Interpolation Using Color Gradient Information

Edge-Directed Image Interpolation Using Color Gradient Information Edge-Directed Image Interpolation Using Color Gradient Information Andrey Krylov and Andrey Nasonov Laboratory of Mathematical Methods of Image Processing, Faculty of Computational Mathematics and Cybernetics,

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

International Journal of Research in Advent Technology Available Online at:

International Journal of Research in Advent Technology Available Online at: IMAGE RESOLUTION ENHANCEMENT BY USING DIFFERENT WAVELET DECOMPOSITIONS Tullimilli. ch.padmini 1 M.V.Sudhkar 2 1,2 ECE Department, 1 M.Tech Student,Sri Mittapalli college of Engineering, Guntur 2 Assistant

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

Domain. Faculty of. Abstract. is desirable to fuse. the for. algorithms based popular. The key. combination, the. A prominent. the

Domain. Faculty of. Abstract. is desirable to fuse. the for. algorithms based popular. The key. combination, the. A prominent. the The CSI Journal on Computer Science and Engineering Vol. 11, No. 2 & 4 (b), 2013 Pages 55-63 Regular Paper Multi-Focus Image Fusion for Visual Sensor Networks in Domain Wavelet Mehdi Nooshyar Mohammad

More information

A New Technique for Image Magnification

A New Technique for Image Magnification A New Technique for Image Magnification Carlo Arcelli, Maria Frucci, and Gabriella Sanniti di Baja Institute of Cybernetics E. Caianiello, CNR, Pozzuoli (Naples), Italy c.arcelli@cib.na.cnr.it, m.frucci@cib.na.cnr.it,

More information

VIDEO DENOISING BASED ON ADAPTIVE TEMPORAL AVERAGING

VIDEO DENOISING BASED ON ADAPTIVE TEMPORAL AVERAGING Engineering Review Vol. 32, Issue 2, 64-69, 2012. 64 VIDEO DENOISING BASED ON ADAPTIVE TEMPORAL AVERAGING David BARTOVČAK Miroslav VRANKIĆ Abstract: This paper proposes a video denoising algorithm based

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

IMAGE SUPER RESOLUTION USING NON SUB-SAMPLE CONTOURLET TRANSFORM WITH LOCAL TERNARY PATTERN

IMAGE SUPER RESOLUTION USING NON SUB-SAMPLE CONTOURLET TRANSFORM WITH LOCAL TERNARY PATTERN IMAGE SUPER RESOLUTION USING NON SUB-SAMPLE CONTOURLET TRANSFORM WITH LOCAL TERNARY PATTERN Pikin S. Patel 1, Parul V. Pithadia 2, Manoj parmar 3 PG. Student, EC Dept., Dr. S & S S Ghandhy Govt. Engg.

More information

IMAGE ENHANCEMENT USING NONSUBSAMPLED CONTOURLET TRANSFORM

IMAGE ENHANCEMENT USING NONSUBSAMPLED CONTOURLET TRANSFORM IMAGE ENHANCEMENT USING NONSUBSAMPLED CONTOURLET TRANSFORM Rafia Mumtaz 1, Raja Iqbal 2 and Dr.Shoab A.Khan 3 1,2 MCS, National Unioversity of Sciences and Technology, Rawalpindi, Pakistan: 3 EME, National

More information

Wavelet domain image resolution enhancement

Wavelet domain image resolution enhancement Wavelet domain image resolution enhancement A. Temizel and T. Vlachos Abstract: A wavelet-domain image resolution enhancement algorithm which is based on the estimation of detail wavelet coefficients at

More information

IMAGE RESOLUTION ENHANCEMENT USING BICUBIC AND SPLINE INTERPOLATION TECHNIQUES

IMAGE RESOLUTION ENHANCEMENT USING BICUBIC AND SPLINE INTERPOLATION TECHNIQUES IMAGE RESOLUTION ENHANCEMENT USING BICUBIC AND SPLINE INTERPOLATION TECHNIQUES A. Anbarasi 1, G. Mathurambigai 2 1 Research Scholar, Department of Computer Science, Theivanai Ammal College for women, Villupuram.

More information

ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N.

ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N. ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N. Dartmouth, MA USA Abstract: The significant progress in ultrasonic NDE systems has now

More information

Image Gap Interpolation for Color Images Using Discrete Cosine Transform

Image Gap Interpolation for Color Images Using Discrete Cosine Transform Image Gap Interpolation for Color Images Using Discrete Cosine Transform Viji M M, Prof. Ujwal Harode Electronics Dept., Pillai College of Engineering, Navi Mumbai, India Email address: vijisubhash10[at]gmail.com

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

A Method for High Resolution Color Image Zooming using Curvature Interpolation

A Method for High Resolution Color Image Zooming using Curvature Interpolation A Method for High Resolution Color Image Zooming using Curvature Interpolation P.Priya PG Scholar, St. Peter s University, TN, India Abstract We introduce a new zooming algorithm curvature interpolation

More information

MULTI-POSE FACE HALLUCINATION VIA NEIGHBOR EMBEDDING FOR FACIAL COMPONENTS. Yanghao Li, Jiaying Liu, Wenhan Yang, Zongming Guo

MULTI-POSE FACE HALLUCINATION VIA NEIGHBOR EMBEDDING FOR FACIAL COMPONENTS. Yanghao Li, Jiaying Liu, Wenhan Yang, Zongming Guo MULTI-POSE FACE HALLUCINATION VIA NEIGHBOR EMBEDDING FOR FACIAL COMPONENTS Yanghao Li, Jiaying Liu, Wenhan Yang, Zongg Guo Institute of Computer Science and Technology, Peking University, Beijing, P.R.China,

More information

BM3D Image Denoising using Learning-based Adaptive Hard Thresholding

BM3D Image Denoising using Learning-based Adaptive Hard Thresholding BM3D Image Denoising using Learning-based Adaptive Hard Thresholding Farhan Bashar and Mahmoud R. El-Sakka Computer Science Department, The University of Western Ontario, London, Ontario, Canada Keywords:

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

Compression of Light Field Images using Projective 2-D Warping method and Block matching

Compression of Light Field Images using Projective 2-D Warping method and Block matching Compression of Light Field Images using Projective 2-D Warping method and Block matching A project Report for EE 398A Anand Kamat Tarcar Electrical Engineering Stanford University, CA (anandkt@stanford.edu)

More information

HIGH-QUALITY IMAGE INTERPOLATION VIA LOCAL AUTOREGRESSIVE AND NONLOCAL 3-D SPARSE REGULARIZATION

HIGH-QUALITY IMAGE INTERPOLATION VIA LOCAL AUTOREGRESSIVE AND NONLOCAL 3-D SPARSE REGULARIZATION HIGH-QUALITY IMAGE INTERPOLATION VIA LOCAL AUTOREGRESSIVE AND NONLOCAL 3-D SPARSE REGULARIZATION Xinwei Gao, Jian Zhang, Feng Jiang, Xiaopeng Fan, Siwei Ma, Debin Zhao School of Computer Science and Technology,

More information

Research on the Image Denoising Method Based on Partial Differential Equations

Research on the Image Denoising Method Based on Partial Differential Equations BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 16, No 5 Special Issue on Application of Advanced Computing and Simulation in Information Systems Sofia 2016 Print ISSN: 1311-9702;

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

Single Image Interpolation via Adaptive Non-Local Sparsity-Based Modeling

Single Image Interpolation via Adaptive Non-Local Sparsity-Based Modeling Single Image Interpolation via Adaptive Non-Local Sparsity-Based Modeling Yaniv Romano The Electrical Engineering Department Matan Protter The Computer Science Department Michael Elad The Computer Science

More information

Image Denoising based on Adaptive BM3D and Singular Value

Image Denoising based on Adaptive BM3D and Singular Value Image Denoising based on Adaptive BM3D and Singular Value Decomposition YouSai hang, ShuJin hu, YuanJiang Li Institute of Electronic and Information, Jiangsu University of Science and Technology, henjiang,

More information

Performance Evaluation of Fusion of Infrared and Visible Images

Performance Evaluation of Fusion of Infrared and Visible Images Performance Evaluation of Fusion of Infrared and Visible Images Suhas S, CISCO, Outer Ring Road, Marthalli, Bangalore-560087 Yashas M V, TEK SYSTEMS, Bannerghatta Road, NS Palya, Bangalore-560076 Dr. Rohini

More information

Image coding based on multiband wavelet and adaptive quad-tree partition

Image coding based on multiband wavelet and adaptive quad-tree partition Journal of Computational and Applied Mathematics 195 (2006) 2 7 www.elsevier.com/locate/cam Image coding based on multiband wavelet and adaptive quad-tree partition Bi Ning a,,1, Dai Qinyun a,b, Huang

More information

TERM PAPER ON The Compressive Sensing Based on Biorthogonal Wavelet Basis

TERM PAPER ON The Compressive Sensing Based on Biorthogonal Wavelet Basis TERM PAPER ON The Compressive Sensing Based on Biorthogonal Wavelet Basis Submitted By: Amrita Mishra 11104163 Manoj C 11104059 Under the Guidance of Dr. Sumana Gupta Professor Department of Electrical

More information

Recent Advances inelectrical & Electronic Engineering

Recent Advances inelectrical & Electronic Engineering 4 Send Orders for Reprints to reprints@benthamscience.ae Recent Advances in Electrical & Electronic Engineering, 017, 10, 4-47 RESEARCH ARTICLE ISSN: 35-0965 eissn: 35-0973 Image Inpainting Method Based

More information

signal-to-noise ratio (PSNR), 2

signal-to-noise ratio (PSNR), 2 u m " The Integration in Optics, Mechanics, and Electronics of Digital Versatile Disc Systems (1/3) ---(IV) Digital Video and Audio Signal Processing ƒf NSC87-2218-E-009-036 86 8 1 --- 87 7 31 p m o This

More information

WAVELET BASED NONLINEAR SEPARATION OF IMAGES. Mariana S. C. Almeida and Luís B. Almeida

WAVELET BASED NONLINEAR SEPARATION OF IMAGES. Mariana S. C. Almeida and Luís B. Almeida WAVELET BASED NONLINEAR SEPARATION OF IMAGES Mariana S. C. Almeida and Luís B. Almeida Instituto de Telecomunicações Instituto Superior Técnico Av. Rovisco Pais 1, 1049-001 Lisboa, Portugal mariana.almeida@lx.it.pt,

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

EUSIPCO A SPACE-VARIANT CUBIC-SPLINE INTERPOLATION

EUSIPCO A SPACE-VARIANT CUBIC-SPLINE INTERPOLATION EUSIPCO 213 1569744341 A SPACE-VARIAN CUBIC-SPLINE INERPOLAION Jianxing Jiang, Shaohua Hong, Lin Wang Department of Communication Engineering, Xiamen University, Xiamen, Fujian, 3615, P.R. China. ABSRAC

More information

An Edge Based Adaptive Interpolation Algorithm for Image Scaling

An Edge Based Adaptive Interpolation Algorithm for Image Scaling An Edge Based Adaptive Interpolation Algorithm for Image Scaling Wanli Chen, Hongjian Shi Department of Electrical and Electronic Engineering Southern University of Science and Technology, Shenzhen, Guangdong,

More information

SSIM Image Quality Metric for Denoised Images

SSIM Image Quality Metric for Denoised Images SSIM Image Quality Metric for Denoised Images PETER NDAJAH, HISAKAZU KIKUCHI, MASAHIRO YUKAWA, HIDENORI WATANABE and SHOGO MURAMATSU Department of Electrical and Electronics Engineering, Niigata University,

More information

Face Hallucination Based on Eigentransformation Learning

Face Hallucination Based on Eigentransformation Learning Advanced Science and Technology etters, pp.32-37 http://dx.doi.org/10.14257/astl.2016. Face allucination Based on Eigentransformation earning Guohua Zou School of software, East China University of Technology,

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

EE 5359 Multimedia project

EE 5359 Multimedia project EE 5359 Multimedia project -Chaitanya Chukka -Chaitanya.chukka@mavs.uta.edu 5/7/2010 1 Universality in the title The measurement of Image Quality(Q)does not depend : On the images being tested. On Viewing

More information

Robust Digital Image Watermarking based on complex wavelet transform

Robust Digital Image Watermarking based on complex wavelet transform Robust Digital Image Watermarking based on complex wavelet transform TERZIJA NATAŠA, GEISSELHARDT WALTER Institute of Information Technology University Duisburg-Essen Bismarckstr. 81, 47057 Duisburg GERMANY

More information

International Journal of Applied Sciences, Engineering and Management ISSN , Vol. 04, No. 05, September 2015, pp

International Journal of Applied Sciences, Engineering and Management ISSN , Vol. 04, No. 05, September 2015, pp Satellite Image Resolution Enhancement using Double Density Dual Tree Complex Wavelet Transform Kasturi Komaravalli 1, G. Raja Sekhar 2, P. Bala Krishna 3, S.Kishore Babu 4 1 M.Tech student, Department

More information

FOUR REDUCED-REFERENCE METRICS FOR MEASURING HYPERSPECTRAL IMAGES AFTER SPATIAL RESOLUTION ENHANCEMENT

FOUR REDUCED-REFERENCE METRICS FOR MEASURING HYPERSPECTRAL IMAGES AFTER SPATIAL RESOLUTION ENHANCEMENT In: Wagner W., Székely, B. (eds.): ISPRS TC VII Symposium 00 Years ISPRS, Vienna, Austria, July 5 7, 00, IAPRS, Vol. XXXVIII, Part 7A FOUR REDUCED-REFERENCE METRICS FOR MEASURING HYPERSPECTRAL IMAGES AFTER

More information

A Novel Resolution Enhancement Scheme Based on Edge Directed Interpolation using DT-CWT for Satellite Imaging Applications

A Novel Resolution Enhancement Scheme Based on Edge Directed Interpolation using DT-CWT for Satellite Imaging Applications COPYRIGHT 2011 IJCIT, ISSN 2078-5828 (PRINT), ISSN 2218-5224 (ONLINE), VOLUME 02, ISSUE 01, MANUSCRIPT CODE: 110710 A Novel Resolution Enhancement Scheme Based on Edge Directed Interpolation using DT-CWT

More information

Reduction of Blocking artifacts in Compressed Medical Images

Reduction of Blocking artifacts in Compressed Medical Images ISSN 1746-7659, England, UK Journal of Information and Computing Science Vol. 8, No. 2, 2013, pp. 096-102 Reduction of Blocking artifacts in Compressed Medical Images Jagroop Singh 1, Sukhwinder Singh

More information

Wavelet-based Contourlet Coding Using an SPIHT-like Algorithm

Wavelet-based Contourlet Coding Using an SPIHT-like Algorithm Wavelet-based Contourlet Coding Using an SPIHT-like Algorithm Ramin Eslami and Hayder Radha ECE Department, Michigan State University, East Lansing, MI 4884, USA Emails: {eslamira, radha}@egr.msu.edu Abstract

More information

Image De-Noising and Compression Using Statistical based Thresholding in 2-D Discrete Wavelet Transform

Image De-Noising and Compression Using Statistical based Thresholding in 2-D Discrete Wavelet Transform Image De-Noising and Compression Using Statistical based Thresholding in 2-D Discrete Wavelet Transform Qazi Mazhar Rawalpindi, Pakistan Imran Touqir Rawalpindi, Pakistan Adil Masood Siddique Rawalpindi,

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

Medical Image De-Noising Schemes using Wavelet Transform with Fixed form Thresholding

Medical Image De-Noising Schemes using Wavelet Transform with Fixed form Thresholding Medical Image De-Noising Schemes using Wavelet Transform with Fixed form Thresholding Nadir Mustafa 1 1 School of Computer Science &Technology, UESTC, Chengdu, 611731, China Saeed Ahmed Khan 3 3 Department

More information

OPTIMIZED QUANTIZATION OF WAVELET SUBBANDS FOR HIGH QUALITY REAL-TIME TEXTURE COMPRESSION. Bob Andries, Jan Lemeire, Adrian Munteanu

OPTIMIZED QUANTIZATION OF WAVELET SUBBANDS FOR HIGH QUALITY REAL-TIME TEXTURE COMPRESSION. Bob Andries, Jan Lemeire, Adrian Munteanu OPTIMIZED QUANTIZATION OF WAVELET SUBBANDS FOR HIGH QUALITY REAL-TIME TEXTURE COMPRESSION Bob Andries, Jan Lemeire, Adrian Munteanu Department of Electronics and Informatics, Vrije Universiteit Brussel

More information

IMAGE SUPER-RESOLUTION BASED ON DICTIONARY LEARNING AND ANCHORED NEIGHBORHOOD REGRESSION WITH MUTUAL INCOHERENCE

IMAGE SUPER-RESOLUTION BASED ON DICTIONARY LEARNING AND ANCHORED NEIGHBORHOOD REGRESSION WITH MUTUAL INCOHERENCE IMAGE SUPER-RESOLUTION BASED ON DICTIONARY LEARNING AND ANCHORED NEIGHBORHOOD REGRESSION WITH MUTUAL INCOHERENCE Yulun Zhang 1, Kaiyu Gu 2, Yongbing Zhang 1, Jian Zhang 3, and Qionghai Dai 1,4 1 Shenzhen

More information

Spatial, Transform and Fractional Domain Digital Image Watermarking Techniques

Spatial, Transform and Fractional Domain Digital Image Watermarking Techniques Spatial, Transform and Fractional Domain Digital Image Watermarking Techniques Dr.Harpal Singh Professor, Chandigarh Engineering College, Landran, Mohali, Punjab, Pin code 140307, India Puneet Mehta Faculty,

More information

Denoising of Fingerprint Images

Denoising of Fingerprint Images 100 Chapter 5 Denoising of Fingerprint Images 5.1 Introduction Fingerprints possess the unique properties of distinctiveness and persistence. However, their image contrast is poor due to mixing of complex

More information

Compressive Sensing for Multimedia. Communications in Wireless Sensor Networks

Compressive Sensing for Multimedia. Communications in Wireless Sensor Networks Compressive Sensing for Multimedia 1 Communications in Wireless Sensor Networks Wael Barakat & Rabih Saliba MDDSP Project Final Report Prof. Brian L. Evans May 9, 2008 Abstract Compressive Sensing is an

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

Anisotropic representations for superresolution of hyperspectral data

Anisotropic representations for superresolution of hyperspectral data Anisotropic representations for superresolution of hyperspectral data Edward H. Bosch, Wojciech Czaja, James M. Murphy, and Daniel Weinberg Norbert Wiener Center Department of Mathematics University of

More information

Robust Video Super-Resolution with Registration Efficiency Adaptation

Robust Video Super-Resolution with Registration Efficiency Adaptation Robust Video Super-Resolution with Registration Efficiency Adaptation Xinfeng Zhang a, Ruiqin Xiong b, Siwei Ma b, Li Zhang b, Wen Gao b a Institute of Computing Technology, Chinese Academy of Sciences,

More information