Medical Image Compression
Medical Image Compression




Digital Signal Processing

     Digital Image Processing

           Image Compression

            Medical Image Compression
Algorithms Used



Joint Photographic Experts Group
                                   DCT
Region Of Interest
Embedded Zerotree Wavelet
                                   DWT
Unit Embedded Zerotree Wavelet
1   Joint Photographic
      Experts Group
         o
         o
             Introduction
             Discrete Cosine Transformation
         o   Algorithm
         o   Compression Results
Joint Photographic Experts Group
                Introduction




    Bitmap Image,              JPEG Compressed,
        150KB                        14KB


   Based on discrete cosine transformation

   Lossy compression method

   Mostly used by digital cameras and web usage
Joint Photographic Experts Group
    Discrete Cosine Transformation




Time Domain                          Frequency Domain


  DCT is a time to frequency domain transformation.
Joint Photographic Experts Group
                        Algorithm




8x8                                    Zig-zag            Huffman
pixel       DCT       Quantization                  RLE
                                       scan               Encoding
blocks


                     Quantization                          Output
                     Table




   Quantization results in loss of information .

 Compressed output is losslessly stored .
Joint Photographic Experts Group
               Compression Results


                                                  MSE
                             250
                             200
                             150
                                                                 Lena
                             100
                                                                 X-Ray
                              50
                                                                 MRI
                               0
                                   0   0.5             1   1.5
X-Ray            MRI                         Bitrate


                                                  PSNR
                              45
                              40
                              35
                              30
                              25
                              20                                 Lena
                              15                                 X-Ray
                              10
        Lena                   5
                                                                 MRI

                               0
                                   0   0.5             1   1.5
                                             Bitrate
2   Region Of Interest
         o Introduction
         o Compression Results
         o Comparison with JPEG
Region Of Interest
                     Introduction




Original Image                              ROI



 Portion of image containing the significant information is selected
             as ROI and compressed at a higher quality .
Region Of Interest
              Compression Results


                                                          MSE
                            140
                            120
                            100
                             80
                             60                                           X-ray
                             40                                           MRI
                             20                                           CAT Scan
                                 0
X-Ray              MRI                   0   0.2    0.4      0.6   0.8
                                                   Bitrate



                                                          PSNR
                            50
                            40
                            30
                            20                                             X-ray
                            10                                             MRI
        CAT Scan             0                                             CAT Scan
                                     0       0.2    0.4      0.6    0.8
                                                   Bitrate
Region Of Interest
                         Comparison with JPEG


       140                            250                                 120
       120                                                                100
                                      200
       100                                                                 80
MSE     80                            150
                                                                           60
        60                            100
        40                                                                 40
                                       50                                  20
        20
         0                              0                                      0
             0    0.5         1             0   0.5         1   1.5                    0         0.5        1


        50                             50                                 40

PSNR    40                             40                                 30
        30                             30
                                                                          20
        20                             20
        10                             10                                 10

         0                              0                                  0
             0     0.5            1         0         0.5             1            0       0.5         1   1.5


                 X-Ray                                MRI                                   CAT
                                                                                            Scan

                              ROI
                             JPEG
3   Embedded Zerotree
        Wavelet
         o
         o
             Introduction
             Discrete Wavelet Transformation
         o   Zerotree Concept
         o   An Example
Embedded Zerotree Wavelet
                 Introduction



Embedded – The EZW encoder is based on
progressive encoding. Progressive encoding is also
known as embedded encoding.

Zerotree – A data structure called zero-tree is used in
EZW algorithm to encode the data.

Wavelet – The EZW encoder is specially designed to
work with wavelet transform. It was originally designed
to operate on images.
Embedded Zerotree Wavelet
            Discrete Wavelet Transformation




Original               First                Second                   Third
Image                 Level                  Level                   Level




      Lower sub-band has higher resolution and contains higher frequency
                                information.
Embedded Zerotree Wavelet
                  Zerotree Concept




     Quad-tree                                           An
     Structure                                        Example



A zerotree is a quad-tree having all its descendents less than the current
                               threshold.
Embedded Zerotree Wavelet
                         An Example


63    -34    49    10     7   13   -12     7
P      N     P      T     Z    Z
                                                  Dominant Pass 1
-31   23     14    -13    3    4      6    -1
 Z     T      T     T     Z    Z
                                                 Threshold = 32
15    14     3     -12    5   -7      3    9
                                                 Output =
 T     Z
                                                PNZTPTTTTZTTZZZZZ
-9    -7     -14   8      4   -2      3    2    PZZ
 T     T
-5    9      -1    47     4    6      -2   2
                                                Subordinate Pass 1
              Z    P
3     0      -3    2      3   -2      0    4     List = {63 34 49 47 }
              Z    Z
                                                 Output = 1 0 1 0
2     -3     6     -4     3    6      3    6

5     11     5     6      0    3      -4   4
4    Unit Embedded
    Zerotree Wavelet *
         o
         o
             Drawback of existing algorithm
             Concept of Unit Cell
         o   Formation of Unit Cell
         o   Comparison with existing
             algorithm




                     * Paper under Review process
Unit Embedded Zerotree Wavelet *
             Drawback of existing algorithm


                                   Dimensions        Children      Descendents



                                       8x8                  284                  378

                                     32 x 32              6,859                 8,564

                                    128 x 128          1,10,576          1,36,407

                                    256 x 256          4,43,492          5,67,959




Existing algorithm needs to check a large number of children and descendents.



                                                    * Paper under Review process
Unit Embedded Zerotree Wavelet *
             Concept of Unit Cell




                                                2
        n
                                        2

                  n




Smallest possible square matrix generated from the wavelet
  decomposed image, having the same level of wavelet
      decomposition structure as the original image.


                                        * Paper under Review process
Unit Embedded Zerotree Wavelet *
             Formation of Unit Cell


                                        Decomposition      Unit Cell
                                            Level           Order


                                               1                       2

                                               2                       4

                                               3                       8

                                               n                       2n



Smallest possible square matrix generated from the wavelet
  decomposed image, having the same level of wavelet
      decomposition structure as the original image.


                                        * Paper under Review process
Unit Embedded Zerotree Wavelet *
             Comparison to Existing Algorithm



                      Original algorithm                        Proposed algorithm
  Image
               32       64         128      256       32          64        128       256
               ×        ×           ×        ×        ×           ×          ×         ×
               32       64         128      256       32          64        128       256

  LENA        1.092   4.540      20.062    210.617   0.952       3.479     13.120    52.073


BARBARA       1.108   4.477      19.407    213.425   0.983       3.572     13.915    54.632


CAMRAMAN      1.139   4.618      20.639    200.960   0.998       3.588     13.463    53.867


GOLDHILL      1.136   4.680      20.779    216.670   0.996       3.510     13.541    54.226


 PEPPERS      1.186   4.524      19.812    214.626   1.030       3.650     14.258    54.632



 Table showing coding time (seconds) for original and proposed
                          algorithm.

                                                             * Paper under Review process
Unit Embedded Zerotree Wavelet *
                  Comparison to Existing Algorithm



                           Percent
  Image
             32       64         128      256
             ×        ×           ×        ×              80
             32       64         128      256             70
                                                          60
LENA       12.821   23.370      34.603   75.276
                                                          50
                                                  Percent
                                                          40
BARBARA    11.282   20.214      28.299   74.402           30
                                                          20
                                                          10
CAMRAMAN   12.379   22.304      34.769   73.195
                                                           0
                                                                 32 × 32      64 × 64    128 × 128     256 × 256
GOLDHILL   12.324   25.000      34.833   74.973                            Image Dimensions (pixels)

                                                    LENA       BARBARA      CAMRAMAN          GOLDHILL PEPPERS
PEPPERS    13.153   19.319      28.034   74.545




       Table showing percentage improvement in coding time using
                proposed algorithm over original algorithm.

                                                                 * Paper under Review process

More Related Content

PPTX
Medical image compression
PDF
Discrete cosine transform
PDF
Adaptive filter
PPTX
Discrete Fourier Transform
PPTX
Basic cryptography
PDF
DSP_2018_FOEHU - Lec 07 - IIR Filter Design
Medical image compression
Discrete cosine transform
Adaptive filter
Discrete Fourier Transform
Basic cryptography
DSP_2018_FOEHU - Lec 07 - IIR Filter Design

What's hot (20)

PDF
Arithmetic coding
PPTX
Jpeg standards
PPT
spread spectrum technique
PDF
4.5 equalizers and its types
PPSX
Image processing on matlab presentation
PPTX
5. gray level transformation
PPTX
PPT
The motion estimation
PPT
Thresholding.ppt
PPTX
Patient monitoring system and biotelemetry
PPTX
Dpcm ( Differential Pulse Code Modulation )
PPT
ECG MONITORING SYSTEM
PPTX
presentation on digital signal processing
PPT
Design and Simulation Triple-DES
PDF
Classification of signal
PPTX
Complete pan tompkins implementation of ecg qrs detector
PPTX
M ary psk modulation
PPT
Delta Modulation
ODP
image compression ppt
PPTX
Topic5 advanced encryption standard (aes)
Arithmetic coding
Jpeg standards
spread spectrum technique
4.5 equalizers and its types
Image processing on matlab presentation
5. gray level transformation
The motion estimation
Thresholding.ppt
Patient monitoring system and biotelemetry
Dpcm ( Differential Pulse Code Modulation )
ECG MONITORING SYSTEM
presentation on digital signal processing
Design and Simulation Triple-DES
Classification of signal
Complete pan tompkins implementation of ecg qrs detector
M ary psk modulation
Delta Modulation
image compression ppt
Topic5 advanced encryption standard (aes)
Ad

Viewers also liked (20)

DOCX
Medical Image Compression
DOC
Seminar Report on image compression
PPT
Image compression
PDF
Medical images compression: JPEG variations for DICOM standard
PPT
Lzw coding technique for image compression
PDF
Presentation on Image Compression
PPTX
comparision of lossy and lossless image compression using various algorithm
PPTX
Comparison between JPEG(DCT) and JPEG 2000(DWT) compression standards
PPTX
Image compression
PPTX
Image processing and compression techniques
PPT
Image compression
PPTX
Image Compression
PDF
Compression: Images (JPEG)
PPT
Compression
PPTX
INFRARED PLASTIC SOLAR CELLS
PPT
Infrared Plastic Solar Cell
PPTX
JPEG Image Compression
PPTX
Wavelet based image compression technique
PPT
Digital Image Processing
Medical Image Compression
Seminar Report on image compression
Image compression
Medical images compression: JPEG variations for DICOM standard
Lzw coding technique for image compression
Presentation on Image Compression
comparision of lossy and lossless image compression using various algorithm
Comparison between JPEG(DCT) and JPEG 2000(DWT) compression standards
Image compression
Image processing and compression techniques
Image compression
Image Compression
Compression: Images (JPEG)
Compression
INFRARED PLASTIC SOLAR CELLS
Infrared Plastic Solar Cell
JPEG Image Compression
Wavelet based image compression technique
Digital Image Processing
Ad

Similar to Medical Image Compression (20)

PDF
SPICE MODEL of SG30SC6M (Standard Model) in SPICE PARK
PDF
SPICE MODEL of SG30SC6M (Standard Model) in SPICE PARK
PDF
SPICE MODEL of 2SC2712 in SPICE PARK
PPTX
Post-Processing of Prostate Perfusion MRI
PDF
SPICE MODEL of S30SC4MT (Standard Model) in SPICE PARK
PDF
SPICE MODEL of S30SC4MT (Standard Model) in SPICE PARK
PDF
SPICE MODEL of S60SC4MT (Professional Model) in SPICE PARK
PDF
SPICE MODEL of SG10SC4M (Standard Model) in SPICE PARK
PDF
SPICE MODEL of TPCA8011-H (Standard+BDS Model) in SPICE PARK
PDF
SPICE MODEL of S60SC6MT (Professional Model) in SPICE PARK
PDF
SPICE MODEL of S60SC6MT (Professional Model) in SPICE PARK
PDF
SPICE MODEL of SG30SC6M (Professional Model) in SPICE PARK
PDF
SPICE MODEL of SG30SC6M (Professional Model) in SPICE PARK
PDF
SPICE MODEL of SG30JC6M (Standard Model) in SPICE PARK
PDF
SPICE MODEL of SG30JC6M (Standard Model) in SPICE PARK
PDF
SPICE MODEL of CMS14 (Standard Model) in SPICE PARK
PDF
SPICE MODEL of STPSC806 (Professional Model) in SPICE PARK
PDF
SPICE MODEL of MTM23223 (Professional+BDP Model) in SPICE PARK
PDF
SPICE MODEL of S60SC6MT (Standard Model) in SPICE PARK
PDF
SPICE MODEL of S60SC6MT (Standard Model) in SPICE PARK
SPICE MODEL of SG30SC6M (Standard Model) in SPICE PARK
SPICE MODEL of SG30SC6M (Standard Model) in SPICE PARK
SPICE MODEL of 2SC2712 in SPICE PARK
Post-Processing of Prostate Perfusion MRI
SPICE MODEL of S30SC4MT (Standard Model) in SPICE PARK
SPICE MODEL of S30SC4MT (Standard Model) in SPICE PARK
SPICE MODEL of S60SC4MT (Professional Model) in SPICE PARK
SPICE MODEL of SG10SC4M (Standard Model) in SPICE PARK
SPICE MODEL of TPCA8011-H (Standard+BDS Model) in SPICE PARK
SPICE MODEL of S60SC6MT (Professional Model) in SPICE PARK
SPICE MODEL of S60SC6MT (Professional Model) in SPICE PARK
SPICE MODEL of SG30SC6M (Professional Model) in SPICE PARK
SPICE MODEL of SG30SC6M (Professional Model) in SPICE PARK
SPICE MODEL of SG30JC6M (Standard Model) in SPICE PARK
SPICE MODEL of SG30JC6M (Standard Model) in SPICE PARK
SPICE MODEL of CMS14 (Standard Model) in SPICE PARK
SPICE MODEL of STPSC806 (Professional Model) in SPICE PARK
SPICE MODEL of MTM23223 (Professional+BDP Model) in SPICE PARK
SPICE MODEL of S60SC6MT (Standard Model) in SPICE PARK
SPICE MODEL of S60SC6MT (Standard Model) in SPICE PARK

More from Paramjeet Singh Jamwal (20)

PDF
Introduction to MATLAB - I
PDF
Fundamentals of Electric Drives - Electric Drives
PDF
DC Network Theory - Basic Electrical Engineering
PDF
Virtual Instrumentation and Data Acquisition - PGICE - 2013
PDF
Reliability Engineering - PGICE - 2013
PDF
Reliability Engineering - PGICE - 2012
DOCX
Introduction to Filters under labVIEW Environment
PDF
Non Linear and Adaptive Control System JAN 2014
PDF
Microcontroller and Embedded System JAN 2014
PDF
Instrumentation System Design JAN 2014
PDF
Instrumentation System Design | Assignment
PDF
Digital signal processing JAN 2014
DOCX
Introduction to toolbox under matlab environment
PPTX
Cardiovascular System
DOCX
Digital Signal Processing and Control System under MATLAB Environment
PPTX
Hydrology & Site Selection of Hydro Power Plant
PDF
Electromagnetic Field Theory May 2013
PDF
Digital Image Processing May 2013
PDF
Basic Electrical Engineering May 2013
PDF
Analog Communication May 2013
Introduction to MATLAB - I
Fundamentals of Electric Drives - Electric Drives
DC Network Theory - Basic Electrical Engineering
Virtual Instrumentation and Data Acquisition - PGICE - 2013
Reliability Engineering - PGICE - 2013
Reliability Engineering - PGICE - 2012
Introduction to Filters under labVIEW Environment
Non Linear and Adaptive Control System JAN 2014
Microcontroller and Embedded System JAN 2014
Instrumentation System Design JAN 2014
Instrumentation System Design | Assignment
Digital signal processing JAN 2014
Introduction to toolbox under matlab environment
Cardiovascular System
Digital Signal Processing and Control System under MATLAB Environment
Hydrology & Site Selection of Hydro Power Plant
Electromagnetic Field Theory May 2013
Digital Image Processing May 2013
Basic Electrical Engineering May 2013
Analog Communication May 2013

Recently uploaded (20)

PPTX
Computer Architecture Input Output Memory.pptx
PDF
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
PPTX
Core Concepts of Personalized Learning and Virtual Learning Environments
PDF
semiconductor packaging in vlsi design fab
PDF
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
PDF
English Textual Question & Ans (12th Class).pdf
PDF
HVAC Specification 2024 according to central public works department
PDF
advance database management system book.pdf
PDF
Environmental Education MCQ BD2EE - Share Source.pdf
PPTX
B.Sc. DS Unit 2 Software Engineering.pptx
PDF
LIFE & LIVING TRILOGY - PART - (2) THE PURPOSE OF LIFE.pdf
PDF
What if we spent less time fighting change, and more time building what’s rig...
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PDF
Mucosal Drug Delivery system_NDDS_BPHARMACY__SEM VII_PCI.pdf
PDF
BP 505 T. PHARMACEUTICAL JURISPRUDENCE (UNIT 1).pdf
PPTX
A powerpoint presentation on the Revised K-10 Science Shaping Paper
PDF
AI-driven educational solutions for real-life interventions in the Philippine...
PPTX
What’s under the hood: Parsing standardized learning content for AI
PDF
My India Quiz Book_20210205121199924.pdf
PDF
Journal of Dental Science - UDMY (2021).pdf
Computer Architecture Input Output Memory.pptx
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
Core Concepts of Personalized Learning and Virtual Learning Environments
semiconductor packaging in vlsi design fab
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
English Textual Question & Ans (12th Class).pdf
HVAC Specification 2024 according to central public works department
advance database management system book.pdf
Environmental Education MCQ BD2EE - Share Source.pdf
B.Sc. DS Unit 2 Software Engineering.pptx
LIFE & LIVING TRILOGY - PART - (2) THE PURPOSE OF LIFE.pdf
What if we spent less time fighting change, and more time building what’s rig...
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
Mucosal Drug Delivery system_NDDS_BPHARMACY__SEM VII_PCI.pdf
BP 505 T. PHARMACEUTICAL JURISPRUDENCE (UNIT 1).pdf
A powerpoint presentation on the Revised K-10 Science Shaping Paper
AI-driven educational solutions for real-life interventions in the Philippine...
What’s under the hood: Parsing standardized learning content for AI
My India Quiz Book_20210205121199924.pdf
Journal of Dental Science - UDMY (2021).pdf

Medical Image Compression

  • 2. Medical Image Compression Digital Signal Processing Digital Image Processing Image Compression Medical Image Compression
  • 3. Algorithms Used Joint Photographic Experts Group DCT Region Of Interest Embedded Zerotree Wavelet DWT Unit Embedded Zerotree Wavelet
  • 4. 1 Joint Photographic Experts Group o o Introduction Discrete Cosine Transformation o Algorithm o Compression Results
  • 5. Joint Photographic Experts Group Introduction Bitmap Image, JPEG Compressed, 150KB 14KB  Based on discrete cosine transformation  Lossy compression method  Mostly used by digital cameras and web usage
  • 6. Joint Photographic Experts Group Discrete Cosine Transformation Time Domain Frequency Domain DCT is a time to frequency domain transformation.
  • 7. Joint Photographic Experts Group Algorithm 8x8 Zig-zag Huffman pixel DCT Quantization RLE scan Encoding blocks Quantization Output Table  Quantization results in loss of information .  Compressed output is losslessly stored .
  • 8. Joint Photographic Experts Group Compression Results MSE 250 200 150 Lena 100 X-Ray 50 MRI 0 0 0.5 1 1.5 X-Ray MRI Bitrate PSNR 45 40 35 30 25 20 Lena 15 X-Ray 10 Lena 5 MRI 0 0 0.5 1 1.5 Bitrate
  • 9. 2 Region Of Interest o Introduction o Compression Results o Comparison with JPEG
  • 10. Region Of Interest Introduction Original Image ROI Portion of image containing the significant information is selected as ROI and compressed at a higher quality .
  • 11. Region Of Interest Compression Results MSE 140 120 100 80 60 X-ray 40 MRI 20 CAT Scan 0 X-Ray MRI 0 0.2 0.4 0.6 0.8 Bitrate PSNR 50 40 30 20 X-ray 10 MRI CAT Scan 0 CAT Scan 0 0.2 0.4 0.6 0.8 Bitrate
  • 12. Region Of Interest Comparison with JPEG 140 250 120 120 100 200 100 80 MSE 80 150 60 60 100 40 40 50 20 20 0 0 0 0 0.5 1 0 0.5 1 1.5 0 0.5 1 50 50 40 PSNR 40 40 30 30 30 20 20 20 10 10 10 0 0 0 0 0.5 1 0 0.5 1 0 0.5 1 1.5 X-Ray MRI CAT Scan ROI JPEG
  • 13. 3 Embedded Zerotree Wavelet o o Introduction Discrete Wavelet Transformation o Zerotree Concept o An Example
  • 14. Embedded Zerotree Wavelet Introduction Embedded – The EZW encoder is based on progressive encoding. Progressive encoding is also known as embedded encoding. Zerotree – A data structure called zero-tree is used in EZW algorithm to encode the data. Wavelet – The EZW encoder is specially designed to work with wavelet transform. It was originally designed to operate on images.
  • 15. Embedded Zerotree Wavelet Discrete Wavelet Transformation Original First Second Third Image Level Level Level Lower sub-band has higher resolution and contains higher frequency information.
  • 16. Embedded Zerotree Wavelet Zerotree Concept Quad-tree An Structure Example A zerotree is a quad-tree having all its descendents less than the current threshold.
  • 17. Embedded Zerotree Wavelet An Example 63 -34 49 10 7 13 -12 7 P N P T Z Z Dominant Pass 1 -31 23 14 -13 3 4 6 -1 Z T T T Z Z  Threshold = 32 15 14 3 -12 5 -7 3 9  Output = T Z PNZTPTTTTZTTZZZZZ -9 -7 -14 8 4 -2 3 2 PZZ T T -5 9 -1 47 4 6 -2 2 Subordinate Pass 1 Z P 3 0 -3 2 3 -2 0 4  List = {63 34 49 47 } Z Z  Output = 1 0 1 0 2 -3 6 -4 3 6 3 6 5 11 5 6 0 3 -4 4
  • 18. 4 Unit Embedded Zerotree Wavelet * o o Drawback of existing algorithm Concept of Unit Cell o Formation of Unit Cell o Comparison with existing algorithm * Paper under Review process
  • 19. Unit Embedded Zerotree Wavelet * Drawback of existing algorithm Dimensions Children Descendents 8x8 284 378 32 x 32 6,859 8,564 128 x 128 1,10,576 1,36,407 256 x 256 4,43,492 5,67,959 Existing algorithm needs to check a large number of children and descendents. * Paper under Review process
  • 20. Unit Embedded Zerotree Wavelet * Concept of Unit Cell 2 n 2 n Smallest possible square matrix generated from the wavelet decomposed image, having the same level of wavelet decomposition structure as the original image. * Paper under Review process
  • 21. Unit Embedded Zerotree Wavelet * Formation of Unit Cell Decomposition Unit Cell Level Order 1 2 2 4 3 8 n 2n Smallest possible square matrix generated from the wavelet decomposed image, having the same level of wavelet decomposition structure as the original image. * Paper under Review process
  • 22. Unit Embedded Zerotree Wavelet * Comparison to Existing Algorithm Original algorithm Proposed algorithm Image 32 64 128 256 32 64 128 256 × × × × × × × × 32 64 128 256 32 64 128 256 LENA 1.092 4.540 20.062 210.617 0.952 3.479 13.120 52.073 BARBARA 1.108 4.477 19.407 213.425 0.983 3.572 13.915 54.632 CAMRAMAN 1.139 4.618 20.639 200.960 0.998 3.588 13.463 53.867 GOLDHILL 1.136 4.680 20.779 216.670 0.996 3.510 13.541 54.226 PEPPERS 1.186 4.524 19.812 214.626 1.030 3.650 14.258 54.632 Table showing coding time (seconds) for original and proposed algorithm. * Paper under Review process
  • 23. Unit Embedded Zerotree Wavelet * Comparison to Existing Algorithm Percent Image 32 64 128 256 × × × × 80 32 64 128 256 70 60 LENA 12.821 23.370 34.603 75.276 50 Percent 40 BARBARA 11.282 20.214 28.299 74.402 30 20 10 CAMRAMAN 12.379 22.304 34.769 73.195 0 32 × 32 64 × 64 128 × 128 256 × 256 GOLDHILL 12.324 25.000 34.833 74.973 Image Dimensions (pixels) LENA BARBARA CAMRAMAN GOLDHILL PEPPERS PEPPERS 13.153 19.319 28.034 74.545 Table showing percentage improvement in coding time using proposed algorithm over original algorithm. * Paper under Review process