farhan-2018-ijca-916406
farhan-2018-ijca-916406
farhan-2018-ijca-916406
20
International Journal of Computer Applications (0975 – 8887)
Volume 180 – No.23, February 2018
processing. On the basis of evaluating and analyzing the with Leading Short Word and the second one works with
current image compression techniques this paper presents the Lead Bit. This final step reduces the number of bits required
SIMPLE COMPRESSION TECHNIQUE (SCZ) approach to represent the values. The system model is shown in Fig. 1.
applied to image compression. It also includes various
benefits of using image compression techniques[8]. Algorithm(1) : The conversion of all values to positive
In this paper Rime Raj Singh Tomar and Kapil Jain presents
differential pulse code modulation for image compression Goal : convert all values to positive
lossless and near-lossless compression method is introduced
Input : REL_array // array
which is efficient due to its high compression ratio and
Output : positive_array // array
simplicity. This method is consists of a new transformation
method called Enhanced DPCM Transformation (EDT) which Step 1 :
has a good energy compaction and a suitable Huffman
encoding. After introducing this compression method it is For all i do {where 0 ≤ i ≤ REL_array length}
applied on different images from Corel dataset for
experimental results and analysis. Also we compare it with If REL_array (i) < 0 then
other existing methods with respect to parameter compression positive_array (i) ← REL_array (i)*-2
ratio, peak signal noise ratio and mean square error[9].
Else
In [10] the authors present a strategy to increase the
compression ratio with simple computational burden and positive_array (i) ← REL_array (i)*2-1
excellent decoded quality. Higher compression ratio is End If
achieved by applying different compression thresholds for the
wavelet coefficients of each DWT band (LL and HH) while End For iStep 2 :
DCT transform is applied on (HL and LH) bands with Return (positive_array)
preserving the quality of reconstructed medical image. The
retained coefficients are quantized by using adaptive
quantization according to the type of transformation. Finally
the entropy coding (variable shift coding) is used to encode
the quantization indices. The Discrete Wavelet Transform
(DWT) analyzes the signal at different frequency bands with
different resolutions by decomposing the signal into an
approximation and detail information. Image coded by DWT
do not have the problem of blocking artifacts which the DCT
approach may suffer.
21
International Journal of Computer Applications (0975 – 8887)
Volume 180 – No.23, February 2018
70 1111110111 70 01000110
3 0011 3 10011
11 1011 11 11011
2 0100 2 10100
1 0001 1 10001
Total no.
46 53
of bits
7 0111 7 10111
18 1111000011 18 00010010
20 1111000101 20 00010100
1 0001 1 10001
7 0111 7 10111
0 0000 0 10000
4 0100 4 10100
22
International Journal of Computer Applications (0975 – 8887)
Volume 180 – No.23, February 2018
23
International Journal of Computer Applications (0975 – 8887)
Volume 180 – No.23, February 2018
(IJETTCS) , Volume 2, Issue 4, ISSN 2278-6856 , July [10] Vikash Yadav, Monika Verma and Vandana Dixit
– August 2013. Kaushik, “A Hybrid Image Compression Technique for
Medical Images”, Published in: Computational
[9] Rime Raj Singh Tomar and Kapil Jain ,” Lossless Image Intelligence and Communication Networks (CICN), 2015
Compression Using Differential Pulse Code Modulation International Conference, DOI: 10.1109/CICN.2015.51,
and its Application” Published in: Computational Date Added to IEEE Xplore: 18 August 2016.
Intelligence and Communication Networks (CICN), 2015
International Conference, DOI: 10.1109/CICN.2015.84,
Date Added to IEEE Xplore: 18 August 2016.
IJCATM : www.ijcaonline.org
24