SlideShare a Scribd company logo
3
Most read
9
Most read
11
Most read
A flavour of Effective SPIHT,
SPIHT 3d, LVL-MMC Compressions
on Non-sequential Gray Scale
Images
By
Dr. S. Piramu Kailasam
Assistant Professor
Department of Computer Applications
Sathakathullah Appa College
Tirunelveli
Objective
This study is aimed to compress color
image using SPIHT, SPIHT 3D and LVL-MMC
compression methods in color spaces to get
good compression ratio.
The need of high compression ratio is to
increase storage space and speed.
Introduction
Social Media mesmerizes the world people
in sharing data, images or videos.
Sametime, maintaining these files in
desktop or mobile is a daily routine, which is
tedious task for nontechnical people.
Introduction (contd..)
Another hand, online uploading or
downloading data and maintenance is also big
work to student or teacher.
Alternate way of maintaining these data,
image or video can be done by compression
techniques.
Hence Image compression takes important
role in image processing domain.
Compressing of Pixels
Spiht 3d
Compression algorithms
Storage, transmission, faster computation
are the main goals of Image compression. The
storage and computation speed are not in
directly proportional.
The redundant data are compressed by
suitable compression algorithms like EZW, SPIHT,
STW, WDR, ASWDR, SPIHT 3-D and LVL-MMC.
Wavelet Transform
The wavelet is applied to all type of images
in common. Wavelet is excellent than Discrete
Cosine Transform (DCT). Similarly, wavelet based
compression is best in interpreting and
transmission of images for multiresolution
nature and degradation tolerance.
Gray Scale Image
The reason for differentiating such images from any other
sort of color image is that less information needs to be
provided for each pixel. ... In addition, grayscale images are
entirely sufficient for many tasks and so there is no need to
use more complicated and harder-to-process color images.
Haar wavelet in image compression
• Haar wavelet compression is an efficient way
to perform both lossless and lossy image
compression.
• Relies on averaging and differencing values in
an image matrix to produce a matrix which is
sparse or nearly sparse.
• A sparse matrix can be stored in an efficient
manner, leading to smaller file sizes
SPIHT
SPIHT process represents a very effective form of
entropy-coding.
SPIHT codes the individual bits of the image
wavelet transform coefficients following a bit-plane
sequence. Thus, it is capable of recovering the image
perfectly (every single bit of it) by coding all bits of the
transform.
However, the wavelet transform yields perfect
reconstruction only if its numbers are stored as infinite-
precision numbers.
In practice it is frequently possible to recover the
image perfectly using rounding after recovery, but this is
not the most efficient approach.
SPIHT
(Set Partitioning In Hierarchical Trees)
For lossless compression we proposed an
integer multiresolution transformation, similar
to the wavelet transform, which we called S+P
transform .
It solves the finite-precision problem by
carefully truncating the transform coefficients
during the transformation (instead of after).
SPIHT 3D
• Set Partitioning In Hierarchical Trees 3D for truecolor
images
• 3D SPIHT coding is an excellent technique to color
image compression than conventional methods such as
EZW and SPIHT generate local optimal values.
• 3D SPIHT [11], [19] is the modern octal tree technique
for 3 dimensional true color image compression.
• In this study 3D SPIHT with different color conversion
methods are applied to different types of images.
LVL - MMC
• The LZW and Run length Encoding compression methods are
excellent to Tiff documents.
• Especially LZW is suitable for textual content files. Another
technique LVL_MMC(subband thresholding of coefficients and
Huffman Encoding) is a level thresholding wavelet compression
method.
• The parameters of this subband thresholding are calculated
from the differences between means method.
• LZ coding, dictionary based coding with loss much, less
strategies are applied on Tiff, Gif, Pdf, Gzip, Zip, V.42 and Png
files.
Morphological Gradient
In mathematical morphology and digital
image processing, a morphological gradient is
the difference between the dilation and the
erosion of a given image.
It is an image where each pixel value
(typically non-negative) indicates the contrast
intensity in the close neighborhood of that pixel.
SYSTEM ARCHITECTURE
RESULT AND DISCUSSION
Table. 1 Compression using HAAR WAVELET and SPIHT,SPIHT 3d and LVL-MMC methods
a)SPIHT 3d
image name MSE PSNR BPP CR
b1obj1__85.png 1.675 29.95 0.53 6.73
b1obj1__260.png 72.3 29.54 0.56 7.01
1.jpg 18.98 35.23 0.51 6.35
b)SPIHT
image name MSE PSNR BPP CR
b1obj1__85.png 65.85 29.95 0.5 6.9
b1obj1__260.png 72.3 29.54 0.57 7.23
1.jpg 18.98 35.23 0.49 6.21
c)LVL-MMC
image name MSE PSNR BPP PSNR GAIN CR
b1obj1__85.png 45.64 32.45 0.6 2.5 6.72
b1obj1__260.png 64.61 31.16 0.6 1.62 11.15
1.jpg 23.97 35.46 0.6 0.11 8.63
PERFORMANCE EVALUATION
Peak Signal Noise Ratio
PSNR = 20 log10
𝒎𝒂𝒙(𝑿𝐢
)
𝑹𝑴𝑺𝑬
Here Xi is original data;
RMSE is Root Mean Square Error.
Peak Signal Noise Ratio (PSNR) block
computes the value in decibals, between two true
color or gray scale compressed images.
PSNR Gain = P1 – P2
Where P1 is PSNR achieved by Proposed technique
and P2 is PSNR achieved by existing technique.
Compression Ratio
The most popular measure to calculate
efficiency of a compression algorithm is
compression ratio(CR). It is defined as the ratio
of bits to store uncompressed data and total
number of bits to store compressed data.
CR =
𝑵𝒖𝒎𝒃𝒆𝒓 𝒐𝒇 𝒃𝒊𝒕𝒔 𝒊𝒏 𝒖𝒏𝒄𝒐𝒎𝒑𝒓𝒆𝒔𝒔𝒆𝒅 𝒅𝒂𝒕𝒂
𝑵𝒖𝒎𝒃𝒆𝒓 𝒐𝒇 𝒃𝒊𝒕𝒔 𝒊𝒏 𝒄𝒐𝒎𝒑𝒓𝒆𝒔𝒔𝒆𝒅 𝒅𝒂𝒕𝒂
Mean Square Error
Mean square error (MSE) is the squared norm
of the difference between the data and the signal or
image approximation divided by the number of elements.
The MSE is defined by:
MSE =
1
𝑀𝑁 𝑖=0
𝑀−1
𝑗=0
𝑁−1
(𝑓 𝑀, 𝑁 − 𝑓′
𝑀, 𝑁 2
CONCLUSION
Images and video files take a lot of space
hence transmission of images and videos takes
much time. In the hi-tech era, image
compression is necessary for image storage and
transmission. Redundant data occurred in
images is repetitive and does not convey much
information. Lossless compression is useful in
preserving message , also useful in legal in
medial data.
CONCLUSION
Lossy compression algorithms compress data
with less error that is negligible to humans. In this
paper SPIHT, SPIHT 3d, LVL-MMC compression
algorithms are applied to grayscale images with
Haar wavelet and morphological methods.
The results of LVL-MMC in compression ratio
is notable than the SPIHT and SPIHT 3d methods. In
future the proposed work can be extend with
multimedia and animation files
Refferences
1) Ajala F.A., Adigun A.A, Oke A.O , ”Development of Hybrid Compression Algorithm for Medical Images
using Lempel-Ziv-Welch and Huffman Encoding “,IJRTE,Vol.7, 2018
2) Anantha Babu, S., Eswaran, P., Senthil Kumar, C., .” Lossless compression algorithm using improved RLC
for grayscale image’, Arab. J. Sci. Eng. 41, 3061–3070. https://doi.org/10.1007/s13369-016-2082-x.,2016
3) Ali kadhim, Al-Janabi, ”Efficient and simple scalable image compression algorithms”, Ain Shams
Engineering Journal,vol.10,463-470 (wavelet image compression),2019
4) Alzahir, S., Borici, A., ” An innovative lossless compression method for discrete color Images”, IEEE Trans.
Image Process. 24, 44–56,2015
5) Gonzalez R and Wood R ,“ Digital image processing. 2nd Edition, Pearson Education Inc., London,
England. 2002
6) Jerome, S.,119.pdf,1993
7) Kang LW, Hsu CC, Zhuang B, Lin CW, and Yeh CH , “Learning-based joint super-resolution and deblocking
for a highly compressed image”, IEEE Transactions on Multimedia, 17(7),2015, 921-934.
8) Kim BJ , Pearlman WA , “An embedded wavelet video coder using three dimensional set partitioning in
hierarchical trees (3D-SPIHT)”, In the Proceeding of Data Compression Conference 1997, Snowbird,
Utah, USA:,1997, 251−260.
9) Khan.A,Khan.A.,Khan.M,Uzir.M,”Lossless Image Compression: application of bi-level burrows wheeler
compression algorithm (BBWCA) to 2d data”,Multimedia Tools Application,2016
10) Luo, J., Chen, C.W., Parker, K.J., Huang, T.S., ” Artifact reduction in low bit rate DCT-based image
compression”, IEEE Trans. Image Process. 5, 1363–1368,1996
Spiht 3d

More Related Content

PDF
International Journal of Engineering Research and Development (IJERD)
DOCX
Thesis on Image compression by Manish Myst
PDF
IMAGE COMPRESSION AND DECOMPRESSION SYSTEM
PDF
Iaetsd performance analysis of discrete cosine
PDF
A spatial image compression algorithm based on run length encoding
PDF
PIXEL SIZE REDUCTION LOSS-LESS IMAGE COMPRESSION ALGORITHM
PDF
IRJET- Different Approaches for Implementation of Fractal Image Compressi...
PPT
Image mosaicing
International Journal of Engineering Research and Development (IJERD)
Thesis on Image compression by Manish Myst
IMAGE COMPRESSION AND DECOMPRESSION SYSTEM
Iaetsd performance analysis of discrete cosine
A spatial image compression algorithm based on run length encoding
PIXEL SIZE REDUCTION LOSS-LESS IMAGE COMPRESSION ALGORITHM
IRJET- Different Approaches for Implementation of Fractal Image Compressi...
Image mosaicing

What's hot (20)

PPTX
Digital image processing
PDF
An approach for color image compression of bmp and tiff images using dct and dwt
PDF
Survey paper on image compression techniques
PDF
Introduction to Digital Image Processing Using MATLAB
PDF
By4301435440
PDF
Digital image compression techniques
PDF
A Critical Review of Well Known Method For Image Compression
PPTX
Digital image processing
PDF
A Review on Image Compression using DCT and DWT
PPT
Image Processing
PDF
M017427985
PPTX
Cse image processing ppt
PDF
Digital Image Processing: Image Segmentation
PDF
O017429398
PPTX
Image processing ppt
PDF
11.0003www.iiste.org call for paper_d_discrete cosine transform for image com...
PDF
Digital Image Processing
PDF
A NOVEL IMAGE STEGANOGRAPHY APPROACH USING MULTI-LAYERS DCT FEATURES BASED ON...
PPT
An Introduction to Image Processing and Artificial Intelligence
Digital image processing
An approach for color image compression of bmp and tiff images using dct and dwt
Survey paper on image compression techniques
Introduction to Digital Image Processing Using MATLAB
By4301435440
Digital image compression techniques
A Critical Review of Well Known Method For Image Compression
Digital image processing
A Review on Image Compression using DCT and DWT
Image Processing
M017427985
Cse image processing ppt
Digital Image Processing: Image Segmentation
O017429398
Image processing ppt
11.0003www.iiste.org call for paper_d_discrete cosine transform for image com...
Digital Image Processing
A NOVEL IMAGE STEGANOGRAPHY APPROACH USING MULTI-LAYERS DCT FEATURES BASED ON...
An Introduction to Image Processing and Artificial Intelligence
Ad

Similar to Spiht 3d (20)

PDF
A novel technique in spiht for medical image compression
PDF
ROI BASED MEDICAL IMAGE COMPRESSION WITH AN ADVANCED APPROACH SPIHT CODING AL...
PDF
Analysis of Image Compression Using Wavelet
PDF
Analysis of Image Compression Using Wavelet
PDF
IRJET- RESULT:Wavelet Transform along with SPIHT Algorithm Used for Image Com...
PDF
Comparison of different Fingerprint Compression Techniques
PDF
Securable image compression using spiht algorithm
PDF
Improvement in Traditional Set Partitioning in Hierarchical Trees (SPIHT) Alg...
PDF
Hy3115071512
PDF
A High Performance Modified SPIHT for Scalable Image Compression
PDF
Ec36783787
PDF
Design and implementation of image compression using set partitioning in hier...
PDF
Design and Implementation of EZW & SPIHT Image Coder for Virtual Images
PDF
3-D WAVELET CODEC (COMPRESSION/DECOMPRESSION) FOR 3-D MEDICAL IMAGES
PDF
Performance analysis of Hybrid Transform, Hybrid Wavelet and Multi-Resolutio...
PDF
A STUDY OF IMAGE COMPRESSION BASED TRANSMISSION ALGORITHM USING SPIHT FOR LOW...
PPTX
SPIHT(Set Partitioning In Hierarchical Trees)
PDF
A REVIEW ON LATEST TECHNIQUES OF IMAGE COMPRESSION
PDF
International Journal of Engineering and Science Invention (IJESI)
PDF
International Journal of Engineering Research and Development
A novel technique in spiht for medical image compression
ROI BASED MEDICAL IMAGE COMPRESSION WITH AN ADVANCED APPROACH SPIHT CODING AL...
Analysis of Image Compression Using Wavelet
Analysis of Image Compression Using Wavelet
IRJET- RESULT:Wavelet Transform along with SPIHT Algorithm Used for Image Com...
Comparison of different Fingerprint Compression Techniques
Securable image compression using spiht algorithm
Improvement in Traditional Set Partitioning in Hierarchical Trees (SPIHT) Alg...
Hy3115071512
A High Performance Modified SPIHT for Scalable Image Compression
Ec36783787
Design and implementation of image compression using set partitioning in hier...
Design and Implementation of EZW & SPIHT Image Coder for Virtual Images
3-D WAVELET CODEC (COMPRESSION/DECOMPRESSION) FOR 3-D MEDICAL IMAGES
Performance analysis of Hybrid Transform, Hybrid Wavelet and Multi-Resolutio...
A STUDY OF IMAGE COMPRESSION BASED TRANSMISSION ALGORITHM USING SPIHT FOR LOW...
SPIHT(Set Partitioning In Hierarchical Trees)
A REVIEW ON LATEST TECHNIQUES OF IMAGE COMPRESSION
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering Research and Development
Ad

More from piramu kailasam (8)

PPTX
Number System.pptx
PPTX
Excel Basics_1.pptx
PDF
reliablepaper.pdf
PPTX
Excel Basics.pptx
PPTX
Venndiagram 211012062532
PPTX
Mongo db quiz1 (2)
PPT
Pulmonary cancer classification curvelet features and
PPTX
Venn diagram
Number System.pptx
Excel Basics_1.pptx
reliablepaper.pdf
Excel Basics.pptx
Venndiagram 211012062532
Mongo db quiz1 (2)
Pulmonary cancer classification curvelet features and
Venn diagram

Recently uploaded (20)

PDF
Classroom Observation Tools for Teachers
PDF
Complications of Minimal Access Surgery at WLH
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
master seminar digital applications in india
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
Institutional Correction lecture only . . .
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Pharma ospi slides which help in ospi learning
PDF
RMMM.pdf make it easy to upload and study
PDF
Pre independence Education in Inndia.pdf
PDF
Sports Quiz easy sports quiz sports quiz
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Basic Mud Logging Guide for educational purpose
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Classroom Observation Tools for Teachers
Complications of Minimal Access Surgery at WLH
Renaissance Architecture: A Journey from Faith to Humanism
master seminar digital applications in india
Module 4: Burden of Disease Tutorial Slides S2 2025
Institutional Correction lecture only . . .
Anesthesia in Laparoscopic Surgery in India
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPH.pptx obstetrics and gynecology in nursing
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Pharma ospi slides which help in ospi learning
RMMM.pdf make it easy to upload and study
Pre independence Education in Inndia.pdf
Sports Quiz easy sports quiz sports quiz
TR - Agricultural Crops Production NC III.pdf
Microbial diseases, their pathogenesis and prophylaxis
O5-L3 Freight Transport Ops (International) V1.pdf
Basic Mud Logging Guide for educational purpose
STATICS OF THE RIGID BODIES Hibbelers.pdf
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...

Spiht 3d

  • 1. A flavour of Effective SPIHT, SPIHT 3d, LVL-MMC Compressions on Non-sequential Gray Scale Images By Dr. S. Piramu Kailasam Assistant Professor Department of Computer Applications Sathakathullah Appa College Tirunelveli
  • 2. Objective This study is aimed to compress color image using SPIHT, SPIHT 3D and LVL-MMC compression methods in color spaces to get good compression ratio. The need of high compression ratio is to increase storage space and speed.
  • 3. Introduction Social Media mesmerizes the world people in sharing data, images or videos. Sametime, maintaining these files in desktop or mobile is a daily routine, which is tedious task for nontechnical people.
  • 4. Introduction (contd..) Another hand, online uploading or downloading data and maintenance is also big work to student or teacher. Alternate way of maintaining these data, image or video can be done by compression techniques. Hence Image compression takes important role in image processing domain.
  • 7. Compression algorithms Storage, transmission, faster computation are the main goals of Image compression. The storage and computation speed are not in directly proportional. The redundant data are compressed by suitable compression algorithms like EZW, SPIHT, STW, WDR, ASWDR, SPIHT 3-D and LVL-MMC.
  • 8. Wavelet Transform The wavelet is applied to all type of images in common. Wavelet is excellent than Discrete Cosine Transform (DCT). Similarly, wavelet based compression is best in interpreting and transmission of images for multiresolution nature and degradation tolerance.
  • 9. Gray Scale Image The reason for differentiating such images from any other sort of color image is that less information needs to be provided for each pixel. ... In addition, grayscale images are entirely sufficient for many tasks and so there is no need to use more complicated and harder-to-process color images.
  • 10. Haar wavelet in image compression • Haar wavelet compression is an efficient way to perform both lossless and lossy image compression. • Relies on averaging and differencing values in an image matrix to produce a matrix which is sparse or nearly sparse. • A sparse matrix can be stored in an efficient manner, leading to smaller file sizes
  • 11. SPIHT SPIHT process represents a very effective form of entropy-coding. SPIHT codes the individual bits of the image wavelet transform coefficients following a bit-plane sequence. Thus, it is capable of recovering the image perfectly (every single bit of it) by coding all bits of the transform. However, the wavelet transform yields perfect reconstruction only if its numbers are stored as infinite- precision numbers. In practice it is frequently possible to recover the image perfectly using rounding after recovery, but this is not the most efficient approach.
  • 12. SPIHT (Set Partitioning In Hierarchical Trees) For lossless compression we proposed an integer multiresolution transformation, similar to the wavelet transform, which we called S+P transform . It solves the finite-precision problem by carefully truncating the transform coefficients during the transformation (instead of after).
  • 13. SPIHT 3D • Set Partitioning In Hierarchical Trees 3D for truecolor images • 3D SPIHT coding is an excellent technique to color image compression than conventional methods such as EZW and SPIHT generate local optimal values. • 3D SPIHT [11], [19] is the modern octal tree technique for 3 dimensional true color image compression. • In this study 3D SPIHT with different color conversion methods are applied to different types of images.
  • 14. LVL - MMC • The LZW and Run length Encoding compression methods are excellent to Tiff documents. • Especially LZW is suitable for textual content files. Another technique LVL_MMC(subband thresholding of coefficients and Huffman Encoding) is a level thresholding wavelet compression method. • The parameters of this subband thresholding are calculated from the differences between means method. • LZ coding, dictionary based coding with loss much, less strategies are applied on Tiff, Gif, Pdf, Gzip, Zip, V.42 and Png files.
  • 15. Morphological Gradient In mathematical morphology and digital image processing, a morphological gradient is the difference between the dilation and the erosion of a given image. It is an image where each pixel value (typically non-negative) indicates the contrast intensity in the close neighborhood of that pixel.
  • 17. RESULT AND DISCUSSION Table. 1 Compression using HAAR WAVELET and SPIHT,SPIHT 3d and LVL-MMC methods a)SPIHT 3d image name MSE PSNR BPP CR b1obj1__85.png 1.675 29.95 0.53 6.73 b1obj1__260.png 72.3 29.54 0.56 7.01 1.jpg 18.98 35.23 0.51 6.35 b)SPIHT image name MSE PSNR BPP CR b1obj1__85.png 65.85 29.95 0.5 6.9 b1obj1__260.png 72.3 29.54 0.57 7.23 1.jpg 18.98 35.23 0.49 6.21 c)LVL-MMC image name MSE PSNR BPP PSNR GAIN CR b1obj1__85.png 45.64 32.45 0.6 2.5 6.72 b1obj1__260.png 64.61 31.16 0.6 1.62 11.15 1.jpg 23.97 35.46 0.6 0.11 8.63
  • 18. PERFORMANCE EVALUATION Peak Signal Noise Ratio PSNR = 20 log10 𝒎𝒂𝒙(𝑿𝐢 ) 𝑹𝑴𝑺𝑬 Here Xi is original data; RMSE is Root Mean Square Error. Peak Signal Noise Ratio (PSNR) block computes the value in decibals, between two true color or gray scale compressed images. PSNR Gain = P1 – P2 Where P1 is PSNR achieved by Proposed technique and P2 is PSNR achieved by existing technique.
  • 19. Compression Ratio The most popular measure to calculate efficiency of a compression algorithm is compression ratio(CR). It is defined as the ratio of bits to store uncompressed data and total number of bits to store compressed data. CR = 𝑵𝒖𝒎𝒃𝒆𝒓 𝒐𝒇 𝒃𝒊𝒕𝒔 𝒊𝒏 𝒖𝒏𝒄𝒐𝒎𝒑𝒓𝒆𝒔𝒔𝒆𝒅 𝒅𝒂𝒕𝒂 𝑵𝒖𝒎𝒃𝒆𝒓 𝒐𝒇 𝒃𝒊𝒕𝒔 𝒊𝒏 𝒄𝒐𝒎𝒑𝒓𝒆𝒔𝒔𝒆𝒅 𝒅𝒂𝒕𝒂
  • 20. Mean Square Error Mean square error (MSE) is the squared norm of the difference between the data and the signal or image approximation divided by the number of elements. The MSE is defined by: MSE = 1 𝑀𝑁 𝑖=0 𝑀−1 𝑗=0 𝑁−1 (𝑓 𝑀, 𝑁 − 𝑓′ 𝑀, 𝑁 2
  • 21. CONCLUSION Images and video files take a lot of space hence transmission of images and videos takes much time. In the hi-tech era, image compression is necessary for image storage and transmission. Redundant data occurred in images is repetitive and does not convey much information. Lossless compression is useful in preserving message , also useful in legal in medial data.
  • 22. CONCLUSION Lossy compression algorithms compress data with less error that is negligible to humans. In this paper SPIHT, SPIHT 3d, LVL-MMC compression algorithms are applied to grayscale images with Haar wavelet and morphological methods. The results of LVL-MMC in compression ratio is notable than the SPIHT and SPIHT 3d methods. In future the proposed work can be extend with multimedia and animation files
  • 23. Refferences 1) Ajala F.A., Adigun A.A, Oke A.O , ”Development of Hybrid Compression Algorithm for Medical Images using Lempel-Ziv-Welch and Huffman Encoding “,IJRTE,Vol.7, 2018 2) Anantha Babu, S., Eswaran, P., Senthil Kumar, C., .” Lossless compression algorithm using improved RLC for grayscale image’, Arab. J. Sci. Eng. 41, 3061–3070. https://doi.org/10.1007/s13369-016-2082-x.,2016 3) Ali kadhim, Al-Janabi, ”Efficient and simple scalable image compression algorithms”, Ain Shams Engineering Journal,vol.10,463-470 (wavelet image compression),2019 4) Alzahir, S., Borici, A., ” An innovative lossless compression method for discrete color Images”, IEEE Trans. Image Process. 24, 44–56,2015 5) Gonzalez R and Wood R ,“ Digital image processing. 2nd Edition, Pearson Education Inc., London, England. 2002 6) Jerome, S.,119.pdf,1993 7) Kang LW, Hsu CC, Zhuang B, Lin CW, and Yeh CH , “Learning-based joint super-resolution and deblocking for a highly compressed image”, IEEE Transactions on Multimedia, 17(7),2015, 921-934. 8) Kim BJ , Pearlman WA , “An embedded wavelet video coder using three dimensional set partitioning in hierarchical trees (3D-SPIHT)”, In the Proceeding of Data Compression Conference 1997, Snowbird, Utah, USA:,1997, 251−260. 9) Khan.A,Khan.A.,Khan.M,Uzir.M,”Lossless Image Compression: application of bi-level burrows wheeler compression algorithm (BBWCA) to 2d data”,Multimedia Tools Application,2016 10) Luo, J., Chen, C.W., Parker, K.J., Huang, T.S., ” Artifact reduction in low bit rate DCT-based image compression”, IEEE Trans. Image Process. 5, 1363–1368,1996

Editor's Notes

  • #7: The problem of reducing the amount of data required to represent a digital image. • From a mathematical viewpoint: transforming a 2-D pixel array into a statistically uncorrelated data set.
  • #16: Dilation adds pixels to the boundaries of objects in an image, while erosion removes pixels on object boundaries. ... The rule used to process the pixels defines the operation as a dilation or an erosion.