SlideShare a Scribd company logo
1 of 11
Download to read offline
Amira Mofreh, Tamer M. Barakat & Amr M. Refaat
Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 20
A New Lossless Medical Image Compression Technique using
Hybrid Prediction Model
Amira Mofreh engamiramofreh@yahoo.com
Electrical & Electronic Department
Al-Madina Higher Institute for Engineering and Technology
Giza, Egyp
Tamer M. Barakat tmb00@fayoum.edu.eg
Electrical & Electronic Department
Faculty of Engineering, Fayoum University
Fayoum, Egypt
Amr M. Refaat amg00@fayoum.edu.eg
Electrical & Electronic Department
Faculty of Engineering, Fayoum University
Fayoum, Egypt
Abstract
Medical image compression presents the best solution as hospitals move towards filmless
imaging and go completely digital. Due to the large size of images; image compression is
required to reduce the redundancies in image and represents it shortly with efficient archiving and
transmission of images. When the information is critical and losing of this information is not
acceptable; the lossless technique is the best image compression method for that purpose. But
this technique has a big problem which is the compression rate is very low compared with a lossy
compression technique. Many lossless compression techniques such as LPC-Huffman and DWT-
Huffman were presented to enhance the compression rate, but these techniques still suffering
from low compression rate. In this paper, a new hybrid lossless image compression technique
which named LPC-DWT-Huffman (LPCDH) technique is proposed to maximize compression. The
image firstly passed through the LPC transformation. The waveform transformation is then
applied to the LPC output. Finally, the wavelet coefficients are encoded by the Huffman coding.
Compared with both Huffman and DWT-Huffman (DH) techniques; our new model is as maximum
compression ratio as that before.
Keywords: Medical Image Compression, LPC-Huffman, DWT-Huffman, LPCDH Technique.
1. INTRODUCTION
Image compression is an important research issue. The difficulty in several applications lies on
the desired high compression rates. There are a number of techniques and methods that have
been approved and proposed in this regard. These techniques can be classified into two
categories, lossless and lossy compression techniques. Lossless techniques are applied when
data are critical and loss of information is not acceptable. Hence, many medical images should be
compressed by lossless techniques. On the other hand, Lossy compression techniques are more
efficient in terms of storage and transmission needs but there is no warranty that they can
preserve the characteristics needed in medical image processing and diagnosis. [1].
Image compression methods are based on either redundancy reduction or irrelevancy reduction
while most compression methods exploit both. The parts of a coder that process redundancy and
irrelevancy are separate in some methods; while in other methods they cannot be easily
separated [1]. Several image compression techniques encode transformed image data instead of
Amira Mofreh, Tamer M. Barakat & Amr M. Refaat
Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 21
the original images [2]-[3]. An efficient method for medical images is based on two processes of
transformation of quantized medical images prior to Huffman encoding, so that threefold
compression can be obtained.
The overall organization of the paper is as follows. The main idea is presented in section II, we
provide a brief review of the related work in section III, The main idea of Huffman encoding,
Linear Predictive Coding, Discrete Wavelet Transform and performance measures equations is
discussed in section IV, we describes the proposed methodology used, the mathematical model,
the simulation results and the discussion and performance evaluation provided by the three
techniques, Huffman, DH and the proposed, LPCDH in section V. Finally, the conclusions drawn
are elaborated in section VI.
2. MOTIVATION AND CONTRIBUTION
2.1 Motivation
Most hospitals store medical image data in digital form using picture archiving and
communication systems due to extensive digitization of data and increasing telemedicine use.
However, the need for data storage capacity and transmission bandwidth continues to exceed the
capability of available technologies. Medical image processing and compression have become an
important tool for diagnosis and treatment of many diseases so we need a hybrid technique to
compress medical image without any loss in image information which important for medical
diagnosis.
2.2 Contribution
Image compression plays a critical role in telemedicine. It is desired that either single images or
sequences of images be transmitted over computer networks at large distances that they could
be used in a multitude of purposes.so The main contribution of the research is aim to compress
medical image to be small size, reliable, improved and fast to facilitate medical diagnosis
performed by many medical centers.
3. RELATED WORK
JAGADISH H. PUJAR proposed the Lossless method of image compression and decompression
using Huffman coding this technique is simple in implementation and utilizes less memory, the
decompressed image is approximately equal to the input image. The compression ratio is low
[16]. Neelesh Kumar Sahu, et al are merging the Huffman encoding technique along with LPC for
the enhancement of compression ratio but it still low [17]. Harjeetpal Singh , Sakshi Rana present
hybrid model which is the combination of DWT, DCT and Huffman which applied to normal image
not medical ones [13]. Vaishali G. Dubey, Jaspal Singh 3D image is divided into smaller
nonoverlapping tiles on which 2D DWT is applied. Thereafter, Hard Thresholding and Huffman
coding are respectively applied on each of the tiles to get compressed image [14]. Mohamed
Abo-Zahhad , et al compare DWT-Huffman and DPCM-DWT-Huffman with other ones and the
compression ratio of the methods is lower than our proposed [15].
4. DEFINITIONS
This section represent the main concepts used for proposed method.
4.1 Huffman
Figure 1 shows a schematic block diagram for image compression using Huffman encoding
method. The Huffman encoding starts with calculating the probability of each symbol in the
image. The symbols probabilities are arranged in a descending order forming leaf nodes of a tree.
When the symbols are coded individually, the Huffman code is designed by merging the lowest
probable symbols and this process is repeated until only two probabilities of two compound
symbols are left. Thus a code tree is generated and Huffman codes are obtained from labelling of
the code tree. The minimal length binary code for a two-symbol source, of course, is the symbols
0 and 1. The Huffman codes for the symbols are obtained by reading the branch digits
Amira Mofreh, Tamer M. Barakat & Amr M. Refaat
Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 22
sequentially from the root node to the respective terminal node or leaf. Huffman coding is the
most popular technique for removing coding redundancy [4], [18].
FIGURE 1: Schematic diagram of image compression using Huffman encoding.
Huffman code procedure is based on the following two observations:
a. More frequently occurred symbols will have shorter code words than symbol that occur less
frequently.
b. The two symbols that occur least frequently will have the same length.
The average length of the code is given by the average of the product of probability of the symbol
and number of bits used to encode it. More information can found in [5-6].
4.2 Linear Predictive Coding (LPC)
The techniques of linear prediction have been applied with great success in many problems of
speech processing. The success in processing speech signals suggests that similar techniques
might be useful in modelling and coding of 2-D image signals. Due to the extensive computation
required for its implementation in two dimensions, only the simplest forms of linear prediction
have received much attention in image coding [7]. The schemes of one dimensional predictors
make predictions based only on the value of the previous pixel on the current line as shown in
equation (1).
Z X D  (1)
Z denotes as output predictor and X is the considered pixel and D is the adjacent pixels.
The other schemes are called two dimensional prediction schemes. The schemes make
predictions based on the values of previous pixels in a left-to-right, top-to-bottom scan of an
image as given by equation (2) and shown in figure 2. In this figure X denotes the considered
pixel and A, B, C and D are the adjacent pixels located on the north, northwest and west direction
respectively [8].
( )Z X D B   (2)
A B C
D X
FIGURE 2: Neighbour pixels for predicting X.
The residual error (E), which is the difference between the actual value of the current pixel (X)
and the predicted one (Z) is given by the following equation.
E X Z  (3)
Amira Mofreh, Tamer M. Barakat & Amr M. Refaat
Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 23
The residual errors are then encoded, usually by an encoding scheme like Huffman encoding, to
generate a compressed data stream.
4.3 Discrete Wavelet transform (DWT)
Wavelet analysis have been known as an efficient approach to representing data (signal or
image) by approximation and detailed coefficients. In one level image analysis the approximation
wavelet coefficient shows the general direction of the pixel value and three detailed coefficients
shows vertical, horizontal and diagonal details as shown in figure 3 – figure 4. Compression ratio
increases when the number of wavelet coefficient that are equal zeroes increase [9], [19-21].
Fortunately, in practice, it has been found that many images can be represented by fewer number
of wavelet coefficients. DWT has families such as Haar and Daupachies (db) the compression
ratio can vary from wavelet type to another depending which one can represented the signal in
fewer number coefficients.
FIGURE 3: filter stage in 2D DWT [15].
There are two types of filters:
a. High pass filter: keep high frequency information, lose low frequency information.
b. Low pass filter: keep low frequency information, lose high frequency information.
FIGURE 4: Wavelet Decomposition applied on an image.
4.4 Performance Measures Equations
The most common objective performance measures used are Maximum Absolute Error (MAE),
Mean Square Error (MSE), Root Mean Square Error (RMSE), Signal-to-Noise Ratio (SNR), Peak
Signal-to-Noise Ratio (PSNR), Compression Ratio (CR). The error function between the
reconstructed and original images is given by
Amira Mofreh, Tamer M. Barakat & Amr M. Refaat
Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 24
*
( , ) ( , ) ( , )e i j f i j f i j  (4)
where f(i,j) is the original image and f^* (i,j) is the reconstructed image generated form the
compressed image data. The MAE is given by
 max ( , )MAE e i j (5)
The MSE is the second moment of the error function between the reconstructed and original
images, given by [10], [22].
  
1 1
2
0 0
1
,
N M
i j
MSE e i j
MN
 
 
  (6)
Where, MxN is the image size, The RMSE is simply the square root of the MSE given by (6).
The Signal to noise ratio (SNR) in dB is given by
 
   
1 1
2
0 0
1 1
2*
0 0
,
10log
, ,
N M
i j
N M
i j
f i j
SNR
f i j f i j
 
 
 
 
  
   
  
      


(7)
Where the numerator is the power of the original image and denominator is the additive noise
corrupting the reconstructed image. The PSNR measure the ratio the maximum pixel intensity
2B-1 (where B is number of bits) to MSE given by [10].
2 1
20log
B
PSNR dB
MSE
 
  
  (8)
Therefor a higher value of PSNR offers better performance. The CR is often computed by dividing
the size of the original image in bits over the size of the compressed image data. Thus it is given
by [11].
of original image data
compressed image data
Size
CR
Size of

(9)
The four methods, Huffman, LH, DH and the proposed LPCDH, have been applied to three CT
medical images with different sizes.
5. PROPOSED SCHEME
5.1 LPC-DWT-Huffman (LPCDH)
DWT has been incorporated with LPC and Huffman, the LPC is applied to input image, then the
Haar wavelet transform is applied to the prediction error which generated by LPC to obtain the
approximation and detailed coefficients representing the error signal. Then the Huffman encoding
applied to the nonzero coefficients producing a stream of bits. Theses bits are applied to Huffman
decoder, the out of decoder is inversed transform by Invers-DWT (IDWT) then the output is
applied to Inverse –LPC (ILPC) to get reconstructed image as shown in figure 5. Thus the
compression ratio (CR) can be threefold of the Huffman algorithm.
Amira Mofreh, Tamer M. Barakat & Amr M. Refaat
Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 25
FIGURE 5: a schematic diagram for the image compression algorithm using LPC-DWT-Huffman encoding.
5.2 Mathematical Model
i LPC Equation:
E X Z  (10)
The residual error (E), which is the difference between the actual value of the current pixel (X)
and the predicted one (Z) is given by the following equation.
ii DWT-IDWT Equations
 For DWT equation:
     
1 2
1 2
1 2
1 1
1 2 1 2 , , 1 2
0 01 2
1
, , , ,
N N
i
Q j K K
n n
W j K K E n n Q n n
N N
 
 
   (11)
     
1 2
1 2
1 2
1 1
1 2 1 2 , , 1 2
0 01 2
1
, , , ,
N N
i
j K K
n n
W j K K E n n n n
N N
 
 
 
   (12)
Where  1 2,Q n n is approximated signal,  1 2,E n n the output of LPC,  1 2, ,QW j K K is the
approximation DWT and  1 2, ,i
QW j K K is the detailed DWT where i represent the direction
index (vertical V, horizontal H, diagonal D) [21].
 For IDWT equation:
   
   
1 2
1 2
1 2
1 2
1 2 1 2 , , 1 2
1 2
1 2 , , 1 2
01 2
1
( , ) , , ,
1
, , ,
Q j K K
K K
i
j K K
i j K K
E n n W j K K Q n n
N N
W j K K n n
N N
 






(13)
iii Huffman Equations
 Entropy:
1
1
( )log
( )
L
K
H p i
p i
  (14)
Amira Mofreh, Tamer M. Barakat & Amr M. Refaat
Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 26
It is the mean information provided by the source per outcome or symbol. It is measured in
bits/symbol. Where  p i is the probability of the symbol [25].
 The Average code word length:
1
0
k
av k k
k
L p l


  (15)
where kl
is the Code word length.
 The Efficiency of an information is:
av
H
L
  (16)
5.3 Simulation Model
To show the rational of incorporating the wavelet transform between the LPC and Huffman
coding, we have executed the following simulation using Matlab 2014 by applying mathematical
model in previous section. For an exemplary image shown in figure 6(a), we have computed the
histogram of an exemplary image, figure 6(b), histogram of wavelet transform (approximation and
details coefficient) as shown in figure 6(c)-(d) respectively. We have computed the LPC of the
image shown in figure 6(e), its histogram, shown in figure 6(f), and the histogram of wavelet
transform (approximation and details coefficient) of LPC image shown in figure 6(g)-(h)
respectively. It is apparent that the wavelet transform after the LPC provides denser histogram
than the histogram of wavelet transform directly of the image. This dense in the distribution leads
to small number of Huffman coding.
(a) (b) (c) (d)
(e) (f) (g) (h)
FIGURE 6: (a) Original image (b) original image histogram (c) DWT of original image (approximation
coefficient) histogram (d) DWT of original image (Details coefficient) histogram (e) LPC output (f) LPC output
histogram (g) DWT of LPC output (approximation coefficient) histogram (h) DWT of LPC output (Details
coefficient) histogram.
Amira Mofreh, Tamer M. Barakat & Amr M. Refaat
Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 27
5.4 Discussion and Performance Evaluation
In this section the comparison between the outputs of Huffman, DWT-Huffman and proposed
LPCDH is applied on medical image shown in figure 7. Tables 1, provides the performance
measures such as SNR, MES, RMSE, PSNR, CR and estimated time in seconds of the LPCDH
in comparison with Huffman and DWT-Huffman. The CR is 7.78, 1.2 and 4.32 respectively and
the estimated time is 17, 143, 62 sec respectively this illustrates that the proposed method is
faster and higher CR than other methods.
TABLE 1: Comparison between our method and other ones.
FIGURE 7: (a) Reconstructed image from Huffman compression (b) wavelet approximation coefficient from
DWT-Huffman (c) wavlet details coeffient from DWT-Huffman (d) reonstructed image from DWT-Huffman (e)
LPC output from LPC-DWT-Huffman (f) wavelet approximation coefficient from LPC-DWT-Huffman (haar)
(g) wavelet details coefficient from LPC-DWT-Huffman (haar) (k) reconstructed image from LPC-DWT-
Huffman (haar).
The time of the proposed method is very low compared with Huffman and DWT-Huffman as
shown in figure 8.
FIGURE 8: Compare between methods for taken time.
Methods
Metrics
SNR MSE RMSE PSNR CR
Estimated
Time (s)
Huffman Inf 0.00 0.00 Inf 1.235 143
DWT (haar)
+Huffman
11.80 61.63 7.85 30.23 4.321 62
Proposed
method(LPCDH)
11.5 95.57 9.78 28.33 7.783 17
Amira Mofreh, Tamer M. Barakat & Amr M. Refaat
Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 28
The CR of the proposed method is the highest one between the three methods as shown in figure
9.
FIGURE 9: compare between methods for CR.
6. CONCLUSION
In this paper, we have presented a new image compression technique consisting of the
association of the LPC, the DWT and the Huffman coding. In this technique, the image is first
passed through the LPC transformation, the wavelet transformation is applied to the LPC output
and finally the wavelet coefficients are encoded by the Huffman coding. So the wavelet
transformation reduces the redundancy and spatial reputation in the image data, which make the
compression more efficiently. Simulation results have shown that the proposed LPCDH
outperforms the DWT-Huffman and Huffman methods. The three methods provide CR of .7.7,
4.32 and 1.2 respectively.
7. REFERENCES
[1] Saleha Masood, Muhammad Sharif, Mussarat Yasmin, MudassarRaza and SajjadMohsin.
“Brain Image Compression: A Brief Survey”, Engineering and Technology 5(1): 49-59, 2013.
[2] Hu, L.L., F. Zhang, Z. Wang, X.F. You, L. Nie, H.X. Wang, T. Song and W.H. Yang, 2010.
“Comparison of the 1HR Relaxation Enhancement Produced by Bacterial Magnetosomes and
Synthetic Iron Oxide Nanoparticles for Potential Use as MR Molecular Probes”, Appl.
Supercond., IEEE Trans., 20(3): 822-825.
[3] Seddeq E. Ghrare, and Salahaddin M. Shreef, “Proposed Quality Evaluation of Compressed
MRI Medical Images for Telemedicine Applications”, World Academy of Science, Engineering
and Technology, pp. 568-570, 2012.
[4] J. H. PUJAR, L. M. KADLASKAR, “A New Lossless Method of Image Compression and
Decompression using Huffman Coding Techniques”, Journal of Theoretical and Applied
Information Technology, 2010.
[5] K. Gupta, R. L. Verma, Md. Sanawer Alam, “Lossless Medical Image Compression using
Predictive Coding and Integer Wavele Transform based on Minimum Entropy Criteriat”,
International Journal of Application or Innovation in Engineering & Management (IJAIEM),
Volume 2, Issue 8, August 2013.
[6] Keerti Mishra, R.L.Verma, Sanawer Alam and Harsh Vikram, “Hybrid Image Compression
Technique using Huffman Coding Algorithm”, International Journal of Research in Electronics
& Communication Technology Volume 1, Issue 2, October-December, 2013, pp. 37-45.
Amira Mofreh, Tamer M. Barakat & Amr M. Refaat
Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 29
[7] P.A. Maragos, R. W. Schafer, R. M. Mersereau, ‘‘Two-Dimensional Linear Prediction and Its
Application to Adaptive Predictive Coding of Images’’, IEEE Tran. on Acoustics, Speech, and
Signal Processing, Vol. Assp-32, No. 6, Dec. 1984.
[8] F. Pensiri, S. Auwatanamongkol, ‘‘A lossless image compression algorithm using predictive
coding based on quantized colors’’, E-ISSN: 2224-3488, Issue 2, Vol. 8, April 2012.
[9] N. Bansal and S. K. Dubey, “Image compression using hybrid transform”, Journal of Global
Research in Computer Science, Volume 4, No. 1, January 2013, pp. 13-17.
[10]Er. Ramandeep Kaur Grewal M.Tech (I.T.), N. Randhawa, “Image Compression Using
Discrete Cosine Transform & Discrete Wavelet Transform”, International Journal of
Computing & Business Research, ISSN (Online): 2229-6166, 2012.
[11]P. Telagarapu, V. J. Naveen, A. L. Prasanthi, G. V. Santhi, ‘‘Image Compression Using DCT
and Wavelet Transformations’’, International Journal of Signal Processing, Image Processing
and Pattern Recognition, vol. 4, no. 3, Sept. 2011.
[12]Kharagpur, Multi-Resolution Analysis, ECE IIT, Version 2.
[13]Harjeetpal Singh , Sakshi Rana, “Image Compression Hybrid using DCT , DWT , Huffman”,
International Journal of Scientific & Engineering Research Volume 3, Issue 8, August-2012.
[14]Vaishali G. Dubey, Jaspal Singh, “3D Medical Image Compression Using Huffman Encoding
Technique”, International Journal of Scientific and Research Publications, Volume 2, Issue 9,
September 2012.
[15]Mohamed Abo-Zahhad, Mahmoud Khaled Abd-Ellah, “Huffman Image Compression
Incorporating DPCM and DWT”, Journal of Signal and Information Processing, 2015, 6, 123-
135, 24 April 2015.
[16]Jagadish H. Pujar, Lohit M. Kadlaskar, "A new lossless method of image compression and
decompression using Huffman coding techniques”, Journal of Theoretical and Applied
Information Technology, pp. 18-22, 2010.
[17]Neelesh Kumar Sahu, Chandrashekhar, “Hybrid Compression of Medical Images Based on
Huffman and LPC For Telemedicine Application”, IJIRST –International Journal for Innovative
Research in Science & Technology, Volume 1, Issue 6, November 2014.
[18] M.Abo–Zahhad, R.R.Gharieb, Sabah M.Ahmed, Mahmoud Khaled, “Brain Image
Compression Techniques”, International Journal of Engineering Trends and Technology
(IJETT), Volume 19, Number 2, Jan 2015.
[19]Fahima Tabassum, Md. Imdadul Islam, Mohamed Ruhul Amin, “A Simplified Image
Compression Technique Based on Haar Wavelet Transform”, Electrical Engineering and
Information Communication Technology (ICEEICT), IEEE, pp. 1 - 9, 21-23 May 2015.
[20]Jothimani, D., Shankar, R., Yadav, S.S., (2015) Discrete Wavelet Transform-Based
Prediction of Stock Index: A Study on National Stock Exchange Fifty Index, Journal of
Financial Management and Analysis, 28 (2), 35-49.
[21]Asha Rani, Amandeep K. Bhullar, Deepak Dangwal, Sanjeev Kumar, “A Zero-Watermarking
Scheme using Discrete Wavelet Transform”, 4thInternational Conference on Eco-friendly
Computing and Communication Systems (ICECCS), Procedia Computer Science, Elsevier,
volume 70, pp. 603 – 609, 2015.
Amira Mofreh, Tamer M. Barakat & Amr M. Refaat
Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 30
[22]R.Praisline Jasmi, Mr.B.Perumal, Dr.M.Pallikonda Rajasekaran, “Comparison of image
compression techniques using Huffman coding, DWT and fractal algorithm”, Computer
Communication and Informatics (ICCCI), IEEE, pp. 1-5, 8-10 Jan. 2015.

More Related Content

What's hot

Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...
Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...
Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...Omar Ghazi
 
Selection of intra prediction modes for intra frame coding in advanced video ...
Selection of intra prediction modes for intra frame coding in advanced video ...Selection of intra prediction modes for intra frame coding in advanced video ...
Selection of intra prediction modes for intra frame coding in advanced video ...eSAT Journals
 
Selection of intra prediction modes for intra frame
Selection of intra prediction modes for intra frameSelection of intra prediction modes for intra frame
Selection of intra prediction modes for intra frameeSAT Publishing House
 
An Algorithm for Improving the Quality of Compacted JPEG Image by Minimizes t...
An Algorithm for Improving the Quality of Compacted JPEG Image by Minimizes t...An Algorithm for Improving the Quality of Compacted JPEG Image by Minimizes t...
An Algorithm for Improving the Quality of Compacted JPEG Image by Minimizes t...ijcga
 
Evaluation of Huffman and Arithmetic Algorithms for Multimedia Compression St...
Evaluation of Huffman and Arithmetic Algorithms for Multimedia Compression St...Evaluation of Huffman and Arithmetic Algorithms for Multimedia Compression St...
Evaluation of Huffman and Arithmetic Algorithms for Multimedia Compression St...IJCSEA Journal
 
Paper id 25201490
Paper id 25201490Paper id 25201490
Paper id 25201490IJRAT
 
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATIONMULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATIONprj_publication
 
Optimized image processing and clustering to mitigate security threats in mob...
Optimized image processing and clustering to mitigate security threats in mob...Optimized image processing and clustering to mitigate security threats in mob...
Optimized image processing and clustering to mitigate security threats in mob...TELKOMNIKA JOURNAL
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceinventy
 
Review on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial DomainReview on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial Domainidescitation
 
Digital Image Processing - Image Compression
Digital Image Processing - Image CompressionDigital Image Processing - Image Compression
Digital Image Processing - Image CompressionMathankumar S
 
digital image processing
digital image processingdigital image processing
digital image processingAbinaya B
 
Document Recovery From Degraded Images
Document Recovery From Degraded ImagesDocument Recovery From Degraded Images
Document Recovery From Degraded ImagesIRJET Journal
 
Appearance based face recognition by pca and lda
Appearance based face recognition by pca and ldaAppearance based face recognition by pca and lda
Appearance based face recognition by pca and ldaIAEME Publication
 

What's hot (20)

M1803016973
M1803016973M1803016973
M1803016973
 
Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...
Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...
Volumetric Medical Images Lossy Compression using Stationary Wavelet Transfor...
 
Selection of intra prediction modes for intra frame coding in advanced video ...
Selection of intra prediction modes for intra frame coding in advanced video ...Selection of intra prediction modes for intra frame coding in advanced video ...
Selection of intra prediction modes for intra frame coding in advanced video ...
 
Selection of intra prediction modes for intra frame
Selection of intra prediction modes for intra frameSelection of intra prediction modes for intra frame
Selection of intra prediction modes for intra frame
 
An Algorithm for Improving the Quality of Compacted JPEG Image by Minimizes t...
An Algorithm for Improving the Quality of Compacted JPEG Image by Minimizes t...An Algorithm for Improving the Quality of Compacted JPEG Image by Minimizes t...
An Algorithm for Improving the Quality of Compacted JPEG Image by Minimizes t...
 
D017542937
D017542937D017542937
D017542937
 
Evaluation of Huffman and Arithmetic Algorithms for Multimedia Compression St...
Evaluation of Huffman and Arithmetic Algorithms for Multimedia Compression St...Evaluation of Huffman and Arithmetic Algorithms for Multimedia Compression St...
Evaluation of Huffman and Arithmetic Algorithms for Multimedia Compression St...
 
Paper id 25201490
Paper id 25201490Paper id 25201490
Paper id 25201490
 
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATIONMULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
MULTI WAVELET BASED IMAGE COMPRESSION FOR TELE MEDICAL APPLICATION
 
337
337337
337
 
E1803012329
E1803012329E1803012329
E1803012329
 
Optimized image processing and clustering to mitigate security threats in mob...
Optimized image processing and clustering to mitigate security threats in mob...Optimized image processing and clustering to mitigate security threats in mob...
Optimized image processing and clustering to mitigate security threats in mob...
 
E04552327
E04552327E04552327
E04552327
 
Computer graphics by bahadar sher
Computer graphics by bahadar sherComputer graphics by bahadar sher
Computer graphics by bahadar sher
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Review on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial DomainReview on Image Enhancement in Spatial Domain
Review on Image Enhancement in Spatial Domain
 
Digital Image Processing - Image Compression
Digital Image Processing - Image CompressionDigital Image Processing - Image Compression
Digital Image Processing - Image Compression
 
digital image processing
digital image processingdigital image processing
digital image processing
 
Document Recovery From Degraded Images
Document Recovery From Degraded ImagesDocument Recovery From Degraded Images
Document Recovery From Degraded Images
 
Appearance based face recognition by pca and lda
Appearance based face recognition by pca and ldaAppearance based face recognition by pca and lda
Appearance based face recognition by pca and lda
 

Similar to A New Lossless Medical Image Compression Technique using Hybrid Prediction Model

Wavelet based Image Coding Schemes: A Recent Survey
Wavelet based Image Coding Schemes: A Recent Survey  Wavelet based Image Coding Schemes: A Recent Survey
Wavelet based Image Coding Schemes: A Recent Survey ijsc
 
International Journal on Soft Computing ( IJSC )
International Journal on Soft Computing ( IJSC )International Journal on Soft Computing ( IJSC )
International Journal on Soft Computing ( IJSC )ijsc
 
Design of Image Compression Algorithm using MATLAB
Design of Image Compression Algorithm using MATLABDesign of Image Compression Algorithm using MATLAB
Design of Image Compression Algorithm using MATLABIJEEE
 
A spatial image compression algorithm based on run length encoding
A spatial image compression algorithm based on run length encodingA spatial image compression algorithm based on run length encoding
A spatial image compression algorithm based on run length encodingjournalBEEI
 
An approach for color image compression of bmp and tiff images using dct and dwt
An approach for color image compression of bmp and tiff images using dct and dwtAn approach for color image compression of bmp and tiff images using dct and dwt
An approach for color image compression of bmp and tiff images using dct and dwtIAEME Publication
 
Final Dessirtation-1 Report
Final Dessirtation-1 ReportFinal Dessirtation-1 Report
Final Dessirtation-1 ReportAnkit Chaudhary
 
Joint, Image-Adaptive Compression and Watermarking by GABased Wavelet Localiz...
Joint, Image-Adaptive Compression and Watermarking by GABased Wavelet Localiz...Joint, Image-Adaptive Compression and Watermarking by GABased Wavelet Localiz...
Joint, Image-Adaptive Compression and Watermarking by GABased Wavelet Localiz...CSCJournals
 
Combining 3D run-length encoding coding and searching techniques for medical...
Combining 3D run-length encoding coding and searching  techniques for medical...Combining 3D run-length encoding coding and searching  techniques for medical...
Combining 3D run-length encoding coding and searching techniques for medical...IJECEIAES
 
A REVIEW OF IMAGE COMPRESSION TECHNIQUES
A REVIEW OF IMAGE COMPRESSION TECHNIQUESA REVIEW OF IMAGE COMPRESSION TECHNIQUES
A REVIEW OF IMAGE COMPRESSION TECHNIQUESArlene Smith
 
Comparison and improvement of image compression
Comparison and improvement of image compressionComparison and improvement of image compression
Comparison and improvement of image compressionIAEME Publication
 
Comparison and improvement of image compression
Comparison and improvement of image compressionComparison and improvement of image compression
Comparison and improvement of image compressionIAEME Publication
 
Comparison and improvement of image compression
Comparison and improvement of image compressionComparison and improvement of image compression
Comparison and improvement of image compressionIAEME Publication
 
A Comprehensive lossless modified compression in medical application on DICOM...
A Comprehensive lossless modified compression in medical application on DICOM...A Comprehensive lossless modified compression in medical application on DICOM...
A Comprehensive lossless modified compression in medical application on DICOM...IOSR Journals
 
AN EFFICIENT M-ARY QIM DATA HIDING ALGORITHM FOR THE APPLICATION TO IMAGE ERR...
AN EFFICIENT M-ARY QIM DATA HIDING ALGORITHM FOR THE APPLICATION TO IMAGE ERR...AN EFFICIENT M-ARY QIM DATA HIDING ALGORITHM FOR THE APPLICATION TO IMAGE ERR...
AN EFFICIENT M-ARY QIM DATA HIDING ALGORITHM FOR THE APPLICATION TO IMAGE ERR...IJNSA Journal
 
Comparative Analysis of Huffman and Arithmetic Coding Algorithms for Image Co...
Comparative Analysis of Huffman and Arithmetic Coding Algorithms for Image Co...Comparative Analysis of Huffman and Arithmetic Coding Algorithms for Image Co...
Comparative Analysis of Huffman and Arithmetic Coding Algorithms for Image Co...IRJET Journal
 
REGION OF INTEREST BASED COMPRESSION OF MEDICAL IMAGE USING DISCRETE WAVELET ...
REGION OF INTEREST BASED COMPRESSION OF MEDICAL IMAGE USING DISCRETE WAVELET ...REGION OF INTEREST BASED COMPRESSION OF MEDICAL IMAGE USING DISCRETE WAVELET ...
REGION OF INTEREST BASED COMPRESSION OF MEDICAL IMAGE USING DISCRETE WAVELET ...ijcsa
 
Embedding Patient Information In Medical Images Using LBP and LTP
Embedding Patient Information In Medical Images Using LBP and LTPEmbedding Patient Information In Medical Images Using LBP and LTP
Embedding Patient Information In Medical Images Using LBP and LTPcsijjournal
 
Embedding Patient Information In Medical Images Using LBP and LTP
Embedding Patient Information In Medical Images Using LBP and LTPEmbedding Patient Information In Medical Images Using LBP and LTP
Embedding Patient Information In Medical Images Using LBP and LTPcsijjournal
 
COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS
COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMSCOMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS
COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMScsijjournal
 
Medical Image Compression using DCT with Entropy Encoding and Huffman on MRI ...
Medical Image Compression using DCT with Entropy Encoding and Huffman on MRI ...Medical Image Compression using DCT with Entropy Encoding and Huffman on MRI ...
Medical Image Compression using DCT with Entropy Encoding and Huffman on MRI ...Associate Professor in VSB Coimbatore
 

Similar to A New Lossless Medical Image Compression Technique using Hybrid Prediction Model (20)

Wavelet based Image Coding Schemes: A Recent Survey
Wavelet based Image Coding Schemes: A Recent Survey  Wavelet based Image Coding Schemes: A Recent Survey
Wavelet based Image Coding Schemes: A Recent Survey
 
International Journal on Soft Computing ( IJSC )
International Journal on Soft Computing ( IJSC )International Journal on Soft Computing ( IJSC )
International Journal on Soft Computing ( IJSC )
 
Design of Image Compression Algorithm using MATLAB
Design of Image Compression Algorithm using MATLABDesign of Image Compression Algorithm using MATLAB
Design of Image Compression Algorithm using MATLAB
 
A spatial image compression algorithm based on run length encoding
A spatial image compression algorithm based on run length encodingA spatial image compression algorithm based on run length encoding
A spatial image compression algorithm based on run length encoding
 
An approach for color image compression of bmp and tiff images using dct and dwt
An approach for color image compression of bmp and tiff images using dct and dwtAn approach for color image compression of bmp and tiff images using dct and dwt
An approach for color image compression of bmp and tiff images using dct and dwt
 
Final Dessirtation-1 Report
Final Dessirtation-1 ReportFinal Dessirtation-1 Report
Final Dessirtation-1 Report
 
Joint, Image-Adaptive Compression and Watermarking by GABased Wavelet Localiz...
Joint, Image-Adaptive Compression and Watermarking by GABased Wavelet Localiz...Joint, Image-Adaptive Compression and Watermarking by GABased Wavelet Localiz...
Joint, Image-Adaptive Compression and Watermarking by GABased Wavelet Localiz...
 
Combining 3D run-length encoding coding and searching techniques for medical...
Combining 3D run-length encoding coding and searching  techniques for medical...Combining 3D run-length encoding coding and searching  techniques for medical...
Combining 3D run-length encoding coding and searching techniques for medical...
 
A REVIEW OF IMAGE COMPRESSION TECHNIQUES
A REVIEW OF IMAGE COMPRESSION TECHNIQUESA REVIEW OF IMAGE COMPRESSION TECHNIQUES
A REVIEW OF IMAGE COMPRESSION TECHNIQUES
 
Comparison and improvement of image compression
Comparison and improvement of image compressionComparison and improvement of image compression
Comparison and improvement of image compression
 
Comparison and improvement of image compression
Comparison and improvement of image compressionComparison and improvement of image compression
Comparison and improvement of image compression
 
Comparison and improvement of image compression
Comparison and improvement of image compressionComparison and improvement of image compression
Comparison and improvement of image compression
 
A Comprehensive lossless modified compression in medical application on DICOM...
A Comprehensive lossless modified compression in medical application on DICOM...A Comprehensive lossless modified compression in medical application on DICOM...
A Comprehensive lossless modified compression in medical application on DICOM...
 
AN EFFICIENT M-ARY QIM DATA HIDING ALGORITHM FOR THE APPLICATION TO IMAGE ERR...
AN EFFICIENT M-ARY QIM DATA HIDING ALGORITHM FOR THE APPLICATION TO IMAGE ERR...AN EFFICIENT M-ARY QIM DATA HIDING ALGORITHM FOR THE APPLICATION TO IMAGE ERR...
AN EFFICIENT M-ARY QIM DATA HIDING ALGORITHM FOR THE APPLICATION TO IMAGE ERR...
 
Comparative Analysis of Huffman and Arithmetic Coding Algorithms for Image Co...
Comparative Analysis of Huffman and Arithmetic Coding Algorithms for Image Co...Comparative Analysis of Huffman and Arithmetic Coding Algorithms for Image Co...
Comparative Analysis of Huffman and Arithmetic Coding Algorithms for Image Co...
 
REGION OF INTEREST BASED COMPRESSION OF MEDICAL IMAGE USING DISCRETE WAVELET ...
REGION OF INTEREST BASED COMPRESSION OF MEDICAL IMAGE USING DISCRETE WAVELET ...REGION OF INTEREST BASED COMPRESSION OF MEDICAL IMAGE USING DISCRETE WAVELET ...
REGION OF INTEREST BASED COMPRESSION OF MEDICAL IMAGE USING DISCRETE WAVELET ...
 
Embedding Patient Information In Medical Images Using LBP and LTP
Embedding Patient Information In Medical Images Using LBP and LTPEmbedding Patient Information In Medical Images Using LBP and LTP
Embedding Patient Information In Medical Images Using LBP and LTP
 
Embedding Patient Information In Medical Images Using LBP and LTP
Embedding Patient Information In Medical Images Using LBP and LTPEmbedding Patient Information In Medical Images Using LBP and LTP
Embedding Patient Information In Medical Images Using LBP and LTP
 
COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS
COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMSCOMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS
COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS
 
Medical Image Compression using DCT with Entropy Encoding and Huffman on MRI ...
Medical Image Compression using DCT with Entropy Encoding and Huffman on MRI ...Medical Image Compression using DCT with Entropy Encoding and Huffman on MRI ...
Medical Image Compression using DCT with Entropy Encoding and Huffman on MRI ...
 

Recently uploaded

Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 

Recently uploaded (20)

Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 

A New Lossless Medical Image Compression Technique using Hybrid Prediction Model

  • 1. Amira Mofreh, Tamer M. Barakat & Amr M. Refaat Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 20 A New Lossless Medical Image Compression Technique using Hybrid Prediction Model Amira Mofreh engamiramofreh@yahoo.com Electrical & Electronic Department Al-Madina Higher Institute for Engineering and Technology Giza, Egyp Tamer M. Barakat tmb00@fayoum.edu.eg Electrical & Electronic Department Faculty of Engineering, Fayoum University Fayoum, Egypt Amr M. Refaat amg00@fayoum.edu.eg Electrical & Electronic Department Faculty of Engineering, Fayoum University Fayoum, Egypt Abstract Medical image compression presents the best solution as hospitals move towards filmless imaging and go completely digital. Due to the large size of images; image compression is required to reduce the redundancies in image and represents it shortly with efficient archiving and transmission of images. When the information is critical and losing of this information is not acceptable; the lossless technique is the best image compression method for that purpose. But this technique has a big problem which is the compression rate is very low compared with a lossy compression technique. Many lossless compression techniques such as LPC-Huffman and DWT- Huffman were presented to enhance the compression rate, but these techniques still suffering from low compression rate. In this paper, a new hybrid lossless image compression technique which named LPC-DWT-Huffman (LPCDH) technique is proposed to maximize compression. The image firstly passed through the LPC transformation. The waveform transformation is then applied to the LPC output. Finally, the wavelet coefficients are encoded by the Huffman coding. Compared with both Huffman and DWT-Huffman (DH) techniques; our new model is as maximum compression ratio as that before. Keywords: Medical Image Compression, LPC-Huffman, DWT-Huffman, LPCDH Technique. 1. INTRODUCTION Image compression is an important research issue. The difficulty in several applications lies on the desired high compression rates. There are a number of techniques and methods that have been approved and proposed in this regard. These techniques can be classified into two categories, lossless and lossy compression techniques. Lossless techniques are applied when data are critical and loss of information is not acceptable. Hence, many medical images should be compressed by lossless techniques. On the other hand, Lossy compression techniques are more efficient in terms of storage and transmission needs but there is no warranty that they can preserve the characteristics needed in medical image processing and diagnosis. [1]. Image compression methods are based on either redundancy reduction or irrelevancy reduction while most compression methods exploit both. The parts of a coder that process redundancy and irrelevancy are separate in some methods; while in other methods they cannot be easily separated [1]. Several image compression techniques encode transformed image data instead of
  • 2. Amira Mofreh, Tamer M. Barakat & Amr M. Refaat Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 21 the original images [2]-[3]. An efficient method for medical images is based on two processes of transformation of quantized medical images prior to Huffman encoding, so that threefold compression can be obtained. The overall organization of the paper is as follows. The main idea is presented in section II, we provide a brief review of the related work in section III, The main idea of Huffman encoding, Linear Predictive Coding, Discrete Wavelet Transform and performance measures equations is discussed in section IV, we describes the proposed methodology used, the mathematical model, the simulation results and the discussion and performance evaluation provided by the three techniques, Huffman, DH and the proposed, LPCDH in section V. Finally, the conclusions drawn are elaborated in section VI. 2. MOTIVATION AND CONTRIBUTION 2.1 Motivation Most hospitals store medical image data in digital form using picture archiving and communication systems due to extensive digitization of data and increasing telemedicine use. However, the need for data storage capacity and transmission bandwidth continues to exceed the capability of available technologies. Medical image processing and compression have become an important tool for diagnosis and treatment of many diseases so we need a hybrid technique to compress medical image without any loss in image information which important for medical diagnosis. 2.2 Contribution Image compression plays a critical role in telemedicine. It is desired that either single images or sequences of images be transmitted over computer networks at large distances that they could be used in a multitude of purposes.so The main contribution of the research is aim to compress medical image to be small size, reliable, improved and fast to facilitate medical diagnosis performed by many medical centers. 3. RELATED WORK JAGADISH H. PUJAR proposed the Lossless method of image compression and decompression using Huffman coding this technique is simple in implementation and utilizes less memory, the decompressed image is approximately equal to the input image. The compression ratio is low [16]. Neelesh Kumar Sahu, et al are merging the Huffman encoding technique along with LPC for the enhancement of compression ratio but it still low [17]. Harjeetpal Singh , Sakshi Rana present hybrid model which is the combination of DWT, DCT and Huffman which applied to normal image not medical ones [13]. Vaishali G. Dubey, Jaspal Singh 3D image is divided into smaller nonoverlapping tiles on which 2D DWT is applied. Thereafter, Hard Thresholding and Huffman coding are respectively applied on each of the tiles to get compressed image [14]. Mohamed Abo-Zahhad , et al compare DWT-Huffman and DPCM-DWT-Huffman with other ones and the compression ratio of the methods is lower than our proposed [15]. 4. DEFINITIONS This section represent the main concepts used for proposed method. 4.1 Huffman Figure 1 shows a schematic block diagram for image compression using Huffman encoding method. The Huffman encoding starts with calculating the probability of each symbol in the image. The symbols probabilities are arranged in a descending order forming leaf nodes of a tree. When the symbols are coded individually, the Huffman code is designed by merging the lowest probable symbols and this process is repeated until only two probabilities of two compound symbols are left. Thus a code tree is generated and Huffman codes are obtained from labelling of the code tree. The minimal length binary code for a two-symbol source, of course, is the symbols 0 and 1. The Huffman codes for the symbols are obtained by reading the branch digits
  • 3. Amira Mofreh, Tamer M. Barakat & Amr M. Refaat Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 22 sequentially from the root node to the respective terminal node or leaf. Huffman coding is the most popular technique for removing coding redundancy [4], [18]. FIGURE 1: Schematic diagram of image compression using Huffman encoding. Huffman code procedure is based on the following two observations: a. More frequently occurred symbols will have shorter code words than symbol that occur less frequently. b. The two symbols that occur least frequently will have the same length. The average length of the code is given by the average of the product of probability of the symbol and number of bits used to encode it. More information can found in [5-6]. 4.2 Linear Predictive Coding (LPC) The techniques of linear prediction have been applied with great success in many problems of speech processing. The success in processing speech signals suggests that similar techniques might be useful in modelling and coding of 2-D image signals. Due to the extensive computation required for its implementation in two dimensions, only the simplest forms of linear prediction have received much attention in image coding [7]. The schemes of one dimensional predictors make predictions based only on the value of the previous pixel on the current line as shown in equation (1). Z X D  (1) Z denotes as output predictor and X is the considered pixel and D is the adjacent pixels. The other schemes are called two dimensional prediction schemes. The schemes make predictions based on the values of previous pixels in a left-to-right, top-to-bottom scan of an image as given by equation (2) and shown in figure 2. In this figure X denotes the considered pixel and A, B, C and D are the adjacent pixels located on the north, northwest and west direction respectively [8]. ( )Z X D B   (2) A B C D X FIGURE 2: Neighbour pixels for predicting X. The residual error (E), which is the difference between the actual value of the current pixel (X) and the predicted one (Z) is given by the following equation. E X Z  (3)
  • 4. Amira Mofreh, Tamer M. Barakat & Amr M. Refaat Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 23 The residual errors are then encoded, usually by an encoding scheme like Huffman encoding, to generate a compressed data stream. 4.3 Discrete Wavelet transform (DWT) Wavelet analysis have been known as an efficient approach to representing data (signal or image) by approximation and detailed coefficients. In one level image analysis the approximation wavelet coefficient shows the general direction of the pixel value and three detailed coefficients shows vertical, horizontal and diagonal details as shown in figure 3 – figure 4. Compression ratio increases when the number of wavelet coefficient that are equal zeroes increase [9], [19-21]. Fortunately, in practice, it has been found that many images can be represented by fewer number of wavelet coefficients. DWT has families such as Haar and Daupachies (db) the compression ratio can vary from wavelet type to another depending which one can represented the signal in fewer number coefficients. FIGURE 3: filter stage in 2D DWT [15]. There are two types of filters: a. High pass filter: keep high frequency information, lose low frequency information. b. Low pass filter: keep low frequency information, lose high frequency information. FIGURE 4: Wavelet Decomposition applied on an image. 4.4 Performance Measures Equations The most common objective performance measures used are Maximum Absolute Error (MAE), Mean Square Error (MSE), Root Mean Square Error (RMSE), Signal-to-Noise Ratio (SNR), Peak Signal-to-Noise Ratio (PSNR), Compression Ratio (CR). The error function between the reconstructed and original images is given by
  • 5. Amira Mofreh, Tamer M. Barakat & Amr M. Refaat Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 24 * ( , ) ( , ) ( , )e i j f i j f i j  (4) where f(i,j) is the original image and f^* (i,j) is the reconstructed image generated form the compressed image data. The MAE is given by  max ( , )MAE e i j (5) The MSE is the second moment of the error function between the reconstructed and original images, given by [10], [22].    1 1 2 0 0 1 , N M i j MSE e i j MN       (6) Where, MxN is the image size, The RMSE is simply the square root of the MSE given by (6). The Signal to noise ratio (SNR) in dB is given by       1 1 2 0 0 1 1 2* 0 0 , 10log , , N M i j N M i j f i j SNR f i j f i j                            (7) Where the numerator is the power of the original image and denominator is the additive noise corrupting the reconstructed image. The PSNR measure the ratio the maximum pixel intensity 2B-1 (where B is number of bits) to MSE given by [10]. 2 1 20log B PSNR dB MSE        (8) Therefor a higher value of PSNR offers better performance. The CR is often computed by dividing the size of the original image in bits over the size of the compressed image data. Thus it is given by [11]. of original image data compressed image data Size CR Size of  (9) The four methods, Huffman, LH, DH and the proposed LPCDH, have been applied to three CT medical images with different sizes. 5. PROPOSED SCHEME 5.1 LPC-DWT-Huffman (LPCDH) DWT has been incorporated with LPC and Huffman, the LPC is applied to input image, then the Haar wavelet transform is applied to the prediction error which generated by LPC to obtain the approximation and detailed coefficients representing the error signal. Then the Huffman encoding applied to the nonzero coefficients producing a stream of bits. Theses bits are applied to Huffman decoder, the out of decoder is inversed transform by Invers-DWT (IDWT) then the output is applied to Inverse –LPC (ILPC) to get reconstructed image as shown in figure 5. Thus the compression ratio (CR) can be threefold of the Huffman algorithm.
  • 6. Amira Mofreh, Tamer M. Barakat & Amr M. Refaat Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 25 FIGURE 5: a schematic diagram for the image compression algorithm using LPC-DWT-Huffman encoding. 5.2 Mathematical Model i LPC Equation: E X Z  (10) The residual error (E), which is the difference between the actual value of the current pixel (X) and the predicted one (Z) is given by the following equation. ii DWT-IDWT Equations  For DWT equation:       1 2 1 2 1 2 1 1 1 2 1 2 , , 1 2 0 01 2 1 , , , , N N i Q j K K n n W j K K E n n Q n n N N        (11)       1 2 1 2 1 2 1 1 1 2 1 2 , , 1 2 0 01 2 1 , , , , N N i j K K n n W j K K E n n n n N N          (12) Where  1 2,Q n n is approximated signal,  1 2,E n n the output of LPC,  1 2, ,QW j K K is the approximation DWT and  1 2, ,i QW j K K is the detailed DWT where i represent the direction index (vertical V, horizontal H, diagonal D) [21].  For IDWT equation:         1 2 1 2 1 2 1 2 1 2 1 2 , , 1 2 1 2 1 2 , , 1 2 01 2 1 ( , ) , , , 1 , , , Q j K K K K i j K K i j K K E n n W j K K Q n n N N W j K K n n N N         (13) iii Huffman Equations  Entropy: 1 1 ( )log ( ) L K H p i p i   (14)
  • 7. Amira Mofreh, Tamer M. Barakat & Amr M. Refaat Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 26 It is the mean information provided by the source per outcome or symbol. It is measured in bits/symbol. Where  p i is the probability of the symbol [25].  The Average code word length: 1 0 k av k k k L p l     (15) where kl is the Code word length.  The Efficiency of an information is: av H L   (16) 5.3 Simulation Model To show the rational of incorporating the wavelet transform between the LPC and Huffman coding, we have executed the following simulation using Matlab 2014 by applying mathematical model in previous section. For an exemplary image shown in figure 6(a), we have computed the histogram of an exemplary image, figure 6(b), histogram of wavelet transform (approximation and details coefficient) as shown in figure 6(c)-(d) respectively. We have computed the LPC of the image shown in figure 6(e), its histogram, shown in figure 6(f), and the histogram of wavelet transform (approximation and details coefficient) of LPC image shown in figure 6(g)-(h) respectively. It is apparent that the wavelet transform after the LPC provides denser histogram than the histogram of wavelet transform directly of the image. This dense in the distribution leads to small number of Huffman coding. (a) (b) (c) (d) (e) (f) (g) (h) FIGURE 6: (a) Original image (b) original image histogram (c) DWT of original image (approximation coefficient) histogram (d) DWT of original image (Details coefficient) histogram (e) LPC output (f) LPC output histogram (g) DWT of LPC output (approximation coefficient) histogram (h) DWT of LPC output (Details coefficient) histogram.
  • 8. Amira Mofreh, Tamer M. Barakat & Amr M. Refaat Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 27 5.4 Discussion and Performance Evaluation In this section the comparison between the outputs of Huffman, DWT-Huffman and proposed LPCDH is applied on medical image shown in figure 7. Tables 1, provides the performance measures such as SNR, MES, RMSE, PSNR, CR and estimated time in seconds of the LPCDH in comparison with Huffman and DWT-Huffman. The CR is 7.78, 1.2 and 4.32 respectively and the estimated time is 17, 143, 62 sec respectively this illustrates that the proposed method is faster and higher CR than other methods. TABLE 1: Comparison between our method and other ones. FIGURE 7: (a) Reconstructed image from Huffman compression (b) wavelet approximation coefficient from DWT-Huffman (c) wavlet details coeffient from DWT-Huffman (d) reonstructed image from DWT-Huffman (e) LPC output from LPC-DWT-Huffman (f) wavelet approximation coefficient from LPC-DWT-Huffman (haar) (g) wavelet details coefficient from LPC-DWT-Huffman (haar) (k) reconstructed image from LPC-DWT- Huffman (haar). The time of the proposed method is very low compared with Huffman and DWT-Huffman as shown in figure 8. FIGURE 8: Compare between methods for taken time. Methods Metrics SNR MSE RMSE PSNR CR Estimated Time (s) Huffman Inf 0.00 0.00 Inf 1.235 143 DWT (haar) +Huffman 11.80 61.63 7.85 30.23 4.321 62 Proposed method(LPCDH) 11.5 95.57 9.78 28.33 7.783 17
  • 9. Amira Mofreh, Tamer M. Barakat & Amr M. Refaat Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 28 The CR of the proposed method is the highest one between the three methods as shown in figure 9. FIGURE 9: compare between methods for CR. 6. CONCLUSION In this paper, we have presented a new image compression technique consisting of the association of the LPC, the DWT and the Huffman coding. In this technique, the image is first passed through the LPC transformation, the wavelet transformation is applied to the LPC output and finally the wavelet coefficients are encoded by the Huffman coding. So the wavelet transformation reduces the redundancy and spatial reputation in the image data, which make the compression more efficiently. Simulation results have shown that the proposed LPCDH outperforms the DWT-Huffman and Huffman methods. The three methods provide CR of .7.7, 4.32 and 1.2 respectively. 7. REFERENCES [1] Saleha Masood, Muhammad Sharif, Mussarat Yasmin, MudassarRaza and SajjadMohsin. “Brain Image Compression: A Brief Survey”, Engineering and Technology 5(1): 49-59, 2013. [2] Hu, L.L., F. Zhang, Z. Wang, X.F. You, L. Nie, H.X. Wang, T. Song and W.H. Yang, 2010. “Comparison of the 1HR Relaxation Enhancement Produced by Bacterial Magnetosomes and Synthetic Iron Oxide Nanoparticles for Potential Use as MR Molecular Probes”, Appl. Supercond., IEEE Trans., 20(3): 822-825. [3] Seddeq E. Ghrare, and Salahaddin M. Shreef, “Proposed Quality Evaluation of Compressed MRI Medical Images for Telemedicine Applications”, World Academy of Science, Engineering and Technology, pp. 568-570, 2012. [4] J. H. PUJAR, L. M. KADLASKAR, “A New Lossless Method of Image Compression and Decompression using Huffman Coding Techniques”, Journal of Theoretical and Applied Information Technology, 2010. [5] K. Gupta, R. L. Verma, Md. Sanawer Alam, “Lossless Medical Image Compression using Predictive Coding and Integer Wavele Transform based on Minimum Entropy Criteriat”, International Journal of Application or Innovation in Engineering & Management (IJAIEM), Volume 2, Issue 8, August 2013. [6] Keerti Mishra, R.L.Verma, Sanawer Alam and Harsh Vikram, “Hybrid Image Compression Technique using Huffman Coding Algorithm”, International Journal of Research in Electronics & Communication Technology Volume 1, Issue 2, October-December, 2013, pp. 37-45.
  • 10. Amira Mofreh, Tamer M. Barakat & Amr M. Refaat Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 29 [7] P.A. Maragos, R. W. Schafer, R. M. Mersereau, ‘‘Two-Dimensional Linear Prediction and Its Application to Adaptive Predictive Coding of Images’’, IEEE Tran. on Acoustics, Speech, and Signal Processing, Vol. Assp-32, No. 6, Dec. 1984. [8] F. Pensiri, S. Auwatanamongkol, ‘‘A lossless image compression algorithm using predictive coding based on quantized colors’’, E-ISSN: 2224-3488, Issue 2, Vol. 8, April 2012. [9] N. Bansal and S. K. Dubey, “Image compression using hybrid transform”, Journal of Global Research in Computer Science, Volume 4, No. 1, January 2013, pp. 13-17. [10]Er. Ramandeep Kaur Grewal M.Tech (I.T.), N. Randhawa, “Image Compression Using Discrete Cosine Transform & Discrete Wavelet Transform”, International Journal of Computing & Business Research, ISSN (Online): 2229-6166, 2012. [11]P. Telagarapu, V. J. Naveen, A. L. Prasanthi, G. V. Santhi, ‘‘Image Compression Using DCT and Wavelet Transformations’’, International Journal of Signal Processing, Image Processing and Pattern Recognition, vol. 4, no. 3, Sept. 2011. [12]Kharagpur, Multi-Resolution Analysis, ECE IIT, Version 2. [13]Harjeetpal Singh , Sakshi Rana, “Image Compression Hybrid using DCT , DWT , Huffman”, International Journal of Scientific & Engineering Research Volume 3, Issue 8, August-2012. [14]Vaishali G. Dubey, Jaspal Singh, “3D Medical Image Compression Using Huffman Encoding Technique”, International Journal of Scientific and Research Publications, Volume 2, Issue 9, September 2012. [15]Mohamed Abo-Zahhad, Mahmoud Khaled Abd-Ellah, “Huffman Image Compression Incorporating DPCM and DWT”, Journal of Signal and Information Processing, 2015, 6, 123- 135, 24 April 2015. [16]Jagadish H. Pujar, Lohit M. Kadlaskar, "A new lossless method of image compression and decompression using Huffman coding techniques”, Journal of Theoretical and Applied Information Technology, pp. 18-22, 2010. [17]Neelesh Kumar Sahu, Chandrashekhar, “Hybrid Compression of Medical Images Based on Huffman and LPC For Telemedicine Application”, IJIRST –International Journal for Innovative Research in Science & Technology, Volume 1, Issue 6, November 2014. [18] M.Abo–Zahhad, R.R.Gharieb, Sabah M.Ahmed, Mahmoud Khaled, “Brain Image Compression Techniques”, International Journal of Engineering Trends and Technology (IJETT), Volume 19, Number 2, Jan 2015. [19]Fahima Tabassum, Md. Imdadul Islam, Mohamed Ruhul Amin, “A Simplified Image Compression Technique Based on Haar Wavelet Transform”, Electrical Engineering and Information Communication Technology (ICEEICT), IEEE, pp. 1 - 9, 21-23 May 2015. [20]Jothimani, D., Shankar, R., Yadav, S.S., (2015) Discrete Wavelet Transform-Based Prediction of Stock Index: A Study on National Stock Exchange Fifty Index, Journal of Financial Management and Analysis, 28 (2), 35-49. [21]Asha Rani, Amandeep K. Bhullar, Deepak Dangwal, Sanjeev Kumar, “A Zero-Watermarking Scheme using Discrete Wavelet Transform”, 4thInternational Conference on Eco-friendly Computing and Communication Systems (ICECCS), Procedia Computer Science, Elsevier, volume 70, pp. 603 – 609, 2015.
  • 11. Amira Mofreh, Tamer M. Barakat & Amr M. Refaat Signal Processing: An International Journal (SPIJ), Volume (10) : Issue (3) : 2016 30 [22]R.Praisline Jasmi, Mr.B.Perumal, Dr.M.Pallikonda Rajasekaran, “Comparison of image compression techniques using Huffman coding, DWT and fractal algorithm”, Computer Communication and Informatics (ICCCI), IEEE, pp. 1-5, 8-10 Jan. 2015.