SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1465
A Comparative Review of Satellite Image Super resolution techniques
Kangan Sardar1, Inderpreet Kaur2
1 M.Tech student, Computer science and Engineering, Bahra Group of Institutions, Patiala, India
2 Assistant Professor, Computer science and Engineering, Bahra Group of Institutions, Patiala, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract –Resolution of satellite imagesisaveryimportant
factor and needs to be preserved for various applications. A
number of techniques have been proposed by various
researchers in this context. Image resolution can be enhanced
in frequency and spatial domains. This paper presents a
comparative review of some of the common methodologies in
frequency domain, that are used for satellite image resolution
enhancement.
Key Words: wavelet, transform,interpolation,DWT,bilinear,
bicubic, WZP, cycle-spinning.
1. INTRODUCTION
Satellite imaging is carried out by a high flying satellite or
aircraft that examines the earth to obtain knowledge about
the earth. There are a number of satellites that examine the
earth for different purposes. Satellite images are used in
plenty of applications such as medical images, agricultural
images, assisting plannersand engineers, extractingmineral
deposits, disaster mitigation planning and recovery. But,the
images captured by satellites suffer from a number of
artifacts due to very low frequencies. Hence in order to
upgrade the quality of images, there are a number of image
resolution enhancement methodologies designed and
implemented by different researchers.Thispaperrepresents
a study and comparison of different image resolution
enhancement strategies. The image resolutionenhancement
methodologies can be classified into two broad categories:
1.1 Frequency Domain methods
Frequency domain strategies work upon the Fourier
transform of the image. Fourier transform is computed for
the original image, all the processing operations are carried
out on this transform and then after all the operations, the
inverse of transform is applied to obtain a high resolution
image [6].
1.2 Spatial Domain Methods
Spatial domain imagesdirectly workuponthepixelsofthe
input images. The operations are directlycarriedonthepixel
values of the input image and finally a higher resolution
image is attained. But these techniques are not robust as
compared to frequency domain [10].
Image resolution enhancement infrequencydomainisbetter
as compared to spatial domain methods in all respects.
Frequency domain methodsmake use of Fourier transforms
and a technique called interpolation in order to enhance the
resolutionof the image. There are a number of interpolation
techniques that can be used to interject new pixels into an
image to enhance its quality [1][16].
2. Interpolation Based Frequency DomainMethods
Generally, interpolation is a technique that generates new
pixel points on the basis of the existing pixel values.
Interpolation is usedin conjunctionwithdifferenttransforms
in order to upgrade the resolution of satellite images. There
are different types of interpolation techniques that are used
in frequency domain [15].
2.1 Piecewise Linear Transformation: In this
methodology, each and every pixel point is considered for
manipulation. This enhances the resolution of an image by
considering mean dynamic range maximization. It was first
developed for monochrome images and then extended for
color images [11].
2.2 Nearest Neighbor Interpolation (NNI): Thisisthe
simplest form of interpolationthatdoesnot actuallyproduce
a new pixel. NNIworksby setting an emptypixelvalueinside
the image to a new value corresponding to the value of the
nearest pixel, that’s why the name nearest neighbor. This
results in enlargement of image pixels which causes some
irregularity in the edges of the images [7][8]. Thus NNI is the
least preferred technique for image resolutionenhancement.
2.3 Bilinear Interpolation: The issue of irregularity in
edges caused by nearest neighbor technique is solved by
bilinear interpolation. Bilinear interpolation considers four
diagonally nearest pixel values from the given pixel in order
to determine the relevant intensity of that pixel [12]. First of
all, 2X2 neighborhood of the unknown pixel is determined,
and then a weighted average of these is carried out in order
to find the appropriate value. This technique smoothens the
edges of the image but may cause a little blurriness in the
output image.
2.4 Bicubic Interpolation: In order to resolve the issues
of nearest neighbor interpolation and bilinear interpolation,
bicubic interpolation was designed. This strategy considers
the 4X4 neighborhood of the unknown pixel, taking into
account sixteen nearest pixels to determine the appropriate
pixel value of unknown point. As the range is wider, thus
bicubic interpolationproducesbetter results ascomparedto
nearest neighbor and bilinear interpolations.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1466
2.5 2D Wavelet Transformation: Wavelet
transformationis usedtodisintegrate the originalimageinto
a number of subband images with different frequencies.
Discretewavelet transform in twodimensionsproducesfour
subbandsnamely::LL(low-low),LH(low-high),HL(high-low),
and HH(high-high) subbands.The low-low subband is
considered approximate to the original input image [9][14].
Fig -1: 2D Wavelet Transformation
2.6 2D Wavelet Transformation and WZP: To carry
out the wavelet disintegration of an image, discrete wavelet
transform in one dimension is applied along the rows and
columnsof the image. Outof the subbandsproduced,thelow-
low subband is used as the input image for further
processing. Aftertransformation,waveletzeropadding(WZP)
is done. In WZP, matrices of zero are appended to the other
three subband images and then, inverse of discrete wavelet
transform is applied to obtain the output image [3]. WZP is a
simple technique, but results are not much better as
compared to those of bicubic interpolation.
Fig -2: 2D Wavelet Transformation and WZP
2.7 2D Wavelet Transformation and CS: In this
technique, first of all, an initial higher resolution image is
originated using WZP, then cycle spinning(CS) is carried out
where, a z-domain shift operator is applied on originated
image in horizontal and vertical directions. CS produces a
number of shifted images. After that, discrete wavelet
transform is applied and all the higher resolution subbands
are eliminated [13][16]. Finally, edge rectification is carried
out to obtain the final output image.
Fig -3: 2D Wavelet Transformation and CS
2.8 Complex WT: This technique is very similartowavelet
transformation. Likewise, complex wavelet transform
producestwolow frequency subbandsandsixhighfrequency
subbands, that have complex values (real and imaginary
parts). The higher frequency subbands are subjected to
bicubic interpolation by factor of α and a factor of α/2 to
attain a number of high frequency complex valued subbands
[10]. Finally, all these subband images are subjected to
inverse of CWT to produce the final high resolution output
image.
Fig -4 Complex WT
2.9 Discrete WT: This is a simple technique in which
wavelet transform is first of all applied to the original image
two produce the four subbands. Then, the higher frequency
subbandsare interpolated using bicubic interpolation which
produces high resolution coefficients, which are then
subjected to inverse of wavelet transform to attain the final
output image [4][5][17].
Fig -5 Discrete WT
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1467
3. CONCLUSIONS
The review and study of various image resolution
enhancement techniques is done and it has been observed
that interpolation alone cannot upgrade theresolutionofthe
satellite images. Thus, wavelet transform in combination
with interpolation is used. Out of the existing interpolations,
bicubic interpolation is the best in terms of performance,
and thus, it is used with wavelet transforms to enhance the
image resolution [2][18].
REFERENCES
[1] A. Abirami, and N. Akshaya, “Enhancement of Satellite
Image Resolution with Moving Objects”, International
Journal of Electronicsand Communication Engineering,
Volume 4, Issue 6, pp. 22-27, 2013.
[2] A. Namdeo, and S. S. Bhadoriya, "A Review on Image
Enhancement Techniques with its Advantages and
Disadvantages", International Journal for Scientific
Research & Development, Volume 2, Issue 5, pp. 171-
182, 2016.
[3] A. R. Karande, and A. L. Renke, "A Review on Image
Enhancement Methods", International Journal of
Computer Applications, Volume 164, Issue 6, pp. 4-9,
2017.
[4] D. D. Buchade, and Prof. L.K. Chouthmol, "Image
Resolution Enhancement by using wavelet transform",
International Research Journal of Engineering and
Technology, Volume 4, Issue 6, pp. 1540-1544, 2017.
[5] H. Demirel, and G. Anbarjafari, “Image Resolution
Enhancement by using Discrete and Stationary Wavelet
Decomposition,” IEEE Transactions on Image
Processing, Volume 20, Issue 5, pp. 1458–1460, 2011.
[6] J. P. Bidishaw, and Dr. T. Nalini, "A Survey on Various
Image Enhancement Techniques", InternationalJournal
of Advanced Research in Computer Science, Volume 5,
Issue 3, pp. 160-162, 2014.
[7] M. A. Bendoumi, M. He, and S. Mei, “HyperspectralImage
Resolution Enhancement using High-Resolution
Multispectral Image based on Spectral Unmixing”, IEEE
transactions on Geosciences and Remote Sensing,
Volume 52, Issue 10, 2014.
[8] N. Tripathi, and A.P. K. G. Kirar, "Image Resolution
Enhancement by Wavelet Transform Based
Interpolation and Image Fusion", International Journal
of Advanced Research in Computer Science and
Software Engineering, Volume 4, Issue 8, pp. 318-323,
2014.
[9] O.Harikrishna, and A.Maheshwari “Satellite Image
Resolution Enhancement using DWT Technique”,
International Journal of SoftComputingandEngineering
Volume 2, Issue 5, 2012.
[10] P. Agrawal , V. Chourasia, R. Kapoor , and S. Agrawal, "A
Comprehensive Study of the Image Enhancement
Techniques", International Journal of Advance
Foundation and Research in Computer, Volume 1, Issue
7, pp. 84 -89, 2014.
[11] P. Janani, J. Premaladha, and K. S. Ravichandran, "Image
Enhancement Techniques: A Study", Indian Journal of
Science and Technology, Volume 8, Issue 22, pp. 1-12,
2015.
[12] P. Saranya, K. Fatimakani K, P. Kanchanadevi, S.
Venkatesan, and S. Govindaraju, "Survey on Wavelet
Domain Techniques for Image Super Resolution",
International Journal of Computer Science and Mobile
Computing, Volume 3, Issue 3, pp. 235-243, 2014.
[13] P.Suganya, N.Mohanapriya, and A.Vanitha “Survey on
Image Resolution Techniques for Satellite Images”
International Journal of Computer Science and
Information Technologies, Volume 4, Issue 6 ,pp. 835-
838, 2013.
[14] S. Azam, F. T. Zohra, and M. M. Islam, "A State-of-the-art
Review on Wavelet Based Image Resolution
Enhancement Techniques: Performance Evaluation
Criteria and Issues", International Journal of Image,
Graphics and Signal Processing, Volume 9, pp. 35-46,
2014.
[15] S. Dhariwal, "Comparative Analysis of Various Image
Enhancement Techniques", International Journal of
Electronics & Communication Technology, Volume 2,
Issue 3, pp. 91-95, 2011.
[16] S. Kaur, and P. Kaur, "Review and Analysis of Various
Image Enhancement Techniques", InternationalJournal
of Computer Applications Technology and Research,
Volume 4, Issue 5, pp. 414-418, 2015.
[17] S. Khidse, and M. Nagori, "Implementation and
Comparison of Image Enhancement Techniques",
International Journal of Computer Applications,Volume
96, Issue 4, pp. 9-16, 2014.
[18] W. Witwit, Y. Zhao, K. Jenkins, and Y. Zhao, "Satellite
image resolution enhancement using discrete wavelet
transform and new edge-directedinterpolation",Journal
of Electronic Imaging, Volume 26, Issue 2, 2017.

More Related Content

PDF
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
IRJET Journal
 
PDF
Image Resolution Enhancement by using Wavelet Transform
IRJET Journal
 
PDF
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET Journal
 
PDF
Digital Image Processing: Image Segmentation
Mostafa G. M. Mostafa
 
PDF
Satellite Image Enhancement Using Dual Tree Complex Wavelet Transform
journalBEEI
 
PDF
Image resolution enhancement by using wavelet transform 2
IAEME Publication
 
PDF
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
IRJET Journal
 
PDF
Visual Cryptography using Image Thresholding
IRJET Journal
 
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
IRJET Journal
 
Image Resolution Enhancement by using Wavelet Transform
IRJET Journal
 
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET Journal
 
Digital Image Processing: Image Segmentation
Mostafa G. M. Mostafa
 
Satellite Image Enhancement Using Dual Tree Complex Wavelet Transform
journalBEEI
 
Image resolution enhancement by using wavelet transform 2
IAEME Publication
 
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
IRJET Journal
 
Visual Cryptography using Image Thresholding
IRJET Journal
 

What's hot (20)

PDF
Digital Image Processing: Image Enhancement in the Spatial Domain
Mostafa G. M. Mostafa
 
PDF
Ijetr011837
ER Publication.org
 
PDF
IMAGE QUALITY OPTIMIZATION USING RSATV
paperpublications3
 
PPTX
Chapter 1 and 2 gonzalez and woods
asodariyabhavesh
 
PDF
Single image super resolution with improved wavelet interpolation and iterati...
iosrjce
 
PDF
Satellite image resolution enhancement using multi
eSAT Publishing House
 
PDF
Av4301248253
IJERA Editor
 
PDF
Survey on Various Image Denoising Techniques
IRJET Journal
 
PDF
Digital image processing - OLD
National Institute of Technology Durgapur
 
PDF
An efficient fusion based up sampling technique for restoration of spatially ...
ijitjournal
 
PDF
A comprehensive method for image contrast enhancement based on global –local ...
eSAT Publishing House
 
PDF
Survey on Haze Removal Techniques
Editor IJMTER
 
PDF
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
IRJET Journal
 
PDF
IRJET-Design and Implementation of Haze Removal System
IRJET Journal
 
PDF
IRJET - Underwater Image Enhancement using PCNN and NSCT Fusion
IRJET Journal
 
PDF
An improved hdr image processing using fast global tone mapping
eSAT Journals
 
PDF
An improved hdr image processing using fast global
eSAT Publishing House
 
PPT
Image pre processing
Ashish Kumar
 
PDF
High Efficiency Haze Removal Using Contextual Regularization Algorithm
IRJET Journal
 
PDF
Matching algorithm performance analysis for autocalibration method of stereo ...
TELKOMNIKA JOURNAL
 
Digital Image Processing: Image Enhancement in the Spatial Domain
Mostafa G. M. Mostafa
 
Ijetr011837
ER Publication.org
 
IMAGE QUALITY OPTIMIZATION USING RSATV
paperpublications3
 
Chapter 1 and 2 gonzalez and woods
asodariyabhavesh
 
Single image super resolution with improved wavelet interpolation and iterati...
iosrjce
 
Satellite image resolution enhancement using multi
eSAT Publishing House
 
Av4301248253
IJERA Editor
 
Survey on Various Image Denoising Techniques
IRJET Journal
 
Digital image processing - OLD
National Institute of Technology Durgapur
 
An efficient fusion based up sampling technique for restoration of spatially ...
ijitjournal
 
A comprehensive method for image contrast enhancement based on global –local ...
eSAT Publishing House
 
Survey on Haze Removal Techniques
Editor IJMTER
 
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
IRJET Journal
 
IRJET-Design and Implementation of Haze Removal System
IRJET Journal
 
IRJET - Underwater Image Enhancement using PCNN and NSCT Fusion
IRJET Journal
 
An improved hdr image processing using fast global tone mapping
eSAT Journals
 
An improved hdr image processing using fast global
eSAT Publishing House
 
Image pre processing
Ashish Kumar
 
High Efficiency Haze Removal Using Contextual Regularization Algorithm
IRJET Journal
 
Matching algorithm performance analysis for autocalibration method of stereo ...
TELKOMNIKA JOURNAL
 
Ad

Similar to IRJET- A Comparative Review of Satellite Image Super Resolution Techniques (20)

PDF
A Review of Image Contrast Enhancement Techniques
IRJET Journal
 
PDF
IRJET- Image Enhancement using Various Discrete Wavelet Transformation Fi...
IRJET Journal
 
PDF
IMAGE RESOLUTION ENHANCEMENT BY USING SWT AND DWT
IRJET Journal
 
PDF
Dv34745751
IJERA Editor
 
PDF
Despeckling of Sar Image using Curvelet Transform
IRJET Journal
 
PDF
Comparative Analysis of image Enhancement Techniques on Real Time images
IJSRED
 
PDF
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET Journal
 
PDF
Improving the iterative back projection estimation through Lorentzian sharp i...
IJECEIAES
 
PDF
IRJET- Lunar Image Fusion based on DT-CWT, Curvelet Transform and NSCT
IRJET Journal
 
PDF
A Review on Deformation Measurement from Speckle Patterns using Digital Image...
IRJET Journal
 
PDF
IRJET- Satellite Image Resolution Enhancement
IRJET Journal
 
PDF
A Novel Dehazing Method for Color Accuracy and Contrast Enhancement Method fo...
IRJET Journal
 
PDF
Ik3415621565
IJERA Editor
 
PDF
IRJET- Exploring Image Super Resolution Techniques
IRJET Journal
 
PDF
Performance analysis of high resolution images using interpolation techniques...
sipij
 
PDF
G04302058063
ijceronline
 
PDF
IRJET- Design of Image Resolution Enhancement by using DWT and SWT
IRJET Journal
 
PDF
IRJET-Underwater Image Enhancement by Wavelet Decomposition using FPGA
IRJET Journal
 
PDF
40120140502010
IAEME Publication
 
PDF
40120140502010
IAEME Publication
 
A Review of Image Contrast Enhancement Techniques
IRJET Journal
 
IRJET- Image Enhancement using Various Discrete Wavelet Transformation Fi...
IRJET Journal
 
IMAGE RESOLUTION ENHANCEMENT BY USING SWT AND DWT
IRJET Journal
 
Dv34745751
IJERA Editor
 
Despeckling of Sar Image using Curvelet Transform
IRJET Journal
 
Comparative Analysis of image Enhancement Techniques on Real Time images
IJSRED
 
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET Journal
 
Improving the iterative back projection estimation through Lorentzian sharp i...
IJECEIAES
 
IRJET- Lunar Image Fusion based on DT-CWT, Curvelet Transform and NSCT
IRJET Journal
 
A Review on Deformation Measurement from Speckle Patterns using Digital Image...
IRJET Journal
 
IRJET- Satellite Image Resolution Enhancement
IRJET Journal
 
A Novel Dehazing Method for Color Accuracy and Contrast Enhancement Method fo...
IRJET Journal
 
Ik3415621565
IJERA Editor
 
IRJET- Exploring Image Super Resolution Techniques
IRJET Journal
 
Performance analysis of high resolution images using interpolation techniques...
sipij
 
G04302058063
ijceronline
 
IRJET- Design of Image Resolution Enhancement by using DWT and SWT
IRJET Journal
 
IRJET-Underwater Image Enhancement by Wavelet Decomposition using FPGA
IRJET Journal
 
40120140502010
IAEME Publication
 
40120140502010
IAEME Publication
 
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
IRJET Journal
 
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
PDF
Kiona – A Smart Society Automation Project
IRJET Journal
 
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
IRJET Journal
 
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
IRJET Journal
 
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
IRJET Journal
 
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
IRJET Journal
 
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
IRJET Journal
 
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
IRJET Journal
 
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
IRJET Journal
 
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
IRJET Journal
 
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
IRJET Journal
 
PDF
Breast Cancer Detection using Computer Vision
IRJET Journal
 
PDF
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
PDF
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
IRJET Journal
 
PDF
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
PDF
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
IRJET Journal
 
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
Kiona – A Smart Society Automation Project
IRJET Journal
 
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
IRJET Journal
 
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
IRJET Journal
 
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
IRJET Journal
 
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
IRJET Journal
 
BRAIN TUMOUR DETECTION AND CLASSIFICATION
IRJET Journal
 
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
IRJET Journal
 
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
IRJET Journal
 
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
IRJET Journal
 
Breast Cancer Detection using Computer Vision
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 

Recently uploaded (20)

PDF
2025 Laurence Sigler - Advancing Decision Support. Content Management Ecommer...
Francisco Javier Mora Serrano
 
PPTX
Chapter_Seven_Construction_Reliability_Elective_III_Msc CM
SubashKumarBhattarai
 
PPTX
MSME 4.0 Template idea hackathon pdf to understand
alaudeenaarish
 
PPT
Ppt for engineering students application on field effect
lakshmi.ec
 
PPT
1. SYSTEMS, ROLES, AND DEVELOPMENT METHODOLOGIES.ppt
zilow058
 
PDF
LEAP-1B presedntation xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hatem173148
 
PDF
top-5-use-cases-for-splunk-security-analytics.pdf
yaghutialireza
 
PDF
FLEX-LNG-Company-Presentation-Nov-2017.pdf
jbloggzs
 
PPTX
Civil Engineering Practices_BY Sh.JP Mishra 23.09.pptx
bineetmishra1990
 
PDF
Biodegradable Plastics: Innovations and Market Potential (www.kiu.ac.ug)
publication11
 
PPTX
22PCOAM21 Session 2 Understanding Data Source.pptx
Guru Nanak Technical Institutions
 
PPTX
Victory Precisions_Supplier Profile.pptx
victoryprecisions199
 
PDF
Software Testing Tools - names and explanation
shruti533256
 
PDF
2010_Book_EnvironmentalBioengineering (1).pdf
EmilianoRodriguezTll
 
PDF
dse_final_merit_2025_26 gtgfffffcjjjuuyy
rushabhjain127
 
PDF
Zero carbon Building Design Guidelines V4
BassemOsman1
 
PDF
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
PPTX
Module2 Data Base Design- ER and NF.pptx
gomathisankariv2
 
PDF
JUAL EFIX C5 IMU GNSS GEODETIC PERFECT BASE OR ROVER
Budi Minds
 
PDF
EVS+PRESENTATIONS EVS+PRESENTATIONS like
saiyedaqib429
 
2025 Laurence Sigler - Advancing Decision Support. Content Management Ecommer...
Francisco Javier Mora Serrano
 
Chapter_Seven_Construction_Reliability_Elective_III_Msc CM
SubashKumarBhattarai
 
MSME 4.0 Template idea hackathon pdf to understand
alaudeenaarish
 
Ppt for engineering students application on field effect
lakshmi.ec
 
1. SYSTEMS, ROLES, AND DEVELOPMENT METHODOLOGIES.ppt
zilow058
 
LEAP-1B presedntation xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hatem173148
 
top-5-use-cases-for-splunk-security-analytics.pdf
yaghutialireza
 
FLEX-LNG-Company-Presentation-Nov-2017.pdf
jbloggzs
 
Civil Engineering Practices_BY Sh.JP Mishra 23.09.pptx
bineetmishra1990
 
Biodegradable Plastics: Innovations and Market Potential (www.kiu.ac.ug)
publication11
 
22PCOAM21 Session 2 Understanding Data Source.pptx
Guru Nanak Technical Institutions
 
Victory Precisions_Supplier Profile.pptx
victoryprecisions199
 
Software Testing Tools - names and explanation
shruti533256
 
2010_Book_EnvironmentalBioengineering (1).pdf
EmilianoRodriguezTll
 
dse_final_merit_2025_26 gtgfffffcjjjuuyy
rushabhjain127
 
Zero carbon Building Design Guidelines V4
BassemOsman1
 
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
Module2 Data Base Design- ER and NF.pptx
gomathisankariv2
 
JUAL EFIX C5 IMU GNSS GEODETIC PERFECT BASE OR ROVER
Budi Minds
 
EVS+PRESENTATIONS EVS+PRESENTATIONS like
saiyedaqib429
 

IRJET- A Comparative Review of Satellite Image Super Resolution Techniques

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1465 A Comparative Review of Satellite Image Super resolution techniques Kangan Sardar1, Inderpreet Kaur2 1 M.Tech student, Computer science and Engineering, Bahra Group of Institutions, Patiala, India 2 Assistant Professor, Computer science and Engineering, Bahra Group of Institutions, Patiala, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract –Resolution of satellite imagesisaveryimportant factor and needs to be preserved for various applications. A number of techniques have been proposed by various researchers in this context. Image resolution can be enhanced in frequency and spatial domains. This paper presents a comparative review of some of the common methodologies in frequency domain, that are used for satellite image resolution enhancement. Key Words: wavelet, transform,interpolation,DWT,bilinear, bicubic, WZP, cycle-spinning. 1. INTRODUCTION Satellite imaging is carried out by a high flying satellite or aircraft that examines the earth to obtain knowledge about the earth. There are a number of satellites that examine the earth for different purposes. Satellite images are used in plenty of applications such as medical images, agricultural images, assisting plannersand engineers, extractingmineral deposits, disaster mitigation planning and recovery. But,the images captured by satellites suffer from a number of artifacts due to very low frequencies. Hence in order to upgrade the quality of images, there are a number of image resolution enhancement methodologies designed and implemented by different researchers.Thispaperrepresents a study and comparison of different image resolution enhancement strategies. The image resolutionenhancement methodologies can be classified into two broad categories: 1.1 Frequency Domain methods Frequency domain strategies work upon the Fourier transform of the image. Fourier transform is computed for the original image, all the processing operations are carried out on this transform and then after all the operations, the inverse of transform is applied to obtain a high resolution image [6]. 1.2 Spatial Domain Methods Spatial domain imagesdirectly workuponthepixelsofthe input images. The operations are directlycarriedonthepixel values of the input image and finally a higher resolution image is attained. But these techniques are not robust as compared to frequency domain [10]. Image resolution enhancement infrequencydomainisbetter as compared to spatial domain methods in all respects. Frequency domain methodsmake use of Fourier transforms and a technique called interpolation in order to enhance the resolutionof the image. There are a number of interpolation techniques that can be used to interject new pixels into an image to enhance its quality [1][16]. 2. Interpolation Based Frequency DomainMethods Generally, interpolation is a technique that generates new pixel points on the basis of the existing pixel values. Interpolation is usedin conjunctionwithdifferenttransforms in order to upgrade the resolution of satellite images. There are different types of interpolation techniques that are used in frequency domain [15]. 2.1 Piecewise Linear Transformation: In this methodology, each and every pixel point is considered for manipulation. This enhances the resolution of an image by considering mean dynamic range maximization. It was first developed for monochrome images and then extended for color images [11]. 2.2 Nearest Neighbor Interpolation (NNI): Thisisthe simplest form of interpolationthatdoesnot actuallyproduce a new pixel. NNIworksby setting an emptypixelvalueinside the image to a new value corresponding to the value of the nearest pixel, that’s why the name nearest neighbor. This results in enlargement of image pixels which causes some irregularity in the edges of the images [7][8]. Thus NNI is the least preferred technique for image resolutionenhancement. 2.3 Bilinear Interpolation: The issue of irregularity in edges caused by nearest neighbor technique is solved by bilinear interpolation. Bilinear interpolation considers four diagonally nearest pixel values from the given pixel in order to determine the relevant intensity of that pixel [12]. First of all, 2X2 neighborhood of the unknown pixel is determined, and then a weighted average of these is carried out in order to find the appropriate value. This technique smoothens the edges of the image but may cause a little blurriness in the output image. 2.4 Bicubic Interpolation: In order to resolve the issues of nearest neighbor interpolation and bilinear interpolation, bicubic interpolation was designed. This strategy considers the 4X4 neighborhood of the unknown pixel, taking into account sixteen nearest pixels to determine the appropriate pixel value of unknown point. As the range is wider, thus bicubic interpolationproducesbetter results ascomparedto nearest neighbor and bilinear interpolations.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1466 2.5 2D Wavelet Transformation: Wavelet transformationis usedtodisintegrate the originalimageinto a number of subband images with different frequencies. Discretewavelet transform in twodimensionsproducesfour subbandsnamely::LL(low-low),LH(low-high),HL(high-low), and HH(high-high) subbands.The low-low subband is considered approximate to the original input image [9][14]. Fig -1: 2D Wavelet Transformation 2.6 2D Wavelet Transformation and WZP: To carry out the wavelet disintegration of an image, discrete wavelet transform in one dimension is applied along the rows and columnsof the image. Outof the subbandsproduced,thelow- low subband is used as the input image for further processing. Aftertransformation,waveletzeropadding(WZP) is done. In WZP, matrices of zero are appended to the other three subband images and then, inverse of discrete wavelet transform is applied to obtain the output image [3]. WZP is a simple technique, but results are not much better as compared to those of bicubic interpolation. Fig -2: 2D Wavelet Transformation and WZP 2.7 2D Wavelet Transformation and CS: In this technique, first of all, an initial higher resolution image is originated using WZP, then cycle spinning(CS) is carried out where, a z-domain shift operator is applied on originated image in horizontal and vertical directions. CS produces a number of shifted images. After that, discrete wavelet transform is applied and all the higher resolution subbands are eliminated [13][16]. Finally, edge rectification is carried out to obtain the final output image. Fig -3: 2D Wavelet Transformation and CS 2.8 Complex WT: This technique is very similartowavelet transformation. Likewise, complex wavelet transform producestwolow frequency subbandsandsixhighfrequency subbands, that have complex values (real and imaginary parts). The higher frequency subbands are subjected to bicubic interpolation by factor of α and a factor of α/2 to attain a number of high frequency complex valued subbands [10]. Finally, all these subband images are subjected to inverse of CWT to produce the final high resolution output image. Fig -4 Complex WT 2.9 Discrete WT: This is a simple technique in which wavelet transform is first of all applied to the original image two produce the four subbands. Then, the higher frequency subbandsare interpolated using bicubic interpolation which produces high resolution coefficients, which are then subjected to inverse of wavelet transform to attain the final output image [4][5][17]. Fig -5 Discrete WT
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 04 | Apr-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1467 3. CONCLUSIONS The review and study of various image resolution enhancement techniques is done and it has been observed that interpolation alone cannot upgrade theresolutionofthe satellite images. Thus, wavelet transform in combination with interpolation is used. Out of the existing interpolations, bicubic interpolation is the best in terms of performance, and thus, it is used with wavelet transforms to enhance the image resolution [2][18]. REFERENCES [1] A. Abirami, and N. Akshaya, “Enhancement of Satellite Image Resolution with Moving Objects”, International Journal of Electronicsand Communication Engineering, Volume 4, Issue 6, pp. 22-27, 2013. [2] A. Namdeo, and S. S. Bhadoriya, "A Review on Image Enhancement Techniques with its Advantages and Disadvantages", International Journal for Scientific Research & Development, Volume 2, Issue 5, pp. 171- 182, 2016. [3] A. R. Karande, and A. L. Renke, "A Review on Image Enhancement Methods", International Journal of Computer Applications, Volume 164, Issue 6, pp. 4-9, 2017. [4] D. D. Buchade, and Prof. L.K. Chouthmol, "Image Resolution Enhancement by using wavelet transform", International Research Journal of Engineering and Technology, Volume 4, Issue 6, pp. 1540-1544, 2017. [5] H. Demirel, and G. Anbarjafari, “Image Resolution Enhancement by using Discrete and Stationary Wavelet Decomposition,” IEEE Transactions on Image Processing, Volume 20, Issue 5, pp. 1458–1460, 2011. [6] J. P. Bidishaw, and Dr. T. Nalini, "A Survey on Various Image Enhancement Techniques", InternationalJournal of Advanced Research in Computer Science, Volume 5, Issue 3, pp. 160-162, 2014. [7] M. A. Bendoumi, M. He, and S. Mei, “HyperspectralImage Resolution Enhancement using High-Resolution Multispectral Image based on Spectral Unmixing”, IEEE transactions on Geosciences and Remote Sensing, Volume 52, Issue 10, 2014. [8] N. Tripathi, and A.P. K. G. Kirar, "Image Resolution Enhancement by Wavelet Transform Based Interpolation and Image Fusion", International Journal of Advanced Research in Computer Science and Software Engineering, Volume 4, Issue 8, pp. 318-323, 2014. [9] O.Harikrishna, and A.Maheshwari “Satellite Image Resolution Enhancement using DWT Technique”, International Journal of SoftComputingandEngineering Volume 2, Issue 5, 2012. [10] P. Agrawal , V. Chourasia, R. Kapoor , and S. Agrawal, "A Comprehensive Study of the Image Enhancement Techniques", International Journal of Advance Foundation and Research in Computer, Volume 1, Issue 7, pp. 84 -89, 2014. [11] P. Janani, J. Premaladha, and K. S. Ravichandran, "Image Enhancement Techniques: A Study", Indian Journal of Science and Technology, Volume 8, Issue 22, pp. 1-12, 2015. [12] P. Saranya, K. Fatimakani K, P. Kanchanadevi, S. Venkatesan, and S. Govindaraju, "Survey on Wavelet Domain Techniques for Image Super Resolution", International Journal of Computer Science and Mobile Computing, Volume 3, Issue 3, pp. 235-243, 2014. [13] P.Suganya, N.Mohanapriya, and A.Vanitha “Survey on Image Resolution Techniques for Satellite Images” International Journal of Computer Science and Information Technologies, Volume 4, Issue 6 ,pp. 835- 838, 2013. [14] S. Azam, F. T. Zohra, and M. M. Islam, "A State-of-the-art Review on Wavelet Based Image Resolution Enhancement Techniques: Performance Evaluation Criteria and Issues", International Journal of Image, Graphics and Signal Processing, Volume 9, pp. 35-46, 2014. [15] S. Dhariwal, "Comparative Analysis of Various Image Enhancement Techniques", International Journal of Electronics & Communication Technology, Volume 2, Issue 3, pp. 91-95, 2011. [16] S. Kaur, and P. Kaur, "Review and Analysis of Various Image Enhancement Techniques", InternationalJournal of Computer Applications Technology and Research, Volume 4, Issue 5, pp. 414-418, 2015. [17] S. Khidse, and M. Nagori, "Implementation and Comparison of Image Enhancement Techniques", International Journal of Computer Applications,Volume 96, Issue 4, pp. 9-16, 2014. [18] W. Witwit, Y. Zhao, K. Jenkins, and Y. Zhao, "Satellite image resolution enhancement using discrete wavelet transform and new edge-directedinterpolation",Journal of Electronic Imaging, Volume 26, Issue 2, 2017.