You are on page 1of 8

GROUP 12

LOSSY IMAGE
COMPRESSION
USING SINGULAR VALUE DECOMPOSITION AND
WAVELET DIFFERENCE REDUCTION
Introduction

What is Image
Compression ?
Removes redundant data to reduce the 2 Categories
amount of bits required to represent an Lossless and Lossy, depending on whether
image. the original image can be fully recovered.
Introduction

Why is it needed ?
Because of the large amount of data Therefore,
required to depict digital images, The quantity of data used to represent
transmission is slow and storage is costly. these photos must be reduced.
Compression
Techniques
3 Existing Techniques

JPEG2000 SVD WDR

What is it? What is it? What is it?


High-performance image It's a technique that achieves It's a compression technique that
compression technique based on compression by using a smaller is based on the wavelet
the discrete wavelet transform rank to approximate the original difference algorithm.
and also uses ‘tiling’. matrix representing an image.
WDR uses the above-mentioned
Tiling reduces memory In terms of compression, more algorithm which takes advantage
requirements and also improves advanced algorithms which of the image's local properties to
compression performance. consider human perception, achieve high compression ratios.
surpass SVD compression.
Proposed Technique

JPEG2000 SVD WDR

What is it? What is it? What is it?


High-performance image It's a technique that achieves It's a compression technique that
compression technique based on compression by using a smaller is based on the wavelet
the discrete wavelet transform rank to approximate the original difference algorithm.
and also uses ‘tiling’. matrix representing an image.
WDR uses the above-mentioned
Tiling reduces memory In terms of compression, more algorithm which takes advantage
requirements and also improves advanced algorithms which of the image's local properties to
compression performance. consider human perception, achieve high compression ratios.
surpass SVD compression.
Why this technique ?

SVD + WDR

SVD compression method has WDR compression provides


exceedingly high PSNR values but reasonably high PSNR at very high
poor compression ratios. compression ratios.

By combining the WDR approach with the SVD image compression technology, the WDR technique's performance
can be improved.
Code
Demostration
& Results

You might also like