SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2290
IMAGE RESOLUTION ENHANCEMENT BY USING SWT AND DWT
Ayesha Tamboli1, Shital Ligade2, Komal jadhav3, prof. N. P. Kulkarni4
1-3Final year student, Department of Electronics and Telecommunication Engineering, SVERI,
Maharashtra, India
4 Professor. N. P. Kulkarni Department of Electronics and Telecommunication Engineering, SVERI,
Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - We employed the Interpolation technique with the Stationary Wavelet Transform (SWT) and Discrete Wavelet
Transform (DWT) to improve image resolution.
We get three frequency sub-bands by applying DWT to the input image, and we also get three frequency subbands by
applying SWT to the input image.
By applying the Interpolation technique and adding SWT and DWT, we were able to achieve the same input size. As a
result, we now have three separate frequency sub-bands.
Then we had to apply the Inverse Discrete Wavelet Transform to the sub-bands to get the improved image.
Key Words: image processing, resolution software, matching.
1. INTRODUCTION
Image enhancement is a technique for improving image quality. The major goal of the modification was to improve the
image's interpretability by increasing the pixel count. Interpolation of high-frequency sub-band pictures generated by
discrete wavelet transform of the input image [4] is used as an image resolution approach. The basic goal of enhancement
is to improve the image's features to improve the quality of the image. Improve the quality We can improve the image
quality by employing SWT and DWT, as well as the interpolation technique. We use image enhancement to improve
images. To improve image quality, the pixel values must be increased. We will start with image improvement. In this case,
the image plays a significant influence. We can't recognize anything without photographs in our lives. Image enhancement
is a technique for improving image quality. The primary goal of the upgrade is to improve the interpretability of our
environment. Images are objects that can hold a variety of concepts, colors, details, and event information. Even though the
image isn't perfect, it does have a flaw that not everyone can overcome. It's obvious We can't tell what the picture's
objective is because there's less detail, less brightness, and noise in it. As a result, image. The image is a highly important
object in the sphere of geography, industry, medical, and as a result, development is required, especially at this time. The
amusement Digital image processing is a field that is frequently employed in large-scale investigations. Image captured on
a computer processing has many algorithms and methods for the process. Implementation of the algorithm can be done on
the input image to be processed further. With this digital image processing, an image with bad information would be great
if used in digital image enhancement. To use the image enhancement, we must understand what is contained in the image
of the problem in terms of what underlies us to use the image repair method, whether from detail, color, lighting, and
others. Because in image enhancement, not all methods will produce a good image after being processed. Sometimes we
initially want to improve the image but instead aggravate the image. Images are being used in many fields one of the major
issues of the image is their quality. DWT of a signal to obtain four sub-bands is calculated by using a series of high and low
pass filters (HPF and LPF).[5]
2. LITERATURE SURVEY
Poor lighting conditions or imaging devices with a limited dynamic range might result in low-contrast photographs. The
methods proposed are as follows:
For the dark and bright inputs, a fuzzy rule-based technique is used, followed by the use of sigmoid functions. Splitting
color images into RGB planes and applying membership functions to each plane is the method utilized for enhancement.
To distinguish between underexposed and overexposed parts of a picture, an objective function termed exposure is
defined. The picture is the spatial domain and the frequency domain are the two domains. Only if these satellite photos are
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2291
used effectively can they be used effectively. The photographs captured are of great quality, with high-resolution pixels,
and are free of extrinsic variables such as noise, capturing device defaults, and discreteness. Radiation sources, for
example. The number of pixels in a digital image rises as a result of interpolation, and its applications, such as image
editing, benefit. Facial reconstruction, resolution enhancement, and multiple description coding Interpolation has been
used to improve several approaches. As a result, the application of infrared technology is becoming more and more
common as a result of the integration of infrared technology and imaging technology. A great deal. However, due to the
limitations of infrared detector performance, the infrared image has low spatial resolution and poor visual quality. The
effect however isn't evident in low contrast and detailing as a result, infrared picture contrast and detail enhancement
have attracted a lot of attention. The X-ray image Since its inception, it has been widely employed in biomedical and
medical disciplines. X-ray pictures have now become an integral part of the process. in terms of medical diagnosis A
medical X-ray image provides a lot of information, but the details are fuzzy and the contrast is poor, so it's difficult to see
what's going on.
Detrimental consequences on a doctor's decision. As a result, enhancing image contrast and sharpness while reducing
sounds are important. The most important aspect of this type of image enhancement detrimental consequences on a
doctor's decision, as a result, enhancing image contrast and sharpness while reducing sounds are important.
3. METHODOLOGY
We use SWT and DWT interpolation as an image resolution enhancement technique. First, we must take a high-resolution
input image and down sample it using DWT. At the same time, we must apply SWT to the same input image, and it will be
down sampled in three different frequency sub-bands, while SWT will give the same frequency sub-bands. Finally, we
must apply the interpolation technique, which is nothing more than the addition of the outputs of SWT and DWT.
4. BLOCK DIAGRAM OF PROPOSED METHOD
To overcome the issue of low-quality of images we have to use the above technique to enhance the quality of images.
Block diagram of the proposed technique.
1. Original image
2. Discrete Wavelet Transform (DWT)
3. Stationary Wavelet Transform (SWT)
4. Interpolation technique
5. Inverse Discrete Wavelet Transform (IDWT)
6. High resolution image
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2292
Low resolution
image
SWT
DWT
LL HL
LH HH
LL LH HH
HL
+ +
+
Estimated
LH
Estimated
HH
Estimated
HL
IDWT
High resolution
Image
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2293
5. ALGORITHM
a. Input a low-resolution image.
b. Apply DWT and SWT on the input image.
c. Apply bicubic interpolation with a factor of 2 to high-frequency sub-bands.
d. Add interpolated high-frequency sub-bands of DWT and SWT technique to get the estimated sub-bands.
e. Apply IDWT to the interpolated sub-bands to get the high resolution.
RESULT
For testing, we've taken the two standard photos (Lena, baboon). We started with a 512*512 image, then down-sampled it
to 128*128 and ended up with a low-resolution image. Then, using SWT and DWT, we must increase the resolution to
512*512 using the interpolation approach. The PSNR ratio of the input image must be calculated.
PSNR=10log10[255^2/MSE]
The image's PSNR values were increased from 128*128 to 512*512.
6. CONCLUSION
The enhanced image is obtained by doing image resolution improvement utilizing the interpolation approach by SWT and
DWT. It improves the image quality and improves visual quality. The image of Lena and the baboon has different values, as
shown in the above result.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2294
REFERENCES
1. Siva Kumar B, Nagaraj S (2013), “Discrete and Stationary Wavelet Decomposition for Image Resolution
Enhancement,” in International Journal of Engineering Trends and Technology (IJETT), Volume 4, Issue 7,
Available at: http://ijettjournal.org/archive/ijett-v4i7p123
2. Hasan Demirel , Gholamreza Anbarjafari
https://www.researchgate.net/publication/224183525_IMAGE_Resolution_Enhancement_by_Using_Discrete_and
_Stationary_ Wavelet_Decomposition.
3. Vartika singh, Gourav kumar, Geetika Aurora. Analytical Evaluation for the enhancement of satellite image using
swarm intelligence techniques.2016 International Conference on computing for the sustainable global
development
4. Hasan Demirel et al. IEEE Trans Image Process. 2011 May. IMAGE resolution enhancement by using discrete and
stationary wavelet decomposition https://pubmed.ncbi.nlm.nih.gov/20959267/
5. Anbarjafari and H. Demirel, “SATELLITE IMAGE RESOLUTION ENHANCEMENT USING CWT” IEEE Geoscience and
The Remote Sensing Letter, vol 7, no- 1, pp. 123 to 126, Jan 2010.
BIOGRAPHIES
Ms. Ayesha Tamboli pursuing a BTech from SVERI College of Engineering,
Pandharpur in Electronics and Telecommunication Engineering. She has
completed an HSC from Dr. Chandrabhanu Sonvane jr College, Ukkadgaon.
Ms. Shital Ligade pursuing a BTech from SVERIs College of Engineering,
Pandharpur in Electronics and Telecommunication Engineering. She has
completed HSC from New English School and Jr College Kuril.
Ms. Komal Jadhav pursuing a BTech from SVERIs College of Engineering,
Pandharpur in Electronics and Telecommunication Engineering. She has
completed HSC Dada Patil Mahavidyalaya Karjat.
Ms . Neeta Kulkarni received her B.E. and M.E. degrees in Electronics and
Telecommunication Engineering from SVERIs College of Engineering,
Pandharpur. Currently, she is working as an Asst. Professor in SVERIs
College of Engineering, Pandharpur. Her research areas are Optical fiber
sensors, image processing, satellite communication, and Wireless
antennas for satellite applications. She is having 10 paper publications in
International Journals/ Conferences.

More Related Content

Similar to IMAGE RESOLUTION ENHANCEMENT BY USING SWT AND DWT

IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET-  	  Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET-  	  Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET Journal
 
IRJET- Image Enhancement using Various Discrete Wavelet Transformation Fi...
IRJET-  	  Image Enhancement using Various Discrete Wavelet Transformation Fi...IRJET-  	  Image Enhancement using Various Discrete Wavelet Transformation Fi...
IRJET- Image Enhancement using Various Discrete Wavelet Transformation Fi...IRJET Journal
 
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET Journal
 
IRJET- Design of Image Resolution Enhancement by using DWT and SWT
IRJET-  	  Design of Image Resolution Enhancement by using DWT and SWTIRJET-  	  Design of Image Resolution Enhancement by using DWT and SWT
IRJET- Design of Image Resolution Enhancement by using DWT and SWTIRJET Journal
 
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...IRJET Journal
 
Digital image enhancement by brightness and contrast manipulation using Veri...
Digital image enhancement by brightness and contrast  manipulation using Veri...Digital image enhancement by brightness and contrast  manipulation using Veri...
Digital image enhancement by brightness and contrast manipulation using Veri...IJECEIAES
 
IRJET- A Review on Image Denoising & Dehazing Algorithm to Improve Dark Chann...
IRJET- A Review on Image Denoising & Dehazing Algorithm to Improve Dark Chann...IRJET- A Review on Image Denoising & Dehazing Algorithm to Improve Dark Chann...
IRJET- A Review on Image Denoising & Dehazing Algorithm to Improve Dark Chann...IRJET Journal
 
X-Ray Image Enhancement using CLAHE Method
X-Ray Image Enhancement using CLAHE MethodX-Ray Image Enhancement using CLAHE Method
X-Ray Image Enhancement using CLAHE MethodIRJET Journal
 
Image super resolution using Generative Adversarial Network.
Image super resolution using Generative Adversarial Network.Image super resolution using Generative Adversarial Network.
Image super resolution using Generative Adversarial Network.IRJET Journal
 
IRJET- White Balance and Multi Scale Fusion for under Water Image Enhancement
IRJET- White Balance and Multi Scale Fusion for under Water Image EnhancementIRJET- White Balance and Multi Scale Fusion for under Water Image Enhancement
IRJET- White Balance and Multi Scale Fusion for under Water Image EnhancementIRJET Journal
 
IRJET- Matlab based Multi Feature Extraction in Image and Video Analysis ...
IRJET-  	  Matlab based Multi Feature Extraction in Image and Video Analysis ...IRJET-  	  Matlab based Multi Feature Extraction in Image and Video Analysis ...
IRJET- Matlab based Multi Feature Extraction in Image and Video Analysis ...IRJET Journal
 
Despeckling of Sar Image using Curvelet Transform
 	  Despeckling of Sar Image using Curvelet Transform 	  Despeckling of Sar Image using Curvelet Transform
Despeckling of Sar Image using Curvelet TransformIRJET Journal
 
IRJET- Heuristic Approach for Low Light Image Enhancement using Deep Learning
IRJET- Heuristic Approach for Low Light Image Enhancement using Deep LearningIRJET- Heuristic Approach for Low Light Image Enhancement using Deep Learning
IRJET- Heuristic Approach for Low Light Image Enhancement using Deep LearningIRJET Journal
 
IRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution EnhancementIRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution EnhancementIRJET Journal
 
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...IRJET Journal
 
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...IRJET Journal
 
Survey on Image Integration of Misaligned Images
Survey on Image Integration of Misaligned ImagesSurvey on Image Integration of Misaligned Images
Survey on Image Integration of Misaligned ImagesIRJET Journal
 
Image enhancement
Image enhancement Image enhancement
Image enhancement SimiAttri
 
IRJET- Exploring Image Super Resolution Techniques
IRJET- Exploring Image Super Resolution TechniquesIRJET- Exploring Image Super Resolution Techniques
IRJET- Exploring Image Super Resolution TechniquesIRJET Journal
 
A Review Paper on Low Light Image Enhancement Methods for Un- Uniform Illumin...
A Review Paper on Low Light Image Enhancement Methods for Un- Uniform Illumin...A Review Paper on Low Light Image Enhancement Methods for Un- Uniform Illumin...
A Review Paper on Low Light Image Enhancement Methods for Un- Uniform Illumin...IRJET Journal
 

Similar to IMAGE RESOLUTION ENHANCEMENT BY USING SWT AND DWT (20)

IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET-  	  Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET-  	  Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
 
IRJET- Image Enhancement using Various Discrete Wavelet Transformation Fi...
IRJET-  	  Image Enhancement using Various Discrete Wavelet Transformation Fi...IRJET-  	  Image Enhancement using Various Discrete Wavelet Transformation Fi...
IRJET- Image Enhancement using Various Discrete Wavelet Transformation Fi...
 
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image DenoisingIRJET- Performance Analysis of Non Linear Filtering for Image Denoising
IRJET- Performance Analysis of Non Linear Filtering for Image Denoising
 
IRJET- Design of Image Resolution Enhancement by using DWT and SWT
IRJET-  	  Design of Image Resolution Enhancement by using DWT and SWTIRJET-  	  Design of Image Resolution Enhancement by using DWT and SWT
IRJET- Design of Image Resolution Enhancement by using DWT and SWT
 
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
 
Digital image enhancement by brightness and contrast manipulation using Veri...
Digital image enhancement by brightness and contrast  manipulation using Veri...Digital image enhancement by brightness and contrast  manipulation using Veri...
Digital image enhancement by brightness and contrast manipulation using Veri...
 
IRJET- A Review on Image Denoising & Dehazing Algorithm to Improve Dark Chann...
IRJET- A Review on Image Denoising & Dehazing Algorithm to Improve Dark Chann...IRJET- A Review on Image Denoising & Dehazing Algorithm to Improve Dark Chann...
IRJET- A Review on Image Denoising & Dehazing Algorithm to Improve Dark Chann...
 
X-Ray Image Enhancement using CLAHE Method
X-Ray Image Enhancement using CLAHE MethodX-Ray Image Enhancement using CLAHE Method
X-Ray Image Enhancement using CLAHE Method
 
Image super resolution using Generative Adversarial Network.
Image super resolution using Generative Adversarial Network.Image super resolution using Generative Adversarial Network.
Image super resolution using Generative Adversarial Network.
 
IRJET- White Balance and Multi Scale Fusion for under Water Image Enhancement
IRJET- White Balance and Multi Scale Fusion for under Water Image EnhancementIRJET- White Balance and Multi Scale Fusion for under Water Image Enhancement
IRJET- White Balance and Multi Scale Fusion for under Water Image Enhancement
 
IRJET- Matlab based Multi Feature Extraction in Image and Video Analysis ...
IRJET-  	  Matlab based Multi Feature Extraction in Image and Video Analysis ...IRJET-  	  Matlab based Multi Feature Extraction in Image and Video Analysis ...
IRJET- Matlab based Multi Feature Extraction in Image and Video Analysis ...
 
Despeckling of Sar Image using Curvelet Transform
 	  Despeckling of Sar Image using Curvelet Transform 	  Despeckling of Sar Image using Curvelet Transform
Despeckling of Sar Image using Curvelet Transform
 
IRJET- Heuristic Approach for Low Light Image Enhancement using Deep Learning
IRJET- Heuristic Approach for Low Light Image Enhancement using Deep LearningIRJET- Heuristic Approach for Low Light Image Enhancement using Deep Learning
IRJET- Heuristic Approach for Low Light Image Enhancement using Deep Learning
 
IRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution EnhancementIRJET- Satellite Image Resolution Enhancement
IRJET- Satellite Image Resolution Enhancement
 
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
 
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
 
Survey on Image Integration of Misaligned Images
Survey on Image Integration of Misaligned ImagesSurvey on Image Integration of Misaligned Images
Survey on Image Integration of Misaligned Images
 
Image enhancement
Image enhancement Image enhancement
Image enhancement
 
IRJET- Exploring Image Super Resolution Techniques
IRJET- Exploring Image Super Resolution TechniquesIRJET- Exploring Image Super Resolution Techniques
IRJET- Exploring Image Super Resolution Techniques
 
A Review Paper on Low Light Image Enhancement Methods for Un- Uniform Illumin...
A Review Paper on Low Light Image Enhancement Methods for Un- Uniform Illumin...A Review Paper on Low Light Image Enhancement Methods for Un- Uniform Illumin...
A Review Paper on Low Light Image Enhancement Methods for Un- Uniform Illumin...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 

Recently uploaded (20)

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 

IMAGE RESOLUTION ENHANCEMENT BY USING SWT AND DWT

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2290 IMAGE RESOLUTION ENHANCEMENT BY USING SWT AND DWT Ayesha Tamboli1, Shital Ligade2, Komal jadhav3, prof. N. P. Kulkarni4 1-3Final year student, Department of Electronics and Telecommunication Engineering, SVERI, Maharashtra, India 4 Professor. N. P. Kulkarni Department of Electronics and Telecommunication Engineering, SVERI, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - We employed the Interpolation technique with the Stationary Wavelet Transform (SWT) and Discrete Wavelet Transform (DWT) to improve image resolution. We get three frequency sub-bands by applying DWT to the input image, and we also get three frequency subbands by applying SWT to the input image. By applying the Interpolation technique and adding SWT and DWT, we were able to achieve the same input size. As a result, we now have three separate frequency sub-bands. Then we had to apply the Inverse Discrete Wavelet Transform to the sub-bands to get the improved image. Key Words: image processing, resolution software, matching. 1. INTRODUCTION Image enhancement is a technique for improving image quality. The major goal of the modification was to improve the image's interpretability by increasing the pixel count. Interpolation of high-frequency sub-band pictures generated by discrete wavelet transform of the input image [4] is used as an image resolution approach. The basic goal of enhancement is to improve the image's features to improve the quality of the image. Improve the quality We can improve the image quality by employing SWT and DWT, as well as the interpolation technique. We use image enhancement to improve images. To improve image quality, the pixel values must be increased. We will start with image improvement. In this case, the image plays a significant influence. We can't recognize anything without photographs in our lives. Image enhancement is a technique for improving image quality. The primary goal of the upgrade is to improve the interpretability of our environment. Images are objects that can hold a variety of concepts, colors, details, and event information. Even though the image isn't perfect, it does have a flaw that not everyone can overcome. It's obvious We can't tell what the picture's objective is because there's less detail, less brightness, and noise in it. As a result, image. The image is a highly important object in the sphere of geography, industry, medical, and as a result, development is required, especially at this time. The amusement Digital image processing is a field that is frequently employed in large-scale investigations. Image captured on a computer processing has many algorithms and methods for the process. Implementation of the algorithm can be done on the input image to be processed further. With this digital image processing, an image with bad information would be great if used in digital image enhancement. To use the image enhancement, we must understand what is contained in the image of the problem in terms of what underlies us to use the image repair method, whether from detail, color, lighting, and others. Because in image enhancement, not all methods will produce a good image after being processed. Sometimes we initially want to improve the image but instead aggravate the image. Images are being used in many fields one of the major issues of the image is their quality. DWT of a signal to obtain four sub-bands is calculated by using a series of high and low pass filters (HPF and LPF).[5] 2. LITERATURE SURVEY Poor lighting conditions or imaging devices with a limited dynamic range might result in low-contrast photographs. The methods proposed are as follows: For the dark and bright inputs, a fuzzy rule-based technique is used, followed by the use of sigmoid functions. Splitting color images into RGB planes and applying membership functions to each plane is the method utilized for enhancement. To distinguish between underexposed and overexposed parts of a picture, an objective function termed exposure is defined. The picture is the spatial domain and the frequency domain are the two domains. Only if these satellite photos are
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2291 used effectively can they be used effectively. The photographs captured are of great quality, with high-resolution pixels, and are free of extrinsic variables such as noise, capturing device defaults, and discreteness. Radiation sources, for example. The number of pixels in a digital image rises as a result of interpolation, and its applications, such as image editing, benefit. Facial reconstruction, resolution enhancement, and multiple description coding Interpolation has been used to improve several approaches. As a result, the application of infrared technology is becoming more and more common as a result of the integration of infrared technology and imaging technology. A great deal. However, due to the limitations of infrared detector performance, the infrared image has low spatial resolution and poor visual quality. The effect however isn't evident in low contrast and detailing as a result, infrared picture contrast and detail enhancement have attracted a lot of attention. The X-ray image Since its inception, it has been widely employed in biomedical and medical disciplines. X-ray pictures have now become an integral part of the process. in terms of medical diagnosis A medical X-ray image provides a lot of information, but the details are fuzzy and the contrast is poor, so it's difficult to see what's going on. Detrimental consequences on a doctor's decision. As a result, enhancing image contrast and sharpness while reducing sounds are important. The most important aspect of this type of image enhancement detrimental consequences on a doctor's decision, as a result, enhancing image contrast and sharpness while reducing sounds are important. 3. METHODOLOGY We use SWT and DWT interpolation as an image resolution enhancement technique. First, we must take a high-resolution input image and down sample it using DWT. At the same time, we must apply SWT to the same input image, and it will be down sampled in three different frequency sub-bands, while SWT will give the same frequency sub-bands. Finally, we must apply the interpolation technique, which is nothing more than the addition of the outputs of SWT and DWT. 4. BLOCK DIAGRAM OF PROPOSED METHOD To overcome the issue of low-quality of images we have to use the above technique to enhance the quality of images. Block diagram of the proposed technique. 1. Original image 2. Discrete Wavelet Transform (DWT) 3. Stationary Wavelet Transform (SWT) 4. Interpolation technique 5. Inverse Discrete Wavelet Transform (IDWT) 6. High resolution image
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2292 Low resolution image SWT DWT LL HL LH HH LL LH HH HL + + + Estimated LH Estimated HH Estimated HL IDWT High resolution Image
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2293 5. ALGORITHM a. Input a low-resolution image. b. Apply DWT and SWT on the input image. c. Apply bicubic interpolation with a factor of 2 to high-frequency sub-bands. d. Add interpolated high-frequency sub-bands of DWT and SWT technique to get the estimated sub-bands. e. Apply IDWT to the interpolated sub-bands to get the high resolution. RESULT For testing, we've taken the two standard photos (Lena, baboon). We started with a 512*512 image, then down-sampled it to 128*128 and ended up with a low-resolution image. Then, using SWT and DWT, we must increase the resolution to 512*512 using the interpolation approach. The PSNR ratio of the input image must be calculated. PSNR=10log10[255^2/MSE] The image's PSNR values were increased from 128*128 to 512*512. 6. CONCLUSION The enhanced image is obtained by doing image resolution improvement utilizing the interpolation approach by SWT and DWT. It improves the image quality and improves visual quality. The image of Lena and the baboon has different values, as shown in the above result.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 06 | Jun 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 2294 REFERENCES 1. Siva Kumar B, Nagaraj S (2013), “Discrete and Stationary Wavelet Decomposition for Image Resolution Enhancement,” in International Journal of Engineering Trends and Technology (IJETT), Volume 4, Issue 7, Available at: http://ijettjournal.org/archive/ijett-v4i7p123 2. Hasan Demirel , Gholamreza Anbarjafari https://www.researchgate.net/publication/224183525_IMAGE_Resolution_Enhancement_by_Using_Discrete_and _Stationary_ Wavelet_Decomposition. 3. Vartika singh, Gourav kumar, Geetika Aurora. Analytical Evaluation for the enhancement of satellite image using swarm intelligence techniques.2016 International Conference on computing for the sustainable global development 4. Hasan Demirel et al. IEEE Trans Image Process. 2011 May. IMAGE resolution enhancement by using discrete and stationary wavelet decomposition https://pubmed.ncbi.nlm.nih.gov/20959267/ 5. Anbarjafari and H. Demirel, “SATELLITE IMAGE RESOLUTION ENHANCEMENT USING CWT” IEEE Geoscience and The Remote Sensing Letter, vol 7, no- 1, pp. 123 to 126, Jan 2010. BIOGRAPHIES Ms. Ayesha Tamboli pursuing a BTech from SVERI College of Engineering, Pandharpur in Electronics and Telecommunication Engineering. She has completed an HSC from Dr. Chandrabhanu Sonvane jr College, Ukkadgaon. Ms. Shital Ligade pursuing a BTech from SVERIs College of Engineering, Pandharpur in Electronics and Telecommunication Engineering. She has completed HSC from New English School and Jr College Kuril. Ms. Komal Jadhav pursuing a BTech from SVERIs College of Engineering, Pandharpur in Electronics and Telecommunication Engineering. She has completed HSC Dada Patil Mahavidyalaya Karjat. Ms . Neeta Kulkarni received her B.E. and M.E. degrees in Electronics and Telecommunication Engineering from SVERIs College of Engineering, Pandharpur. Currently, she is working as an Asst. Professor in SVERIs College of Engineering, Pandharpur. Her research areas are Optical fiber sensors, image processing, satellite communication, and Wireless antennas for satellite applications. She is having 10 paper publications in International Journals/ Conferences.