SlideShare a Scribd company logo
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 325
MEDICAL IMAGE ANALYSIS AND PROCESSING USING A DUAL
TRANSFORM
Shiby Angel K1
1
Assistant Professor, Karunya University, Coimbatore
Abstract
The demand for images in medical field has increased drastically over the years. The need for reducing the storage space has resulted
in image compression. This paper presents a dual transform for medical image compression algorithm. The experimental results
determines how the compression ratio (CR), peak signal to noise ratio (PSNR) and SNR (signal to noise ratio) of different
compression algorithms responds to dual transform algorithm.
Keywords: DCT, SPIHT, Haar Wavelet, Linear approximation transform, image compression, Singular Value
Decomposition (SVD).
----------------------------------------------------------------------***------------------------------------------------------------------------
1. INTRODUCTION
Image compression, an important area in the field of digital
image processing deals with techniques for reducing the
storage required for saving an image or the bandwidth
required for transmitting. The aim of image compression is to
reduce the number of bits required to represent an image and
is done by removing the redundancies. The degree of
redundancy determines how much compression can be
achieved.
The main classification of compression includes lossy and
lossless compression. Lossy compression compresses data by
discarding some of the data while lossless compression does
not change the content of the file. Lossless compression is
mainly preferred for archival purposes and medical imaging.
Medical images are of interest for a large number of
applications and it resulted in a constant growth in the
amounts of data that have to be transmitted, processed, and
stored efficiently [1].
The people in India, particularly in rural and remote areas are
found struggling to access timely medical treatment. The
region of the country is characterized by densely populated
communities spread over vast distances; there is a lack of
qualified personnel in certain sectors of the health service.
Telemedicine has come originally to serve rural populations,
or any people who are geographically dispersed, where time
and the cost of travel make access to the best medical care
difficult. In this paper an efficient method for compression of
medical images is compared and studied with different metrics
and algorithms.
2. BACKGROUNDS
SVD is one of the most useful tools of linear algebra [2]
compared to other linear approximation methods. SVD is a
factorization and approximation technique which effectively
reduces any matrix into a smaller invertible and square matrix.
The SVD matrix decomposition which is extensively used in
mathematics [3] appears in fields related directly with algebra,
such as least squares problems or the calculus of the matrix
rank. Its usefulness in applications concerning image
processing includes pattern recognition, secret communication
of digital images, movement estimation, quantization, and
compression of images and video sequences.
SVD is commonly used in face recognition, object detection,
field matching techniques and meteorological and
oceanographic data analysis. One of the main features that
made SVD to have application in image processing is that it is
a factorization and approximation technique which effectively
reduces any matrix into a smaller invertible and square matrix
[3]. SVD was also used in the area of face recognition which
proved some properties that the SVD approach is robust,
simple, easy and fast to implement [5]. SVD when compared
with wavelet compression, block truncating compression, and
discrete cosine transform compression provided evidence that
when singular value increases, the size and quality of
compressed image improves [6]. Similarly the performance
analysis of SVD Algorithm portrayed that using SVD
computation, an image matrix can be compressed to a
significantly smaller sized matrix and during decomposition
the image is almost identical to original image. This in turn
saves a lot of memory space [7].
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 326
Haar transform, a simplest compression process of wavelet, is
a multi scale transformation [12]. Wavelets are functions
generated from a single function by its dilations and
translations [13]. Haar wavelet has special properties such as
robust, high compression ratios and provides good results in
terms of imperceptibility which makes it use mainly in
watermarking [14]. DCT transform introduces no loss to the
source image samples; it transforms them to a domain in
which they can be more efficiently encoded.
There are several encoding methods that provide high image
quality at high compression rates. The SPIHT image coding
algorithm developed in 1996 [15] is another more efficient
implementation of the embedded zero tree wavelet (EZW)
algorithm [16]. SPIHT provides even better performance [17]
than the other extensions of EZW. EBCOT [18] which is a
block based encoder is more complicated and also time-
consuming [24]. SPECK [19] also which uses recursive set-
partitioning procedure to sort subsets of wavelet coefficients
by maximum magnitude with respect to integer powers of two
thresholds. When compared to other encoders mentioned
above SPIHT provides salient features such as better quality,
visually superior, intensive progressive capability, SNR
scalability and, low computational complexity [20,21,22,23].
The computational speed of the SPIHT algorithm is also found
to be very good [23].
3. DUAL TRANSFORM
3.1Singular Value Decomposition & Haar-Wavelet
Transform
SVD, extensively used in mathematics is a factorization of a
real or complex matrix in linear algebra. One of the special
features of SVD is that it can be performed on any real m x n
matrix. It factorizes matrix A into three matrices U, S and V
where, U is a left singular matrix and V is the right singular
matrix and S is a diagonal matrix. U, S and V are obtained by
calculating rank, eigen values and eigen vectors of the matrix
A. The process of SVD begins by selecting the matrix A(m x
n) which has m rows and n columns. Now, matrix A is
factorized into three matrices U, S and VT
.
A = USVT
(1)
Wavelet transform or wavelet analysis is a very efficient
approach developed as a mathematical tool for signal analysis.
The Haar Transform technique widely used in wavelet
analysis is the simplest wavelet. Haar wavelet transform has
been used as an earliest example for orthonormal wavelet
transform with compact support. The haar transform (HT) is
one of the simplest and basic transformations from a space
domain are a local frequency domain and it reduces the
calculation work [27]. HT decomposes the linear
approximated image as approximation components and detail
components.
3.2 Encoding Process
Once the linear approximated image is transformed using haar
wavelet, the coefficients are further decomposed using the
SPIHT encoder. Salient features of SPIHT makes it visually
superior and of better quality. After the haar wavelet transform
is applied to an image, the SPIHT algorithm works by
partitioning the wavelet decomposed image into significant
and insignificant partitions based on the following function:



 

otherwise
C
Us
n
ji
n
,0
2||max,1
)( , ….……..
(2)
Where )(Usn is the significance of a set of co-ordinates T,
and jic , is the coefficient value at co-ordinate  ji, . The
block diagram of dual transform and SPIHT encoder is seen in
Fig.1.
Algorithm: Dual Transform based Image Compression
Step1: Data-Input image A(m,n) of size 256x256 which is a
matrix A(m x n)
Step2: Apply dual transform:
a) Compute its transpose AT
and AT
A.
b) Determine the eigen values of AT
A and sort these in
descending order, in the absolute sense. Square roots these to
obtain the singular values of A.
c) Construct diagonal matrix S by placing singular values in
descending order along its diagonal. Compute its inverse, S-1
.
d) Use the ordered eigen values from step b and compute the
eigenvectors of AT
A. Place these eigenvectors along the
columns of V and compute its transpose, VT
.
e) Compute U as U = AVS-1
. Now, compute the full SVD
using A = USVT
.
f) Decompose the linearly approximated image using haar
wavelet transform.
Step 3: Encode the resultant coefficients using SPIHT
encoder.
Step 4:Calculate the resulting image quality of the compressed
images using different metrics such as Peak Signal to Noise
Ratio (PSNR), Mean Square Error (MSE), Bits Per Pixel
(BPP), Compression ratio (CR) and Computational time (CT).
4. PERFORMANCE EVALUATION
To evaluate the performance of dual transform with other
transforms, three medical images of size 256 x 256 with 8 bits
per pixel are used. The efficiency is compared with Haar
Wavelet–SPIHT [28] and DCT-SPIHT [29] for different
metrics such as PSNR, MSE, CR, CT and BPP. Table 1-3
shows the performance of different methods using the 3
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 327
medical images. Fig. 4-6 shows the rate vs. PSNR
performance of the 3 different medical images. Bit rate is the
average bits required to represent a single pixel in the
compressed image. It’s obviously clear from the graphs that
the PSNR value increases with increase in bits per pixel.
Fig-1: The block diagram of the proposed compression
method
a) b)
c)
a) T1WIAnkle b) T2WI-Axial-1 c) T2WI-Axial -2
Fig-2: Original Images
Table-1: MSE values attained by dual transform and Existing
methods at 0.4bpp
Compressi
on
Methods
T1WIAnkl
e
T2WIAxia
l-1
T2WI-Axial
-2
Haar-
SPIHT
1.77 2.3 1.4
DCT-
SPIHT
1.73 2.9 3.35
Proposed
1.43 1.95 1.08
Table-2: CR values attained by dual transform and Existing
methods at 0.4bpp
Compressi
on
Methods
T1WIAn
kle
T2WI-
Axial-1
T2WI-Axial
-2
Haar-
SPIHT
12.02 11.0
13.44
DCT-
SPIHT
8.87 7.84
10.46
Proposed 16.92 13.75 16.15
Table-3: PSNR values attained by dual transform and
Existing methods at 0.4bpp
Compressi
on
Methods
T1WIAn
kle
T2WI-
Axial-1
T2WI-Axial
-2
Haar-
SPIHT
45.65 44.51 46.68
DCT-
SPIHT
45.74 43.51 42.88
Proposed 46.59 45.23 47.81
Fig-4: Rate-PSNR performance of T1W1Ankle image
obtained using dual transform and existing methods
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 328
Fig-5: Rate-PSNR performance of T2W1-Axial-1 image
obtained using dual transform and existing methods
Fig.6 Rate-PSNR performance of T2W1-Axial-2 image
obtained using dual transform and existing methods
5. CONCLUSIONS
Thus a dual transform for medical image compression was
studied. This dual transform method highly preserves quality
of images with high compression ratio and bits per pixel. The
quality of the image is also improved in terms of PSNR.
In the case of medical images there is a great need to have no
deterioration in image quality. The results proved that with no
image quality loss, it can be used in the applications of
medical purposes. It can also be used to compress images used
in telemedicine applications.
REFERENCES
[1] Xiaojun, John M. Tyler and Oleg S. , “Diagnostically
lossless medical image compression via wavelet-based
background noise removal”, SPIE Proceedings, Vol.
4056, 5 April 2000
[2] Azam sabaghi, Khashayar and Reza Sabbaghi,
“Medical Image Watermarking based on SVD-DWT
technique”, International Congress on Informatics,
Environment, Energy and Applications, vol.38, pp.74-
80, 2012
[3] Rajesh A. Jadav and Shailesh S. Patel, “Application of
singular value decomposition in image processing”,
Indian Journal of Science and Technology, Vol. 3 No.
2, pp. 148-150, Feb 2010
[4] Jiani, Jennifer, Xiaofei and Qiang, “Randomized svd
methods in hyperspectral imaging”, Journal of
Electrical and Computer Engineering Volume 2012,
pp. 354–379, 2012.
[5] Andrews.H, “Singular Value Decomposition and
Digital Image Processing”, IEEE Transactions on
Acoustics, Speech and Signal Processing, Vol: 24 ,
Issue: 1 ,pp. 26 – 53, 2003
[6] Dinesh Gupta,. Pardeep Singh, Nivedita and Sugandha
Sharma, “A comparative study of image compression
between Singular value decomposition, Block
truncating coding, Discrete cosine transform and
Wavelet” International Journal of Computer Science
and Network Security(IJCSNS), vol.12 No.2, pp.100-
106, February 2012
[7] Nivedita and Sonika Jindal, “Performance Analysis of
SVD and SPIHT Algorithm for Image Compression
Application” International Journal of Advanced
Research in Computer Science and Software
Engineering, Volume 2, issue 2, February 2012
[8] Rehna V.J, Abhranil Dasgupta , “JPEG Image
Compression using Singular Value Decomposition”,
International Journal of Advances in Electronics
Engineering, Vol:1 Issue:1 I, pp 81-86,
[9] Tutorial on singular value decomposition and principal
component analysis in image processing
[10] Chou-Hao Hsu, “SVD-Based Projection for Face
Recognition”, IEEE EIT 2007 Proceedings, pp. 600-
603, 2007
[11] S.Ramakrishnan, T.Gopalakrishnan and K.Balasamy,
“A Wavelet Based Hybrid SVD Algorithm for Digital
Image Watermarking, Signal & Image Processing”, An
International Journal (SIPIJ), Vol.2, No.3, pp 157-174,
September 2011
[12] Chih-Chin La “An improved SVD-based
watermarking scheme using human visual
characteristics”, Optics Communications, Vol. 284,
Issue 4, pp. 938–944, 15 February 2011
[13] Andrea , Ales Prochazka and Martina , Article on
“Wavelet Based Image Segmentation”
[14] Anuradha, Rudresh Pratap Singh, “DWT Based
Watermarking Algorithm using Haar Wavelet”,
International Journal of Electronics and Computer
Science Engineering, Vol.1,No. 1
[15] Said and W. Pearlman, “A new fast and efficient image
codec based on set partitioning in hierarchical trees”,
IEEE Trans. Circuits Syst. Video Technol, vol. 6, pp.
243-250, June 1996
[16] J.M. Shapiro, “Embedded image coding using zerotrees
of wavelet coefficients,” IEEE Trans. Signal
Processing, vol. 41, pp. 3445–3463, Dec.1993
[17] Xaoli Tang, William A. Pearlman and James W.
Modestino, A draft on “Hyperspectral Image
Compression Using Three-Dimensional Wavelet
Coding”, March 2004
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 329
[18] D. Taubman, “High performance scalable image
compression with EBCOT”, IEEE Trans. on Image
Processing, vol. 9, No. 7, pp.1158-70, Jun 2000
[19] W.A. Pearlman, A. Islam, N. Nagaraj and A.Said,
“Efficient, low complexity image coding with a set-
partitioning embedded block coder”, IEEE Trans.
Circuits and Syst. Video Technol., Vol 14, No 11, pp.
1219 – 1235, Nov. 2004
[20] Bibhuprasad Mohanty, Abhishek Singh, Sudipta
Mahapatra, “A High Performance Modified SPIHT for
Scalable Image Compression”, International Journal of
Image processing (IJIP), Vol (5) : Issue (4), pp. 390-
402, 2011
[21] Vasuki, P.T. Vanathi, “Progressive Image Compression
Using Contourlet Transform ”, International Journal
of Recent Trends in Engineering, Vol 2, No. 5,pp. 193-
197 November 2009.
[22] Veenadevi.S.V. and A.G.Ananth , “Fractal Image
Compression Using Quad Tree Decomposition and
Huffman Coding”, Signal & Image Processing: An
International Journal (Sipij), Vol.3, No.2, pp. 207-212,
April 2012
[23] K. Siva Nagi Reddy, B. Raja Sekher Reddy, G.
Rajasekhar and K. Chandra Rao , “A Fast Curvelet
Transform Image Compression Algorithm using with
Modified SPIHT”, International Journal of Computer
Science and Telecommunications, Vol 3, Issue 2, pp.1-
8, February 2012
[24] C. J. Lian, K. F. Chen, H. H. Chen, and L. G. Chen,
“Analysis and architecture design of block-coding
engine for EBCOT in JPEG2000,” IEEE Trans.
Circuits Syst. Video Technol., vol. 13, no. 3, pp. 219–
230, Mar. 2003
[25] Wanli Ouyang, W.K. Cham , “Fast Algorithm for
Walsh Hadamard Transform on Sliding Windows”,
IEEE Transactions on Pattern Analysis and Machine
Intelligence , vol.32, pp.165-171, Jan 2010
[26] Ziad M. Hafed And Martin D. Levine, “Face
Recognition Using the Discrete Cosine Transform”,
International Journal of Computer Vision, vol. 43(3),
pp. 167–188, 2001.
[27] Navjot Kaur and Preeti Singh, “Article: Enhancement
of Compression Ratio and Image Quality using ISPIHT
with MFHWT”, International Journal of Computer
Applications, vol. 54(8), pp.20-23, September 2012.
[28] Sanjeev Kumar, Varun Sood, “Quality Assessment of
Colour Image Compression using Haar Wavelet
Transform”, International Journal of Engineering
Trends and Technology- Vol.3Issue3, pp. 266-269,
2012
[29] Jing Zhang, Guizhong Liu, “A Novel Classified
Residual Dct For Hyperspectral Images Scalable
Compression”, in the proceedings of PCS2007,
Portugal.
[30] N. Ahmed, T. Natarjan, “Discrete Cosine Transforms”.
IEEE trans. Computers, c-23, 1974, pp. 90-93

More Related Content

PDF
An approach for color image compression of bmp and tiff images using dct and dwt
PDF
Segmentation and Classification of MRI Brain Tumor
PDF
Image Registration for Recovering Affine Transformation Using Nelder Mead Sim...
PDF
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
PDF
Hybrid medical image compression method using quincunx wavelet and geometric ...
PDF
Image similarity using fourier transform
PDF
Automatic Image Segmentation Using Wavelet Transform Based On Normalized Gra...
PDF
Comparative analysis and implementation of structured edge active contour
An approach for color image compression of bmp and tiff images using dct and dwt
Segmentation and Classification of MRI Brain Tumor
Image Registration for Recovering Affine Transformation Using Nelder Mead Sim...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Hybrid medical image compression method using quincunx wavelet and geometric ...
Image similarity using fourier transform
Automatic Image Segmentation Using Wavelet Transform Based On Normalized Gra...
Comparative analysis and implementation of structured edge active contour

What's hot (16)

PDF
Medial axis transformation based skeletonzation of image patterns using image...
PDF
An efficient image compression algorithm using dct biorthogonal wavelet trans...
PDF
A Novel Algorithm for Watermarking and Image Encryption
PDF
Review on Medical Image Fusion using Shearlet Transform
PDF
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...
PDF
Wavelet Transform based Medical Image Fusion With different fusion methods
PDF
Development of stereo matching algorithm based on sum of absolute RGB color d...
PDF
Ch4201557563
PDF
REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...
PDF
Improved nonlocal means based on pre classification and invariant block matching
PDF
Review paper on segmentation methods for multiobject feature extraction
PDF
40120140507003
PDF
Dynamic texture based traffic vehicle monitoring system
PDF
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...
PDF
40120130406009
PDF
Medical image fusion using curvelet transform 2-3-4-5
Medial axis transformation based skeletonzation of image patterns using image...
An efficient image compression algorithm using dct biorthogonal wavelet trans...
A Novel Algorithm for Watermarking and Image Encryption
Review on Medical Image Fusion using Shearlet Transform
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...
Wavelet Transform based Medical Image Fusion With different fusion methods
Development of stereo matching algorithm based on sum of absolute RGB color d...
Ch4201557563
REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...
Improved nonlocal means based on pre classification and invariant block matching
Review paper on segmentation methods for multiobject feature extraction
40120140507003
Dynamic texture based traffic vehicle monitoring system
Automatic Determination Number of Cluster for NMKFC-Means Algorithms on Image...
40120130406009
Medical image fusion using curvelet transform 2-3-4-5
Ad

Viewers also liked (20)

PDF
Study on security and quality of service implementations in p2 p overlay netw...
PDF
Optimization of cutting strategies for forging die manufacturing on cnc milli...
PDF
Efficient implementation of bit parallel finite field multipliers
PDF
New study on friction in a mom total hip prosthesis with balls in self direct...
PDF
Studies on mechanical, wear and corrosion properties
PDF
Performance of lateritic concrete under
PDF
Monitoring of traffic over the victim under tcp syn flood in a lan
PDF
Compressive strength variability of brown coal fly ash geopolymer concrete
PDF
A novel approach for a secured intrusion detection system in manet
PDF
A survey on mobility models for vehicular ad hoc networks
PDF
Lake sediment thickness estimation using ground penetrating radar
PDF
Survey of analysis and performance of ofdm signals in time and frequency disp...
PDF
Diabetic maculopathy detection using fundus fluorescein angiogram images a ...
PDF
Gis in assessing topographical aspects of hilly regions
PDF
Application of artificial neural network for blast performance evaluation
PDF
Design and development of non server peer 2 peer secure communication using j...
PDF
Performance of high pressure coolant on tool wear
PDF
Automated system to detect rf leakage from microwave oven using raspberry pi
PDF
Taguchi optimization for efficient extraction of a natural dye from bougainvi...
PDF
Design and development of mechanical power amplifier
Study on security and quality of service implementations in p2 p overlay netw...
Optimization of cutting strategies for forging die manufacturing on cnc milli...
Efficient implementation of bit parallel finite field multipliers
New study on friction in a mom total hip prosthesis with balls in self direct...
Studies on mechanical, wear and corrosion properties
Performance of lateritic concrete under
Monitoring of traffic over the victim under tcp syn flood in a lan
Compressive strength variability of brown coal fly ash geopolymer concrete
A novel approach for a secured intrusion detection system in manet
A survey on mobility models for vehicular ad hoc networks
Lake sediment thickness estimation using ground penetrating radar
Survey of analysis and performance of ofdm signals in time and frequency disp...
Diabetic maculopathy detection using fundus fluorescein angiogram images a ...
Gis in assessing topographical aspects of hilly regions
Application of artificial neural network for blast performance evaluation
Design and development of non server peer 2 peer secure communication using j...
Performance of high pressure coolant on tool wear
Automated system to detect rf leakage from microwave oven using raspberry pi
Taguchi optimization for efficient extraction of a natural dye from bougainvi...
Design and development of mechanical power amplifier
Ad

Similar to Medical image analysis and processing using a dual transform (20)

PDF
Comparison of Different Methods for Fusion of Multimodal Medical Images
PDF
A systematic image compression in the combination of linear vector quantisati...
PDF
Spectral approach to image projection with cubic b spline interpolation
PDF
Spectral approach to image projection with cubic
PDF
Design and implementation of image compression using set partitioning in hier...
PDF
A Novel Undistorted Image Fusion and DWT Based Compression Model with FPGA Im...
PDF
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
PDF
4 ijaems jun-2015-5-hybrid algorithmic approach for medical image compression...
PDF
4 ijaems jun-2015-5-hybrid algorithmic approach for medical image compression...
PDF
Neural network based image compression with lifting scheme and rlc
PDF
Neural network based image compression with lifting scheme and rlc
PDF
Ijetcas14 504
PDF
E017263040
PDF
A Comprehensive lossless modified compression in medical application on DICOM...
PDF
Fuzzy Type Image Fusion Using SPIHT Image Compression Technique
PDF
An Energy Efficient and High Speed Image Compression System Using Stationary ...
PDF
Ijetr011837
PDF
Ap36252256
PDF
Non standard size image compression with reversible embedded wavelets
PDF
Non standard size image compression with reversible embedded wavelets
Comparison of Different Methods for Fusion of Multimodal Medical Images
A systematic image compression in the combination of linear vector quantisati...
Spectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic
Design and implementation of image compression using set partitioning in hier...
A Novel Undistorted Image Fusion and DWT Based Compression Model with FPGA Im...
High Speed Data Exchange Algorithm in Telemedicine with Wavelet based on 4D M...
4 ijaems jun-2015-5-hybrid algorithmic approach for medical image compression...
4 ijaems jun-2015-5-hybrid algorithmic approach for medical image compression...
Neural network based image compression with lifting scheme and rlc
Neural network based image compression with lifting scheme and rlc
Ijetcas14 504
E017263040
A Comprehensive lossless modified compression in medical application on DICOM...
Fuzzy Type Image Fusion Using SPIHT Image Compression Technique
An Energy Efficient and High Speed Image Compression System Using Stationary ...
Ijetr011837
Ap36252256
Non standard size image compression with reversible embedded wavelets
Non standard size image compression with reversible embedded wavelets

More from eSAT Publishing House (20)

PDF
Likely impacts of hudhud on the environment of visakhapatnam
PDF
Impact of flood disaster in a drought prone area – case study of alampur vill...
PDF
Hudhud cyclone – a severe disaster in visakhapatnam
PDF
Groundwater investigation using geophysical methods a case study of pydibhim...
PDF
Flood related disasters concerned to urban flooding in bangalore, india
PDF
Enhancing post disaster recovery by optimal infrastructure capacity building
PDF
Effect of lintel and lintel band on the global performance of reinforced conc...
PDF
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
PDF
Wind damage to buildings, infrastrucuture and landscape elements along the be...
PDF
Shear strength of rc deep beam panels – a review
PDF
Role of voluntary teams of professional engineers in dissater management – ex...
PDF
Risk analysis and environmental hazard management
PDF
Review study on performance of seismically tested repaired shear walls
PDF
Monitoring and assessment of air quality with reference to dust particles (pm...
PDF
Low cost wireless sensor networks and smartphone applications for disaster ma...
PDF
Coastal zones – seismic vulnerability an analysis from east coast of india
PDF
Can fracture mechanics predict damage due disaster of structures
PDF
Assessment of seismic susceptibility of rc buildings
PDF
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
PDF
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Likely impacts of hudhud on the environment of visakhapatnam
Impact of flood disaster in a drought prone area – case study of alampur vill...
Hudhud cyclone – a severe disaster in visakhapatnam
Groundwater investigation using geophysical methods a case study of pydibhim...
Flood related disasters concerned to urban flooding in bangalore, india
Enhancing post disaster recovery by optimal infrastructure capacity building
Effect of lintel and lintel band on the global performance of reinforced conc...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Shear strength of rc deep beam panels – a review
Role of voluntary teams of professional engineers in dissater management – ex...
Risk analysis and environmental hazard management
Review study on performance of seismically tested repaired shear walls
Monitoring and assessment of air quality with reference to dust particles (pm...
Low cost wireless sensor networks and smartphone applications for disaster ma...
Coastal zones – seismic vulnerability an analysis from east coast of india
Can fracture mechanics predict damage due disaster of structures
Assessment of seismic susceptibility of rc buildings
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...

Recently uploaded (20)

PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
OOP with Java - Java Introduction (Basics)
PPT
Project quality management in manufacturing
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
Lecture Notes Electrical Wiring System Components
PPTX
Construction Project Organization Group 2.pptx
DOCX
573137875-Attendance-Management-System-original
PPTX
bas. eng. economics group 4 presentation 1.pptx
PDF
composite construction of structures.pdf
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPTX
Geodesy 1.pptx...............................................
PPTX
additive manufacturing of ss316l using mig welding
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPTX
web development for engineering and engineering
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
OOP with Java - Java Introduction (Basics)
Project quality management in manufacturing
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
R24 SURVEYING LAB MANUAL for civil enggi
Lecture Notes Electrical Wiring System Components
Construction Project Organization Group 2.pptx
573137875-Attendance-Management-System-original
bas. eng. economics group 4 presentation 1.pptx
composite construction of structures.pdf
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
Geodesy 1.pptx...............................................
additive manufacturing of ss316l using mig welding
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
CH1 Production IntroductoryConcepts.pptx
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
web development for engineering and engineering

Medical image analysis and processing using a dual transform

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 325 MEDICAL IMAGE ANALYSIS AND PROCESSING USING A DUAL TRANSFORM Shiby Angel K1 1 Assistant Professor, Karunya University, Coimbatore Abstract The demand for images in medical field has increased drastically over the years. The need for reducing the storage space has resulted in image compression. This paper presents a dual transform for medical image compression algorithm. The experimental results determines how the compression ratio (CR), peak signal to noise ratio (PSNR) and SNR (signal to noise ratio) of different compression algorithms responds to dual transform algorithm. Keywords: DCT, SPIHT, Haar Wavelet, Linear approximation transform, image compression, Singular Value Decomposition (SVD). ----------------------------------------------------------------------***------------------------------------------------------------------------ 1. INTRODUCTION Image compression, an important area in the field of digital image processing deals with techniques for reducing the storage required for saving an image or the bandwidth required for transmitting. The aim of image compression is to reduce the number of bits required to represent an image and is done by removing the redundancies. The degree of redundancy determines how much compression can be achieved. The main classification of compression includes lossy and lossless compression. Lossy compression compresses data by discarding some of the data while lossless compression does not change the content of the file. Lossless compression is mainly preferred for archival purposes and medical imaging. Medical images are of interest for a large number of applications and it resulted in a constant growth in the amounts of data that have to be transmitted, processed, and stored efficiently [1]. The people in India, particularly in rural and remote areas are found struggling to access timely medical treatment. The region of the country is characterized by densely populated communities spread over vast distances; there is a lack of qualified personnel in certain sectors of the health service. Telemedicine has come originally to serve rural populations, or any people who are geographically dispersed, where time and the cost of travel make access to the best medical care difficult. In this paper an efficient method for compression of medical images is compared and studied with different metrics and algorithms. 2. BACKGROUNDS SVD is one of the most useful tools of linear algebra [2] compared to other linear approximation methods. SVD is a factorization and approximation technique which effectively reduces any matrix into a smaller invertible and square matrix. The SVD matrix decomposition which is extensively used in mathematics [3] appears in fields related directly with algebra, such as least squares problems or the calculus of the matrix rank. Its usefulness in applications concerning image processing includes pattern recognition, secret communication of digital images, movement estimation, quantization, and compression of images and video sequences. SVD is commonly used in face recognition, object detection, field matching techniques and meteorological and oceanographic data analysis. One of the main features that made SVD to have application in image processing is that it is a factorization and approximation technique which effectively reduces any matrix into a smaller invertible and square matrix [3]. SVD was also used in the area of face recognition which proved some properties that the SVD approach is robust, simple, easy and fast to implement [5]. SVD when compared with wavelet compression, block truncating compression, and discrete cosine transform compression provided evidence that when singular value increases, the size and quality of compressed image improves [6]. Similarly the performance analysis of SVD Algorithm portrayed that using SVD computation, an image matrix can be compressed to a significantly smaller sized matrix and during decomposition the image is almost identical to original image. This in turn saves a lot of memory space [7].
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 326 Haar transform, a simplest compression process of wavelet, is a multi scale transformation [12]. Wavelets are functions generated from a single function by its dilations and translations [13]. Haar wavelet has special properties such as robust, high compression ratios and provides good results in terms of imperceptibility which makes it use mainly in watermarking [14]. DCT transform introduces no loss to the source image samples; it transforms them to a domain in which they can be more efficiently encoded. There are several encoding methods that provide high image quality at high compression rates. The SPIHT image coding algorithm developed in 1996 [15] is another more efficient implementation of the embedded zero tree wavelet (EZW) algorithm [16]. SPIHT provides even better performance [17] than the other extensions of EZW. EBCOT [18] which is a block based encoder is more complicated and also time- consuming [24]. SPECK [19] also which uses recursive set- partitioning procedure to sort subsets of wavelet coefficients by maximum magnitude with respect to integer powers of two thresholds. When compared to other encoders mentioned above SPIHT provides salient features such as better quality, visually superior, intensive progressive capability, SNR scalability and, low computational complexity [20,21,22,23]. The computational speed of the SPIHT algorithm is also found to be very good [23]. 3. DUAL TRANSFORM 3.1Singular Value Decomposition & Haar-Wavelet Transform SVD, extensively used in mathematics is a factorization of a real or complex matrix in linear algebra. One of the special features of SVD is that it can be performed on any real m x n matrix. It factorizes matrix A into three matrices U, S and V where, U is a left singular matrix and V is the right singular matrix and S is a diagonal matrix. U, S and V are obtained by calculating rank, eigen values and eigen vectors of the matrix A. The process of SVD begins by selecting the matrix A(m x n) which has m rows and n columns. Now, matrix A is factorized into three matrices U, S and VT . A = USVT (1) Wavelet transform or wavelet analysis is a very efficient approach developed as a mathematical tool for signal analysis. The Haar Transform technique widely used in wavelet analysis is the simplest wavelet. Haar wavelet transform has been used as an earliest example for orthonormal wavelet transform with compact support. The haar transform (HT) is one of the simplest and basic transformations from a space domain are a local frequency domain and it reduces the calculation work [27]. HT decomposes the linear approximated image as approximation components and detail components. 3.2 Encoding Process Once the linear approximated image is transformed using haar wavelet, the coefficients are further decomposed using the SPIHT encoder. Salient features of SPIHT makes it visually superior and of better quality. After the haar wavelet transform is applied to an image, the SPIHT algorithm works by partitioning the wavelet decomposed image into significant and insignificant partitions based on the following function:       otherwise C Us n ji n ,0 2||max,1 )( , ….…….. (2) Where )(Usn is the significance of a set of co-ordinates T, and jic , is the coefficient value at co-ordinate  ji, . The block diagram of dual transform and SPIHT encoder is seen in Fig.1. Algorithm: Dual Transform based Image Compression Step1: Data-Input image A(m,n) of size 256x256 which is a matrix A(m x n) Step2: Apply dual transform: a) Compute its transpose AT and AT A. b) Determine the eigen values of AT A and sort these in descending order, in the absolute sense. Square roots these to obtain the singular values of A. c) Construct diagonal matrix S by placing singular values in descending order along its diagonal. Compute its inverse, S-1 . d) Use the ordered eigen values from step b and compute the eigenvectors of AT A. Place these eigenvectors along the columns of V and compute its transpose, VT . e) Compute U as U = AVS-1 . Now, compute the full SVD using A = USVT . f) Decompose the linearly approximated image using haar wavelet transform. Step 3: Encode the resultant coefficients using SPIHT encoder. Step 4:Calculate the resulting image quality of the compressed images using different metrics such as Peak Signal to Noise Ratio (PSNR), Mean Square Error (MSE), Bits Per Pixel (BPP), Compression ratio (CR) and Computational time (CT). 4. PERFORMANCE EVALUATION To evaluate the performance of dual transform with other transforms, three medical images of size 256 x 256 with 8 bits per pixel are used. The efficiency is compared with Haar Wavelet–SPIHT [28] and DCT-SPIHT [29] for different metrics such as PSNR, MSE, CR, CT and BPP. Table 1-3 shows the performance of different methods using the 3
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 327 medical images. Fig. 4-6 shows the rate vs. PSNR performance of the 3 different medical images. Bit rate is the average bits required to represent a single pixel in the compressed image. It’s obviously clear from the graphs that the PSNR value increases with increase in bits per pixel. Fig-1: The block diagram of the proposed compression method a) b) c) a) T1WIAnkle b) T2WI-Axial-1 c) T2WI-Axial -2 Fig-2: Original Images Table-1: MSE values attained by dual transform and Existing methods at 0.4bpp Compressi on Methods T1WIAnkl e T2WIAxia l-1 T2WI-Axial -2 Haar- SPIHT 1.77 2.3 1.4 DCT- SPIHT 1.73 2.9 3.35 Proposed 1.43 1.95 1.08 Table-2: CR values attained by dual transform and Existing methods at 0.4bpp Compressi on Methods T1WIAn kle T2WI- Axial-1 T2WI-Axial -2 Haar- SPIHT 12.02 11.0 13.44 DCT- SPIHT 8.87 7.84 10.46 Proposed 16.92 13.75 16.15 Table-3: PSNR values attained by dual transform and Existing methods at 0.4bpp Compressi on Methods T1WIAn kle T2WI- Axial-1 T2WI-Axial -2 Haar- SPIHT 45.65 44.51 46.68 DCT- SPIHT 45.74 43.51 42.88 Proposed 46.59 45.23 47.81 Fig-4: Rate-PSNR performance of T1W1Ankle image obtained using dual transform and existing methods
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 328 Fig-5: Rate-PSNR performance of T2W1-Axial-1 image obtained using dual transform and existing methods Fig.6 Rate-PSNR performance of T2W1-Axial-2 image obtained using dual transform and existing methods 5. CONCLUSIONS Thus a dual transform for medical image compression was studied. This dual transform method highly preserves quality of images with high compression ratio and bits per pixel. The quality of the image is also improved in terms of PSNR. In the case of medical images there is a great need to have no deterioration in image quality. The results proved that with no image quality loss, it can be used in the applications of medical purposes. It can also be used to compress images used in telemedicine applications. REFERENCES [1] Xiaojun, John M. Tyler and Oleg S. , “Diagnostically lossless medical image compression via wavelet-based background noise removal”, SPIE Proceedings, Vol. 4056, 5 April 2000 [2] Azam sabaghi, Khashayar and Reza Sabbaghi, “Medical Image Watermarking based on SVD-DWT technique”, International Congress on Informatics, Environment, Energy and Applications, vol.38, pp.74- 80, 2012 [3] Rajesh A. Jadav and Shailesh S. Patel, “Application of singular value decomposition in image processing”, Indian Journal of Science and Technology, Vol. 3 No. 2, pp. 148-150, Feb 2010 [4] Jiani, Jennifer, Xiaofei and Qiang, “Randomized svd methods in hyperspectral imaging”, Journal of Electrical and Computer Engineering Volume 2012, pp. 354–379, 2012. [5] Andrews.H, “Singular Value Decomposition and Digital Image Processing”, IEEE Transactions on Acoustics, Speech and Signal Processing, Vol: 24 , Issue: 1 ,pp. 26 – 53, 2003 [6] Dinesh Gupta,. Pardeep Singh, Nivedita and Sugandha Sharma, “A comparative study of image compression between Singular value decomposition, Block truncating coding, Discrete cosine transform and Wavelet” International Journal of Computer Science and Network Security(IJCSNS), vol.12 No.2, pp.100- 106, February 2012 [7] Nivedita and Sonika Jindal, “Performance Analysis of SVD and SPIHT Algorithm for Image Compression Application” International Journal of Advanced Research in Computer Science and Software Engineering, Volume 2, issue 2, February 2012 [8] Rehna V.J, Abhranil Dasgupta , “JPEG Image Compression using Singular Value Decomposition”, International Journal of Advances in Electronics Engineering, Vol:1 Issue:1 I, pp 81-86, [9] Tutorial on singular value decomposition and principal component analysis in image processing [10] Chou-Hao Hsu, “SVD-Based Projection for Face Recognition”, IEEE EIT 2007 Proceedings, pp. 600- 603, 2007 [11] S.Ramakrishnan, T.Gopalakrishnan and K.Balasamy, “A Wavelet Based Hybrid SVD Algorithm for Digital Image Watermarking, Signal & Image Processing”, An International Journal (SIPIJ), Vol.2, No.3, pp 157-174, September 2011 [12] Chih-Chin La “An improved SVD-based watermarking scheme using human visual characteristics”, Optics Communications, Vol. 284, Issue 4, pp. 938–944, 15 February 2011 [13] Andrea , Ales Prochazka and Martina , Article on “Wavelet Based Image Segmentation” [14] Anuradha, Rudresh Pratap Singh, “DWT Based Watermarking Algorithm using Haar Wavelet”, International Journal of Electronics and Computer Science Engineering, Vol.1,No. 1 [15] Said and W. Pearlman, “A new fast and efficient image codec based on set partitioning in hierarchical trees”, IEEE Trans. Circuits Syst. Video Technol, vol. 6, pp. 243-250, June 1996 [16] J.M. Shapiro, “Embedded image coding using zerotrees of wavelet coefficients,” IEEE Trans. Signal Processing, vol. 41, pp. 3445–3463, Dec.1993 [17] Xaoli Tang, William A. Pearlman and James W. Modestino, A draft on “Hyperspectral Image Compression Using Three-Dimensional Wavelet Coding”, March 2004
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 329 [18] D. Taubman, “High performance scalable image compression with EBCOT”, IEEE Trans. on Image Processing, vol. 9, No. 7, pp.1158-70, Jun 2000 [19] W.A. Pearlman, A. Islam, N. Nagaraj and A.Said, “Efficient, low complexity image coding with a set- partitioning embedded block coder”, IEEE Trans. Circuits and Syst. Video Technol., Vol 14, No 11, pp. 1219 – 1235, Nov. 2004 [20] Bibhuprasad Mohanty, Abhishek Singh, Sudipta Mahapatra, “A High Performance Modified SPIHT for Scalable Image Compression”, International Journal of Image processing (IJIP), Vol (5) : Issue (4), pp. 390- 402, 2011 [21] Vasuki, P.T. Vanathi, “Progressive Image Compression Using Contourlet Transform ”, International Journal of Recent Trends in Engineering, Vol 2, No. 5,pp. 193- 197 November 2009. [22] Veenadevi.S.V. and A.G.Ananth , “Fractal Image Compression Using Quad Tree Decomposition and Huffman Coding”, Signal & Image Processing: An International Journal (Sipij), Vol.3, No.2, pp. 207-212, April 2012 [23] K. Siva Nagi Reddy, B. Raja Sekher Reddy, G. Rajasekhar and K. Chandra Rao , “A Fast Curvelet Transform Image Compression Algorithm using with Modified SPIHT”, International Journal of Computer Science and Telecommunications, Vol 3, Issue 2, pp.1- 8, February 2012 [24] C. J. Lian, K. F. Chen, H. H. Chen, and L. G. Chen, “Analysis and architecture design of block-coding engine for EBCOT in JPEG2000,” IEEE Trans. Circuits Syst. Video Technol., vol. 13, no. 3, pp. 219– 230, Mar. 2003 [25] Wanli Ouyang, W.K. Cham , “Fast Algorithm for Walsh Hadamard Transform on Sliding Windows”, IEEE Transactions on Pattern Analysis and Machine Intelligence , vol.32, pp.165-171, Jan 2010 [26] Ziad M. Hafed And Martin D. Levine, “Face Recognition Using the Discrete Cosine Transform”, International Journal of Computer Vision, vol. 43(3), pp. 167–188, 2001. [27] Navjot Kaur and Preeti Singh, “Article: Enhancement of Compression Ratio and Image Quality using ISPIHT with MFHWT”, International Journal of Computer Applications, vol. 54(8), pp.20-23, September 2012. [28] Sanjeev Kumar, Varun Sood, “Quality Assessment of Colour Image Compression using Haar Wavelet Transform”, International Journal of Engineering Trends and Technology- Vol.3Issue3, pp. 266-269, 2012 [29] Jing Zhang, Guizhong Liu, “A Novel Classified Residual Dct For Hyperspectral Images Scalable Compression”, in the proceedings of PCS2007, Portugal. [30] N. Ahmed, T. Natarjan, “Discrete Cosine Transforms”. IEEE trans. Computers, c-23, 1974, pp. 90-93