SlideShare une entreprise Scribd logo
1  sur  7
Télécharger pour lire hors ligne
INTERNATIONAL JOURNAL OF ELECTRONICS AND
   International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
   0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME
COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)
ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Volume 4, Issue 2, March – April, 2013, pp. 250-256
                                                                           IJECET
© IAEME: www.iaeme.com/ijecet.asp
Journal Impact Factor (2013): 5.8896 (Calculated by GISI)                ©IAEME
www.jifactor.com




         HYBRID METHOD TO COMPRESS SLICES OF 3D MEDICAL
                            IMAGES

                          Mayuri Y. Thorat1 and Vinayak K. Bairagi2
              Electronics and Telecommunication Dept, Sinhgad Academy of Engineering,
                            Kondhwa (Bk), Pune-411048, Maharashtra, India


   ABSTRACT

          Now days 3D medical images like MRI, CT are integral part of standard health care.
   These images are rich in volume and provide important diagnostic information, so there
   should be some proper method to compress these images. The method proposed in this paper
   is symmetry based technique for lossless compression of 3D medical image data. The
   proposed method uses anatomic symmetries present in structures of medical images to reduce
   energy of sub-bands. It uses Run Length Encoder and Huffman coder, which encodes the
   residual data generated after prediction to provide resolution and quality scalability. The
   technique can be compared with other compression techniques like RLE and Huffman. It
   gives an average improvement in compression ratios.

   Keywords: symmetry; volumetric images; lossless compression; RLE; Huffman.

   1. INTRODUCTION

           Telemedicine is the use of electronic information to communicate technologies to
   provide and support healthcare when distance separates the participants. It needs the fast and
   error free communication of medical images to their destination to perform e-consultancy
   between various specialists to agree upon the correct diagnosis of patient [1]. As
   Telemedicine deals with diagnosis of medical data there is no scope of information loss and
   delay in transmission. If we are dealing with medical images they require large storage space,
   and large transmission time [2].
           In recent years 3D medical images like Magnetic Resonance Imaging (MRI),
   Computed Tomography (CT) are considered as important part of standard health care. As the
   amount of 3D medical images generated increases, the storage, management, and access to
   these large repositories is becoming increasingly complex. Because this data provides

                                                250
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME

important diagnostic information, care must be taken in compressing it. Compression methods
are classified into lossless and lossy methods. In the medical image compression lossy
schemes are generally not used to avoid possible loss of useful clinical information which
may influence diagnosis [3]. As 3D medical images are large in volume and consist of
valuable data, lossless compression is usually the standard in medical imaging to avoid any
negative effects on image quality and diagnostic capabilities. The most desirable properties of
any compression method for 3D medical images include: high lossless compression ratios,
resolution scalability, and quality scalability. All of we know that human body has vertical
symmetry, which means one half part of body is approximate replica of other half part. In this
paper we are going to make use of this symmetry of human anatomy to achieve maximum
compression of medical images without any losses. There are some examples of symmetric
human body organs as axial view of brain, pupil, labia, cervical, lumber, chest, thorax, larynx,
lungs, etc.
        In this paper, we propose a scalable lossless compression method for 3D medical
images that attains the three desired properties listed above and uses the symmetrical
characteristics of the data to achieve a higher lossless compression ratio. The method is well
described in further discussion.

2.     BLOCK DIAGRAM

       Original                Check whether Image              Symmetry              Left Part –
     Medical Image              Shifted or Rotated              Detection             Right Part


                                                            Compressed               Encoding of
                                                            Data Stream             Residual Data

                         Figure 1: Block diagram of proposed method

        The input images are 3D medical images which are output of MRI of different human
body organs. These images are having axial symmetry. The very first step is to check
whether the input image is appropriately positioned. That means we have to check that image
is neither rotated nor shifted. If this is so then first step is to convert it in proper form. Next
block performs symmetry detection. After finding axis of symmetry the image is divided in
to two parts as left part and right part. These two parts are separated and subtracted from each
other to get residual data. This residual data is encoded using RLE coding and Huffman
coding to get compressed bit stream.

2.2.DETECTING AXIS OF SYMMETRY
        Detecting axis of symmetry is an important issue. Several techniques have been
proposed for detecting symmetry. One of simple and efficient of them is by finding the
centroid of the image. We have first found out the centroid and the edges of the images using
different MATLAB functions. After finding the axis of symmetry of the image, we assume
that the image is almost symmetrical. The assumption is based on the fact that we are mainly
using human medical images and that the human body is said to be largely symmetrical.

2.3. RESIDUAL DATA
       Due to the inherent symmetry of the human anatomy, cross-sections of the ROIs
depicted in slices of 3D medical images are typically symmetrical [5]. There are two types of

                                               251
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME

symmetries, global symmetry and local symmetry. Global symmetry refers to the symmetry
of the whole sub-band that is nothing but a main axis of symmetry, while local symmetry refers
to the symmetry of a small region within the sub-band as defined by a local axis of symmetry [6].
Here in this method we have used only the concept of Global symmetry to avoid complexness of
local symmetry.
        After getting centroid of the image next step is to plot axis of symmetry. Along the axis
of symmetry the image is divided into two parts. By doing this we can partition image in to two
areas of equal size as left part (LHi-L) and right part (LHi-R) [1]. We calculated the difference
between the left part and right part that generates the residual data with less energy than the
original data.
        So we can consider following example of axial view of brain [1]. The figure 4 shown
below gives high pass sub-band (LH) of an MRI slice. It is easy to find out main vertical axis of
symmetry which is centred in the sub-band. So we can make partition of sub-band into areas
along with axis of symmetry.




      Figure 4: Horizontal high pass sub-band of slice of an MRI volume of the axial view of
                                         human head

Let’s denote area to the left of the axis as LHi-L and the area to the right as LHi-R. If LHi-L is to
be flipped along the axis of symmetry, it would be expected to provide a good approximation to
LHi-R and can therefore be used to predict LHi-R. So this data i.e. residual data obtained from
right part and flipped left part and complete right part is used as input to the encoder.

2.4. ENCODING RESIDUAL DATA
         Run-length encoding (RLE) is a very simple form of data compression in which runs of
data are stored as a single data value and count, rather than as the original run [12]. RLE works
by reducing the physical size of a repeating string of characters. The main advantage of RLE is
that, it performs lossless compression of data. The other encoder we are using is Huffman
encoder. Huffman codes are variable-length codes and are optimum for a source with a given
probability model. In Huffman coding, more probable symbols are assigned shorter codewords
and less probable symbols are assigned longer codewords to find the code.
So at the output of this block we are getting data which is compressed bit stream. Now this data
can be easily stored and transmitted.

                                                252
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME

2.5.RECONSTRUCTION OF ORIGINAL IMAGE.
        The output of the encoder is compressed bit stream which is to be reconstructed at the
decoder. At the receiver side we have to reconstruct image by following inverse of the
algorithm which is used for encoding. So we have to first decode the compressed bit stream
by run length decoder or Huffman decoder whichever is used to encode the data. This data is
then converted to image. The last step is to add the residual part in that image which will give
the image same as the input image. Hence the technique is completely lossless.

3. RESULTS

Part I:
The results shown in table1 are achieved by performing simple subtraction of 3D medical
images.
              Table 1: Compression achieved by performing simple multiplication

          Original Image                      Subtracted Image               Size of      Size of
  Name      Entropy     Size (kb)   Difference       Entropy   Size (kb)   image after   decoded
                                                                              RLE         image
A83GL6      5.2828        530            1           5.1701      178          154          178
  G0                   2D    178
A83GL6      5.4097        652           1-2          1.9645       94           90          218
  G2                   2D    218
A83GL6      5.3654        652           2-3          1.7083       82           65          219
  G4                   2D    219
A83GL6      5.4397        647           3-4          2.7519      138          129          217
  G6                   2D    217
A83GL6      5.3867        620           4-5          3.1915      157          149          208
  G8                   2D    208

First of all we convert 3D image into 2D image. The first image is as the reference for
reconstruction so it is stored as it is. Second image is now subtracted from first image and
only residual part is stored as second image instead of complete second image. Then third
image is subtracted from second image and only residual part is stored as third image just
like did for second image. And hence so on. So by doing this we can achieve good
compression. But this method results in some minor losses which we cannot afford while
working with medical images. The same idea we used in our algorithm by making use of
anatomic symmetry.

Part II:
        The results shown in the table 2 gives comparison between the RLE, Huffman and
proposed method. Eight data sets of MRI images of different body organs are taken. The
images are compressed first by the proposed method of symmetry and then compression ratio
is calculated. Then images are compressed by only RLE and also by Huffman, again
compression ratio is calculated. The table shows that our proposed method gives good results
over RLE and Huffman both.




                                               253
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME

             Table 2: Comparison of compression ratios of MRI Images from database
         Original                                  Compression Ratio
          Image         Only RLE RLE + Symmetry Only Huffman Huffman + Symmetry
(a) Brain                 3.95:1          4.5:1             2.87:1              3.37:1
(b) Brain                 4.47:1          5.43:1            2.56:1              3.54:1
(c) L Spine General       2.96:1          3.63:1            2.07:1              2.3:1
(d) L Spine               5.52:1          6.37:1            3.68:1              4.47:1
(e) C Spine General       1.52:1          1.84:1            1.18:1              1.32:1
(f) T Spine General       3.34:1          4.40:1            2.62:1              3.01:1
(g)Pelvis & Hip           2.20:1          3.11:1            1.92:1              2.23:1
General
(h) Abdomen               3.36:1          4.56:1            2.55:1              3.35:1

The input images shown in figure 5 to which the above coding algorithm is applied for to
generate compressed bit stream. Then decompression algorithm is applied to get the original
image back from the compressed data, which is shown in the figure 6. The output image is the
decompressed image i.e. from the figure 6 it is clear that the output image of the algorithm is
exactly same as the input image. So proposed method is exactly lossless.




                               Image 1                Image 2
                               Figure 5: Original Medical Images




                              Image 1                Image 2
          Figure 6: Reconstructed Images obtained after applying proposed algorithm


                                             254
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME

4. FUTURE WORK

       In this paper we have got comparative results for RLE, Huffman and proposed
method. Our next approach is to use several different encoding techniques to compress and
reconstruct medical images without any loss. The comparative study will help to choose better
method. We will try to improve compression ratio more.

5. CONCLUSION

       In this paper, an image compression algorithm that utilizes anatomic symmetries
present in medical images is proposed. The algorithm first divides image slice into two parts
along the axis of symmetry. The residual part is found out by comparing two parts, which is to
be encoded using Huffman or RLE. This gives compressed bit stream at the output of encoder
which is decoded at receiver to reconstruct the image.
       This paper focused on the evaluation of several commonly used algorithms for lossless
compression. The proposed method is a 3D scalable lossless compression of medical image
data. So our aim is to increase compression ratio with reducing complexity while achieving
compression.

6. REFERENCES

[1] V. Sanchez, R. Abugharbieh,and P. Nasiopoulos , (July 2009), “Symmetry based scalable
    lossless compression of 3D medical image data”, IEEE transaction of medical imaging,
    vol. 28 no.7, pp 1062-1072.
[2] Amrita Pal, Victor W.A, A. Mbarika, Fay Cobb-Payton, Pratim Datta and ScottMcCoy,
    (March 2005) “Telemedicine Diffusion in a Developing Country: The Case of India”
    IEEE Transactions of Information Technology in Biomedicine, Vol.9, No.1.
[3] R. Sumalatha, M.V. Subramanyam, (August 2010) “Region based coding of 3D Magnetic
    Resonating Imaging for telemedicine applications”, International Journal of computer
    applications, Vol. 5, No. 12, pp 1-3.
[4] K. K. M. Marcellin, A. Bilgin, and M. Nadar, (Sep 2006), “Efficient transmission of
    compressed data for remote volume visualization,” IEEE Transaction of medical imaging,
    vol.25, No. 9, pp 1189-1199.
[5] M. Firoozbakht, J. Dehmeshki, M. Martini, (2010) Y. Ebrahimdoost, H. Amin, M.
    Dehkordi, A. Youannic, SD. Qanadli “Compression of digital medical images based on
    multiple regions of interest”, IEEE 2010 Fourth International Conference on Digital
    Society.
[6] V. Sanchez, R. Abugharbieh,and P. Nasiopoulos, (Sep 2009), “3D Scalable lossless
    compression of medical images based on global and local symmetries”, IEEE transaction
    of medical imaging pp 2525-2529.
[7] Prof. S.K. Mishra, Sh. DeepakGupta, Dr Jagdish Kaur, (2007) “Telemedicine in India :
    Initiatives and vision” IEEE transaction of image compression,vol 4, pp 1-3.
[8] V Naga Pruthvi Raj and Dr T Venkateswarlu, (Nov 2007) “A Novel Approch To Medical
    Image compression using sequential 3D DCT”, IEEE transaction of image compression,
    vol 11, pp 146-149.
[9] Mario Mustra, Kresimir Dolac, Mislav Grgic, (Sep 2008) “Overview of DICOM
    standard”, 50th International Symposium ELIMAR-2008, pp 39-44.


                                             255
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME

[10] Mattew J. Zukoski, Terrance Boult, Tunc Lyriboz (2006) “A novel approach to medical
     image compression” International journal of Bioinformatics research and applications,
     Vol. 2, No.1, pp 89-103.
[11] Schelkens, PMunteanu, A.Barbarien, J.Galca, M.Giro-Nieto, X. Cornelis.J., (March
     2003) “Wavelet coding of volumetric image datasets” IEEE Transaction of Medical
     imaging, vol.22,no.3,pp.441-458.
[12] K. Thyagarajan, (2011) “Still image and video compression with Matlab”, John Wiley
     and sons INC publication 2011 edition.
[13] R. Edbert Rajan and Dr.K.Prasadh, “Spatial and Hierarchical Feature Extraction Based
     on Sift for Medical Images”, International Journal of Computer Engineering &
     Technology (IJCET), Volume 3, Issue 2, 2012, pp. 308 - 322, ISSN Print: 0976 – 6367,
     ISSN Online: 0976 – 6375.
[14] Rohini N. Shrikhande and Vinayak K. Bairagi, “Prediction Based Lossless Medical
     Image Compression”, International journal of Electronics and Communication
     Engineering &Technology (IJECET), Volume 4, Issue 2, 2012, pp. 191 - 197, ISSN
     Print: 0976- 6464, ISSN Online: 0976 –6472.
[15] P. Prasanth Babu, L.Rangaiah and D.Maruthi Kumar, “Comparison and Improvement of
     Image Compression using Dct, Dwt & Huffman Encoding Techniques”, International
     Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 1, 2013,
     pp. 54 - 60, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.




                                             256

Contenu connexe

Tendances

Medical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformMedical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformIJERA Editor
 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesIAEME Publication
 
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI ImagesComparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Imagesijtsrd
 
A novel automated identification of intima media thickness in ultrasound
A novel automated identification of intima media thickness in ultrasoundA novel automated identification of intima media thickness in ultrasound
A novel automated identification of intima media thickness in ultrasoundRaja Ram
 
Multimodality medical image fusion using improved contourlet transformation
Multimodality medical image fusion using improved contourlet transformationMultimodality medical image fusion using improved contourlet transformation
Multimodality medical image fusion using improved contourlet transformationIAEME Publication
 
Interactive liver tumor segmentation using
Interactive liver tumor segmentation using Interactive liver tumor segmentation using
Interactive liver tumor segmentation using eSAT Journals
 
Interactive liver tumor segmentation using
Interactive liver tumor segmentation usingInteractive liver tumor segmentation using
Interactive liver tumor segmentation usingeSAT Publishing House
 
D232430
D232430D232430
D232430irjes
 
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHMFUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHMAM Publications
 
Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images IOSR Journals
 
Height, weight and body mass index measurement using matlab
Height, weight and body mass index measurement using matlabHeight, weight and body mass index measurement using matlab
Height, weight and body mass index measurement using matlabIAEME Publication
 
Intelligent computing techniques on medical image segmentation and analysis a...
Intelligent computing techniques on medical image segmentation and analysis a...Intelligent computing techniques on medical image segmentation and analysis a...
Intelligent computing techniques on medical image segmentation and analysis a...eSAT Publishing House
 
Contour evolution method for precise boundary delineation of medical images
Contour evolution method for precise boundary delineation of medical imagesContour evolution method for precise boundary delineation of medical images
Contour evolution method for precise boundary delineation of medical imagesTELKOMNIKA JOURNAL
 
IRJET- Brain Tumor Segmentation and Detection using F-Transform
IRJET- Brain Tumor Segmentation and Detection using F-TransformIRJET- Brain Tumor Segmentation and Detection using F-Transform
IRJET- Brain Tumor Segmentation and Detection using F-TransformIRJET Journal
 
Cerebral infarction classification using multiple support vector machine with...
Cerebral infarction classification using multiple support vector machine with...Cerebral infarction classification using multiple support vector machine with...
Cerebral infarction classification using multiple support vector machine with...journalBEEI
 
DATA COMPRESSION USING NEURAL NETWORKS IN BIO-MEDICAL SIGNAL PROCESSING
DATA COMPRESSION USING NEURAL NETWORKS IN BIO-MEDICAL SIGNAL PROCESSINGDATA COMPRESSION USING NEURAL NETWORKS IN BIO-MEDICAL SIGNAL PROCESSING
DATA COMPRESSION USING NEURAL NETWORKS IN BIO-MEDICAL SIGNAL PROCESSINGcscpconf
 
A N E XQUISITE A PPROACH FOR I MAGE C OMPRESSION T ECHNIQUE USING L OSS...
A N  E XQUISITE  A PPROACH FOR  I MAGE  C OMPRESSION  T ECHNIQUE USING  L OSS...A N  E XQUISITE  A PPROACH FOR  I MAGE  C OMPRESSION  T ECHNIQUE USING  L OSS...
A N E XQUISITE A PPROACH FOR I MAGE C OMPRESSION T ECHNIQUE USING L OSS...ijcsitcejournal
 

Tendances (19)

Medical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformMedical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet Transform
 
Comparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniquesComparative performance analysis of segmentation techniques
Comparative performance analysis of segmentation techniques
 
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI ImagesComparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
Comparative Assessments of Contrast Enhancement Techniques in Brain MRI Images
 
A novel automated identification of intima media thickness in ultrasound
A novel automated identification of intima media thickness in ultrasoundA novel automated identification of intima media thickness in ultrasound
A novel automated identification of intima media thickness in ultrasound
 
Multimodality medical image fusion using improved contourlet transformation
Multimodality medical image fusion using improved contourlet transformationMultimodality medical image fusion using improved contourlet transformation
Multimodality medical image fusion using improved contourlet transformation
 
Interactive liver tumor segmentation using
Interactive liver tumor segmentation using Interactive liver tumor segmentation using
Interactive liver tumor segmentation using
 
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
A METHODICAL WAY OF IMAGE REGISTRATION IN DIGITAL IMAGE PROCESSING
 
Interactive liver tumor segmentation using
Interactive liver tumor segmentation usingInteractive liver tumor segmentation using
Interactive liver tumor segmentation using
 
D232430
D232430D232430
D232430
 
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHMFUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
FUZZY SEGMENTATION OF MRI CEREBRAL TISSUE USING LEVEL SET ALGORITHM
 
Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images
 
Height, weight and body mass index measurement using matlab
Height, weight and body mass index measurement using matlabHeight, weight and body mass index measurement using matlab
Height, weight and body mass index measurement using matlab
 
Intelligent computing techniques on medical image segmentation and analysis a...
Intelligent computing techniques on medical image segmentation and analysis a...Intelligent computing techniques on medical image segmentation and analysis a...
Intelligent computing techniques on medical image segmentation and analysis a...
 
Contour evolution method for precise boundary delineation of medical images
Contour evolution method for precise boundary delineation of medical imagesContour evolution method for precise boundary delineation of medical images
Contour evolution method for precise boundary delineation of medical images
 
IRJET- Brain Tumor Segmentation and Detection using F-Transform
IRJET- Brain Tumor Segmentation and Detection using F-TransformIRJET- Brain Tumor Segmentation and Detection using F-Transform
IRJET- Brain Tumor Segmentation and Detection using F-Transform
 
Cerebral infarction classification using multiple support vector machine with...
Cerebral infarction classification using multiple support vector machine with...Cerebral infarction classification using multiple support vector machine with...
Cerebral infarction classification using multiple support vector machine with...
 
DATA COMPRESSION USING NEURAL NETWORKS IN BIO-MEDICAL SIGNAL PROCESSING
DATA COMPRESSION USING NEURAL NETWORKS IN BIO-MEDICAL SIGNAL PROCESSINGDATA COMPRESSION USING NEURAL NETWORKS IN BIO-MEDICAL SIGNAL PROCESSING
DATA COMPRESSION USING NEURAL NETWORKS IN BIO-MEDICAL SIGNAL PROCESSING
 
A N E XQUISITE A PPROACH FOR I MAGE C OMPRESSION T ECHNIQUE USING L OSS...
A N  E XQUISITE  A PPROACH FOR  I MAGE  C OMPRESSION  T ECHNIQUE USING  L OSS...A N  E XQUISITE  A PPROACH FOR  I MAGE  C OMPRESSION  T ECHNIQUE USING  L OSS...
A N E XQUISITE A PPROACH FOR I MAGE C OMPRESSION T ECHNIQUE USING L OSS...
 
G011134454
G011134454G011134454
G011134454
 

En vedette

Developing and comparing an encoding system using vector quantization &
Developing and comparing an encoding system using vector quantization &Developing and comparing an encoding system using vector quantization &
Developing and comparing an encoding system using vector quantization &IAEME Publication
 
Statistical methods to optimize process parameters to minimmize
Statistical methods to optimize process parameters to minimmizeStatistical methods to optimize process parameters to minimmize
Statistical methods to optimize process parameters to minimmizeIAEME Publication
 
Navigation system by using gis and gps
Navigation system by using gis and gpsNavigation system by using gis and gps
Navigation system by using gis and gpsIAEME Publication
 
Perspectivas Economia Petróleo - Outubro 2009 Resumido
Perspectivas Economia Petróleo - Outubro 2009 ResumidoPerspectivas Economia Petróleo - Outubro 2009 Resumido
Perspectivas Economia Petróleo - Outubro 2009 ResumidoAloizio Mercadante
 
Investigation of significance in phase transformation of powder metallurgy steel
Investigation of significance in phase transformation of powder metallurgy steelInvestigation of significance in phase transformation of powder metallurgy steel
Investigation of significance in phase transformation of powder metallurgy steelIAEME Publication
 
Optimal placement and sizing of ht shunt capacitors for transmission loss min...
Optimal placement and sizing of ht shunt capacitors for transmission loss min...Optimal placement and sizing of ht shunt capacitors for transmission loss min...
Optimal placement and sizing of ht shunt capacitors for transmission loss min...IAEME Publication
 

En vedette (8)

Developing and comparing an encoding system using vector quantization &
Developing and comparing an encoding system using vector quantization &Developing and comparing an encoding system using vector quantization &
Developing and comparing an encoding system using vector quantization &
 
Statistical methods to optimize process parameters to minimmize
Statistical methods to optimize process parameters to minimmizeStatistical methods to optimize process parameters to minimmize
Statistical methods to optimize process parameters to minimmize
 
Navigation system by using gis and gps
Navigation system by using gis and gpsNavigation system by using gis and gps
Navigation system by using gis and gps
 
Perspectivas Economia Petróleo - Outubro 2009 Resumido
Perspectivas Economia Petróleo - Outubro 2009 ResumidoPerspectivas Economia Petróleo - Outubro 2009 Resumido
Perspectivas Economia Petróleo - Outubro 2009 Resumido
 
Investigation of significance in phase transformation of powder metallurgy steel
Investigation of significance in phase transformation of powder metallurgy steelInvestigation of significance in phase transformation of powder metallurgy steel
Investigation of significance in phase transformation of powder metallurgy steel
 
Delfinesssss
DelfinesssssDelfinesssss
Delfinesssss
 
Optimal placement and sizing of ht shunt capacitors for transmission loss min...
Optimal placement and sizing of ht shunt capacitors for transmission loss min...Optimal placement and sizing of ht shunt capacitors for transmission loss min...
Optimal placement and sizing of ht shunt capacitors for transmission loss min...
 
Fenomenal
FenomenalFenomenal
Fenomenal
 

Similaire à Hybrid method to compress slices of 3 d medical images

Prediction based lossless medical image compression
Prediction based lossless medical image compressionPrediction based lossless medical image compression
Prediction based lossless medical image compressionIAEME Publication
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)irjes
 
Analysis of Efficient Wavelet Based Volumetric Image Compression
Analysis of Efficient Wavelet Based Volumetric Image CompressionAnalysis of Efficient Wavelet Based Volumetric Image Compression
Analysis of Efficient Wavelet Based Volumetric Image CompressionCSCJournals
 
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...Dr. Amarjeet Singh
 
Estimation of 3d Visualization for Medical Machinary Images
Estimation of 3d Visualization for Medical Machinary ImagesEstimation of 3d Visualization for Medical Machinary Images
Estimation of 3d Visualization for Medical Machinary Imagestheijes
 
dFuse: An Optimized Compression Algorithm for DICOM-Format Image Archive
dFuse: An Optimized Compression Algorithm for DICOM-Format Image ArchivedFuse: An Optimized Compression Algorithm for DICOM-Format Image Archive
dFuse: An Optimized Compression Algorithm for DICOM-Format Image ArchiveCSCJournals
 
A hybrid method for traumatic brain injury lesion segmentation
A hybrid method for traumatic brain injury lesion segmentationA hybrid method for traumatic brain injury lesion segmentation
A hybrid method for traumatic brain injury lesion segmentationIJECEIAES
 
Influence of local segmentation in the context of digital image processing
Influence of local segmentation in the context of digital image processingInfluence of local segmentation in the context of digital image processing
Influence of local segmentation in the context of digital image processingiaemedu
 
A novel technique in spiht for medical image compression
A novel technique in spiht for medical image compressionA novel technique in spiht for medical image compression
A novel technique in spiht for medical image compressionIAEME Publication
 
Dynamic hand gesture recognition using cbir
Dynamic hand gesture recognition using cbirDynamic hand gesture recognition using cbir
Dynamic hand gesture recognition using cbirIAEME Publication
 
ANALYSIS OF WATERMARKING TECHNIQUES FOR MEDICAL IMAGES PRESERVING ROI
ANALYSIS OF WATERMARKING TECHNIQUES FOR MEDICAL IMAGES PRESERVING ROI ANALYSIS OF WATERMARKING TECHNIQUES FOR MEDICAL IMAGES PRESERVING ROI
ANALYSIS OF WATERMARKING TECHNIQUES FOR MEDICAL IMAGES PRESERVING ROI cscpconf
 
Identifying brain tumour from mri image using modified fcm and support
Identifying brain tumour from mri image using modified fcm and supportIdentifying brain tumour from mri image using modified fcm and support
Identifying brain tumour from mri image using modified fcm and supportIAEME Publication
 
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...CSCJournals
 
IRJET - 3D Reconstruction and Modelling of a Brain MRI with Tumour
IRJET - 3D Reconstruction and Modelling of a Brain MRI with TumourIRJET - 3D Reconstruction and Modelling of a Brain MRI with Tumour
IRJET - 3D Reconstruction and Modelling of a Brain MRI with TumourIRJET Journal
 
ROI BASED MEDICAL IMAGE COMPRESSION WITH AN ADVANCED APPROACH SPIHT CODING AL...
ROI BASED MEDICAL IMAGE COMPRESSION WITH AN ADVANCED APPROACH SPIHT CODING AL...ROI BASED MEDICAL IMAGE COMPRESSION WITH AN ADVANCED APPROACH SPIHT CODING AL...
ROI BASED MEDICAL IMAGE COMPRESSION WITH AN ADVANCED APPROACH SPIHT CODING AL...Journal For Research
 
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...CSEIJJournal
 
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...cseij
 
Region wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environRegion wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environIAEME Publication
 
Region wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environRegion wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environIAEME Publication
 

Similaire à Hybrid method to compress slices of 3 d medical images (20)

Prediction based lossless medical image compression
Prediction based lossless medical image compressionPrediction based lossless medical image compression
Prediction based lossless medical image compression
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
Analysis of Efficient Wavelet Based Volumetric Image Compression
Analysis of Efficient Wavelet Based Volumetric Image CompressionAnalysis of Efficient Wavelet Based Volumetric Image Compression
Analysis of Efficient Wavelet Based Volumetric Image Compression
 
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
 
Estimation of 3d Visualization for Medical Machinary Images
Estimation of 3d Visualization for Medical Machinary ImagesEstimation of 3d Visualization for Medical Machinary Images
Estimation of 3d Visualization for Medical Machinary Images
 
dFuse: An Optimized Compression Algorithm for DICOM-Format Image Archive
dFuse: An Optimized Compression Algorithm for DICOM-Format Image ArchivedFuse: An Optimized Compression Algorithm for DICOM-Format Image Archive
dFuse: An Optimized Compression Algorithm for DICOM-Format Image Archive
 
A hybrid method for traumatic brain injury lesion segmentation
A hybrid method for traumatic brain injury lesion segmentationA hybrid method for traumatic brain injury lesion segmentation
A hybrid method for traumatic brain injury lesion segmentation
 
Influence of local segmentation in the context of digital image processing
Influence of local segmentation in the context of digital image processingInfluence of local segmentation in the context of digital image processing
Influence of local segmentation in the context of digital image processing
 
A novel technique in spiht for medical image compression
A novel technique in spiht for medical image compressionA novel technique in spiht for medical image compression
A novel technique in spiht for medical image compression
 
Dynamic hand gesture recognition using cbir
Dynamic hand gesture recognition using cbirDynamic hand gesture recognition using cbir
Dynamic hand gesture recognition using cbir
 
ANALYSIS OF WATERMARKING TECHNIQUES FOR MEDICAL IMAGES PRESERVING ROI
ANALYSIS OF WATERMARKING TECHNIQUES FOR MEDICAL IMAGES PRESERVING ROI ANALYSIS OF WATERMARKING TECHNIQUES FOR MEDICAL IMAGES PRESERVING ROI
ANALYSIS OF WATERMARKING TECHNIQUES FOR MEDICAL IMAGES PRESERVING ROI
 
Identifying brain tumour from mri image using modified fcm and support
Identifying brain tumour from mri image using modified fcm and supportIdentifying brain tumour from mri image using modified fcm and support
Identifying brain tumour from mri image using modified fcm and support
 
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
Segmentation of Tumor Region in MRI Images of Brain using Mathematical Morpho...
 
IRJET - 3D Reconstruction and Modelling of a Brain MRI with Tumour
IRJET - 3D Reconstruction and Modelling of a Brain MRI with TumourIRJET - 3D Reconstruction and Modelling of a Brain MRI with Tumour
IRJET - 3D Reconstruction and Modelling of a Brain MRI with Tumour
 
ROI BASED MEDICAL IMAGE COMPRESSION WITH AN ADVANCED APPROACH SPIHT CODING AL...
ROI BASED MEDICAL IMAGE COMPRESSION WITH AN ADVANCED APPROACH SPIHT CODING AL...ROI BASED MEDICAL IMAGE COMPRESSION WITH AN ADVANCED APPROACH SPIHT CODING AL...
ROI BASED MEDICAL IMAGE COMPRESSION WITH AN ADVANCED APPROACH SPIHT CODING AL...
 
Ijebea14 276
Ijebea14 276Ijebea14 276
Ijebea14 276
 
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
MRI Image Segmentation Using Level Set Method and Implement an Medical Diagno...
 
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
MRIIMAGE SEGMENTATION USING LEVEL SET METHOD AND IMPLEMENT AN MEDICAL DIAGNOS...
 
Region wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environRegion wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environ
 
Region wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environRegion wise processing of an image using multithreading in multi core environ
Region wise processing of an image using multithreading in multi core environ
 

Plus de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Plus de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Dernier

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 

Dernier (20)

The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 

Hybrid method to compress slices of 3 d medical images

  • 1. INTERNATIONAL JOURNAL OF ELECTRONICS AND International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April, 2013, pp. 250-256 IJECET © IAEME: www.iaeme.com/ijecet.asp Journal Impact Factor (2013): 5.8896 (Calculated by GISI) ©IAEME www.jifactor.com HYBRID METHOD TO COMPRESS SLICES OF 3D MEDICAL IMAGES Mayuri Y. Thorat1 and Vinayak K. Bairagi2 Electronics and Telecommunication Dept, Sinhgad Academy of Engineering, Kondhwa (Bk), Pune-411048, Maharashtra, India ABSTRACT Now days 3D medical images like MRI, CT are integral part of standard health care. These images are rich in volume and provide important diagnostic information, so there should be some proper method to compress these images. The method proposed in this paper is symmetry based technique for lossless compression of 3D medical image data. The proposed method uses anatomic symmetries present in structures of medical images to reduce energy of sub-bands. It uses Run Length Encoder and Huffman coder, which encodes the residual data generated after prediction to provide resolution and quality scalability. The technique can be compared with other compression techniques like RLE and Huffman. It gives an average improvement in compression ratios. Keywords: symmetry; volumetric images; lossless compression; RLE; Huffman. 1. INTRODUCTION Telemedicine is the use of electronic information to communicate technologies to provide and support healthcare when distance separates the participants. It needs the fast and error free communication of medical images to their destination to perform e-consultancy between various specialists to agree upon the correct diagnosis of patient [1]. As Telemedicine deals with diagnosis of medical data there is no scope of information loss and delay in transmission. If we are dealing with medical images they require large storage space, and large transmission time [2]. In recent years 3D medical images like Magnetic Resonance Imaging (MRI), Computed Tomography (CT) are considered as important part of standard health care. As the amount of 3D medical images generated increases, the storage, management, and access to these large repositories is becoming increasingly complex. Because this data provides 250
  • 2. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME important diagnostic information, care must be taken in compressing it. Compression methods are classified into lossless and lossy methods. In the medical image compression lossy schemes are generally not used to avoid possible loss of useful clinical information which may influence diagnosis [3]. As 3D medical images are large in volume and consist of valuable data, lossless compression is usually the standard in medical imaging to avoid any negative effects on image quality and diagnostic capabilities. The most desirable properties of any compression method for 3D medical images include: high lossless compression ratios, resolution scalability, and quality scalability. All of we know that human body has vertical symmetry, which means one half part of body is approximate replica of other half part. In this paper we are going to make use of this symmetry of human anatomy to achieve maximum compression of medical images without any losses. There are some examples of symmetric human body organs as axial view of brain, pupil, labia, cervical, lumber, chest, thorax, larynx, lungs, etc. In this paper, we propose a scalable lossless compression method for 3D medical images that attains the three desired properties listed above and uses the symmetrical characteristics of the data to achieve a higher lossless compression ratio. The method is well described in further discussion. 2. BLOCK DIAGRAM Original Check whether Image Symmetry Left Part – Medical Image Shifted or Rotated Detection Right Part Compressed Encoding of Data Stream Residual Data Figure 1: Block diagram of proposed method The input images are 3D medical images which are output of MRI of different human body organs. These images are having axial symmetry. The very first step is to check whether the input image is appropriately positioned. That means we have to check that image is neither rotated nor shifted. If this is so then first step is to convert it in proper form. Next block performs symmetry detection. After finding axis of symmetry the image is divided in to two parts as left part and right part. These two parts are separated and subtracted from each other to get residual data. This residual data is encoded using RLE coding and Huffman coding to get compressed bit stream. 2.2.DETECTING AXIS OF SYMMETRY Detecting axis of symmetry is an important issue. Several techniques have been proposed for detecting symmetry. One of simple and efficient of them is by finding the centroid of the image. We have first found out the centroid and the edges of the images using different MATLAB functions. After finding the axis of symmetry of the image, we assume that the image is almost symmetrical. The assumption is based on the fact that we are mainly using human medical images and that the human body is said to be largely symmetrical. 2.3. RESIDUAL DATA Due to the inherent symmetry of the human anatomy, cross-sections of the ROIs depicted in slices of 3D medical images are typically symmetrical [5]. There are two types of 251
  • 3. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME symmetries, global symmetry and local symmetry. Global symmetry refers to the symmetry of the whole sub-band that is nothing but a main axis of symmetry, while local symmetry refers to the symmetry of a small region within the sub-band as defined by a local axis of symmetry [6]. Here in this method we have used only the concept of Global symmetry to avoid complexness of local symmetry. After getting centroid of the image next step is to plot axis of symmetry. Along the axis of symmetry the image is divided into two parts. By doing this we can partition image in to two areas of equal size as left part (LHi-L) and right part (LHi-R) [1]. We calculated the difference between the left part and right part that generates the residual data with less energy than the original data. So we can consider following example of axial view of brain [1]. The figure 4 shown below gives high pass sub-band (LH) of an MRI slice. It is easy to find out main vertical axis of symmetry which is centred in the sub-band. So we can make partition of sub-band into areas along with axis of symmetry. Figure 4: Horizontal high pass sub-band of slice of an MRI volume of the axial view of human head Let’s denote area to the left of the axis as LHi-L and the area to the right as LHi-R. If LHi-L is to be flipped along the axis of symmetry, it would be expected to provide a good approximation to LHi-R and can therefore be used to predict LHi-R. So this data i.e. residual data obtained from right part and flipped left part and complete right part is used as input to the encoder. 2.4. ENCODING RESIDUAL DATA Run-length encoding (RLE) is a very simple form of data compression in which runs of data are stored as a single data value and count, rather than as the original run [12]. RLE works by reducing the physical size of a repeating string of characters. The main advantage of RLE is that, it performs lossless compression of data. The other encoder we are using is Huffman encoder. Huffman codes are variable-length codes and are optimum for a source with a given probability model. In Huffman coding, more probable symbols are assigned shorter codewords and less probable symbols are assigned longer codewords to find the code. So at the output of this block we are getting data which is compressed bit stream. Now this data can be easily stored and transmitted. 252
  • 4. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME 2.5.RECONSTRUCTION OF ORIGINAL IMAGE. The output of the encoder is compressed bit stream which is to be reconstructed at the decoder. At the receiver side we have to reconstruct image by following inverse of the algorithm which is used for encoding. So we have to first decode the compressed bit stream by run length decoder or Huffman decoder whichever is used to encode the data. This data is then converted to image. The last step is to add the residual part in that image which will give the image same as the input image. Hence the technique is completely lossless. 3. RESULTS Part I: The results shown in table1 are achieved by performing simple subtraction of 3D medical images. Table 1: Compression achieved by performing simple multiplication Original Image Subtracted Image Size of Size of Name Entropy Size (kb) Difference Entropy Size (kb) image after decoded RLE image A83GL6 5.2828 530 1 5.1701 178 154 178 G0 2D 178 A83GL6 5.4097 652 1-2 1.9645 94 90 218 G2 2D 218 A83GL6 5.3654 652 2-3 1.7083 82 65 219 G4 2D 219 A83GL6 5.4397 647 3-4 2.7519 138 129 217 G6 2D 217 A83GL6 5.3867 620 4-5 3.1915 157 149 208 G8 2D 208 First of all we convert 3D image into 2D image. The first image is as the reference for reconstruction so it is stored as it is. Second image is now subtracted from first image and only residual part is stored as second image instead of complete second image. Then third image is subtracted from second image and only residual part is stored as third image just like did for second image. And hence so on. So by doing this we can achieve good compression. But this method results in some minor losses which we cannot afford while working with medical images. The same idea we used in our algorithm by making use of anatomic symmetry. Part II: The results shown in the table 2 gives comparison between the RLE, Huffman and proposed method. Eight data sets of MRI images of different body organs are taken. The images are compressed first by the proposed method of symmetry and then compression ratio is calculated. Then images are compressed by only RLE and also by Huffman, again compression ratio is calculated. The table shows that our proposed method gives good results over RLE and Huffman both. 253
  • 5. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME Table 2: Comparison of compression ratios of MRI Images from database Original Compression Ratio Image Only RLE RLE + Symmetry Only Huffman Huffman + Symmetry (a) Brain 3.95:1 4.5:1 2.87:1 3.37:1 (b) Brain 4.47:1 5.43:1 2.56:1 3.54:1 (c) L Spine General 2.96:1 3.63:1 2.07:1 2.3:1 (d) L Spine 5.52:1 6.37:1 3.68:1 4.47:1 (e) C Spine General 1.52:1 1.84:1 1.18:1 1.32:1 (f) T Spine General 3.34:1 4.40:1 2.62:1 3.01:1 (g)Pelvis & Hip 2.20:1 3.11:1 1.92:1 2.23:1 General (h) Abdomen 3.36:1 4.56:1 2.55:1 3.35:1 The input images shown in figure 5 to which the above coding algorithm is applied for to generate compressed bit stream. Then decompression algorithm is applied to get the original image back from the compressed data, which is shown in the figure 6. The output image is the decompressed image i.e. from the figure 6 it is clear that the output image of the algorithm is exactly same as the input image. So proposed method is exactly lossless. Image 1 Image 2 Figure 5: Original Medical Images Image 1 Image 2 Figure 6: Reconstructed Images obtained after applying proposed algorithm 254
  • 6. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME 4. FUTURE WORK In this paper we have got comparative results for RLE, Huffman and proposed method. Our next approach is to use several different encoding techniques to compress and reconstruct medical images without any loss. The comparative study will help to choose better method. We will try to improve compression ratio more. 5. CONCLUSION In this paper, an image compression algorithm that utilizes anatomic symmetries present in medical images is proposed. The algorithm first divides image slice into two parts along the axis of symmetry. The residual part is found out by comparing two parts, which is to be encoded using Huffman or RLE. This gives compressed bit stream at the output of encoder which is decoded at receiver to reconstruct the image. This paper focused on the evaluation of several commonly used algorithms for lossless compression. The proposed method is a 3D scalable lossless compression of medical image data. So our aim is to increase compression ratio with reducing complexity while achieving compression. 6. REFERENCES [1] V. Sanchez, R. Abugharbieh,and P. Nasiopoulos , (July 2009), “Symmetry based scalable lossless compression of 3D medical image data”, IEEE transaction of medical imaging, vol. 28 no.7, pp 1062-1072. [2] Amrita Pal, Victor W.A, A. Mbarika, Fay Cobb-Payton, Pratim Datta and ScottMcCoy, (March 2005) “Telemedicine Diffusion in a Developing Country: The Case of India” IEEE Transactions of Information Technology in Biomedicine, Vol.9, No.1. [3] R. Sumalatha, M.V. Subramanyam, (August 2010) “Region based coding of 3D Magnetic Resonating Imaging for telemedicine applications”, International Journal of computer applications, Vol. 5, No. 12, pp 1-3. [4] K. K. M. Marcellin, A. Bilgin, and M. Nadar, (Sep 2006), “Efficient transmission of compressed data for remote volume visualization,” IEEE Transaction of medical imaging, vol.25, No. 9, pp 1189-1199. [5] M. Firoozbakht, J. Dehmeshki, M. Martini, (2010) Y. Ebrahimdoost, H. Amin, M. Dehkordi, A. Youannic, SD. Qanadli “Compression of digital medical images based on multiple regions of interest”, IEEE 2010 Fourth International Conference on Digital Society. [6] V. Sanchez, R. Abugharbieh,and P. Nasiopoulos, (Sep 2009), “3D Scalable lossless compression of medical images based on global and local symmetries”, IEEE transaction of medical imaging pp 2525-2529. [7] Prof. S.K. Mishra, Sh. DeepakGupta, Dr Jagdish Kaur, (2007) “Telemedicine in India : Initiatives and vision” IEEE transaction of image compression,vol 4, pp 1-3. [8] V Naga Pruthvi Raj and Dr T Venkateswarlu, (Nov 2007) “A Novel Approch To Medical Image compression using sequential 3D DCT”, IEEE transaction of image compression, vol 11, pp 146-149. [9] Mario Mustra, Kresimir Dolac, Mislav Grgic, (Sep 2008) “Overview of DICOM standard”, 50th International Symposium ELIMAR-2008, pp 39-44. 255
  • 7. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 2, March – April (2013), © IAEME [10] Mattew J. Zukoski, Terrance Boult, Tunc Lyriboz (2006) “A novel approach to medical image compression” International journal of Bioinformatics research and applications, Vol. 2, No.1, pp 89-103. [11] Schelkens, PMunteanu, A.Barbarien, J.Galca, M.Giro-Nieto, X. Cornelis.J., (March 2003) “Wavelet coding of volumetric image datasets” IEEE Transaction of Medical imaging, vol.22,no.3,pp.441-458. [12] K. Thyagarajan, (2011) “Still image and video compression with Matlab”, John Wiley and sons INC publication 2011 edition. [13] R. Edbert Rajan and Dr.K.Prasadh, “Spatial and Hierarchical Feature Extraction Based on Sift for Medical Images”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2012, pp. 308 - 322, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [14] Rohini N. Shrikhande and Vinayak K. Bairagi, “Prediction Based Lossless Medical Image Compression”, International journal of Electronics and Communication Engineering &Technology (IJECET), Volume 4, Issue 2, 2012, pp. 191 - 197, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. [15] P. Prasanth Babu, L.Rangaiah and D.Maruthi Kumar, “Comparison and Improvement of Image Compression using Dct, Dwt & Huffman Encoding Techniques”, International Journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 1, 2013, pp. 54 - 60, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. 256