Anisotropic representations for superresolution of hyperspectral data

Size: px
Start display at page:

Download "Anisotropic representations for superresolution of hyperspectral data"

Transcription

1 Anisotropic representations for superresolution of hyperspectral data Edward H. Bosch a, Wojciech Czaja a, James M. Murphy a, and Daniel Weinberg a a University of Maryland: Norbert Wiener Center For Harmonic Analysis and Applications, College Park, MD ABSTRACT We develop a method for superresolution based on anisotropic harmonic analysis. Our ambition is to efficiently increase the resolution of an image without blurring or introducing artifacts, and without integrating additional information, such as sub-pixel shifts of the same image at lower resolutions or multimodal images of the same scene. The approach developed in this article is based on analysis of the directional features present in the image that is to be superesolved. The harmonic analytic technique of shearlets is implemented in order to efficiently capture the directional information present in the image, which is then used to provide smooth, accurate images at higher resolutions. Our algorithm is compared to both a recent anisotropic technique based on frame theory and circulant matrices, 1 as well as to the standard superresolution method of bicubic interpolation. We evaluate our algorithm on synthetic test images, as well as a hyperspectral image. Our results indicate the superior performance of anisotropic methods, when compared to standard bicubic interpolation. Keywords: dictionaries. Superresolution, image processing, shearlets, remote sensing, hyperspectral images, anisotropic 1. INTRODUCTION This article develops a novel algorithm for the superresolution of images. The process of superresolution increases the resolution of an image, while attempting to preserve smoothness and information content in the image, and without introducing artifacts. A superresolution algorithm may incorporate additional information, such as lower resolution sub-pixel shifts of the same scene, or images of different modalities. This additional information ideally allows for more accurate superresolution. Several well-established methods for superresolution are based on interpolation, which typically involves some form of weighted local averaging 2 or kernel convolution. More sophisticated methods exploit the geometry inherent in the image to augment these interpolation schemes by improving smoothness. 1 Anisotropic harmonic analysis techniques are useful for analyzing the geometry of an image. These methods provide directionally sensitive computational tools for decomposing an image, and for efficiently and accurately encoding its most salient features. In particular, the construction of shearlets offers a computationally efficient method for analyzing the directional content of an image. This information can be used to provide smoother superresolved images, as our algorithm s results demonstrate; see Section 5. The structure of this article is as follows. We begin with relevant background on the problem of image superresolution in Section 2. We give a brief introduction to anisotropic harmonic analysis in Section 3. Our shearlet-based Further author information: (Send correspondence to J.M.M.) E.B.: bosch e1@verizon.net W.C.: wojtek@math.umd.edu J.M.M.: jmurphy4@math.umd.edu D.W.: daerwe@math.umd.edu

2 superresolution algorithm is detailed in Section 4, and it, along with an anisotropic superresolution technique based on circulant matrices, is tested on synthetic data and a hyperspectral image in Section 5. We conclude and explore future work related to this algorithm in Section BACKGROUND ON SUPERRESOLUTION The problem of superesolution is significant in image processing. The goal of superresolution is to increase the resolution of an image I, while preserving detail and without producing artifacts. The outcome of a superresolution algorithm is an image Ĩ, which is of the same scene as I, but at a higher resolution. In this theoretical discussion, we restrict ourselves to greyscale images. This allows us to consider our images as real-valued matrices. Let I be an M N matrix and Ĩ an M Ñ matrix, with M < M, N < Ñ. We consider the common case where M = 2M and Ñ = 2N, which corresponds to doubling the resolution of the original image. Images with multiple channels, such as hyperspectral images, can be superresolved by superesolving each channel separately. Superesolution can be implemented by using information in addition to I, such as low resolution images at sub-pixel shifts of the scene, 3 or images of the scene with different modalities. The latter method is related to the specific problem of pan-sharpening. 4 In general, the incorporation of additional information sources into the process of superresolution is similar to the approach of image fusion. Alternatively, superresolution can be performed using only I. The first type of superresolution requires additional data, and is thus less desirable than the second type. In this article, we shall develop a superresolution method of the second type, which requires as input only the image itself. There are several standard approaches to superresolving I without using additional information. Among the most common are nearest neighbor interpolation and bicubic interpolation. Let us consider the superresolved version of I = {a m,n }, denoted Ĩ = {ã i,j}. Here, the values ã i,j and a m,n may be understood as entries of a real matrix representing the images. We must compute each pixel value in the new image, namely ã i,j, from the pixel values of the original image, a m,n. In the case of nearest neighbor interpolation, new pixel values are computed replicating current pixel values. This method is simple and computationally efficient, but leads to extremely jagged superresolved images. It is unsuitable when a high-quality, smooth Ĩ is required. Other methods involve convolving the image with an interpolation kernel, which amounts to taking a weighted average of pixel values within some neighborhood. For example, bicubic interpolation determines Ĩ by computing each ã i,j as a weighted average of the 16 nearest neighbors in I; the weights are chosen to approximate the derivative values at the pixels being analyzed. 2 A novel method for improving the smoothness of images superresolved using these methods was recently demonstrated. 1 In this algorithm, local dominant directions are computed using tight frames derived from circulant matrices. After using nearest neighbors or bicubic upsampling, a motion blur filter is applied in the dominant direction. Areas with low variance are assumed to have no dominant direction. This method resulted in superresolved images with much smoother edge features when compared to the interpolation techniques alone. This method proved effective, but required new tight frames to be computed for each application of the algorithm, depending on the image size and the structure of the features present, thus limiting its efficacy. Essentially, this method uses frame theory to compute locally dominant directions; we shall compute locally dominant directions in another, more efficient manner. The aim of this paper is to develop a superresolution algorithm that computes dominant directions efficiently and accurately, using the harmonic analytic construction of shearlets. 5 8 This method is quite general, and can be applied to images of any size, and has few tunable parameters. Both the shearlet superresolution algorithm and the anisotropic circulant matrices algorithm shall be compared to bicubic interpolation. We demonstrate the versatility of these anisotropic harmonic analysis algorithms for image superresolution, and their superior performance when compared to the isotropic method of bicubic interpolation.

3 3.1 Background on wavelet theory 3. BACKGROUND ON HARMONIC ANALYSIS Shearlets are a generalization of wavelets that incorporates a notion of directionality. We thus begin our mathematical discussion of shearlets with some background on wavelets. 9 In a broad sense, wavelet algorithms decompose an image with respect to scale and translation. Mathematically, given a signal f L 2 ([0, 1] 2 ), understood as an ideal image signal, and an appropriately chosen wavelet function ψ, f may be written as f = f, ψ m,n ψ m,n, (1) m Z n Z 2 where: ψ m,n (x) := det A m/2 ψ(a m x n). A GL 2 (R). A typical choice for A is the dyadic isotropic matrix A = ( The set of wavelet coefficients { f, ψ m,n } m Z,n Z 2 describes the behavior of f, our image signal, at different scales (determined by m) and at different translations (determined by n). This infinite scheme is truncated to work with real, finite image signals. 10 Wavelets have been effectively applied to problems in image compression, 11 image fusion, 12 and image registration. 13 ). 3.2 Background on anisotropic harmonic analysis and shearlet theory Beginning in the early 2000s, several efforts were made to extend wavelet theory to be anisotropic, that is, to include a directional character in the coefficients it produces. Among the most prominent of these theoretical constructions are curvelets, 14 contourlets, 15 and shearlets. 6, 7 Shearlets generalize wavelets by decomposing with respect not just to scale and translation, but also direction. Mathematically, given a signal f L 2 ([0, 1] 2 ) and an appropriate shearlet function ψ, we may decompose f as f = i Z where: j Z k Z 2 f, ψ i,j,k ψ i,j,k, (2) ψ i,j,k (x) := 2 3i 4 ψ(b j A i x k). ( ) ( A =, B = ).

4 Note that A is no longer isotropic, hence it will allow our new analyzing functions to be more pronounced in a particular direction. The new matrix B, a shearing matrix, lets us select the direction. The shearlet coefficients { f, ψ i,j,k } i,j Z,k Z 2 describe the behavior of f at different scales (determined by i), translations (determined by k) and directions (determined by j). The anisotropic character of shearlets has proven useful for a variety of problems in image processing, including image denoising, 16 image registration, 17 and image fusion. 18 Preliminary results of the superresolution of images using shearlets have been reported. 19 The ambition of this article is to further study the role of anisotropic harmonic analysis in the problem of image superresolution. 4. DESCRIPTION OF SHEARLET SUPERRESOLUTION ALGORITHM The approach taken in our algorithm is to use anisotropic shearlets to determine the directional content present in an image. This information is then used to smoothly blur the image in certain directions locally, to provide a smoother superresolved image. Our algorithm for shearlet-based superresolution is coded in MATLAB. It is described below. Consider an M N image matrix I; the superresolved image shall be denoted Ĩ as above. 1. Apply the Fast Finite Shearlet Transform 20, 21 to I. This produces shearlet coefficients up to 1 2 log 2(max{M, N}) scales. If we label the scales from coarsest to finest scale starting at j = 1, we have 2 j+1 matrices of size M N at the jth scale, each corresponding to a different direction from 90 to ( (1 1/2 j+1 )), equally spaced. Denote these directional matrices D 1,..., D 2 j+1. The parameter j may be set differently depending on the size of the image and scale of the features being analyzed. 2. Upsample by a factor of 2 each of D 1,..., D 2 j+1, using the upsampling method of bicubic interpolation to acquire D 1,..., D 2 j+1. These contain the directional information that will be used later. 3. Upsample by a factor of 2 the original image I, using both bicubic interpolation and nearest neighbors to acquire Ĩbc and Ĩnn, respectively. The upsampled Ĩnn will be modified using the directional information present in D 1,..., D 2 j Assign each pixel in Ĩnn a local direction based on which matrix contains the shearlet coefficient of largest magnitude, i.e., which entry in that location is maximal among D 1,..., D 2 j+1. Pixels are determined to have no local direction if the magnitude of their largest shearlet coefficient is below some prescribed threshold, T. 5. Apply a motion blur filter of length 5 in each of the 2 j+1 directions to Ĩnn, to produce Ĩ1,..., Ĩ2j Construct the superresolved image as follows. If a pixel was determined to have a local direction, replace the pixel value by its corresponding blurred version based on the assigned local direction, i.e. with the pixel value in Ĩm where the pixel has dominant direction corresponding to m. If a pixel was determined to have no local direction, replace its value by its corresponding bicubic version from Ĩbc. If a pixel is within 10 pixels of an image boundary, replace its value by its corresponding bicubic version from Ĩbc; this is to prevent undesired edge effects. 7. Output the superresolved image Ĩ. We note again that in our algorithm, bicubic interpolation is used to superresolve pixels with no dominant direction, while nearest neighbors is applied to those pixels with a dominant direction, before smoothing. This is because bicubic interpolation is unnecessary for pixels that will be smoothed later. 5. EXPERIMENTS AND RESULTS We considered two anisotropic algorithms: one based on shearlets, as detailed in Section 4, and one based on frame theory and circulant matrices. 1 We compared these algorithms to standard bicubic interpolation, which is isotropic.

5 5.1 Synthetic experiments To test our algorithms, we first considered synthetic experiments. Since our algorithms incorporate anisotropic information, we wanted to study their efficacy on images that have very prominent directional content. We first constructed half planes in MATLAB, at various slopes. Two such half planes appear in Figure 1. Figure 1: Half planes of slope 3 and.5, respectively. We hypothesized our anisotropic algorithms would efficiently capture the directional content, and produce highquality superresolved images of these half planes. Since there is only one major feature in these images, it is difficult to interpret the results via visual inspection. Hence, to judge the quality of our superresolution algorithms for these half planes, we compute the peak signal to noise ratio (PSNR) for each of of the half planes, superresolved with either our shearlets method, circulant matrices, or bicubic. This measures the overall quality of the method by considering superresolution as a recovery problem. Indeed, PSNR requires an ideal or true signal to compare with the superresolved image. In this case, we downsample the planes to be , then apply our superresolution algorithms to double this resolution back to We then compare these images with the original planes to compute the PSNR. The values of PSNR for each of our methods for planes at different slopes appear in Table 1. We test our shearlet superresolution algorithm with 16 (j = 3) and 32 (j = 4) directions, as these methods produce slightly different results. The shearlet superresolution algorithms are run with the threshold parameter set T =.05. Planar Slope PSNR Shearlet (j = 3) PSNR Shearlet (j = 4) PSNR Circulant Matrices PSNR Bicubic Table 1: The PSNR values for various methods on angled half planes. We notice that the anisotropic harmonic analysis methods outperform bicubic interpolation in all cases. We next consider a synthetic experiment on a circle, which appears in Figure 2. We again performed superresolution with our shearlet algorithm, the circulant matrix algorithm, and bicubic interpolation, computing PSNR

6 in a method identical to the method discussed above. The results appear in Table 2. Figure 2: Synthetic circle to be tested. PSNR Shearlet (j = 3) PSNR Shearlet (j = 4) PSNR Circulant Matrices PSNR Bicubic Table 2: The PSNR values for the circle. For the circle experiment, the shearlet algorithm with 16 directions performs best, and all anisotropic methods outperform bicubic interpolation. We conclude that in the case of simple, synthetic experiments, anisotropic superresolution provides superior performance when compared to conventional bicubic interpolation. 5.2 Hyperspectral experiments We also tested our algorithms on real data. We considered a hyperspectral data set of the University of Houston and surrounding area, 22 which consists of 144 bands of size This dataset has a spatial resolution of 2.5 m, and spectral resolution of between 380 nm and 1050 nm. For convenience, we extracted a subset from band 70. Band 70 was chosen for its relatively high contrast. We performed superresolution experiments with our shearlet algorithm with 16 directions, the circulant matrices algorithm, and bicubic interpolation. We note that in accordance with the bound on the number of directions generated by the shearlet algorithm, this image is too small to consider 32 shearlet directions. The images resulting from these experiments appear in Figure 3. The direction map for the shearlet algorithm appears in Figure 4.

7 (a) Original scene of Houston (c) Superresolved with circulant matrices algorithm. (b) Superresolved with shearlet algorithm. (d) Superresolved with bicubic interpolation. Figure 3: Original image of Houston and results of our superresolution experiments. Notice that the algorithms based on anisotropic harmonic analysis produce smoother edges, when compared to bicubic interpolation. Figure 4: Direction map for the shearlet algorithm applied to the Houston scene. There are 16 possible local direction for each pixel, varying from 90 (blue) to 259 (red). The darkest blue corresponds to no assigned local direction. We quantitively analyzed the results of our algorithm as before, by computing PSNR. The results appear in Table 3. We see from these results that our shearlet algorithm gives superior performance over simple bicubic

8 interpolation. PSNR Shearlet (j = 3) PSNR Circulant Matrices PSNR Bicubic Table 3: The PSNR values for the University of Houston scene. 6. CONCLUSIONS AND FUTURE WORK We described a shearlet-based algorithm for the superresolution of images. We performed the algorithm on simple synthetic examples including half-planes and circles. We compared our algorithm at two different scales with bicubic interpolation and a recent circulant matrix method. 1 Our algorithm performed the best in 5 out of 9 of the half-plane examples, while the circulant matrix method performed the best in the the remaining 4 examples. This indicates that algorithms based on anisotropic harmonic analysis outperform bicubic interpolation in all iterations of our half plane experiments. Our shearlet superresolution algorithm also performed the best for the circle experiment. Finally, we applied our algorithm to one channel of a hyperspectral image. Compared to bicubic interpolation, our algorithm produced an image having fewer jagged edges and in fact also has improved PSNR. One of the greatest challenges for our algorithm is superresolving images with many textures without degrading the PSNR. Many textures, especially trees, give rise to large shearlet coefficients and become blurred as a result of our algorithm. In future work, we would like to find a method for filtering out the textures so as to only smooth the edges. In addition, we would like to consider more sophisticated ways of improving edges beyond motion blurring, which tends to decrease image sharpness. Cutting-edge methods, incorporating directional interpolation and statistical methods, exist, 23, 24 and shall be studied. 7. ACKNOWLEDGEMENTS The authors would like to thank the Hyperspectral Image Analysis group and the NSF Funded Center for Airborne Laser Mapping (NCALM) at the University of Houston for providing the data sets used in this study, and the IEEE GRSS Data Fusion Technical Committee for organizing the 2013 Data Fusion Contest. REFERENCES 1. Bosch, E. H., Castrodad, A., Cooper, J. S., Czaja, W., and Dobrosotskaya, J., Multiscale and multidirectional tight frames for image analysis, in [Proceedings of SPIE, vol. 8750], (2013). 2. Keys, R., Cubic convolution interpolation for digital image processing, IEEE Transactions on Acoustics, Speech and Signal Processing 29(6), (1981). 3. Park, S. C., Park, M. K., and Kang, M. G., Super-resolution image reconstruction: a technical overview, IEE Signal Processing Magazine 20(3), (2003). 4. Czaja, W., Doster, T., and Murphy, J. M., Wavelet packet mixing for image fusion and pan-sharpening, in [SPIE Defense+ Security], (2014). 5. Easley, G. R., Labate, D., and Lim, W.-Q., Sparse directional image representations using the discrete shearlet transform, Applied and Computational Harmonic Analysis 25(1), (2008). 6. Labate, D., Lim, W. Q., Kutinyok, G., and Weiss, G., Sparse multidimensional representation using shearlets, in [Proceedings of International Society for Optics and Phototronics: Optics and Phototronics], (2005). 7. Guo, K. and Labate, D., Optimally sparse multidimensional representation using shearlets, SIAM journal on mathematical analysis 39(1), (2007).

9 8. Guo, K., Kutinyok, G., and Labate, D., Sparse multidimensional representations using anisotropic dilation and shear operators, in [Wavelets and Splines (Athens, GA, 2005)], Chen, G. and Lai, M., eds., , Nashboro Press (2006). 9. Daubechies, I., [Ten lectures on wavelets], Society for industrial and applied mathematics (1992). 10. Wickerhauser, M. V., [Adapted Wavelet Analysis from Theory to Software], AK Peters Ltd. (1994). 11. DeVore, R. A., Jawerth, B., and Lucier, B. J., Image compression through wavelet transform coding, IEEE Transactions on Information Theory 38(2), (1992). 12. Amolins, K., Zhang, Y., and Dare, P., Wavelet based image fusion techniques-an introduction, review and comparison, ISPRS Journal of Photogrammetry and Remote Sensing 62, (2007). 13. Zavorin, I. and Le Moigne, J., Use of multiresolution wavelet feature pyramids for automatic registration of multisensor imagery, IEEE Transactions on Image Processing 14(6), (2005). 14. Candès, E. J. and Donoho, D. L., New tight frames of curvelets and optimal representations of objects with piecewise C 2 singularities, Communications on pure and applied mathematics 57(2), (2004). 15. Do, M. N. and Vetterli, M., Contourlets: a directional multiresolution image representation, in [Proceedings of 2002 IEEE International Conference on Image Processing], (2002). 16. Easley, G. R., Labate, D., and Colonna, F., Shearlet-based total variation diffusion for denoising, IEEE Transactions on Image Processing 18(2), (2009). 17. Murphy, J. M. and Le Moigne, J., Shearlet features for registration of remotely sensed multitemporal image, in [Proceedings of IGARSS], (2015). 18. Miao, Q.-g., Shi, C., Xu, P.-F., Yang, M., and Shi, Y.-B., A novel algorithm of image fusion using shearlets, Optics Communications 284(6), (2011). 19. Czaja, W., Murphy, J. M., and Weinberg, D., Superresolution of remotely sensed images with anisotropic features, in [Proceedings of SAMPTA], (2015). 20. Häuser, S. and Steidl, G., Fast finite shearlet transform: a tutorial, Arxiv (2014). 21. Häuser, S. and Steidl, G., Convex multiclass segmentation with shearlet regularization, International Journal of Computer Mathematics 90(1), (2013) IEEE GRSS Data Fusion Contest. technical-committees/data-fusion/. 23. Mallat, S. and Yu, G., Super-resolution with sparse mixing estimators, IEEE Transactions on Image Processing 19(11), (2010). 24. Algazi, V., Ford, G. E., and Potharlanka, R., Directional interpolation of images based on visual properties and rank order filtering, in [IEEE International Conference on Acoustics, Speech, and Signal Processing], (1991).

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

Anisotropic Harmonic Analysis and for Remotely Sensed Data

Anisotropic Harmonic Analysis and for Remotely Sensed Data Anisotropic Harmonic Analysis and for Remotely Sensed Data James M. Murphy Duke University Department of Mathematics & Information Initiative at Duke September 16, 2015 September 16, 2015 1 / 64 Table

More information

Agile multiscale decompositions for automatic image registration

Agile multiscale decompositions for automatic image registration Agile multiscale decompositions for automatic image registration James M. Murphy, Omar Navarro Leija (UNLV), Jacqueline Le Moigne (NASA) Department of Mathematics & Information Initiative @ Duke Duke University

More information

Superresolution of Noisy Remotely Sensed Images Through Directional Representations

Superresolution of Noisy Remotely Sensed Images Through Directional Representations 1 Superresolution of Noisy Remotely Sensed Images Through Directional Representations Wojciech Czaja a, James M. Murphy b, and Daniel Weinberg c a University of Maryland, Department of Mathematics, College

More information

Anisotropic Methods for Image Registration

Anisotropic Methods for Image Registration Anisotropic Methods for Image Registration James Murphy November 24, 2014 () November 24, 2014 1 / 37 Goals of Talk 1 Explain the problem of image registration. 2 Discuss existing methods for image registration,

More information

Automatic Image Registration of Multi-Modal Remotely Sensed Data with Global Shearlet Features

Automatic Image Registration of Multi-Modal Remotely Sensed Data with Global Shearlet Features Automatic Image Registration of Multi-Modal Remotely Sensed Data with Global Shearlet Features 1 James M. Murphy a, Jacqueline Le Moigne b, and David J. Harding b a University of Maryland: Norbert Wiener

More information

Curvelet Transform with Adaptive Tiling

Curvelet Transform with Adaptive Tiling Curvelet Transform with Adaptive Tiling Hasan Al-Marzouqi and Ghassan AlRegib School of Electrical and Computer Engineering Georgia Institute of Technology, Atlanta, GA, 30332-0250 {almarzouqi, alregib}@gatech.edu

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

Enhancing DubaiSat-1 Satellite Imagery Using a Single Image Super-Resolution

Enhancing DubaiSat-1 Satellite Imagery Using a Single Image Super-Resolution Enhancing DubaiSat-1 Satellite Imagery Using a Single Image Super-Resolution Saeed AL-Mansoori 1 and Alavi Kunhu 2 1 Associate Image Processing Engineer, SIPAD Image Enhancement Section Emirates Institution

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

SEG/New Orleans 2006 Annual Meeting

SEG/New Orleans 2006 Annual Meeting and its implications for the curvelet design Hervé Chauris, Ecole des Mines de Paris Summary This paper is a first attempt towards the migration of seismic data in the curvelet domain for heterogeneous

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

Int. J. Pharm. Sci. Rev. Res., 34(2), September October 2015; Article No. 16, Pages: 93-97

Int. J. Pharm. Sci. Rev. Res., 34(2), September October 2015; Article No. 16, Pages: 93-97 Research Article Efficient Image Representation Based on Ripplet Transform and PURE-LET Accepted on: 20-08-2015; Finalized on: 30-09-2015. ABSTRACT Ayush dogra 1*, Sunil agrawal 2, Niranjan khandelwal

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

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

A Modified Spline Interpolation Method for Function Reconstruction from Its Zero-Crossings

A Modified Spline Interpolation Method for Function Reconstruction from Its Zero-Crossings Scientific Papers, University of Latvia, 2010. Vol. 756 Computer Science and Information Technologies 207 220 P. A Modified Spline Interpolation Method for Function Reconstruction from Its Zero-Crossings

More information

Image reconstruction based on back propagation learning in Compressed Sensing theory

Image reconstruction based on back propagation learning in Compressed Sensing theory Image reconstruction based on back propagation learning in Compressed Sensing theory Gaoang Wang Project for ECE 539 Fall 2013 Abstract Over the past few years, a new framework known as compressive sampling

More information

Ripplet: a New Transform for Feature Extraction and Image Representation

Ripplet: a New Transform for Feature Extraction and Image Representation Ripplet: a New Transform for Feature Extraction and Image Representation Dr. Dapeng Oliver Wu Joint work with Jun Xu Department of Electrical and Computer Engineering University of Florida Outline Motivation

More information

Study of Single Image Dehazing Algorithms Based on Shearlet Transform

Study of Single Image Dehazing Algorithms Based on Shearlet Transform Applied Mathematical Sciences, Vol. 8, 2014, no. 100, 4985-4994 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.46478 Study of Single Image Dehazing Algorithms Based on Shearlet Transform

More information

Compression of RADARSAT Data with Block Adaptive Wavelets Abstract: 1. Introduction

Compression of RADARSAT Data with Block Adaptive Wavelets Abstract: 1. Introduction Compression of RADARSAT Data with Block Adaptive Wavelets Ian Cumming and Jing Wang Department of Electrical and Computer Engineering The University of British Columbia 2356 Main Mall, Vancouver, BC, Canada

More information

Compressive sensing image-fusion algorithm in wireless sensor networks based on blended basis functions

Compressive sensing image-fusion algorithm in wireless sensor networks based on blended basis functions Tong et al. EURASIP Journal on Wireless Communications and Networking 2014, 2014:150 RESEARCH Open Access Compressive sensing image-fusion algorithm in wireless sensor networks based on blended basis functions

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

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 Denoising Using A Combined System Of Shearlets and Principle Component Analysis Algorithm

Image Denoising Using A Combined System Of Shearlets and Principle Component Analysis Algorithm Image Denoising Using A Combined System Of Shearlets and Principle Component Analysis Algorithm 1 Linnet N Mugambi, 2 Mwangi Waweru, 3 Michael Kimwele 1,2,3 School of Computing and Information Technology

More information

Review and Implementation of DWT based Scalable Video Coding with Scalable Motion Coding.

Review and Implementation of DWT based Scalable Video Coding with Scalable Motion Coding. Project Title: Review and Implementation of DWT based Scalable Video Coding with Scalable Motion Coding. Midterm Report CS 584 Multimedia Communications Submitted by: Syed Jawwad Bukhari 2004-03-0028 About

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

Tutorial on Image Compression

Tutorial on Image Compression Tutorial on Image Compression Richard Baraniuk Rice University dsp.rice.edu Agenda Image compression problem Transform coding (lossy) Approximation linear, nonlinear DCT-based compression JPEG Wavelet-based

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

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

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 6464(Print) ISSN 0976 6472(Online) Volume 3, Issue 3, October- December (2012), pp. 153-161 IAEME: www.iaeme.com/ijecet.asp

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

Local Image Registration: An Adaptive Filtering Framework

Local Image Registration: An Adaptive Filtering Framework Local Image Registration: An Adaptive Filtering Framework Gulcin Caner a,a.murattekalp a,b, Gaurav Sharma a and Wendi Heinzelman a a Electrical and Computer Engineering Dept.,University of Rochester, Rochester,

More information

SIGNAL DECOMPOSITION METHODS FOR REDUCING DRAWBACKS OF THE DWT

SIGNAL DECOMPOSITION METHODS FOR REDUCING DRAWBACKS OF THE DWT Engineering Review Vol. 32, Issue 2, 70-77, 2012. 70 SIGNAL DECOMPOSITION METHODS FOR REDUCING DRAWBACKS OF THE DWT Ana SOVIĆ Damir SERŠIĆ Abstract: Besides many advantages of wavelet transform, it has

More information

ANALYSIS OF SPIHT ALGORITHM FOR SATELLITE IMAGE COMPRESSION

ANALYSIS OF SPIHT ALGORITHM FOR SATELLITE IMAGE COMPRESSION ANALYSIS OF SPIHT ALGORITHM FOR SATELLITE IMAGE COMPRESSION K Nagamani (1) and AG Ananth (2) (1) Assistant Professor, R V College of Engineering, Bangalore-560059. knmsm_03@yahoo.com (2) Professor, R V

More information

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

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

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

Edge-Preserving Laplacian Pyramid

Edge-Preserving Laplacian Pyramid 5th International Symposium on Visual Computing, Las Vegas, Nevada, USA, Nov 30 - Dec 2, 2009 Edge-Preserving Laplacian Pyramid Stella X. Yu Computer Science Department Boston College, Chestnut Hill, MA

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

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 Fusion Using Double Density Discrete Wavelet Transform

Image Fusion Using Double Density Discrete Wavelet Transform 6 Image Fusion Using Double Density Discrete Wavelet Transform 1 Jyoti Pujar 2 R R Itkarkar 1,2 Dept. of Electronics& Telecommunication Rajarshi Shahu College of Engineeing, Pune-33 Abstract - Image fusion

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

An Image Coding Approach Using Wavelet-Based Adaptive Contourlet Transform

An Image Coding Approach Using Wavelet-Based Adaptive Contourlet Transform 009 International Joint Conference on Computational Sciences and Optimization An Image Coding Approach Using Wavelet-Based Adaptive Contourlet Transform Guoan Yang, Zhiqiang Tian, Chongyuan Bi, Yuzhen

More information

Reversible Wavelets for Embedded Image Compression. Sri Rama Prasanna Pavani Electrical and Computer Engineering, CU Boulder

Reversible Wavelets for Embedded Image Compression. Sri Rama Prasanna Pavani Electrical and Computer Engineering, CU Boulder Reversible Wavelets for Embedded Image Compression Sri Rama Prasanna Pavani Electrical and Computer Engineering, CU Boulder pavani@colorado.edu APPM 7400 - Wavelets and Imaging Prof. Gregory Beylkin -

More information

Sampling and Reconstruction

Sampling and Reconstruction Sampling and Reconstruction Sampling and Reconstruction Sampling and Spatial Resolution Spatial Aliasing Problem: Spatial aliasing is insufficient sampling of data along the space axis, which occurs because

More information

Incoherent noise suppression with curvelet-domain sparsity Vishal Kumar, EOS-UBC and Felix J. Herrmann, EOS-UBC

Incoherent noise suppression with curvelet-domain sparsity Vishal Kumar, EOS-UBC and Felix J. Herrmann, EOS-UBC Incoherent noise suppression with curvelet-domain sparsity Vishal Kumar, EOS-UBC and Felix J. Herrmann, EOS-UBC SUMMARY The separation of signal and noise is a key issue in seismic data processing. By

More information

Generalized Tree-Based Wavelet Transform and Applications to Patch-Based Image Processing

Generalized Tree-Based Wavelet Transform and Applications to Patch-Based Image Processing Generalized Tree-Based Wavelet Transform and * Michael Elad The Computer Science Department The Technion Israel Institute of technology Haifa 32000, Israel *Joint work with A Seminar in the Hebrew University

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

De-Noising with Spline Wavelets and SWT

De-Noising with Spline Wavelets and SWT De-Noising with Spline Wavelets and SWT 1 Asst. Prof. Ravina S. Patil, 2 Asst. Prof. G. D. Bonde 1Asst. Prof, Dept. of Electronics and telecommunication Engg of G. M. Vedak Institute Tala. Dist. Raigad

More information

Edge Patch Based Image Denoising Using Modified NLM Approach

Edge Patch Based Image Denoising Using Modified NLM Approach Edge Patch Based Image Denoising Using Modified NLM Approach Rahul Kumar Dongardive 1, Ritu Shukla 2, Dr. Y K Jain 3 1 Research Scholar of SATI Vidisha, M.P., India 2 Asst. Prof., Computer Science and

More information

Scientific Data Compression Through Wavelet Transformation

Scientific Data Compression Through Wavelet Transformation Scientific Data Compression Through Wavelet Transformation Chris Fleizach 1. Introduction Scientific data gathered from simulation or real measurement usually requires 64 bit floating point numbers to

More information

IMAGE PROCESSING USING DISCRETE WAVELET TRANSFORM

IMAGE PROCESSING USING DISCRETE WAVELET TRANSFORM IMAGE PROCESSING USING DISCRETE WAVELET TRANSFORM Prabhjot kour Pursuing M.Tech in vlsi design from Audisankara College of Engineering ABSTRACT The quality and the size of image data is constantly increasing.

More information

a) It obeys the admissibility condition which is given as C ψ = ψ (ω)

a) It obeys the admissibility condition which is given as C ψ = ψ (ω) Chapter 2 Introduction to Wavelets Wavelets were shown in 1987 to be the foundation of a powerful new approach to signal processing and analysis called multi-resolution theory by S. Mallat. As its name

More information

Image Segmentation Techniques for Object-Based Coding

Image Segmentation Techniques for Object-Based Coding Image Techniques for Object-Based Coding Junaid Ahmed, Joseph Bosworth, and Scott T. Acton The Oklahoma Imaging Laboratory School of Electrical and Computer Engineering Oklahoma State University {ajunaid,bosworj,sacton}@okstate.edu

More information

Contourlet Based Image Recovery and De-noising Through Wireless Fading Channels

Contourlet Based Image Recovery and De-noising Through Wireless Fading Channels 2005 Conference on Information Science and Systems, The Johns Hopkins University, March 16-18, 2005 Contourlet Based Image Recovery and De-noising Through Wireless Fading Channels Yanun Yan and Lisa Osadciw

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

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

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

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

More information

A COMPARISON OF WAVELET-BASED AND RIDGELET- BASED TEXTURE CLASSIFICATION OF TISSUES IN COMPUTED TOMOGRAPHY

A COMPARISON OF WAVELET-BASED AND RIDGELET- BASED TEXTURE CLASSIFICATION OF TISSUES IN COMPUTED TOMOGRAPHY A COMPARISON OF WAVELET-BASED AND RIDGELET- BASED TEXTURE CLASSIFICATION OF TISSUES IN COMPUTED TOMOGRAPHY Lindsay Semler Lucia Dettori Intelligent Multimedia Processing Laboratory School of Computer Scienve,

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

Recovery of Piecewise Smooth Images from Few Fourier Samples

Recovery of Piecewise Smooth Images from Few Fourier Samples Recovery of Piecewise Smooth Images from Few Fourier Samples Greg Ongie*, Mathews Jacob Computational Biomedical Imaging Group (CBIG) University of Iowa SampTA 2015 Washington, D.C. 1. Introduction 2.

More information

ECE 8201: Low-dimensional Signal Models for High-dimensional Data Analysis

ECE 8201: Low-dimensional Signal Models for High-dimensional Data Analysis ECE 8201: Low-dimensional Signal Models for High-dimensional Data Analysis Yuejie Chi Departments of ECE and BMI The Ohio State University September 24, 2015 Time, location, and office hours Time: Tue/Thu

More information

Directionally Selective Fractional Wavelet Transform Using a 2-D Non-Separable Unbalanced Lifting Structure

Directionally Selective Fractional Wavelet Transform Using a 2-D Non-Separable Unbalanced Lifting Structure Directionally Selective Fractional Wavelet Transform Using a -D Non-Separable Unbalanced Lifting Structure Furkan Keskin and A. Enis Çetin Department of Electrical and Electronics Engineering, Bilkent

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

International ejournals

International ejournals ISSN 2249 5460 Available online at www.internationalejournals.com International ejournals International Journal of Mathematical Sciences, Technology and Humanities 96 (2013) 1063 1069 Image Interpolation

More information

Surface Defect Edge Detection Based on Contourlet Transformation

Surface Defect Edge Detection Based on Contourlet Transformation 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 Surface Defect Edge Detection Based on Contourlet Transformation Changle Li, Gangfeng Liu*,

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

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

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

Belief propagation and MRF s

Belief propagation and MRF s Belief propagation and MRF s Bill Freeman 6.869 March 7, 2011 1 1 Outline of MRF section Inference in MRF s. Gibbs sampling, simulated annealing Iterated conditional modes (ICM) Belief propagation Application

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

Edge Detection by Multi-Dimensional Wavelets

Edge Detection by Multi-Dimensional Wavelets Edge Detection by Multi-Dimensional Wavelets Marlana Anderson, Chris Brasfield, Pierre Gremaud, Demetrio Labate, Katherine Maschmeyer, Kevin McGoff, Julie Siloti August 1, 2007 Abstract It is well known

More information

Image Compression. -The idea is to remove redundant data from the image (i.e., data which do not affect image quality significantly)

Image Compression. -The idea is to remove redundant data from the image (i.e., data which do not affect image quality significantly) Introduction Image Compression -The goal of image compression is the reduction of the amount of data required to represent a digital image. -The idea is to remove redundant data from the image (i.e., data

More information

Locally Weighted Least Squares Regression for Image Denoising, Reconstruction and Up-sampling

Locally Weighted Least Squares Regression for Image Denoising, Reconstruction and Up-sampling Locally Weighted Least Squares Regression for Image Denoising, Reconstruction and Up-sampling Moritz Baecher May 15, 29 1 Introduction Edge-preserving smoothing and super-resolution are classic and important

More information

All images are degraded

All images are degraded Lecture 7 Image Relaxation: Restoration and Feature Extraction ch. 6 of Machine Vision by Wesley E. Snyder & Hairong Qi Spring 2018 16-725 (CMU RI) : BioE 2630 (Pitt) Dr. John Galeotti The content of these

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

EECS 556 Image Processing W 09. Interpolation. Interpolation techniques B splines

EECS 556 Image Processing W 09. Interpolation. Interpolation techniques B splines EECS 556 Image Processing W 09 Interpolation Interpolation techniques B splines What is image processing? Image processing is the application of 2D signal processing methods to images Image representation

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

A Novel NSCT Based Medical Image Fusion Technique

A Novel NSCT Based Medical Image Fusion Technique International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 3 Issue 5ǁ May 2014 ǁ PP.73-79 A Novel NSCT Based Medical Image Fusion Technique P. Ambika

More information

Edge-Preserving MRI Super Resolution Using a High Frequency Regularization Technique

Edge-Preserving MRI Super Resolution Using a High Frequency Regularization Technique Edge-Preserving MRI Super Resolution Using a High Frequency Regularization Technique Kaveh Ahmadi Department of EECS University of Toledo, Toledo, Ohio, USA 43606 Email: Kaveh.ahmadi@utoledo.edu Ezzatollah

More information

Wavelet Based Image Compression Using ROI SPIHT Coding

Wavelet Based Image Compression Using ROI SPIHT Coding International Journal of Information & Computation Technology. ISSN 0974-2255 Volume 1, Number 2 (2011), pp. 69-76 International Research Publications House http://www.irphouse.com Wavelet Based Image

More information

WAVELET SHRINKAGE ADAPTIVE HISTOGRAM EQUALIZATION FOR MEDICAL IMAGES

WAVELET SHRINKAGE ADAPTIVE HISTOGRAM EQUALIZATION FOR MEDICAL IMAGES computing@computingonline.net www.computingonline.net Print ISSN 177-609 On-line ISSN 31-5381 International Journal of Computing WAVELET SHRINKAGE ADAPTIVE HISTOGRAM EQUALIZATION FOR MEDICAL IMAGES Anbu

More information

Main Menu. Summary. sampled) f has a sparse representation transform domain S with. in certain. f S x, the relation becomes

Main Menu. Summary. sampled) f has a sparse representation transform domain S with. in certain. f S x, the relation becomes Preliminary study on Dreamlet based compressive sensing data recovery Ru-Shan Wu*, Yu Geng 1 and Lingling Ye, Modeling and Imaging Lab, Earth & Planetary Sciences/IGPP, University of California, Santa

More information

Image Fusion Based on Wavelet and Curvelet Transform

Image Fusion Based on Wavelet and Curvelet Transform Volume-1, Issue-1, July September, 2013, pp. 19-25 IASTER 2013 www.iaster.com, ISSN Online: 2347-4904, Print: 2347-8292 Image Fusion Based on Wavelet and Curvelet Transform S. Sivakumar #, A. Kanagasabapathy

More information

Neural Network based textural labeling of images in multimedia applications

Neural Network based textural labeling of images in multimedia applications Neural Network based textural labeling of images in multimedia applications S.A. Karkanis +, G.D. Magoulas +, and D.A. Karras ++ + University of Athens, Dept. of Informatics, Typa Build., Panepistimiopolis,

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

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

Range Imaging Through Triangulation. Range Imaging Through Triangulation. Range Imaging Through Triangulation. Range Imaging Through Triangulation

Range Imaging Through Triangulation. Range Imaging Through Triangulation. Range Imaging Through Triangulation. Range Imaging Through Triangulation Obviously, this is a very slow process and not suitable for dynamic scenes. To speed things up, we can use a laser that projects a vertical line of light onto the scene. This laser rotates around its vertical

More information

Multi-Focus Medical Image Fusion using Tetrolet Transform based on Global Thresholding Approach

Multi-Focus Medical Image Fusion using Tetrolet Transform based on Global Thresholding Approach Multi-Focus Medical Image Fusion using Tetrolet Transform based on Global Thresholding Approach K.L. Naga Kishore 1, G. Prathibha 2 1 PG Student, Department of ECE, Acharya Nagarjuna University, College

More information

One Network to Solve Them All Solving Linear Inverse Problems using Deep Projection Models

One Network to Solve Them All Solving Linear Inverse Problems using Deep Projection Models One Network to Solve Them All Solving Linear Inverse Problems using Deep Projection Models [Supplemental Materials] 1. Network Architecture b ref b ref +1 We now describe the architecture of the networks

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

Error-control vs classical multiresolution algorithms for image compression

Error-control vs classical multiresolution algorithms for image compression Error-control vs classical multiresolution algorithms for image compression S. AMAT, J.C. TRILLO AND P. VIALA Departamento de Matemática Aplicada y Estadística. Universidad Politécnica de Cartagena. Paseo

More information

IMAGE DENOISING USING FRAMELET TRANSFORM

IMAGE DENOISING USING FRAMELET TRANSFORM IMAGE DENOISING USING FRAMELET TRANSFORM Ms. Jadhav P.B. 1, Dr.Sangale.S.M. 2 1,2, Electronics Department,Shivaji University, (India) ABSTRACT Images are created to record or display useful information

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

Multi Focus Image Fusion Using Joint Sparse Representation

Multi Focus Image Fusion Using Joint Sparse Representation Multi Focus Image Fusion Using Joint Sparse Representation Prabhavathi.P 1 Department of Information Technology, PG Student, K.S.R College of Engineering, Tiruchengode, Tamilnadu, India 1 ABSTRACT: The

More information

Hybrid Video Compression Using Selective Keyframe Identification and Patch-Based Super-Resolution

Hybrid Video Compression Using Selective Keyframe Identification and Patch-Based Super-Resolution 2011 IEEE International Symposium on Multimedia Hybrid Video Compression Using Selective Keyframe Identification and Patch-Based Super-Resolution Jeffrey Glaister, Calvin Chan, Michael Frankovich, Adrian

More information

Texture Mapping using Surface Flattening via Multi-Dimensional Scaling

Texture Mapping using Surface Flattening via Multi-Dimensional Scaling Texture Mapping using Surface Flattening via Multi-Dimensional Scaling Gil Zigelman Ron Kimmel Department of Computer Science, Technion, Haifa 32000, Israel and Nahum Kiryati Department of Electrical Engineering

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