SlideShare a Scribd company logo
1 of 18
Fractal Image
Compression Using
Quadtree Decomposition
Course:- Co-450
(Multimedia technology)
Submitted By:-
Harshit Varshney
(S.No.- 04)
Submitted To:-
Md. Asraful Haque
Mohd. Imran
Introduction
 Need of Image compression
 Introduction to Fractals
 What are Fractals ?
 How to program Fractals
 Fractal Image Compression (FIC)
 Properties of Fractals
 Quadtree Decomposition Partitioning (QD)
 Why Quadtree Decomposition ?
 Results
Need of Image Compression
 Ease and flexibility in handling the digital
image or compressed image
 Increase in demand for images in video
sequences and computer animations
 Doing operation is easy on a compressed
image
 The rate of digital image data transfer or data
rate is more in compressed image
Introduction to Fractals
 Proposed by Mandelbrot in 1975
 Infinite structure
 Self similar
Introduction to Fractals
 Mandelbrat set ( z2
+ c = 0 )
What are Fractals ?
 Mathematical expressions
 Approach infinity in organized way
 Utilizes recursion on computers
 Dimensional:
 Line is one-dimensional
 Plane is two-dimensional
 Defined in terms of self-similarity
HOW TO PROGRAM FRACTALS
 Let us start by scanning every point in the rectangular plane
 Each point represents a Complex number (x + iY). Iterate that
complex number:-
[new value] = [old-value]^2 + [original-value]
While keep tracking of two things:
1). The number of iterations
2). The distance of [new-value] from Origin.
If you reach the max. number of iterations, then you are done with
iterations.
Fractal Image Compression (FIC)
 FIC is an image coding technology based in
the local similarity of the image structure.
 Lossy compression method for digital images
 This method is best suited for texture and
natural images.
Fractal Image Compression (FIC)
 Fractal image compression can be obtained
by dividing the original grey level image into
un-overlapped blocks.
 Depending on a threshold value and the well
known techniques of Quadtree
decomposition.
Properties of Fractals
 Iterations:-
 Iteration is defined as the process of repeating a method to
achieve a certain result.
 Self- Similarity:-
 Level of detail remains the same as we zoom in
 Connectivity:-
 Agents in the system connect to each other to form a pattern
 Self Organising:-
 system is continually self organising through the process of
emergence and feedback.
Fractal Image Compression
Input Image Quadtree
Decomposition
Huffman
Coding
Compressed
Image
Huffman
Decoding
Decompressed
Image
The Proposed Algorithm
 Divides the original image using Quadtree
decomposition of threshold is 0.2, minimum
Dimension and maximum dimension is 2 and 64
respectively.
 Record the values of x and y coordinates, mean
value and block size from Quadtree Decomposition.
 Record the fractal coding information to complete
encoding the image using Huffman coding and
calculating the compression ratio.
 For the encoding image applying Huffman decoding
to reconstruct the image.
Quadtree Decomposition
Partitioning (QD)
1. Partition the image into a set of large range
blocks
2. If a range is fail to find a match, the process
is repeated after partitioning that particular
range block into four quadrants
c
c
c
c
c c
c
cc
c c
c
cover
cover
Top-down
c
Why Quadtree Decomposition ?
 The main problem is that the fractal encoding
is taking too much time.
 Many approaches to reduce the encoding
time has bad affection on the image quality
after iteration, therefore the hybrid encoding
method of combining fractal coding and other
coding methods becomes an important
direction of fractal methods.
Results:-
Resolution:- 650 x 366
Size:- 82.6 KB
Resolution:- 256 x 256
Size:- 9.84 KB
Time taken for compression :- 15.96 sec
Compression ratio:- 2.45
Time taken for Decompression :- 189.9sec
PSNR:- 25.02
Results:-
Resolution:- 250 x 250
Size:- 9.0 KB
Resolution:- 256 x 256
Size:- 5.86 KB
Time taken for compression :- 8.35 sec
Compression ratio:- 5.28
Time taken for Decompression :- 72.5sec
PSNR:-27.35
Result:-
Resolution:- 256 x 256
Size:- 16.7 KB
Resolution:- 256 x 256
Size:- 2.99 KB
Time taken for compression :- 3.6 sec
Compression ratio:- 12.79
Time taken for Decompression :- 24.8sec
PSNR:- 22.24
Any Questions ?

More Related Content

What's hot

Image trnsformations
Image trnsformationsImage trnsformations
Image trnsformations
John Williams
 

What's hot (20)

Edge linking in image processing
Edge linking in image processingEdge linking in image processing
Edge linking in image processing
 
Image trnsformations
Image trnsformationsImage trnsformations
Image trnsformations
 
Image sampling and quantization
Image sampling and quantizationImage sampling and quantization
Image sampling and quantization
 
Sharpening spatial filters
Sharpening spatial filtersSharpening spatial filters
Sharpening spatial filters
 
Color image processing Presentation
Color image processing PresentationColor image processing Presentation
Color image processing Presentation
 
Chapter 9 morphological image processing
Chapter 9 morphological image processingChapter 9 morphological image processing
Chapter 9 morphological image processing
 
Introduction to Image Compression
Introduction to Image CompressionIntroduction to Image Compression
Introduction to Image Compression
 
Image processing presentataion
Image processing presentataionImage processing presentataion
Image processing presentataion
 
digital image processing
digital image processingdigital image processing
digital image processing
 
Lecture 15 DCT, Walsh and Hadamard Transform
Lecture 15 DCT, Walsh and Hadamard TransformLecture 15 DCT, Walsh and Hadamard Transform
Lecture 15 DCT, Walsh and Hadamard Transform
 
Compression: Images (JPEG)
Compression: Images (JPEG)Compression: Images (JPEG)
Compression: Images (JPEG)
 
Predictive coding
Predictive codingPredictive coding
Predictive coding
 
Convolutional Neural Network Models - Deep Learning
Convolutional Neural Network Models - Deep LearningConvolutional Neural Network Models - Deep Learning
Convolutional Neural Network Models - Deep Learning
 
Lossless predictive coding in Digital Image Processing
Lossless predictive coding in Digital Image ProcessingLossless predictive coding in Digital Image Processing
Lossless predictive coding in Digital Image Processing
 
JPEG Image Compression
JPEG Image CompressionJPEG Image Compression
JPEG Image Compression
 
Image Filtering in the Frequency Domain
Image Filtering in the Frequency DomainImage Filtering in the Frequency Domain
Image Filtering in the Frequency Domain
 
Line Detection using Hough transform .pptx
Line Detection using Hough transform .pptxLine Detection using Hough transform .pptx
Line Detection using Hough transform .pptx
 
“Introduction to DNN Model Compression Techniques,” a Presentation from Xailient
“Introduction to DNN Model Compression Techniques,” a Presentation from Xailient“Introduction to DNN Model Compression Techniques,” a Presentation from Xailient
“Introduction to DNN Model Compression Techniques,” a Presentation from Xailient
 
Interpixel redundancy
Interpixel redundancyInterpixel redundancy
Interpixel redundancy
 
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project PPT
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project PPTImage Segmentation using Otsu's Method - Computer Graphics (UCS505) Project PPT
Image Segmentation using Otsu's Method - Computer Graphics (UCS505) Project PPT
 

Viewers also liked

For sidney bechet (2)
For sidney bechet (2)For sidney bechet (2)
For sidney bechet (2)
hannahsole6
 
Tugas SISTEM OPERASI II
Tugas SISTEM OPERASI IITugas SISTEM OPERASI II
Tugas SISTEM OPERASI II
andy taiwan
 
Разработка ПО в рамках PCI DSS, как ее видит жуткий зануда
Разработка ПО в рамках PCI DSS, как ее видит жуткий занудаРазработка ПО в рамках PCI DSS, как ее видит жуткий зануда
Разработка ПО в рамках PCI DSS, как ее видит жуткий зануда
RISSPA_SPb
 
Xuất bản điện tử
Xuất bản điện tửXuất bản điện tử
Xuất bản điện tử
HaoHao1992
 
Customer Decision Journey
Customer Decision JourneyCustomer Decision Journey
Customer Decision Journey
cmaionaise
 

Viewers also liked (20)

Fractals
FractalsFractals
Fractals
 
Toward a gui remote-sensing environment built over OTB
Toward a gui remote-sensing environment built over OTBToward a gui remote-sensing environment built over OTB
Toward a gui remote-sensing environment built over OTB
 
8
88
8
 
For sidney bechet (2)
For sidney bechet (2)For sidney bechet (2)
For sidney bechet (2)
 
Tugas SISTEM OPERASI II
Tugas SISTEM OPERASI IITugas SISTEM OPERASI II
Tugas SISTEM OPERASI II
 
past tense
past tensepast tense
past tense
 
โครงร่างโครงงานคอมิวเตอร์
โครงร่างโครงงานคอมิวเตอร์โครงร่างโครงงานคอมิวเตอร์
โครงร่างโครงงานคอมิวเตอร์
 
JOBS Act Rulemaking Comments on SEC File Number S7-06-13 Part 3
JOBS Act Rulemaking Comments on SEC File Number S7-06-13 Part 3JOBS Act Rulemaking Comments on SEC File Number S7-06-13 Part 3
JOBS Act Rulemaking Comments on SEC File Number S7-06-13 Part 3
 
12
1212
12
 
5
55
5
 
Разработка ПО в рамках PCI DSS, как ее видит жуткий зануда
Разработка ПО в рамках PCI DSS, как ее видит жуткий занудаРазработка ПО в рамках PCI DSS, как ее видит жуткий зануда
Разработка ПО в рамках PCI DSS, как ее видит жуткий зануда
 
Xuất bản điện tử
Xuất bản điện tửXuất bản điện tử
Xuất bản điện tử
 
1
11
1
 
Resume
ResumeResume
Resume
 
June 18 2012 letter to We Cluster and Public Startup Company co-founders, fri...
June 18 2012 letter to We Cluster and Public Startup Company co-founders, fri...June 18 2012 letter to We Cluster and Public Startup Company co-founders, fri...
June 18 2012 letter to We Cluster and Public Startup Company co-founders, fri...
 
Customer Decision Journey
Customer Decision JourneyCustomer Decision Journey
Customer Decision Journey
 
JOBS Act Rulemaking Comments on SEC File Number S7-09-13 Dated February 11, 2014
JOBS Act Rulemaking Comments on SEC File Number S7-09-13 Dated February 11, 2014JOBS Act Rulemaking Comments on SEC File Number S7-09-13 Dated February 11, 2014
JOBS Act Rulemaking Comments on SEC File Number S7-09-13 Dated February 11, 2014
 
ANGELICA LONDA
ANGELICA LONDAANGELICA LONDA
ANGELICA LONDA
 
IIS Security And Programming Countermeasures
IIS Security And Programming CountermeasuresIIS Security And Programming Countermeasures
IIS Security And Programming Countermeasures
 
โครงร่างโครงงานคอมิวเตอร์
โครงร่างโครงงานคอมิวเตอร์โครงร่างโครงงานคอมิวเตอร์
โครงร่างโครงงานคอมิวเตอร์
 

Similar to Fractal Image Compression Using Quadtree Decomposition

Laureate Online Education Internet and Multimedia Technolog.docx
Laureate Online Education    Internet and Multimedia Technolog.docxLaureate Online Education    Internet and Multimedia Technolog.docx
Laureate Online Education Internet and Multimedia Technolog.docx
DIPESH30
 

Similar to Fractal Image Compression Using Quadtree Decomposition (20)

Review of Diverse Techniques Used for Effective Fractal Image Compression
Review of Diverse Techniques Used for Effective Fractal Image CompressionReview of Diverse Techniques Used for Effective Fractal Image Compression
Review of Diverse Techniques Used for Effective Fractal Image Compression
 
A Study of Image Compression Methods
A Study of Image Compression MethodsA Study of Image Compression Methods
A Study of Image Compression Methods
 
Laureate Online Education Internet and Multimedia Technolog.docx
Laureate Online Education    Internet and Multimedia Technolog.docxLaureate Online Education    Internet and Multimedia Technolog.docx
Laureate Online Education Internet and Multimedia Technolog.docx
 
Intelligent Parallel Processing and Compound Image Compression
Intelligent Parallel Processing and Compound Image CompressionIntelligent Parallel Processing and Compound Image Compression
Intelligent Parallel Processing and Compound Image Compression
 
Image Compression Using Intra Prediction of H.264/AVC and Implement of Hiding...
Image Compression Using Intra Prediction of H.264/AVC and Implement of Hiding...Image Compression Using Intra Prediction of H.264/AVC and Implement of Hiding...
Image Compression Using Intra Prediction of H.264/AVC and Implement of Hiding...
 
JPM1404 Designing an Efficient Image Encryption-Then-Compression System via...
JPM1404   Designing an Efficient Image Encryption-Then-Compression System via...JPM1404   Designing an Efficient Image Encryption-Then-Compression System via...
JPM1404 Designing an Efficient Image Encryption-Then-Compression System via...
 
An improved image compression algorithm based on daubechies wavelets with ar...
An improved image compression algorithm based on daubechies  wavelets with ar...An improved image compression algorithm based on daubechies  wavelets with ar...
An improved image compression algorithm based on daubechies wavelets with ar...
 
Patch-Based Image Learned Codec using Overlapping
Patch-Based Image Learned Codec using OverlappingPatch-Based Image Learned Codec using Overlapping
Patch-Based Image Learned Codec using Overlapping
 
AaSeminar_Template.pptx
AaSeminar_Template.pptxAaSeminar_Template.pptx
AaSeminar_Template.pptx
 
11.compression technique using dct fractal compression
11.compression technique using dct fractal compression11.compression technique using dct fractal compression
11.compression technique using dct fractal compression
 
Compression technique using dct fractal compression
Compression technique using dct fractal compressionCompression technique using dct fractal compression
Compression technique using dct fractal compression
 
A Review on Image Compression using DCT and DWT
A Review on Image Compression using DCT and DWTA Review on Image Compression using DCT and DWT
A Review on Image Compression using DCT and DWT
 
A0540106
A0540106A0540106
A0540106
 
Hf2513081311
Hf2513081311Hf2513081311
Hf2513081311
 
Hf2513081311
Hf2513081311Hf2513081311
Hf2513081311
 
G04654247
G04654247G04654247
G04654247
 
Survey paper on image compression techniques
Survey paper on image compression techniquesSurvey paper on image compression techniques
Survey paper on image compression techniques
 
Iaetsd performance analysis of discrete cosine
Iaetsd performance analysis of discrete cosineIaetsd performance analysis of discrete cosine
Iaetsd performance analysis of discrete cosine
 
Review On Fractal Image Compression Techniques
Review On Fractal Image Compression TechniquesReview On Fractal Image Compression Techniques
Review On Fractal Image Compression Techniques
 
Effective Compression of Digital Video
Effective Compression of Digital VideoEffective Compression of Digital Video
Effective Compression of Digital Video
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Recently uploaded (20)

Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 

Fractal Image Compression Using Quadtree Decomposition

  • 1. Fractal Image Compression Using Quadtree Decomposition Course:- Co-450 (Multimedia technology) Submitted By:- Harshit Varshney (S.No.- 04) Submitted To:- Md. Asraful Haque Mohd. Imran
  • 2. Introduction  Need of Image compression  Introduction to Fractals  What are Fractals ?  How to program Fractals  Fractal Image Compression (FIC)  Properties of Fractals  Quadtree Decomposition Partitioning (QD)  Why Quadtree Decomposition ?  Results
  • 3. Need of Image Compression  Ease and flexibility in handling the digital image or compressed image  Increase in demand for images in video sequences and computer animations  Doing operation is easy on a compressed image  The rate of digital image data transfer or data rate is more in compressed image
  • 4. Introduction to Fractals  Proposed by Mandelbrot in 1975  Infinite structure  Self similar
  • 5. Introduction to Fractals  Mandelbrat set ( z2 + c = 0 )
  • 6. What are Fractals ?  Mathematical expressions  Approach infinity in organized way  Utilizes recursion on computers  Dimensional:  Line is one-dimensional  Plane is two-dimensional  Defined in terms of self-similarity
  • 7. HOW TO PROGRAM FRACTALS  Let us start by scanning every point in the rectangular plane  Each point represents a Complex number (x + iY). Iterate that complex number:- [new value] = [old-value]^2 + [original-value] While keep tracking of two things: 1). The number of iterations 2). The distance of [new-value] from Origin. If you reach the max. number of iterations, then you are done with iterations.
  • 8. Fractal Image Compression (FIC)  FIC is an image coding technology based in the local similarity of the image structure.  Lossy compression method for digital images  This method is best suited for texture and natural images.
  • 9. Fractal Image Compression (FIC)  Fractal image compression can be obtained by dividing the original grey level image into un-overlapped blocks.  Depending on a threshold value and the well known techniques of Quadtree decomposition.
  • 10. Properties of Fractals  Iterations:-  Iteration is defined as the process of repeating a method to achieve a certain result.  Self- Similarity:-  Level of detail remains the same as we zoom in  Connectivity:-  Agents in the system connect to each other to form a pattern  Self Organising:-  system is continually self organising through the process of emergence and feedback.
  • 11. Fractal Image Compression Input Image Quadtree Decomposition Huffman Coding Compressed Image Huffman Decoding Decompressed Image
  • 12. The Proposed Algorithm  Divides the original image using Quadtree decomposition of threshold is 0.2, minimum Dimension and maximum dimension is 2 and 64 respectively.  Record the values of x and y coordinates, mean value and block size from Quadtree Decomposition.  Record the fractal coding information to complete encoding the image using Huffman coding and calculating the compression ratio.  For the encoding image applying Huffman decoding to reconstruct the image.
  • 13. Quadtree Decomposition Partitioning (QD) 1. Partition the image into a set of large range blocks 2. If a range is fail to find a match, the process is repeated after partitioning that particular range block into four quadrants c c c c c c c cc c c c cover cover Top-down c
  • 14. Why Quadtree Decomposition ?  The main problem is that the fractal encoding is taking too much time.  Many approaches to reduce the encoding time has bad affection on the image quality after iteration, therefore the hybrid encoding method of combining fractal coding and other coding methods becomes an important direction of fractal methods.
  • 15. Results:- Resolution:- 650 x 366 Size:- 82.6 KB Resolution:- 256 x 256 Size:- 9.84 KB Time taken for compression :- 15.96 sec Compression ratio:- 2.45 Time taken for Decompression :- 189.9sec PSNR:- 25.02
  • 16. Results:- Resolution:- 250 x 250 Size:- 9.0 KB Resolution:- 256 x 256 Size:- 5.86 KB Time taken for compression :- 8.35 sec Compression ratio:- 5.28 Time taken for Decompression :- 72.5sec PSNR:-27.35
  • 17. Result:- Resolution:- 256 x 256 Size:- 16.7 KB Resolution:- 256 x 256 Size:- 2.99 KB Time taken for compression :- 3.6 sec Compression ratio:- 12.79 Time taken for Decompression :- 24.8sec PSNR:- 22.24