CHAPTER 3 IMAGE RESOLUTION ENHANCEMENT

Size: px
Start display at page:

Download "CHAPTER 3 IMAGE RESOLUTION ENHANCEMENT"

Transcription

1 51 CHAPTER 3 IMAGE RESOLUTION ENHANCEMENT This chapter discusses the three traditional interpolation techniques: bilinear, nearest neighbor and bicubic interpolation and the proposed discrete wavelet transform based resolution enhancement and gradient image. The basis of all these techniques is wavelet transform. 3.1 INTRODUCTION One of the major problems in images used in research is their resolution. The unprocessed high resolution spatial data and low resolution spectral data of satellite images are related with each other. Therefore, spatial and spectral resolution enhancement of satellite images is desirable. The main focus of this research is to improve the classification accuracy of noisy images. In order to improve the accuracy of satellite images efficiently, preservation of edges and contour information is very important. Images are being analyzed and processed to obtain the enhanced resolution and classified result. Interpolation is one of the techniques generally used for image resolution enhancement. This is mainly used to increase the number of pixels in a digital image. Interpolation has been widely used in many image processing applications such as facial reconstruction introduced by Yi-bo et al (2007), multiple description coding developed by Rener et al (2008), feature extraction, image denoising and super resolution. Image resolution enhancement in the wavelet domain is a relatively new

2 52 research topic and recently many new algorithms have been proposed by Gupta and Rajiv (2007). 3.2 IMAGE INTERPOLATION The interpolation of an image aims at estimating intermediate pixels between the known pixel values in the available low resolution image. The image interpolation process is nothing but the image synthesis operation. This process is performed row by row and then column by column. f(x k -1) f(x k ) F(x k+1 ) f(x k+2 ) (a) f(x k ) 1/2 ½ 1/2 ½ (b) g(x n ) g(x n ) 1 g(x n+1 ) 1 (c) l(x k ) l(x k -1) l(x k ) L(x k+1 ) l(x k+2 ) Figure 3.1 Interpolation of signal (a) original data sequence (b) down sampled version of original data sequence and (c) interpolated data sequence

3 53 The discrete sequence f x ) of length N as shown in Figure 3.1 ( k (a) and this sequence is filtered and down sampled by 2, thereby getting another sequence g x ) of length N / 2 as shown in Figure 3.1 (b). The ( n interpolation process aims at estimating a sequence l x ) of length N as shown in Figure 3.1 (c), which is as close as possible to the original discrete sequence f x ). ( k ( k Nearest Neighbour Interpolation Nearest neighbour interpolation is the simplest interpolation scheme. The basis function associated with nearest neighbour interpolation is given by Equation (3.1) as follows 0 ( x) x 1/ 2 1/ 2 1/ 2 x x 1/ 2 (3.1) process. The basis for this scheme is interpolating and it is a pixel repetition Bilinear Interpolation The bilinear interpolation has a large popularity due to its simplicity of implementation. The basis function used in bilinear interpolation is given by Equation (3.2) as follows 1 ( 1 x x 1 x ) (3.2) 0 1 x

4 Bicubic Interpolation Another one method which is significantly effective in signal is the bicubic interpolation. The bicubic interpolation basis function is interpolating and can be expressed in Equation (3.3) 3 2 ( 2) x ( 3) x 1 0 x 1 x ) 3 (3.3) x 5 x 8 x 4 1 x 2 ( 2 where is an optimization parameter. It may be adaptive from point to point depending on the signal local activity levels. This chapter discusses the following resolution enhancement techniques: Discrete wavelet transform Stationary wavelet transform WZP-CS based image resolution enhancement DT-CWT based image resolution enhancement Directional wavelet transform Image resolution enhancement using SWT and DWT The proposed DWT based interpolation technique 3.3 DISCRETE WAVELET TRANSFORM Turgay and Huseyin (2009) discussed the 1-D discrete wavelet transform is applied along the rows of the image rst, and then along the columns to produce 2-D decomposition of image. Discrete wavelet transform decomposes an image into four sub-bands namely low-low, low-high, high-

5 55 low and high-high. These four sub-bands can also be used to generate the original image. The LL sub-band consists of illumination information, where as the remaining sub-bands contain the information of edges. The manipulation of these sub-bands gives the improved image i.e., the enhancement in resolution. Figure 3.2 shows the block diagram of discrete wavelet transform filter bank of level 1, to generate different sub-band frequency images. An example of DWT sub-band images are shown in Figure 3.3 to Figure 3.6. Low pass filter LL Low pass filter High pass filter LH Input Image Low pass filter HL High pass filter High pass filter HH Figure 3.2 DWT filter bank of level 1 Figure 3.3 LL sub-band image

6 56 Figure 3.4 LH sub-band image Figure 3.5 HL sub-band image Figure 3.6 HH sub-band image

7 STATIONARY WAVELET TRANSFORM Hasan and Gholamreza (2011) discussed the wavelet transform can also provide a scale-based decomposition. The wavelet transform of an image typically consists of a large number of small coefficients i.e., it contains little information and a small number of large coefficients i.e., it contains significant information. Thus each wavelet coefficient is in two states namely significant and insignificant. For discrete time signals, discrete wavelet transform is implemented by filtering the input signal with a low-pass filter and a high-pass filter and down sampling the outputs by a factor of 2 as shown in Figure 3.2. Applying the same decomposition to the low pass channel output yields a two-level wavelet transform; such schemes can be iterated in a dyadic way to generate a multilevel decomposition. The synthesis of the signal is obtained with a scheme symmetrical to that of the analysis stage, i.e., by upsampling the coefficients of the decomposition and by low-pass and high-pass filtering. It can be shown that if the down sampler removes from the analysis stage and the up samplers removes from the synthesis stage, then perfect reconstruction can still be achieved. Filter H j is interpolated by putting ( 2 j 1 1) zeros between each of the coefficient of the original filter H 0, so does for L j. The decrease of bandwidth is accomplished by zeros padding of the filters instead of down sampling of wavelet coefficients. This decomposition is called as Stationary Wavelet Transform (SWT) or undecimated wavelet transform shown in Figure 3.7.

8 58 L j 2 HH j+1 L j H j 2 HL j+1 LL j L j 2 LH j+1 H j H j 2 LL j+1 Figure 3.7 Stationary wavelet transform 3.5 WZP-CS BASED IMAGE RESOLUTION ENHANCEMENT Temizel and Vlachos (2005) discussed the two important steps of Wavelet domain Zero Padding Cycle Spinning (WZP-CS) algorithm as follows: 1) An initial approximation of unknown high resolution image is generated using wavelet domain zero padding. 2) Next, the cycle-spinning method is used to manage the following tasks: Using the high resolution image in step (1), a number of low resolution images are generated by spatial shifting, wavelet transforming and discarding the high frequency sub-bands. The high resolution images are obtained by applying the WZP processing to all those low resolution images.

9 59 The final high resolution image is reconstructed by re-aligning and averaging these intermediated high resolution images. Figure 3.8 shows the block diagram of the WZP-CS based image resolution enhancement. Shift DWT WZP Shift Shift DWT WZP Shift Input Image WZP... Output Image Shift DWT WZP Shift Figure 3.8 WZP-CS based image resolution enhancement 3.6 DT-CWT BASED IMAGE RESOLUTION ENHANCEMENT Hasan and Gholamreza (2011a) discussed the Dual Tree-Complex Wavelet Transform (DT-CWT) is used to decompose an input low resolution image into different sub-bands. Then, the high-frequency sub-band images and the input image are interpolated. The combination of all these sub-bands is used to generate a new high-resolution image. The resolution enhancement is achieved by using directional selectivity provided by the complex wavelet transform. The sharpness of the high frequency details are contributed by six different directions of high frequency sub-bands. Figure 3.9 shows details of DT-CWT based image resolution enhancement technique, where the enlargement factor through the resolution enhancement is.

10 60 Low frequency subband images Interpolation with factor /2 Input Image DT-CWT IDT- CWT High resolution output image High frequency subband images Interpolation with factor Interpolated High frequency sub-band images Figure 3.9 DT-CWT based image resolution enhancement 3.7 REGULARITY PRESERVING IMAGE INTERPOLATION Conventional interpolation methods work in the time domain. Turgay and Huseyin (2009) discussed in regularity preserving image interpolation technique, the low-pass output of the wavelet analysis is considered as the image to be interpolated. The original image can be given as a single wavelet synthesis stage along with the high frequency sub-bands to produce an image interpolated by a factor of two in both vertical and horizontal directions. The formation of unknown high-frequency sub-bands is required in the regularity-preserving interpolation strategy. There are mainly two steps that are carried out to obtain the unknown high-frequency sub-bands separately. In the first step, the correlation across scales is identified in each row edge with significant correlation. Then, near these edges the rate of decay of the wavelet coefficients is extrapolated to approximate the high-frequency sub-band required to re-synthesize a row of twice the original size.

11 61 In second step, the same procedure as in first step is then applied to each column of the row-interpolated image. Figure 3.10 shows the block diagram of interpolation system for 1-D row and column signals. H (z) and G(z) filters. are analysis Input Image Create new sub-band 2 G(z) Undecimated L-level wavelet transform Interpolated image Locate features with correlation Extrapolate magnitude decay Extrapolated feature position 2 H(z) Figure 3.10 Block diagram of interpolation signals 3.8 EDGE DIRECTED INTERPOLATION An edge directed interpolation is a combination of bilinear and covariance-based adaptive interpolation. This is used to reduce the overall computational complexity. Conventional linear interpolation schemes such as bilinear and bicubic interpolations are based on space-invariant models. These are not able to capture the information around edges and produce interpolated images with blurred edges and annoying artifacts. Geometric regularity is very much essential for the visual quality of a natural image such as the sharpness of edges and the freedom from artifacts.

12 62 Without loss of generality, assume that the low resolution image X i, j of size H W directly comes from 2H 2W i.e. Y i,2 j X i, j 2. While using this edge preserving interpolation technique, interpolate the interlacing lattice Y 2i 1,2 j 1 from the latticey i,2 j X i, j 2. The hybrid approach used in edge directed interpolation technique is covariance-based interpolation. This is applied to pixels near an edge and for pixels in smooth regions (non-edge pixels), use simple bilinear interpolation. Based on the observation that this approach is benefited for edge pixels. 3.9 IMAGE RESOLUTION ENHANCEMENT USING DWT AND SWT The main loss of interpolation technique in image resolution enhancement is its high frequency components (i.e., edges), which is due to the smoothing effect caused by interpolation. In order to increase the quality of the resolution enhanced image, preserving the edges is essential. In this technique, to preserve the high frequency components of the image DWT has been employed. Hasan et al (2011) discussed the resolution enhancement using DWT and SWT uses bicubic interpolation with enlargement factor of two of the high frequency sub-band images. While performing downsampling in each of the DWT sub-bands causes information loss in the respective subbands. So as to minimize this loss SWT is employed. The interpolated high frequency sub-bands and the SWT high frequency sub-bands have the equal size which means that can be added with each other. The new corrected high frequency sub-bands can be interpolated further for higher enhancement. Also it is well-known that in the wavelet transform domain, the low resolution image is obtained by lowpass filtering of the high resolution image.

13 63 LL DWT LH HL Input Image HH LL SWT LH + HL + HH + Interpolated LH Interpolated HL Interpolated HH IDWT High Resolution Image Figure 3.11 Image resolution enhancement using DWT and SWT Figure 3.11 illustrates the block diagram of the image resolution enhancement using DWT and SWT technique. By interpolating input image by three, high frequency sub-bands by 2 and in the intermediate and final interpolation stages respectively, and then by applying IDWT, as illustrated in

14 64 Figure The resolution enhanced image will contain sharper edges than the interpolated image. This is due to the interpolation of high frequency components and using the corrections obtained by adding high frequency subbands of SWT of the input image. This will preserve more high frequency components after the interpolation THE PROPOSED DWT BASED INTERPOLATION TECHNIQUE Resolution enhancement is a very important technique in satellite image processing that aims to enhance the visual appearance of the image. DWT has been employed to preserve the high frequency components of the image. This work proposes DWT based interpolation technique for satellite image resolution enhancement in high frequency sub-band images and the denoised image. The final resolution enhanced image has been obtained by inverse discrete wavelet transform. In order to obtain a sharper image that preserves the edge information, interpolation technique is used. This technique approximates the high frequency sub-band by subtracting the interpolated LL sub-band from the denoised image. The proposed DWT based interpolation technique consists of three main steps as follows: (i) Decompose the input image into four frequency sub-bands namely, LL, LH, HL and HH. (ii) Find the difference between input image i.e., denoised image and the low frequency sub-band image.

15 65 (iii) The result obtained based on DWT based interpolation is by interpolating the high frequency sub-band by two and performing the IDWT using half of the interpolation factor. The LL sub-band without quantization is used as input for this proposed technique. The interpolation technique uses this low frequency subband image, which contains little information than the denoised image. Therefore, the low resolution image is interpolated with the half of the interpolation factor, to interpolate the high frequency sub-band. The difference between the low resolution denoised image and the interpolated LL sub-band image is a high frequency component. This estimation is calculated by interpolating the high frequency sub-band by two and performing IDWT using half of the interpolation factor. The additional step proposed, that is, adding the difference image with the high frequency components, generates sharper resolution enhanced image EXPERIMENTAL RESULTS AND DISCUSSIONS The proposed work uses the DWT based interpolation technique to enhance the resolution of the denoised image. The performance of this proposed technique is compared with stationary wavelet transform. The quantitative performance is measured using PSNR and it can be improved in the resolution enhanced image compared to the denoised image. The comparison results of SWT and DWT based interpolation technique are shown in Table 3.1 and Figure 3.12 shows the graphical representation of performance comparison of SWT and the proposed technique.

16 66 Table 3.1 Performance comparison between SWT and DWT based interpolation technique Sl. No Region Title Stationary Wavelet Transform - PSNR (db) Proposed DWT based Interpolation Technique - PSNR (db) 1 Kochi Kanyakumari Kolkata Visakhapatnam Sydney Figure 3.12 Graphical representation of performance of SWT and DWT based interpolation technique

17 67 (a) LL sub-band (b) LH sub-band (c) HL sub-band (d) HH sub-band Figure 3.13 Experimental results of (a) LL sub-band, (b) LH sub-band, (c) HL sub-band and (d) HH sub-band images of Kochi region

18 68 (a) Stationary wavelet transform (b) DWT based interpolation technique Figure 3.14 Experimental results of (a) SWT and (b) DWT based interpolation technique resolution enhanced images of Kochi region Figure 3.13 shows the different sub-bands of wavelet coefficient namely (a) LL sub-band, (b) LH sub-band, (c) HL sub-band and (d) HH subband images of Kochi region and Figure 3.14 depicts (a) SWT and (b) DWT based interpolation technique resolution enhanced images of Kochi region.

19 69 (a) LL sub-band (b) LH sub-band (c) HL sub-band (d) HH sub-band Figure 3.15 Experimental results of (a) LL sub-band, (b) LH sub-band, (c) HL sub-band and (d) HH sub-band images of Kanyakumari region

20 70 (a) Stationary wavelet transform (b) DWT based interpolation technique Figure 3.16 Experimental results of (a) SWT and (b) DWT based interpolation technique resolution enhanced images of Kanyakumari region

21 71 Figure 3.15 shows the different four sub-band images of Kanyakumari region and Figure 3.16 depicts (a) SWT and (b) DWT based interpolation technique resolution enhanced images of Kanyakumari region. (a) LL sub-band (b) LH sub-band (c) HL sub-band (d) HH sub-band Figure 3.17 Experimental results of (a) LL sub-band, (b) LH sub-band, (c) HL sub-band and (d) HH sub-band images of Kolkata region

22 72 (a) Stationary wavelet transform (b) DWT based interpolation technique Figure 3.18 Experimental results of (a) SWT and (b) DWT based interpolation technique resolution enhanced images of Kolkata region Figure 3.17 shows the wavelet coefficient sub-bands namely (a) low-low (b) low-high (c) high-low and (d) high-high images of Kolkata region and Figure 3.18 depicts (a) SWT and (b) DWT based interpolation technique resolution enhanced images of Kolkata region.

23 73 (a) LL sub-band (b) LH sub-band (c) HL sub-band (d) HH sub-band Figure 3.19 Experimental results of (a) LL sub-band, (b) LH sub-band, (c) HL sub-band and (d) HH sub-band images of Visakhapatnam region

24 74 (a) Stationary wavelet transform (b) DWT based interpolation technique Figure 3.20 Experimental results of (a) SWT and (b) DWT based interpolation technique resolution enhanced images of Visakhapatnam region Figure 3.19 shows the different sub-band images of Visakhapatnam region and Figure 3.20 depicts (a) SWT and (b) proposed technique resolution enhanced images of Visakhapatnam region.

25 75 (a) LL sub-band (b) LH sub-band (c) HL sub-band (d) HH sub-band Figure 3.21 Experimental results of (a) LL sub-band, (b) LH sub-band, (c) HL sub-band and (d) HH sub-band images of Sydney region

26 76 (a) Stationary wavelet transform (b) DWT based interpolation technique Figure 3.22 Experimental results of (a) SWT and (b) DWT based interpolation technique resolution enhanced images of Sydney region

27 77 Figure 3.21 shows the different sub-bands of wavelet coefficient namely (a) LL sub-band (b) LH sub-band (c) HL sub-band and (d) HH subband images of Sydney region and Figure 3.22 depicts (a) SWT and (b) DWT based interpolation technique resolution enhanced images of Sydney region. In order to evaluate the quantitative performance of DWT based interpolation technique, the well known Barbara image is taken into account to determine the performance of the proposed technique. Table 3.2 shows the performance of resolution enhanced images. While comparing the performance of SWT with DWT based interpolation technique the PSNR value of the Barbara image is improved from 37.20dB to 41.49dB. Figure 3.23 shows the different sub-bands of Barbara image and Figure 3.24 shows SWT and the proposed resolution enhanced images. Table 3.2 Performance comparison of SWT and DWT based interpolation technique resolution enhanced image - Barbara Resolution Enhancement Techniques Image Title Stationary Wavelet Transform - PSNR (db) Proposed DWT based Interpolation Technique - PSNR (db) Barbara

28 78 (a) LL sub-band (b) LH sub-band (c) HL sub-band (d) HH sub-band Figure 3.23 Experimental results of (a) LL sub-band, (b) LH sub-band, (c) HL sub-band and (d) HH sub-band images of Barbara

29 79 (a) Stationary wavelet transform (b) DWT based interpolation technique Figure 3.24 Experimental results of (a) SWT and (b) DWT based interpolation technique resolution enhanced images of Barbara In order to prove the preservation of edges using the proposed technique, the zoomed out results of resolution enhanced images are shown in Figure 3.25.

30 80 Region Name DWT based Resolution Enhanced Image Zoomed out Result (a) Kochi (b) Kanyakumari (c) Kolkata (d) Visakhapatnam (e) Sydney Figure 3.25 Zoomed out results of resolution enhanced images

31 81 From the experimental results it reveals that newly developed image resolution enhancement technique preserves the image edge information with rich textures APPLICATIONS Image Enhancement has contributed for research in a variety of fields. Some of the application areas are listed below In forensics enhancement is used for identification, gathering of evidence and surveillance. Images obtained from fingerprint detection and crime scene investigations are enhanced to help in identification of culprits and protection of victims. In atmospheric science enhancement is used to reduce the effects of haze, fog, mist and turbulent weather for meteorological observations. It helps in detecting the exact shape and structure of remote objects. Satellite images undergo the restoration of images and enhancement to remove noise. In oceanography the study of images reveals interesting features of water flow, sediment concentration, oil spill detection, geomorphology and bathymetric patterns. These features are more clearly observable using satellite images that are digitally enhanced to overcome the problem of moving targets, deficiency of light and obscure surroundings. Virtual restoration of historic paintings and artifacts often employ the techniques of enhancement in order to reduce stains and crevices. Colour contrast enhancement, sharpening and brightening are just some of the techniques used to make

32 82 the images vivid. Enhancement is a powerful tool for restorers who can make informed decisions by viewing the results of restoring a painting beforehand. Medical imaging uses enhancement techniques for removing noise and sharpening details to improve the visual representation of the image. Since miniature details play a critical role in diagnosis and treatment of disease, it is crucial to highlight important features while displaying medical images. Numerous other fields including law enforcement, microbiology, biomedicine, bacteriology, climatology, meteorology, etc., benefit from various enhancement techniques. These benefits are not limited to professional studies and businesses but extend to the common users who employ enhancement to cosmetically enhance and correct their images SUMMARY This chapter works for enhancing the quality of the image and applies discrete wavelet transform which is followed by interpolation based resolution enhancement to obtain a resolution enhanced image. This is done to extract detailed information from the image and add it to the output image of the Inverse Discrete Wavelet Transform in order to get a highly robust resolution enhanced image. These proposed techniques have been tested on landsat remote sensing images, where there PSNR and visual results show the efficiency of the proposed techniques over the conventional resolution enhancement techniques. In order to perform the image classification, feature extraction is the important step. The chapter 4 describes the texture feature extraction techniques used for classification.

A Novel Method to Improve Resolution of Satellite Images Using DWT and Interpolation

A Novel Method to Improve Resolution of Satellite Images Using DWT and Interpolation A Novel Method to Improve Resolution of Satellite Images Using DWT and Interpolation S.VENKATA RAMANA ¹, S. NARAYANA REDDY ² M.Tech student, Department of ECE, SVU college of Engineering, Tirupati, 517502,

More information

Redundant Wavelet Transform Based Image Super Resolution

Redundant Wavelet Transform Based Image Super Resolution Redundant Wavelet Transform Based Image Super Resolution Arti Sharma, Prof. Preety D Swami Department of Electronics &Telecommunication Samrat Ashok Technological Institute Vidisha Department of Electronics

More information

Sachin Patel HOD I.T Department PCST, Indore, India. Parth Bhatt I.T Department, PCST, Indore, India. Ankit Shah CSE Department, KITE, Jaipur, India

Sachin Patel HOD I.T Department PCST, Indore, India. Parth Bhatt I.T Department, PCST, Indore, India. Ankit Shah CSE Department, KITE, Jaipur, India Image Enhancement Using Various Interpolation Methods Parth Bhatt I.T Department, PCST, Indore, India Ankit Shah CSE Department, KITE, Jaipur, India Sachin Patel HOD I.T Department PCST, Indore, India

More information

Resolution Enhancement of images with Interpolation and DWT-SWT Wavelet Domain Components

Resolution Enhancement of images with Interpolation and DWT-SWT Wavelet Domain Components Resolution Enhancement of images with Interpolation and DWT-SWT Wavelet Domain Components Mr. G.M. Khaire 1, Prof. R.P.Shelkikar 2 1 PG Student, college of engg, Osmanabad. 2 Associate Professor, college

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

SINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAIN

SINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAIN SINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAIN ABSTRACT Sapan Naik 1, Nikunj Patel 2 1 Department of Computer Science and Technology, Uka Tarsadia University, Bardoli, Surat, India Sapan_say@yahoo.co.in

More information

The Scientific Data Mining Process

The Scientific Data Mining Process Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In

More information

PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM

PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM PIXEL-LEVEL IMAGE FUSION USING BROVEY TRANSFORME AND WAVELET TRANSFORM Rohan Ashok Mandhare 1, Pragati Upadhyay 2,Sudha Gupta 3 ME Student, K.J.SOMIYA College of Engineering, Vidyavihar, Mumbai, Maharashtra,

More information

Introduction to Medical Image Compression Using Wavelet Transform

Introduction to Medical Image Compression Using Wavelet Transform National Taiwan University Graduate Institute of Communication Engineering Time Frequency Analysis and Wavelet Transform Term Paper Introduction to Medical Image Compression Using Wavelet Transform 李 自

More information

Bildverarbeitung und Mustererkennung Image Processing and Pattern Recognition

Bildverarbeitung und Mustererkennung Image Processing and Pattern Recognition Bildverarbeitung und Mustererkennung Image Processing and Pattern Recognition 1. Image Pre-Processing - Pixel Brightness Transformation - Geometric Transformation - Image Denoising 1 1. Image Pre-Processing

More information

Tracking Moving Objects In Video Sequences Yiwei Wang, Robert E. Van Dyck, and John F. Doherty Department of Electrical Engineering The Pennsylvania State University University Park, PA16802 Abstract{Object

More information

Digital image processing

Digital image processing 746A27 Remote Sensing and GIS Lecture 4 Digital image processing Chandan Roy Guest Lecturer Department of Computer and Information Science Linköping University Digital Image Processing Most of the common

More information

PERFORMANCE ANALYSIS OF HIGH RESOLUTION IMAGES USING INTERPOLATION TECHNIQUES IN MULTIMEDIA COMMUNICATION SYSTEM

PERFORMANCE ANALYSIS OF HIGH RESOLUTION IMAGES USING INTERPOLATION TECHNIQUES IN MULTIMEDIA COMMUNICATION SYSTEM PERFORMANCE ANALYSIS OF HIGH RESOLUTION IMAGES USING INTERPOLATION TECHNIQUES IN MULTIMEDIA COMMUNICATION SYSTEM Apurva Sinha 1, Mukesh kumar 2, A.K. Jaiswal 3, Rohini Saxena 4 Department of Electronics

More information

AUTHORIZED WATERMARKING AND ENCRYPTION SYSTEM BASED ON WAVELET TRANSFORM FOR TELERADIOLOGY SECURITY ISSUES

AUTHORIZED WATERMARKING AND ENCRYPTION SYSTEM BASED ON WAVELET TRANSFORM FOR TELERADIOLOGY SECURITY ISSUES AUTHORIZED WATERMARKING AND ENCRYPTION SYSTEM BASED ON WAVELET TRANSFORM FOR TELERADIOLOGY SECURITY ISSUES S.NANDHINI PG SCHOLAR NandhaEngg. College Erode, Tamilnadu, India. Dr.S.KAVITHA M.E.,Ph.d PROFESSOR

More information

CHAPTER 7 CONCLUSION AND FUTURE WORK

CHAPTER 7 CONCLUSION AND FUTURE WORK 158 CHAPTER 7 CONCLUSION AND FUTURE WORK The aim of this thesis was to present robust watermarking techniques for medical image. Section 7.1, consolidates the contributions made by the researcher and Section

More information

Algorithms for the resizing of binary and grayscale images using a logical transform

Algorithms for the resizing of binary and grayscale images using a logical transform Algorithms for the resizing of binary and grayscale images using a logical transform Ethan E. Danahy* a, Sos S. Agaian b, Karen A. Panetta a a Dept. of Electrical and Computer Eng., Tufts University, 161

More information

Sharpening through spatial filtering

Sharpening through spatial filtering Sharpening through spatial filtering Stefano Ferrari Università degli Studi di Milano stefano.ferrari@unimi.it Elaborazione delle immagini (Image processing I) academic year 2011 2012 Sharpening The term

More information

CHAPTER 2 LITERATURE REVIEW

CHAPTER 2 LITERATURE REVIEW 11 CHAPTER 2 LITERATURE REVIEW 2.1 INTRODUCTION Image compression is mainly used to reduce storage space, transmission time and bandwidth requirements. In the subsequent sections of this chapter, general

More information

A Novel Method for Brain MRI Super-resolution by Wavelet-based POCS and Adaptive Edge Zoom

A Novel Method for Brain MRI Super-resolution by Wavelet-based POCS and Adaptive Edge Zoom A Novel Method for Brain MRI Super-resolution by Wavelet-based POCS and Adaptive Edge Zoom N. Hema Rajini*, R.Bhavani Department of Computer Science and Engineering, Annamalai University, Annamalai Nagar

More information

A Secure File Transfer based on Discrete Wavelet Transformation and Audio Watermarking Techniques

A Secure File Transfer based on Discrete Wavelet Transformation and Audio Watermarking Techniques A Secure File Transfer based on Discrete Wavelet Transformation and Audio Watermarking Techniques Vineela Behara,Y Ramesh Department of Computer Science and Engineering Aditya institute of Technology and

More information

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER

HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER Gholamreza Anbarjafari icv Group, IMS Lab, Institute of Technology, University of Tartu, Tartu 50411, Estonia sjafari@ut.ee

More information

jorge s. marques image processing

jorge s. marques image processing image processing images images: what are they? what is shown in this image? What is this? what is an image images describe the evolution of physical variables (intensity, color, reflectance, condutivity)

More information

JPEG Image Compression by Using DCT

JPEG Image Compression by Using DCT International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693 JPEG Image Compression by Using DCT Sarika P. Bagal 1* and Vishal B. Raskar 2 1*

More information

Superresolution images reconstructed from aliased images

Superresolution images reconstructed from aliased images Superresolution images reconstructed from aliased images Patrick Vandewalle, Sabine Süsstrunk and Martin Vetterli LCAV - School of Computer and Communication Sciences Ecole Polytechnique Fédérale de Lausanne

More information

Research on medical image fusion based on improved redundant complex wavelet transform

Research on medical image fusion based on improved redundant complex wavelet transform Available online www.ocpr.com Journal of Chemical and Pharmaceutical Research, 204, 6(5):823-830 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Research on medical image fusion based on improved

More information

Admin stuff. 4 Image Pyramids. Spatial Domain. Projects. Fourier domain 2/26/2008. Fourier as a change of basis

Admin stuff. 4 Image Pyramids. Spatial Domain. Projects. Fourier domain 2/26/2008. Fourier as a change of basis Admin stuff 4 Image Pyramids Change of office hours on Wed 4 th April Mon 3 st March 9.3.3pm (right after class) Change of time/date t of last class Currently Mon 5 th May What about Thursday 8 th May?

More information

Investigation of Color Aliasing of High Spatial Frequencies and Edges for Bayer-Pattern Sensors and Foveon X3 Direct Image Sensors

Investigation of Color Aliasing of High Spatial Frequencies and Edges for Bayer-Pattern Sensors and Foveon X3 Direct Image Sensors Investigation of Color Aliasing of High Spatial Frequencies and Edges for Bayer-Pattern Sensors and Foveon X3 Direct Image Sensors Rudolph J. Guttosch Foveon, Inc. Santa Clara, CA Abstract The reproduction

More information

ScienceDirect. Brain Image Classification using Learning Machine Approach and Brain Structure Analysis

ScienceDirect. Brain Image Classification using Learning Machine Approach and Brain Structure Analysis Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 50 (2015 ) 388 394 2nd International Symposium on Big Data and Cloud Computing (ISBCC 15) Brain Image Classification using

More information

CHAPTER 6 TEXTURE ANIMATION

CHAPTER 6 TEXTURE ANIMATION CHAPTER 6 TEXTURE ANIMATION 6.1. INTRODUCTION Animation is the creating of a timed sequence or series of graphic images or frames together to give the appearance of continuous movement. A collection of

More information

DSP First Laboratory Exercise #9 Sampling and Zooming of Images In this lab we study the application of FIR ltering to the image zooming problem, where lowpass lters are used to do the interpolation needed

More information

Image Interpolation by Pixel Level Data-Dependent Triangulation

Image Interpolation by Pixel Level Data-Dependent Triangulation Volume xx (200y), Number z, pp. 1 7 Image Interpolation by Pixel Level Data-Dependent Triangulation Dan Su, Philip Willis Department of Computer Science, University of Bath, Bath, BA2 7AY, U.K. mapds,

More information

Adobe Marketing Cloud Sharpening images in Scene7 Publishing System and on Image Server

Adobe Marketing Cloud Sharpening images in Scene7 Publishing System and on Image Server Adobe Marketing Cloud Sharpening images in Scene7 Publishing System and on Image Server Contents Contact and Legal Information...3 About image sharpening...4 Adding an image preset to save frequently used

More information

Wavelet analysis. Wavelet requirements. Example signals. Stationary signal 2 Hz + 10 Hz + 20Hz. Zero mean, oscillatory (wave) Fast decay (let)

Wavelet analysis. Wavelet requirements. Example signals. Stationary signal 2 Hz + 10 Hz + 20Hz. Zero mean, oscillatory (wave) Fast decay (let) Wavelet analysis In the case of Fourier series, the orthonormal basis is generated by integral dilation of a single function e jx Every 2π-periodic square-integrable function is generated by a superposition

More information

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

Low Contrast Image Enhancement Based On Undecimated Wavelet Transform with SSR

Low Contrast Image Enhancement Based On Undecimated Wavelet Transform with SSR International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Issue-02 E-ISSN: 2347-2693 Low Contrast Image Enhancement Based On Undecimated Wavelet Transform with SSR

More information

Accelerating Wavelet-Based Video Coding on Graphics Hardware

Accelerating Wavelet-Based Video Coding on Graphics Hardware Wladimir J. van der Laan, Andrei C. Jalba, and Jos B.T.M. Roerdink. Accelerating Wavelet-Based Video Coding on Graphics Hardware using CUDA. In Proc. 6th International Symposium on Image and Signal Processing

More information

A GPU based real-time video compression method for video conferencing

A GPU based real-time video compression method for video conferencing A GPU based real-time video compression method for video conferencing Stamos Katsigiannis, Dimitris Maroulis Department of Informatics and Telecommunications University of Athens Athens, Greece {stamos,

More information

SPEECH SIGNAL CODING FOR VOIP APPLICATIONS USING WAVELET PACKET TRANSFORM A

SPEECH SIGNAL CODING FOR VOIP APPLICATIONS USING WAVELET PACKET TRANSFORM A International Journal of Science, Engineering and Technology Research (IJSETR), Volume, Issue, January SPEECH SIGNAL CODING FOR VOIP APPLICATIONS USING WAVELET PACKET TRANSFORM A N.Rama Tej Nehru, B P.Sunitha

More information

Single Depth Image Super Resolution and Denoising Using Coupled Dictionary Learning with Local Constraints and Shock Filtering

Single Depth Image Super Resolution and Denoising Using Coupled Dictionary Learning with Local Constraints and Shock Filtering Single Depth Image Super Resolution and Denoising Using Coupled Dictionary Learning with Local Constraints and Shock Filtering Jun Xie 1, Cheng-Chuan Chou 2, Rogerio Feris 3, Ming-Ting Sun 1 1 University

More information

Environmental Remote Sensing GEOG 2021

Environmental Remote Sensing GEOG 2021 Environmental Remote Sensing GEOG 2021 Lecture 4 Image classification 2 Purpose categorising data data abstraction / simplification data interpretation mapping for land cover mapping use land cover class

More information

A Wavelet Based Prediction Method for Time Series

A Wavelet Based Prediction Method for Time Series A Wavelet Based Prediction Method for Time Series Cristina Stolojescu 1,2 Ion Railean 1,3 Sorin Moga 1 Philippe Lenca 1 and Alexandru Isar 2 1 Institut TELECOM; TELECOM Bretagne, UMR CNRS 3192 Lab-STICC;

More information

Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall

Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Automatic Photo Quality Assessment Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Estimating i the photorealism of images: Distinguishing i i paintings from photographs h Florin

More information

High Quality Image Magnification using Cross-Scale Self-Similarity

High Quality Image Magnification using Cross-Scale Self-Similarity High Quality Image Magnification using Cross-Scale Self-Similarity André Gooßen 1, Arne Ehlers 1, Thomas Pralow 2, Rolf-Rainer Grigat 1 1 Vision Systems, Hamburg University of Technology, D-21079 Hamburg

More information

The Role of SPOT Satellite Images in Mapping Air Pollution Caused by Cement Factories

The Role of SPOT Satellite Images in Mapping Air Pollution Caused by Cement Factories The Role of SPOT Satellite Images in Mapping Air Pollution Caused by Cement Factories Dr. Farrag Ali FARRAG Assistant Prof. at Civil Engineering Dept. Faculty of Engineering Assiut University Assiut, Egypt.

More information

Current Standard: Mathematical Concepts and Applications Shape, Space, and Measurement- Primary

Current Standard: Mathematical Concepts and Applications Shape, Space, and Measurement- Primary Shape, Space, and Measurement- Primary A student shall apply concepts of shape, space, and measurement to solve problems involving two- and three-dimensional shapes by demonstrating an understanding of:

More information

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA N. Zarrinpanjeh a, F. Dadrassjavan b, H. Fattahi c * a Islamic Azad University of Qazvin - nzarrin@qiau.ac.ir

More information

Applications to Data Smoothing and Image Processing I

Applications to Data Smoothing and Image Processing I Applications to Data Smoothing and Image Processing I MA 348 Kurt Bryan Signals and Images Let t denote time and consider a signal a(t) on some time interval, say t. We ll assume that the signal a(t) is

More information

Image Authentication Scheme using Digital Signature and Digital Watermarking

Image Authentication Scheme using Digital Signature and Digital Watermarking www..org 59 Image Authentication Scheme using Digital Signature and Digital Watermarking Seyed Mohammad Mousavi Industrial Management Institute, Tehran, Iran Abstract Usual digital signature schemes for

More information

Discrete Curvelet Transform Based Super-resolution using Sub-pixel Image Registration

Discrete Curvelet Transform Based Super-resolution using Sub-pixel Image Registration Vol. 4, No., June, 0 Discrete Curvelet Transform Based Super-resolution using Sub-pixel Image Registration Anil A. Patil, Dr. Jyoti Singhai Department of Electronics and Telecomm., COE, Malegaon(Bk), Pune,

More information

Visualization and Feature Extraction, FLOW Spring School 2016 Prof. Dr. Tino Weinkauf. Flow Visualization. Image-Based Methods (integration-based)

Visualization and Feature Extraction, FLOW Spring School 2016 Prof. Dr. Tino Weinkauf. Flow Visualization. Image-Based Methods (integration-based) Visualization and Feature Extraction, FLOW Spring School 2016 Prof. Dr. Tino Weinkauf Flow Visualization Image-Based Methods (integration-based) Spot Noise (Jarke van Wijk, Siggraph 1991) Flow Visualization:

More information

A Learning Based Method for Super-Resolution of Low Resolution Images

A Learning Based Method for Super-Resolution of Low Resolution Images A Learning Based Method for Super-Resolution of Low Resolution Images Emre Ugur June 1, 2004 emre.ugur@ceng.metu.edu.tr Abstract The main objective of this project is the study of a learning based method

More information

Sub-pixel mapping: A comparison of techniques

Sub-pixel mapping: A comparison of techniques Sub-pixel mapping: A comparison of techniques Koen C. Mertens, Lieven P.C. Verbeke & Robert R. De Wulf Laboratory of Forest Management and Spatial Information Techniques, Ghent University, 9000 Gent, Belgium

More information

To determine vertical angular frequency, we need to express vertical viewing angle in terms of and. 2tan. (degree). (1 pt)

To determine vertical angular frequency, we need to express vertical viewing angle in terms of and. 2tan. (degree). (1 pt) Polytechnic University, Dept. Electrical and Computer Engineering EL6123 --- Video Processing, S12 (Prof. Yao Wang) Solution to Midterm Exam Closed Book, 1 sheet of notes (double sided) allowed 1. (5 pt)

More information

Enhancement of scanned documents in Besov spaces using wavelet domain representations

Enhancement of scanned documents in Besov spaces using wavelet domain representations Enhancement of scanned documents in Besov spaces using wavelet domain representations Kathrin Berkner 1 Ricoh Innovations, Inc., 2882 Sand Hill Road, Suite 115, Menlo Park, CA 94025 ABSTRACT After scanning,

More information

WATER BODY EXTRACTION FROM MULTI SPECTRAL IMAGE BY SPECTRAL PATTERN ANALYSIS

WATER BODY EXTRACTION FROM MULTI SPECTRAL IMAGE BY SPECTRAL PATTERN ANALYSIS WATER BODY EXTRACTION FROM MULTI SPECTRAL IMAGE BY SPECTRAL PATTERN ANALYSIS Nguyen Dinh Duong Department of Environmental Information Study and Analysis, Institute of Geography, 18 Hoang Quoc Viet Rd.,

More information

Combining an Alternating Sequential Filter (ASF) and Curvelet for Denoising Coronal MRI Images

Combining an Alternating Sequential Filter (ASF) and Curvelet for Denoising Coronal MRI Images Contemporary Engineering Sciences, Vol. 5, 2012, no. 2, 85-90 Combining an Alternating Sequential Filter (ASF) and Curvelet for Denoising Coronal MRI Images Mohamed Ali HAMDI Ecole Nationale d Ingénieur

More information

Convolution. 1D Formula: 2D Formula: Example on the web: http://www.jhu.edu/~signals/convolve/

Convolution. 1D Formula: 2D Formula: Example on the web: http://www.jhu.edu/~signals/convolve/ Basic Filters (7) Convolution/correlation/Linear filtering Gaussian filters Smoothing and noise reduction First derivatives of Gaussian Second derivative of Gaussian: Laplacian Oriented Gaussian filters

More information

Face Model Fitting on Low Resolution Images

Face Model Fitting on Low Resolution Images Face Model Fitting on Low Resolution Images Xiaoming Liu Peter H. Tu Frederick W. Wheeler Visualization and Computer Vision Lab General Electric Global Research Center Niskayuna, NY, 1239, USA {liux,tu,wheeler}@research.ge.com

More information

A Digital Audio Watermark Embedding Algorithm

A Digital Audio Watermark Embedding Algorithm Xianghong Tang, Yamei Niu, Hengli Yue, Zhongke Yin Xianghong Tang, Yamei Niu, Hengli Yue, Zhongke Yin School of Communication Engineering, Hangzhou Dianzi University, Hangzhou, Zhejiang, 3008, China tangxh@hziee.edu.cn,

More information

Nowcasting of significant convection by application of cloud tracking algorithm to satellite and radar images

Nowcasting of significant convection by application of cloud tracking algorithm to satellite and radar images Nowcasting of significant convection by application of cloud tracking algorithm to satellite and radar images Ng Ka Ho, Hong Kong Observatory, Hong Kong Abstract Automated forecast of significant convection

More information

PHOTO RESIZING & QUALITY MAINTENANCE

PHOTO RESIZING & QUALITY MAINTENANCE GRC 101 INTRODUCTION TO GRAPHIC COMMUNICATIONS PHOTO RESIZING & QUALITY MAINTENANCE Information Sheet No. 510 How to resize images and maintain quality If you re confused about getting your digital photos

More information

In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data.

In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data. MATHEMATICS: THE LEVEL DESCRIPTIONS In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data. Attainment target

More information

Vision based Vehicle Tracking using a high angle camera

Vision based Vehicle Tracking using a high angle camera Vision based Vehicle Tracking using a high angle camera Raúl Ignacio Ramos García Dule Shu gramos@clemson.edu dshu@clemson.edu Abstract A vehicle tracking and grouping algorithm is presented in this work

More information

DIGITAL IMAGE PROCESSING AND ANALYSIS

DIGITAL IMAGE PROCESSING AND ANALYSIS DIGITAL IMAGE PROCESSING AND ANALYSIS Human and Computer Vision Applications with CVIPtools SECOND EDITION SCOTT E UMBAUGH Uffi\ CRC Press Taylor &. Francis Group Boca Raton London New York CRC Press is

More information

High Quality Image Deblurring Panchromatic Pixels

High Quality Image Deblurring Panchromatic Pixels High Quality Image Deblurring Panchromatic Pixels ACM Transaction on Graphics vol. 31, No. 5, 2012 Sen Wang, Tingbo Hou, John Border, Hong Qin, and Rodney Miller Presented by Bong-Seok Choi School of Electrical

More information

Accurate and robust image superresolution by neural processing of local image representations

Accurate and robust image superresolution by neural processing of local image representations Accurate and robust image superresolution by neural processing of local image representations Carlos Miravet 1,2 and Francisco B. Rodríguez 1 1 Grupo de Neurocomputación Biológica (GNB), Escuela Politécnica

More information

NEIGHBORHOOD REGRESSION FOR EDGE-PRESERVING IMAGE SUPER-RESOLUTION. Yanghao Li, Jiaying Liu, Wenhan Yang, Zongming Guo

NEIGHBORHOOD REGRESSION FOR EDGE-PRESERVING IMAGE SUPER-RESOLUTION. Yanghao Li, Jiaying Liu, Wenhan Yang, Zongming Guo NEIGHBORHOOD REGRESSION FOR EDGE-PRESERVING IMAGE SUPER-RESOLUTION Yanghao Li, Jiaying Liu, Wenhan Yang, Zongming Guo Institute of Computer Science and Technology, Peking University, Beijing, P.R.China,

More information

Volume 2, Issue 12, December 2014 International Journal of Advance Research in Computer Science and Management Studies

Volume 2, Issue 12, December 2014 International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 12, December 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com

More information

Probability and Random Variables. Generation of random variables (r.v.)

Probability and Random Variables. Generation of random variables (r.v.) Probability and Random Variables Method for generating random variables with a specified probability distribution function. Gaussian And Markov Processes Characterization of Stationary Random Process Linearly

More information

Auto-Tuning Using Fourier Coefficients

Auto-Tuning Using Fourier Coefficients Auto-Tuning Using Fourier Coefficients Math 56 Tom Whalen May 20, 2013 The Fourier transform is an integral part of signal processing of any kind. To be able to analyze an input signal as a superposition

More information

MEDICAL IMAGE COMPRESSION USING HYBRID CODER WITH FUZZY EDGE DETECTION

MEDICAL IMAGE COMPRESSION USING HYBRID CODER WITH FUZZY EDGE DETECTION MEDICAL IMAGE COMPRESSION USING HYBRID CODER WITH FUZZY EDGE DETECTION K. Vidhya 1 and S. Shenbagadevi Department of Electrical & Communication Engineering, College of Engineering, Anna University, Chennai,

More information

Printed Circuit Board Defect Detection using Wavelet Transform

Printed Circuit Board Defect Detection using Wavelet Transform Research Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Amit

More information

Region of Interest Access with Three-Dimensional SBHP Algorithm CIPR Technical Report TR-2006-1

Region of Interest Access with Three-Dimensional SBHP Algorithm CIPR Technical Report TR-2006-1 Region of Interest Access with Three-Dimensional SBHP Algorithm CIPR Technical Report TR-2006-1 Ying Liu and William A. Pearlman January 2006 Center for Image Processing Research Rensselaer Polytechnic

More information

Canny Edge Detection

Canny Edge Detection Canny Edge Detection 09gr820 March 23, 2009 1 Introduction The purpose of edge detection in general is to significantly reduce the amount of data in an image, while preserving the structural properties

More information

Advanced Signal Processing and Digital Noise Reduction

Advanced Signal Processing and Digital Noise Reduction Advanced Signal Processing and Digital Noise Reduction Saeed V. Vaseghi Queen's University of Belfast UK WILEY HTEUBNER A Partnership between John Wiley & Sons and B. G. Teubner Publishers Chichester New

More information

Face Recognition in Low-resolution Images by Using Local Zernike Moments

Face Recognition in Low-resolution Images by Using Local Zernike Moments Proceedings of the International Conference on Machine Vision and Machine Learning Prague, Czech Republic, August14-15, 014 Paper No. 15 Face Recognition in Low-resolution Images by Using Local Zernie

More information

An Efficient Architecture for Image Compression and Lightweight Encryption using Parameterized DWT

An Efficient Architecture for Image Compression and Lightweight Encryption using Parameterized DWT An Efficient Architecture for Image Compression and Lightweight Encryption using Parameterized DWT Babu M., Mukuntharaj C., Saranya S. Abstract Discrete Wavelet Transform (DWT) based architecture serves

More information

The Image Deblurring Problem

The Image Deblurring Problem page 1 Chapter 1 The Image Deblurring Problem You cannot depend on your eyes when your imagination is out of focus. Mark Twain When we use a camera, we want the recorded image to be a faithful representation

More information

Time series analysis Matlab tutorial. Joachim Gross

Time series analysis Matlab tutorial. Joachim Gross Time series analysis Matlab tutorial Joachim Gross Outline Terminology Sampling theorem Plotting Baseline correction Detrending Smoothing Filtering Decimation Remarks Focus on practical aspects, exercises,

More information

Numerical Methods For Image Restoration

Numerical Methods For Image Restoration Numerical Methods For Image Restoration CIRAM Alessandro Lanza University of Bologna, Italy Faculty of Engineering CIRAM Outline 1. Image Restoration as an inverse problem 2. Image degradation models:

More information

Resolution Enhancement of Photogrammetric Digital Images

Resolution Enhancement of Photogrammetric Digital Images DICTA2002: Digital Image Computing Techniques and Applications, 21--22 January 2002, Melbourne, Australia 1 Resolution Enhancement of Photogrammetric Digital Images John G. FRYER and Gabriele SCARMANA

More information

Lecture 14. Point Spread Function (PSF)

Lecture 14. Point Spread Function (PSF) Lecture 14 Point Spread Function (PSF), Modulation Transfer Function (MTF), Signal-to-noise Ratio (SNR), Contrast-to-noise Ratio (CNR), and Receiver Operating Curves (ROC) Point Spread Function (PSF) Recollect

More information

Readings in Image Processing

Readings in Image Processing OVERVIEW OF IMAGE PROCESSING K.M.M. Rao*,Deputy Director,NRSA,Hyderabad-500 037 Introduction Image Processing is a technique to enhance raw images received from cameras/sensors placed on satellites, space

More information

DESIGN AND SIMULATION OF TWO CHANNEL QMF FILTER BANK FOR ALMOST PERFECT RECONSTRUCTION

DESIGN AND SIMULATION OF TWO CHANNEL QMF FILTER BANK FOR ALMOST PERFECT RECONSTRUCTION DESIGN AND SIMULATION OF TWO CHANNEL QMF FILTER BANK FOR ALMOST PERFECT RECONSTRUCTION Meena Kohli 1, Rajesh Mehra 2 1 M.E student, ECE Deptt., NITTTR, Chandigarh, India 2 Associate Professor, ECE Deptt.,

More information

Wavelet-Based Smoke Detection in Outdoor Video Sequences

Wavelet-Based Smoke Detection in Outdoor Video Sequences Wavelet-Based Smoke Detection in Outdoor Video Sequences R. Gonzalez-Gonzalez, V. Alarcon-Aquino, R. Rosas- Romero, O. Starostenko, J. Rodriguez-Asomoza Department of Computing, Electronics and Mechatronics

More information

IMAGE RECOGNITION FOR CATS AND DOGS

IMAGE RECOGNITION FOR CATS AND DOGS IMAGE RECOGNITION FOR CATS AND DOGS HYO JIN CHUNG AND MINH N. TRAN Abstract. In this project, we are given a training set of 8 images of cats and 8 images of dogs to classify a testing set of 38 images

More information

Image Compression through DCT and Huffman Coding Technique

Image Compression through DCT and Huffman Coding Technique International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Rahul

More information

PRODUCT INFORMATION. Insight+ Uses and Features

PRODUCT INFORMATION. Insight+ Uses and Features PRODUCT INFORMATION Insight+ Traditionally, CAE NVH data and results have been presented as plots, graphs and numbers. But, noise and vibration must be experienced to fully comprehend its effects on vehicle

More information

Potential of face area data for predicting sharpness of natural images

Potential of face area data for predicting sharpness of natural images Potential of face area data for predicting sharpness of natural images Mikko Nuutinen a, Olli Orenius b, Timo Säämänen b, Pirkko Oittinen a a Dept. of Media Technology, Aalto University School of Science

More information

Super-resolution method based on edge feature for high resolution imaging

Super-resolution method based on edge feature for high resolution imaging Science Journal of Circuits, Systems and Signal Processing 2014; 3(6-1): 24-29 Published online December 26, 2014 (http://www.sciencepublishinggroup.com/j/cssp) doi: 10.11648/j.cssp.s.2014030601.14 ISSN:

More information

Automatic Restoration Algorithms for 35mm film

Automatic Restoration Algorithms for 35mm film P. Schallauer, A. Pinz, W. Haas. Automatic Restoration Algorithms for 35mm film. To be published in Videre, Journal of Computer Vision Research, web: http://mitpress.mit.edu/videre.html, 1999. Automatic

More information

High Performance GPU-based Preprocessing for Time-of-Flight Imaging in Medical Applications

High Performance GPU-based Preprocessing for Time-of-Flight Imaging in Medical Applications High Performance GPU-based Preprocessing for Time-of-Flight Imaging in Medical Applications Jakob Wasza 1, Sebastian Bauer 1, Joachim Hornegger 1,2 1 Pattern Recognition Lab, Friedrich-Alexander University

More information

Performance Verification of Super-Resolution Image Reconstruction

Performance Verification of Super-Resolution Image Reconstruction Performance Verification of Super-Resolution Image Reconstruction Masaki Sugie Department of Information Science, Kogakuin University Tokyo, Japan Email: em13010@ns.kogakuin.ac.jp Seiichi Gohshi Department

More information

Linear Filtering Part II

Linear Filtering Part II Linear Filtering Part II Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Fourier theory Jean Baptiste Joseph Fourier had a crazy idea: Any periodic function can

More information

Video-Conferencing System

Video-Conferencing System Video-Conferencing System Evan Broder and C. Christoher Post Introductory Digital Systems Laboratory November 2, 2007 Abstract The goal of this project is to create a video/audio conferencing system. Video

More information

Design of Efficient Digital Interpolation Filters for Integer Upsampling. Daniel B. Turek

Design of Efficient Digital Interpolation Filters for Integer Upsampling. Daniel B. Turek Design of Efficient Digital Interpolation Filters for Integer Upsampling by Daniel B. Turek Submitted to the Department of Electrical Engineering and Computer Science in partial fulfillment of the requirements

More information

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions.

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions. Algebra I Overview View unit yearlong overview here Many of the concepts presented in Algebra I are progressions of concepts that were introduced in grades 6 through 8. The content presented in this course

More information

RECOMMENDATION ITU-R BO.786 *

RECOMMENDATION ITU-R BO.786 * Rec. ITU-R BO.786 RECOMMENDATION ITU-R BO.786 * MUSE ** system for HDTV broadcasting-satellite services (Question ITU-R /) (992) The ITU Radiocommunication Assembly, considering a) that the MUSE system

More information

Time Domain and Frequency Domain Techniques For Multi Shaker Time Waveform Replication

Time Domain and Frequency Domain Techniques For Multi Shaker Time Waveform Replication Time Domain and Frequency Domain Techniques For Multi Shaker Time Waveform Replication Thomas Reilly Data Physics Corporation 1741 Technology Drive, Suite 260 San Jose, CA 95110 (408) 216-8440 This paper

More information