SlideShare a Scribd company logo
IJSRD - International Journal for Scientific Research & Development| Vol. 3, Issue 10, 2015 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 171
Survey on Satellite Image Resolution Techniques using Wavelet
Transform
Dhruval Gandhi1
Jay Amin2
Nirav Khetra3
Chaitali Mehta4
2,3,4
Assistant Professor
1,2,3,4
Department of Computer Engineering
1,2
LJIET, Gujarat, India 3,4
ACET, Gujarat, India
Abstract— Satellite images are used in many research fields.
The main problem with the satellite images are their low
resolution and blurring effects. Thus, in order to use these
images, we need to enhance their quality. Thus, in this paper
we have described various wavelet transform techniques
such as WZP (Wavelet Zero Padding), CS-WZP (Cyclic
Spinning WZP), UWT (Undecimated Wavelet Transform)
and DWT (Discrete Wavelet Transform). These all are
wavelet transform techniques which are used for image
resolution enhancement. In these all techniques and
algorithms, we give a low resolution image obtained from
any satellite image as the input and get a high resolution
image as the output. The comparison of these techniques is
made based on two factors MSE (Mean Squared Error) and
PSNR (Peak Signal to Noise Ratio).
Key words: Satellite Image Resolution Techniques, Wavelet
Transform
I. INTRODUCTION
Image processing includes many steps like Image
Enhancement, Image Segmentation, Image Compression,
Noise Removal, etc. High resolution images means that the
image contains more detailed information or higher number
of pixels. Varying size of pixels is included in the image
resolution enhancement technique. In order to obtain a
clearer image than the original image we need image
resolution enhancement. The general and common
categorization of satellite sensors by resolution is given
below:
 Low Resolution – These are generally at range of 1km
to 10km and suitable for whether, typically free.
 Medium Resolution – They are generally at the range of
100m to 1km and are typically free of low cost.
 High Resolution – They are at range of 10m to 100m
and are medium to high cost per scene.
 Very High Resolution – They range from 1m to 10m
and are very high cost per scene.
The capacity of a whole remote sensing framework
to render a sharp characterized picture is called as
resolution. Resolution of a remote detecting is of distinctive
sorts. They are as follows:-
A. Spatial Resolution:
Spatial resolution of an imaging framework is not precisely
characterized but rather can be measured in a wide range of
ways relying upon one's motivation. Generally, measure
utilized depends on the geometric properties of imaging
system is momentary field of view.
B. Spectral Resolution:
Spectral determination defines as the measurement and
number of particular wavelength intervals in the
electromagnetic range to which a sensor is sensitive.
C. Radiometric Resolution:
Radiometric determination is a measure of what number of
gray levels is measured between pure black and pure white.
D. Temporal Resolution:
Temporal resolution defines as the length of time it takes for
a satellite to complete one entire orbit cycle.
1) Applications [2]
:
Satellite applications nowadays are used to a great extent.
There are many applications like fishing, oceanography,
biodiversity conservation, educational purposes, sprawl
detection, regional planning, forestry etc. where images
from satellite are used and also image enhancement
techniques are used.
2) Advantages [2]
:
They can see and store a considerable measure of data. The
light spectrum they utilize can be controlled to get
exceptionally small point of interest and phenomenon on the
world's surface. For case, archaeologists may utilize them to
find unobtrusive varieties in soils to discover potential
destinations. Alternately, environmentalists can utilize them
to distinguish varieties in vegetation and dampness.
3) Disadvantages [2]
:
You will be unable to find or see what you are searching for.
Overcast spread can influence quality. In couple of ranges,
particularly shady puts in, in request to get a clear picture,
you need to work patch savvy or select pictures from
distinctive time periods. For instance, the dirt in the rain
forests may be obstructed by tree spread. They additionally
take up bunches of information stockpiling and PC power.
In few cases, they all can be costly. Additionally, climate
conditions influence picture quality relying upon the sensor
that is utilized, for instance, it’s hard to take pictures of
peaks where it is covered with cloud.
II. TYPES OF WAVELET BASED ENHANCEMENT TECHNIQUES
A. Wavelet Zero Padding (WZP) [4]
Wavelet zero padding is one of the least complex strategies
for image resolution enhancement shown in Fig. 1. In this
method, wavelet transform of Low Resolution (LR) picture
is taken and zero matrices are inserted into the transformed
picture by disposing of high frequency sub bands through
the inverse wavelet transform and along these lines High
Resolution (HR) picture is acquired.
Fig. 1: Wavelet Zero Padding
B. CS-WZP (Cyclic Spinning WZP) [4]
In this method, we follow given below steps in order to get
the high resolution image as shown in Fig. 2.
Survey on Satellite Image Resolution Techniques using Wavelet Transform
(IJSRD/Vol. 3/Issue 10/2015/038)
All rights reserved by www.ijsrd.com 172
 First we obtain an intermediate High Resolution (HR)
image through WZP method.
 After that we obtain N number of images through
spatial shifting, wavelet transforming and discarding
high frequency component.
 Again, WZP process is applied to all Low Resolution
(LR) images to get different High Resolution (HR)
images.
 These High Resolution (HR) images are realigned and
averaged to give a final High Resolution (HR) image.
Fig. 2: CS-WZP
C. Undecimated Wavelet Transform (UWT) [4]
Undecimated wavelet transform is wavelet transform
technique which does not use decimation after the
decomposition of images into different frequency sub bands.
In this technique, first WZP method is applied to acquire an
estimate of HR picture. If the LR image is meant with Y of
size m*n then the estimated HR picture is given by:
Where, b is the zero matrix of size m*n and IDWT
is the inverse discrete wavelet transform. In next step,
undecimated wavelet transform is performed on the
estimated HR picture, as a result of which picture is
decomposed into two bands called estimated details and
approximation coefficients. Then, these coefficients are
replaced with estimated initial values of HR image and thus
inverse UWT is performed in order to get the HR image.
Fig. 3: Undecimated wavelet Transform
D. Discrete Wavelet Transform (DWT) [4]
Discrete wavelet change based method is most broadly
utilized method for performing image interpolation. To
decompose an LR image into 4 sub-bands LL (low low), LH
(low high), HL (high low), HH (high high) we use DWT.
Then all these sub bands are combined or interpolated. Then
we can get a difference of image by discarding the LL band
from original LR image. Then, this difference image is then
added to the higher band components of the image. Thus
finally IDWT is used to combine the estimated high
resolution images with input images to get the original HR
image. The DWT technique is shown in the figure.
Fig 4: Discrete Wavelength Transform
E. Image Quality Evaluation [2]
:
The result or output image can be evaluated with two
characteristics, parameters, distortion & sharpness.
Adjusting errors are calculated by computing MSE (Mean
Squared Error) according to the distortion evaluation. The
quality of image is based on the parameter PSNR (Peak
Signal to Noise ratio). Higher the PSNR, better the image
quality. The formulas for MSE and PSNR are given below.
III. CONCLUSION
From this survey paper we can get the idea and comparison
about different image enhancement techniques using
wavelet transform. Also, the resolution enhancement that is
not wavelet based can have disadvantage of losing high
frequency. From the study we also come to know that the
DWT is most efficient of all four given techniques. For
future work, Multi Wavelet Transform can be obtained for
fewer artifacts compared to other techniques.
REFERENCES
[1] O. Harikrishna, A.Maheshwari, “Satellite Image
Resolution Enhancement using DWT Technique.”
IJSCE, 2231-2307, Volume-2, Issue-5, November-
2012.
[2] Ravi B. Mehta, Richard Sonaliya, “Survey on Satellite
Image Enhancement Techniques”, International Journal
of Computer Science and Information Technologies,
Vol. 5 (6), 2014, 7411-7414.
[3] Gonzales, R.C. and R.E. Woods, 2002. Digital Image
Processing. 2nd Edn., Prentice Hall, USA.,
ISBN:10:0130946508, pp:793.
[4] K. Narasimhan, V. Elamaran, Sauravkumar, Kundan
Sharma & Pogaku Raghavendra Abhishek,
“Comparison of Satellite Image Enhancement
Techniques in Wavelet Domain”, RJASET, 4(24):5492-
5496, 2040-7467, 2012.
[5] P. Suganya, N.Mohanapriya, A.Vanitha, “Survey on
Image Resolution Techniques for Satellite Images”,
IJCSIT, 0975-9646, Volume-4(6) 2013, 835-838.

More Related Content

What's hot (19)

PDF
Ijetr011837
ER Publication.org
 
PDF
Li3420552062
IJERA Editor
 
PDF
Satellite Image Enhancement Using Dual Tree Complex Wavelet Transform
journalBEEI
 
PDF
Comparative analysis of filters and wavelet based thresholding methods for im...
csandit
 
PDF
Improved single image dehazing by fusion
eSAT Publishing House
 
PDF
Sar ice image classification using parallelepiped classifier based on gram sc...
csandit
 
PDF
Intensify Denoisy Image Using Adaptive Multiscale Product Thresholding
IJERA Editor
 
PDF
Digital image processing - OLD
National Institute of Technology Durgapur
 
PDF
call for papers, research paper publishing, where to publish research paper, ...
International Journal of Engineering Inventions www.ijeijournal.com
 
PDF
A STUDY OF SPECKLE NOISE REDUCTION FILTERS
sipij
 
PDF
Hg3512751279
IJERA Editor
 
PPTX
Band ratioing presentation
sk asadul haque
 
PPTX
Satellite image contrast enhancement using discrete wavelet transform
Harishwar Reddy
 
PDF
An efficient fusion based up sampling technique for restoration of spatially ...
ijitjournal
 
PDF
Satellite Image Resolution Enhancement Technique Using DWT and IWT
Editor IJCATR
 
PDF
Boosting ced using robust orientation estimation
ijma
 
PDF
Ijcet 06 09_001
IAEME Publication
 
PDF
Survey on Haze Removal Techniques
Editor IJMTER
 
PPTX
Presentation1 (2)
Pooja Bidwai
 
Ijetr011837
ER Publication.org
 
Li3420552062
IJERA Editor
 
Satellite Image Enhancement Using Dual Tree Complex Wavelet Transform
journalBEEI
 
Comparative analysis of filters and wavelet based thresholding methods for im...
csandit
 
Improved single image dehazing by fusion
eSAT Publishing House
 
Sar ice image classification using parallelepiped classifier based on gram sc...
csandit
 
Intensify Denoisy Image Using Adaptive Multiscale Product Thresholding
IJERA Editor
 
Digital image processing - OLD
National Institute of Technology Durgapur
 
call for papers, research paper publishing, where to publish research paper, ...
International Journal of Engineering Inventions www.ijeijournal.com
 
A STUDY OF SPECKLE NOISE REDUCTION FILTERS
sipij
 
Hg3512751279
IJERA Editor
 
Band ratioing presentation
sk asadul haque
 
Satellite image contrast enhancement using discrete wavelet transform
Harishwar Reddy
 
An efficient fusion based up sampling technique for restoration of spatially ...
ijitjournal
 
Satellite Image Resolution Enhancement Technique Using DWT and IWT
Editor IJCATR
 
Boosting ced using robust orientation estimation
ijma
 
Ijcet 06 09_001
IAEME Publication
 
Survey on Haze Removal Techniques
Editor IJMTER
 
Presentation1 (2)
Pooja Bidwai
 

Viewers also liked (6)

PPT
GPS & GIS
Chittranjan Vaishnav
 
PPTX
GPS & GIS
Chittranjan Vaishnav
 
PPTX
Modern surveying techniques
Sunny Jaiswal
 
PPTX
Surveying instruments
ShanALi
 
PPTX
Advance surveying equipments
Suryaom Tiwari
 
PPT
Modern Surveying Equipment Presentation
Land Surveyors United Community
 
Modern surveying techniques
Sunny Jaiswal
 
Surveying instruments
ShanALi
 
Advance surveying equipments
Suryaom Tiwari
 
Modern Surveying Equipment Presentation
Land Surveyors United Community
 
Ad

Similar to Survey On Satellite Image Resolution Techniques using Wavelet Transform (20)

PDF
IRJET- A Comparative Review of Satellite Image Super Resolution Techniques
IRJET Journal
 
DOCX
discrete wavelet transform based satellite image resolution enhancement
muniswamy Paluru
 
PDF
Dv34745751
IJERA Editor
 
PDF
Image Resolution Enhancement by using Wavelet Transform
IRJET Journal
 
PDF
Ik3415621565
IJERA Editor
 
PDF
Image resolution enhancement by using wavelet transform 2
IAEME Publication
 
PDF
IRJET- Image Enhancement using Various Discrete Wavelet Transformation Fi...
IRJET Journal
 
PDF
IMAGE RESOLUTION ENHANCEMENT BY USING SWT AND DWT
IRJET Journal
 
PDF
IRJET- Satellite Image Resolution Enhancement
IRJET Journal
 
PDF
Image Resolution Enhancement using DWT and Spatial Domain Interpolation Techn...
IJERA Editor
 
PDF
Image Resolution Enhancement Using Undecimated Double Density Wavelet Transform
CSCJournals
 
PDF
Of3424832487
IJERA Editor
 
PDF
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET Journal
 
PDF
IRJET- Design of Image Resolution Enhancement by using DWT and SWT
IRJET Journal
 
PDF
An efficient technique for Image Resolution Enhancement using Discrete and St...
IRJET Journal
 
PDF
SINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAIN
ijma
 
PDF
Comparative Analysis of Dwt, Reduced Wavelet Transform, Complex Wavelet Trans...
ijsrd.com
 
PDF
G0443640
IJERA Editor
 
PDF
Performance Analysis of Image Enhancement Using Dual-Tree Complex Wavelet Tra...
IJERD Editor
 
PDF
Single image super resolution with improved wavelet interpolation and iterati...
iosrjce
 
IRJET- A Comparative Review of Satellite Image Super Resolution Techniques
IRJET Journal
 
discrete wavelet transform based satellite image resolution enhancement
muniswamy Paluru
 
Dv34745751
IJERA Editor
 
Image Resolution Enhancement by using Wavelet Transform
IRJET Journal
 
Ik3415621565
IJERA Editor
 
Image resolution enhancement by using wavelet transform 2
IAEME Publication
 
IRJET- Image Enhancement using Various Discrete Wavelet Transformation Fi...
IRJET Journal
 
IMAGE RESOLUTION ENHANCEMENT BY USING SWT AND DWT
IRJET Journal
 
IRJET- Satellite Image Resolution Enhancement
IRJET Journal
 
Image Resolution Enhancement using DWT and Spatial Domain Interpolation Techn...
IJERA Editor
 
Image Resolution Enhancement Using Undecimated Double Density Wavelet Transform
CSCJournals
 
Of3424832487
IJERA Editor
 
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET Journal
 
IRJET- Design of Image Resolution Enhancement by using DWT and SWT
IRJET Journal
 
An efficient technique for Image Resolution Enhancement using Discrete and St...
IRJET Journal
 
SINGLE IMAGE SUPER RESOLUTION IN SPATIAL AND WAVELET DOMAIN
ijma
 
Comparative Analysis of Dwt, Reduced Wavelet Transform, Complex Wavelet Trans...
ijsrd.com
 
G0443640
IJERA Editor
 
Performance Analysis of Image Enhancement Using Dual-Tree Complex Wavelet Tra...
IJERD Editor
 
Single image super resolution with improved wavelet interpolation and iterati...
iosrjce
 
Ad

More from IJSRD (20)

PPTX
#IJSRD #Research Paper Publication
IJSRD
 
PDF
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
IJSRD
 
PDF
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
IJSRD
 
PDF
Preclusion of High and Low Pressure In Boiler by Using LABVIEW
IJSRD
 
PDF
Prevention and Detection of Man in the Middle Attack on AODV Protocol
IJSRD
 
PDF
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
IJSRD
 
PDF
Evaluation the Effect of Machining Parameters on MRR of Mild Steel
IJSRD
 
PDF
Filter unwanted messages from walls and blocking nonlegitimate user in osn
IJSRD
 
PDF
Keystroke Dynamics Authentication with Project Management System
IJSRD
 
PDF
Diagnosing lungs cancer Using Neural Networks
IJSRD
 
PDF
A Survey on Sentiment Analysis and Opinion Mining
IJSRD
 
PDF
A Defect Prediction Model for Software Product based on ANFIS
IJSRD
 
PDF
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
IJSRD
 
PDF
Product Quality Analysis based on online Reviews
IJSRD
 
PDF
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
IJSRD
 
PDF
Study of Clustering of Data Base in Education Sector Using Data Mining
IJSRD
 
PDF
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
IJSRD
 
PDF
Investigation of Effect of Process Parameters on Maximum Temperature during F...
IJSRD
 
PDF
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
IJSRD
 
PDF
A Survey on Data Mining Techniques for Crime Hotspots Prediction
IJSRD
 
#IJSRD #Research Paper Publication
IJSRD
 
Maintaining Data Confidentiality in Association Rule Mining in Distributed En...
IJSRD
 
Performance and Emission characteristics of a Single Cylinder Four Stroke Die...
IJSRD
 
Preclusion of High and Low Pressure In Boiler by Using LABVIEW
IJSRD
 
Prevention and Detection of Man in the Middle Attack on AODV Protocol
IJSRD
 
Comparative Analysis of PAPR Reduction Techniques in OFDM Using Precoding Tec...
IJSRD
 
Evaluation the Effect of Machining Parameters on MRR of Mild Steel
IJSRD
 
Filter unwanted messages from walls and blocking nonlegitimate user in osn
IJSRD
 
Keystroke Dynamics Authentication with Project Management System
IJSRD
 
Diagnosing lungs cancer Using Neural Networks
IJSRD
 
A Survey on Sentiment Analysis and Opinion Mining
IJSRD
 
A Defect Prediction Model for Software Product based on ANFIS
IJSRD
 
Experimental Investigation of Granulated Blast Furnace Slag ond Quarry Dust a...
IJSRD
 
Product Quality Analysis based on online Reviews
IJSRD
 
Solving Fuzzy Matrix Games Defuzzificated by Trapezoidal Parabolic Fuzzy Numbers
IJSRD
 
Study of Clustering of Data Base in Education Sector Using Data Mining
IJSRD
 
Fault Tolerance in Big Data Processing Using Heartbeat Messages and Data Repl...
IJSRD
 
Investigation of Effect of Process Parameters on Maximum Temperature during F...
IJSRD
 
Review Paper on Computer Aided Design & Analysis of Rotor Shaft of a Rotavator
IJSRD
 
A Survey on Data Mining Techniques for Crime Hotspots Prediction
IJSRD
 

Recently uploaded (20)

PPTX
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
PDF
IMP NAAC-Reforms-Stakeholder-Consultation-Presentation-on-Draft-Metrics-Unive...
BHARTIWADEKAR
 
PDF
CEREBRAL PALSY: NURSING MANAGEMENT .pdf
PRADEEP ABOTHU
 
PPTX
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
PPTX
How to Create a PDF Report in Odoo 18 - Odoo Slides
Celine George
 
PDF
The Different Types of Non-Experimental Research
Thelma Villaflores
 
PPTX
PATIENT ASSIGNMENTS AND NURSING CARE RESPONSIBILITIES.pptx
PRADEEP ABOTHU
 
PPTX
Views on Education of Indian Thinkers Mahatma Gandhi.pptx
ShrutiMahanta1
 
PPT
Talk on Critical Theory, Part II, Philosophy of Social Sciences
Soraj Hongladarom
 
PDF
Zoology (Animal Physiology) practical Manual
raviralanaresh2
 
PDF
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
PDF
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
PPTX
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
PDF
Isharyanti-2025-Cross Language Communication in Indonesian Language
Neny Isharyanti
 
PPTX
2025 Winter SWAYAM NPTEL & A Student.pptx
Utsav Yagnik
 
PPTX
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
PDF
Generative AI: it's STILL not a robot (CIJ Summer 2025)
Paul Bradshaw
 
PPTX
Mathematics 5 - Time Measurement: Time Zone
menchreo
 
PDF
IMP NAAC REFORMS 2024 - 10 Attributes.pdf
BHARTIWADEKAR
 
PDF
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
IMP NAAC-Reforms-Stakeholder-Consultation-Presentation-on-Draft-Metrics-Unive...
BHARTIWADEKAR
 
CEREBRAL PALSY: NURSING MANAGEMENT .pdf
PRADEEP ABOTHU
 
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
How to Create a PDF Report in Odoo 18 - Odoo Slides
Celine George
 
The Different Types of Non-Experimental Research
Thelma Villaflores
 
PATIENT ASSIGNMENTS AND NURSING CARE RESPONSIBILITIES.pptx
PRADEEP ABOTHU
 
Views on Education of Indian Thinkers Mahatma Gandhi.pptx
ShrutiMahanta1
 
Talk on Critical Theory, Part II, Philosophy of Social Sciences
Soraj Hongladarom
 
Zoology (Animal Physiology) practical Manual
raviralanaresh2
 
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
Isharyanti-2025-Cross Language Communication in Indonesian Language
Neny Isharyanti
 
2025 Winter SWAYAM NPTEL & A Student.pptx
Utsav Yagnik
 
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
Generative AI: it's STILL not a robot (CIJ Summer 2025)
Paul Bradshaw
 
Mathematics 5 - Time Measurement: Time Zone
menchreo
 
IMP NAAC REFORMS 2024 - 10 Attributes.pdf
BHARTIWADEKAR
 
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 

Survey On Satellite Image Resolution Techniques using Wavelet Transform

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 3, Issue 10, 2015 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 171 Survey on Satellite Image Resolution Techniques using Wavelet Transform Dhruval Gandhi1 Jay Amin2 Nirav Khetra3 Chaitali Mehta4 2,3,4 Assistant Professor 1,2,3,4 Department of Computer Engineering 1,2 LJIET, Gujarat, India 3,4 ACET, Gujarat, India Abstract— Satellite images are used in many research fields. The main problem with the satellite images are their low resolution and blurring effects. Thus, in order to use these images, we need to enhance their quality. Thus, in this paper we have described various wavelet transform techniques such as WZP (Wavelet Zero Padding), CS-WZP (Cyclic Spinning WZP), UWT (Undecimated Wavelet Transform) and DWT (Discrete Wavelet Transform). These all are wavelet transform techniques which are used for image resolution enhancement. In these all techniques and algorithms, we give a low resolution image obtained from any satellite image as the input and get a high resolution image as the output. The comparison of these techniques is made based on two factors MSE (Mean Squared Error) and PSNR (Peak Signal to Noise Ratio). Key words: Satellite Image Resolution Techniques, Wavelet Transform I. INTRODUCTION Image processing includes many steps like Image Enhancement, Image Segmentation, Image Compression, Noise Removal, etc. High resolution images means that the image contains more detailed information or higher number of pixels. Varying size of pixels is included in the image resolution enhancement technique. In order to obtain a clearer image than the original image we need image resolution enhancement. The general and common categorization of satellite sensors by resolution is given below:  Low Resolution – These are generally at range of 1km to 10km and suitable for whether, typically free.  Medium Resolution – They are generally at the range of 100m to 1km and are typically free of low cost.  High Resolution – They are at range of 10m to 100m and are medium to high cost per scene.  Very High Resolution – They range from 1m to 10m and are very high cost per scene. The capacity of a whole remote sensing framework to render a sharp characterized picture is called as resolution. Resolution of a remote detecting is of distinctive sorts. They are as follows:- A. Spatial Resolution: Spatial resolution of an imaging framework is not precisely characterized but rather can be measured in a wide range of ways relying upon one's motivation. Generally, measure utilized depends on the geometric properties of imaging system is momentary field of view. B. Spectral Resolution: Spectral determination defines as the measurement and number of particular wavelength intervals in the electromagnetic range to which a sensor is sensitive. C. Radiometric Resolution: Radiometric determination is a measure of what number of gray levels is measured between pure black and pure white. D. Temporal Resolution: Temporal resolution defines as the length of time it takes for a satellite to complete one entire orbit cycle. 1) Applications [2] : Satellite applications nowadays are used to a great extent. There are many applications like fishing, oceanography, biodiversity conservation, educational purposes, sprawl detection, regional planning, forestry etc. where images from satellite are used and also image enhancement techniques are used. 2) Advantages [2] : They can see and store a considerable measure of data. The light spectrum they utilize can be controlled to get exceptionally small point of interest and phenomenon on the world's surface. For case, archaeologists may utilize them to find unobtrusive varieties in soils to discover potential destinations. Alternately, environmentalists can utilize them to distinguish varieties in vegetation and dampness. 3) Disadvantages [2] : You will be unable to find or see what you are searching for. Overcast spread can influence quality. In couple of ranges, particularly shady puts in, in request to get a clear picture, you need to work patch savvy or select pictures from distinctive time periods. For instance, the dirt in the rain forests may be obstructed by tree spread. They additionally take up bunches of information stockpiling and PC power. In few cases, they all can be costly. Additionally, climate conditions influence picture quality relying upon the sensor that is utilized, for instance, it’s hard to take pictures of peaks where it is covered with cloud. II. TYPES OF WAVELET BASED ENHANCEMENT TECHNIQUES A. Wavelet Zero Padding (WZP) [4] Wavelet zero padding is one of the least complex strategies for image resolution enhancement shown in Fig. 1. In this method, wavelet transform of Low Resolution (LR) picture is taken and zero matrices are inserted into the transformed picture by disposing of high frequency sub bands through the inverse wavelet transform and along these lines High Resolution (HR) picture is acquired. Fig. 1: Wavelet Zero Padding B. CS-WZP (Cyclic Spinning WZP) [4] In this method, we follow given below steps in order to get the high resolution image as shown in Fig. 2.
  • 2. Survey on Satellite Image Resolution Techniques using Wavelet Transform (IJSRD/Vol. 3/Issue 10/2015/038) All rights reserved by www.ijsrd.com 172  First we obtain an intermediate High Resolution (HR) image through WZP method.  After that we obtain N number of images through spatial shifting, wavelet transforming and discarding high frequency component.  Again, WZP process is applied to all Low Resolution (LR) images to get different High Resolution (HR) images.  These High Resolution (HR) images are realigned and averaged to give a final High Resolution (HR) image. Fig. 2: CS-WZP C. Undecimated Wavelet Transform (UWT) [4] Undecimated wavelet transform is wavelet transform technique which does not use decimation after the decomposition of images into different frequency sub bands. In this technique, first WZP method is applied to acquire an estimate of HR picture. If the LR image is meant with Y of size m*n then the estimated HR picture is given by: Where, b is the zero matrix of size m*n and IDWT is the inverse discrete wavelet transform. In next step, undecimated wavelet transform is performed on the estimated HR picture, as a result of which picture is decomposed into two bands called estimated details and approximation coefficients. Then, these coefficients are replaced with estimated initial values of HR image and thus inverse UWT is performed in order to get the HR image. Fig. 3: Undecimated wavelet Transform D. Discrete Wavelet Transform (DWT) [4] Discrete wavelet change based method is most broadly utilized method for performing image interpolation. To decompose an LR image into 4 sub-bands LL (low low), LH (low high), HL (high low), HH (high high) we use DWT. Then all these sub bands are combined or interpolated. Then we can get a difference of image by discarding the LL band from original LR image. Then, this difference image is then added to the higher band components of the image. Thus finally IDWT is used to combine the estimated high resolution images with input images to get the original HR image. The DWT technique is shown in the figure. Fig 4: Discrete Wavelength Transform E. Image Quality Evaluation [2] : The result or output image can be evaluated with two characteristics, parameters, distortion & sharpness. Adjusting errors are calculated by computing MSE (Mean Squared Error) according to the distortion evaluation. The quality of image is based on the parameter PSNR (Peak Signal to Noise ratio). Higher the PSNR, better the image quality. The formulas for MSE and PSNR are given below. III. CONCLUSION From this survey paper we can get the idea and comparison about different image enhancement techniques using wavelet transform. Also, the resolution enhancement that is not wavelet based can have disadvantage of losing high frequency. From the study we also come to know that the DWT is most efficient of all four given techniques. For future work, Multi Wavelet Transform can be obtained for fewer artifacts compared to other techniques. REFERENCES [1] O. Harikrishna, A.Maheshwari, “Satellite Image Resolution Enhancement using DWT Technique.” IJSCE, 2231-2307, Volume-2, Issue-5, November- 2012. [2] Ravi B. Mehta, Richard Sonaliya, “Survey on Satellite Image Enhancement Techniques”, International Journal of Computer Science and Information Technologies, Vol. 5 (6), 2014, 7411-7414. [3] Gonzales, R.C. and R.E. Woods, 2002. Digital Image Processing. 2nd Edn., Prentice Hall, USA., ISBN:10:0130946508, pp:793. [4] K. Narasimhan, V. Elamaran, Sauravkumar, Kundan Sharma & Pogaku Raghavendra Abhishek, “Comparison of Satellite Image Enhancement Techniques in Wavelet Domain”, RJASET, 4(24):5492- 5496, 2040-7467, 2012. [5] P. Suganya, N.Mohanapriya, A.Vanitha, “Survey on Image Resolution Techniques for Satellite Images”, IJCSIT, 0975-9646, Volume-4(6) 2013, 835-838.