SlideShare a Scribd company logo
1 of 9
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 613
Lossless Huffman coding image compression implementation in spatial
domain by using advanced enhancement techniques
Ali Tariq Bhatti1, Dr. Jung H. Kim2
1,2Department of Electrical & Computer engineering
1,2NC A&T State University, Greensboro NC USA
1atbhatti@aggies.ncat.edu, alitariq.researcher.engineer@gmail.com, ali_tariq302@hotmail.com
2kim@ncat.edu
Abstract: Images are basic source of information for
almost all scenarios that degrades its quality both in
visually and quantitatively way. Now–a-days, image
compression is one of the demanding and vast
researches because high Quality image requires larger
bandwidth. Raw images need larger memory space.
In this paper, read an image of equal dimensional size
(width and length) from MATLAB. Initialize and extract
M-dimensional vectors or blocks from that image.
However, initialize and design a code-book of size N for
the compression. Quantize that image by using Huffman
coding Algorithm to design a decode with table-lookup
for reconstructing compressed image of different 8
scenarios. In this paper, several enhancement techniques
were used for lossless Huffman coding in spatial domain
such as Laplacian of Gaussian filter. Use laplacian of
Gaussian filter to detect edges of lossless Huffman coding
best quality compressed image(scenario#8) of block size
of 16 and codebook size of 50. Implement the other
enhancement techniques such as pseudo-coloring,
bilateral filtering, and water marking for the lossless
Huffman coding c based on best quality compressed
image. Evaluate and analyze the performance metrics
(compression ratio, bit-rate, PSNR, MSE and SNR) for
reconstructed compress image with different scenarios
depending on size of block and code-book. Once finally,
check the execution time, how fast it computes that
compressed image in one of the best scenarios. The main
aim of Lossless Huffman coding using block and
codebook size for image compression is to convert the
image to a form better that is suited for analysis to
human.
Keywords:- Huffman coding, Bilateral, Pseudo-
coloring, Laplacian filter, Water-marking
1. Image Compression
Image compression plays an impassive role in memory
storage while getting a good quality compressed image.
There are two types of compression such as Lossy and
Lossless compression. Huffman coding is one of the
efficient lossless compression techniques. It is a process
for getting exact restoration of original data after
decompression. It has a lower Compression ratio In this
paper, Huffman coding is used. Lossy compression is a
process for getting not exact restoration of Original data
after decompression. However, accuracy of re-
construction is traded with efficiency of compression. It
is mainly used for image data compression and
decompression. It has a higher compression ratio. Lossy
compression [1][2] can be seen in fast transmission of
still images over the internet where the amount of error
can be acceptable.
Enhancement techniques mainly fall into two
broad categories: spatial domain methods and frequency
domain methods [9].
Spatial domain techniques are more popular
than the frequency domain methods because they are
based on direct manipulation of pixels in an image such
as logarithmic transforms, power law transforms, and
histogram equalization. However, these pixel values are
manipulated to achieve desired enhancement. But they
usually enhance the whole image in a uniform manner
which in many cases produces undesirable results [10].
2. Methodology
2.1 Huffman encoding and decoding process based
on block size and codebook for image compression
Step 1- Reading MATLAB image 256x256
Step 2:- Converting 256x256 RGB image to Gray-scale
level image
Step 3- Call a function that find the symbols for image
Step 4- Call a function that calculate the probability of
each symbol for image
Step 5- The probability of symbols should be arranged in
DESCENDING order, so that the lower probabilities are
merged. It is continued until it is deleted from the list [3]
and replaced with an auxiliary symbol to represent the
two original symbols.
Step6- In this step, the code words are achieved related
to the corresponding symbols that result in a
compressed data/image.
Step7- Huffman code words and final encoded Values
(compressed data) all are to be concatenated.
Step8- Huffman code words are achieved by using final
encoding values. This may require more space than just
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 614
the frequencies that is also possible to write the Huffman
tree on the output
Step9-Original image is reconstructed in spatial domain
which is compressed and/or decompression is done by
using Huffman decoding.
Step 10-Compressed image applied on Huffman coding
to get the better quality image based on block and
codebook size.
Step 11- Recovered reconstructed looks similar to
original image.
Step 12: Implement Laplacian of Gaussian 5x5 filtering
for lossless Huffman coding compressed image
Step 13: Implement Pseudo coloring for lossless
Huffman coding compressed image
Step 14: Implement Bilateral filtering for lossless
Huffman coding compressed image
Step 15: Implement Water marking for lossless Huffman
coding compressed image
Figure 1 Block diagram
2.2 Different scenarios
There are 8 different scenarios for image compression
using lossless Huffman coding based on block and
codebook size.
Figure 2 Original image (RGB to Gray-scale)
Scenario#8 Size of Block=M=16, and Size of
Codebook=N=50 (16X50)
Figure 3 Reconstructed Image of 16X50
Scenario#7 Size of Block=M=16, and Size of
Codebook=N=25 (16X25)
Figure 4 Reconstructed Image of 16X25
Scenario#6 Size of Block=M=64, and Size of
Codebook=N=50 (64X50)
Figure 5 Reconstructed Image of 64X50
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 615
Scenario#5 Size of Block=M=64, and Size of
Codebook=N=25 (64X25)
Figure 6 Reconstructed Image of 64X25
Scenario#4 Size of Block=M=256, and Size of
Codebook=N=50 (256X50)
Figure 7 Reconstructed Image of 256X50
Scenario#3 Size of Block=M=256, and Size of
Codebook=N=25 (256X25)
Figure 8 Reconstructed Image of 256X25
Scenario#2 Size of Block=M=1024, and Size of
Codebook=N=50 (1024X50)
Figure 9 Reconstructed Image of 1024X50
Scenario#1 Size of Block=M=1024, and Size of
Codebook=N=25 (1024X25)
Figure 10 Reconstructed Image of 1024X25
Scenario#8 is the best one for better image quality which
is block size of 16 and codebook size of 50
2.3 Performance Metrics
There are following performance metrics used for image
compression of original and reconstructed image such as
(a) Bit Rate:
Bit Rate is defined as
(1)
(2)
The units for Bit Rate is bits/pixel.
(b) Compression Ratio:
Compression Ratio is defined as:
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 616
(3)
Compression Ratio is Unit-less.
(c) SNR:
SNR (Signal-To-Noise Ratio) is defined as
(4)
(d) MSE:
The Mean Square Error (MSE) is the error metric used to
compare image quality. The MSE represents the
cumulative squared error between the reconstructed(Yi)
and the original image(Xi).
(5)
(e) PSNR
Peak Signal-to-Noise Ratio short as PSNR, is an
engineering term for the ratio between the maximum
possible power of a signal and the power of corrupting
noise that affects the fidelity of its MSE representation.
(6)
Table 1 Performance metrics for lossless Huffman
coding for first image
2.4 Probabilities for the best quality compressed
image
In this paper, the block size of 16 and codebook size of
50 shows a better quality image than other scenarios .
Therefore, the probabilities:
Probabilities for codebook size of 25 and 50 are as:
prob =
Columns 1 through 13
0.0031 0.0062 0.0092 0.0123 0.0154 0.0185
0.0215 0.0246 0.0277 0.0308 0.0338 0.0369
0.0400
Columns 14 through 25
0.0431 0.0462 0.0492 0.0523 0.0554 0.0585
0.0615 0.0646 0.0677 0.0708 0.0738 0.0769
ent = 4.3917
prob =
Columns 1 through 13
0.0008 0.0016 0.0024 0.0031 0.0039 0.0047
0.0055 0.0063 0.0071 0.0078 0.0086 0.0094
0.0102
Columns 14 through 26
0.0110 0.0118 0.0125 0.0133 0.0141 0.0149
0.0157 0.0165 0.0173 0.0180 0.0188 0.0196
0.0204
Columns 27 through 39
0.0212 0.0220 0.0227 0.0235 0.0243 0.0251
0.0259 0.0267 0.0275 0.0282 0.0290 0.0298
0.0306
Columns 40 through 50
0.0314 0.0322 0.0329 0.0337 0.0345 0.0353
0.0361 0.0369 0.0376 0.0384 0.0392
ent = 5.3790
3. Laplacian of Gaussian filter and Pseudo-
coloring
Lossless Huffman coding reconstructed (best quality
compressed image of 16X50) using Laplacian of
Gaussian filter 5x5 kernal for figure 3 can be shown as
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 617
Figure 11 Laplacian filter for figure 3
Pseudo-color is one of an attractive technique for use on
digital image processing systems that is consequently
used when a single channel of data is available.
Figure 12 RGB intensity levels for figure 3
Figure 13 Plots of RGB over Gray levels for figure 3
Figure 14 Pseudo-colored image for figure 3
Figure 15 Pseudo coloring by sinusoids
Figure 16 Second compressed Image 16x50
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 618
Figure 17 Laplacian filter for second image 16x50
4. Bilateral Filtering
Tomasi and Manduchi [4] in 1998 introduced Bilateral
filtering technique. Therefore, the acceleration of the
computation speed is another interest for this type of
filtering presented as the SUSAN filter and also Bethel
neighborhood filter [5]. Therefore, [6][7][8] mentions
that the bilateral filter is also be a theoretical origin
which is known as Beltrami flow algorithm.
Figure 18 Bilateral filtering for figure 3
Figure 19 Bilateral filtering for second image
16x50
5. Water marking for lossless Huffman coding
Water marking is the process of inserting predefined
patterns into multimedia data in such a way to minimize
it’s quality degradation and hence remains at an
imperceptible level. It also informs whether that
information or data in that image is copyrighted or not.
However, PSNR is calculated for good reconstructed
compressed image based on block size of 16 and
codebook size of 50 (figure 3) for 8 bits in Water
marking technique.
Figure 20 Water-marking for second image using
1st bit
Psnr=9.0413
Figure 21 Water-marking for second image using
2nd bit
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 619
psnr =14.9908
Figure 22 Water-marking for second image using
3rd bit
psnr =20.9859
Figure 23 Water-marking for second image using
4th bit
psnr = 27.0473
Figure 24 Water-marking for second image using
5th bit
psnr = 33.0974
Figure 25 Water-marking for second image using
6th bit
psnr = 39.1044
Figure 26 Water-marking for second image using
7th bit
psnr =45.1095
Figure 27 Water-marking for second image using
8th bit
psnr = 51.1329
6. Motivation
(i)Good compressed image based on lesser block size of
16 and codebook size of 50 saves memory space and less
time while sending images over the network without
excessively reducing the quality of the picture.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 620
(ii)When size of block is smaller:
(a)Good quality reconstructed image results in a higher
PSNR and SNR.(b)Compression ratio decreases, Bit Rate
increase.
(iii)Lesser the entropy and more the average length, so
better will be the good quality image.
7. Objectives
(i) To store or transmit image in an efficient form and to
reduce its redundancy.
(ii)To reduce the storage quantity and the reconstructed
image similar to the original image.
(iii)The dimensional vectors or blocks for a codebook
size of 25 and 50 in eight scenarios for lossless Huffman
coding.
(iv)To implement lossless Huffman coding in pseudo-
coloring, bilateral filtering, and water-marking
techniques.
(v)To detect edges of compressed imaged using
Laplacian filter.
8. Contribution
(i)Simple and lower memory implementation
requirement.
(ii)To reduce the number of block size of image that has
to be validated experimentally because it is labor-
intensive, costly and time-consuming.
(iii)Developed to solve in file compression, multimedia,
and database applications maintained by google servers.
9. Future Scope
Future scope is that the visibility of lossless Huffman
coding to use in other advance image enhancement
techniques.
10. Conclusion
Lossless Image compression such as Huffman coding
provides solution to this problem in this paper. Lossless
Huffman coding on block size of 16 and codebook
size of 50 in spatial domain is implemented to solve
the problem of good quality compressed image. A good
quality compressed image with lesser memory
requirement within a minimum bandwidth(lesser time)
to get more storage memory space.
(a) Good quality image with Lower compression ratio.
(b) Higher PSNR.
(c) Higher SNR.
(d) Lower MSE
(e) Lower entropy and more the Average Length.
Image enhancement features such as Laplacian of
Gaussian filter 5x5 kernal for lossless Huffman coding is
used for detection of edges of the compressed image.
Pseudo-coloring is useful for lossless Huffman coding
because the human eye can distinguish between millions
of colours but relatively few shades of gray. However,
Bilateral filtering is an efficient, non-iterative scheme for
texture removal. It can also do edge-preserving and
noise-reducing smoothing filter for lossless Huffman
coding.
Watermarking is one of the robust techniques that play
an important role whether that image is copy-right or
not.
Efficient and Effective communication of superior quality
digital images need reduction of memory space and less
bandwidth requirement.
REFERENCES
[1] A. M. Eskicioglu, and P. S. Fisher, “Image quality
measures and their performance,” IEEE Trans. Commun.,
vol. 43, no. 12, pp. 2959-2965, Dec. 1995.
[2] David Salomon. Data Compression: The Complete
Reference, 4th Edition Springer-Verlag, 2007 ISBN: 0-
387-40697-2.
[3] Manoj Aggarwal and Ajai Narayan (2000) “Efficient
Huffman Decoding”, IEEE Trans, pp.936-939.
[4] C. Tomasi and R. Manduchi, "Bilateral Filtering for
Gray and Color Images", Proc. Int.Conf. Computer
Vision, 1998, pp. 839-846.
[5] L. Yaroslavsky, Digital Picture Processing—An
Introduction. New York: Springer Verlag, 1985
[6] R. Kimmel, N. Sochen, and R. Malladi, “Framework for
low level vision,” IEEE Trans. Image Processing, Special
Issue on PDE based Image Processing, vol. 7, no. 3, pp.
310–318, 1998.
[7] R. Kimmel, N. Sochen, and A.M. Bruckstein,
“Diffusions and confusions in signal and image
processing,” Mathematical Imaging and Vision, vol. 14,
no. 3, pp. 195–209, 2001.
[8] R. Kimmel, A. Spira, and N. Sochen, “A short time
beltrami kernel for smoothing images and manifolds,”
IEEE Trans. Image Processing, vol. 16, no. 6, pp. 1628–
1636, 2007.
[9] R. Gonzalez and R. Woods, Digital Image Processing,
2nd ed. Prentice Hall, Jan. 2002.
[10] Arun R, Madhu S. Nair, R.Vrinthavani and Rao
Tatavarti.“An Alpha Rooting Based Hybrid Technique
for Image Enhancement”.Online publication in IAENG,
24th August 2011.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 621
BIOGRAPHY
Ali Tariq Bhatti received his
Associate degree in Information
System Security (Highest
Honors) from Rockingham
Community College, NC USA, B.Sc.
in Software engineering (Honors)
from UET Taxila, Pakistan, M.Sc
in Electrical engineering
(Honors) from North Carolina
A&T State University, NC USA, and currently pursuing
PhD in Electrical engineering from North Carolina A&T
State University. Working as a researcher in campus and
working off-campus too. His area of interests and
current research includes Coding Algorithm, Networking
Security, Mobile Telecommunication, Biosensors, Genetic
Algorithm, Swarm Algorithm, Health, Bioinformatics,
Systems Biology, Control system, Power, Software
development, Software Quality Assurance,
Communication, and Signal Processing. For more
information, contact Ali Tariq Bhatti
alitariq.researcher.engineer@gmail.com.
Dr. Jung H. Kim is a professor in
Electrical & Computer engineering
department from North Carolina
A&T State University. His research
interests include Signal Processing,
Image Analysis and Processing,
Pattern Recognition, Computer
Vision, Digital and Data
Communications, Video
Transmission and Wireless
Communications.

More Related Content

What's hot

Image compression jpeg coding standards
Image compression jpeg coding standardsImage compression jpeg coding standards
Image compression jpeg coding standardssakshij91
 
Multi-Level Coding Efficiency with Improved Quality for Image Compression bas...
Multi-Level Coding Efficiency with Improved Quality for Image Compression bas...Multi-Level Coding Efficiency with Improved Quality for Image Compression bas...
Multi-Level Coding Efficiency with Improved Quality for Image Compression bas...ijistjournal
 
Image compression
Image compressionImage compression
Image compressionIshucs
 
PIPELINED ARCHITECTURE OF 2D-DCT, QUANTIZATION AND ZIGZAG PROCESS FOR JPEG IM...
PIPELINED ARCHITECTURE OF 2D-DCT, QUANTIZATION AND ZIGZAG PROCESS FOR JPEG IM...PIPELINED ARCHITECTURE OF 2D-DCT, QUANTIZATION AND ZIGZAG PROCESS FOR JPEG IM...
PIPELINED ARCHITECTURE OF 2D-DCT, QUANTIZATION AND ZIGZAG PROCESS FOR JPEG IM...VLSICS Design
 
A Robust Method for Image Watermarking Using Block Differencing LSB Substitution
A Robust Method for Image Watermarking Using Block Differencing LSB SubstitutionA Robust Method for Image Watermarking Using Block Differencing LSB Substitution
A Robust Method for Image Watermarking Using Block Differencing LSB SubstitutionIJERA Editor
 
Image pcm 09
Image pcm 09Image pcm 09
Image pcm 09anilbl
 
Analysis of color image features extraction using texture methods
Analysis of color image features extraction using texture methodsAnalysis of color image features extraction using texture methods
Analysis of color image features extraction using texture methodsTELKOMNIKA JOURNAL
 
Jpeg image compression using discrete cosine transform a survey
Jpeg image compression using discrete cosine transform   a surveyJpeg image compression using discrete cosine transform   a survey
Jpeg image compression using discrete cosine transform a surveyIJCSES Journal
 
Image compression using discrete wavelet transform
Image compression using discrete wavelet transformImage compression using discrete wavelet transform
Image compression using discrete wavelet transformHarshal Ladhe
 
REVERSIBLE WAVELET AND SPECTRAL TRANSFORMS FOR LOSSLESS COMPRESSION OF COLOR ...
REVERSIBLE WAVELET AND SPECTRAL TRANSFORMS FOR LOSSLESS COMPRESSION OF COLOR ...REVERSIBLE WAVELET AND SPECTRAL TRANSFORMS FOR LOSSLESS COMPRESSION OF COLOR ...
REVERSIBLE WAVELET AND SPECTRAL TRANSFORMS FOR LOSSLESS COMPRESSION OF COLOR ...cscpconf
 

What's hot (20)

2021 05-04-u2-net
2021 05-04-u2-net2021 05-04-u2-net
2021 05-04-u2-net
 
Image compression jpeg coding standards
Image compression jpeg coding standardsImage compression jpeg coding standards
Image compression jpeg coding standards
 
JPEG Image Compression
JPEG Image CompressionJPEG Image Compression
JPEG Image Compression
 
Multi-Level Coding Efficiency with Improved Quality for Image Compression bas...
Multi-Level Coding Efficiency with Improved Quality for Image Compression bas...Multi-Level Coding Efficiency with Improved Quality for Image Compression bas...
Multi-Level Coding Efficiency with Improved Quality for Image Compression bas...
 
Medical Image Compression
Medical Image CompressionMedical Image Compression
Medical Image Compression
 
Image compression
Image compressionImage compression
Image compression
 
PIPELINED ARCHITECTURE OF 2D-DCT, QUANTIZATION AND ZIGZAG PROCESS FOR JPEG IM...
PIPELINED ARCHITECTURE OF 2D-DCT, QUANTIZATION AND ZIGZAG PROCESS FOR JPEG IM...PIPELINED ARCHITECTURE OF 2D-DCT, QUANTIZATION AND ZIGZAG PROCESS FOR JPEG IM...
PIPELINED ARCHITECTURE OF 2D-DCT, QUANTIZATION AND ZIGZAG PROCESS FOR JPEG IM...
 
I07015261
I07015261I07015261
I07015261
 
Medical image compression
Medical image compressionMedical image compression
Medical image compression
 
Run length encoding
Run length encodingRun length encoding
Run length encoding
 
Image compression models
Image compression modelsImage compression models
Image compression models
 
A Robust Method for Image Watermarking Using Block Differencing LSB Substitution
A Robust Method for Image Watermarking Using Block Differencing LSB SubstitutionA Robust Method for Image Watermarking Using Block Differencing LSB Substitution
A Robust Method for Image Watermarking Using Block Differencing LSB Substitution
 
Image pcm 09
Image pcm 09Image pcm 09
Image pcm 09
 
Analysis of color image features extraction using texture methods
Analysis of color image features extraction using texture methodsAnalysis of color image features extraction using texture methods
Analysis of color image features extraction using texture methods
 
Jpeg image compression using discrete cosine transform a survey
Jpeg image compression using discrete cosine transform   a surveyJpeg image compression using discrete cosine transform   a survey
Jpeg image compression using discrete cosine transform a survey
 
Image compression using discrete wavelet transform
Image compression using discrete wavelet transformImage compression using discrete wavelet transform
Image compression using discrete wavelet transform
 
Compression Ii
Compression IiCompression Ii
Compression Ii
 
REVERSIBLE WAVELET AND SPECTRAL TRANSFORMS FOR LOSSLESS COMPRESSION OF COLOR ...
REVERSIBLE WAVELET AND SPECTRAL TRANSFORMS FOR LOSSLESS COMPRESSION OF COLOR ...REVERSIBLE WAVELET AND SPECTRAL TRANSFORMS FOR LOSSLESS COMPRESSION OF COLOR ...
REVERSIBLE WAVELET AND SPECTRAL TRANSFORMS FOR LOSSLESS COMPRESSION OF COLOR ...
 
N046018089
N046018089N046018089
N046018089
 
2020 12-03-vit
2020 12-03-vit2020 12-03-vit
2020 12-03-vit
 

Similar to Lossless Huffman coding image compression implementation in spatial domain by using advanced enhancement techniques

An improved image compression algorithm based on daubechies wavelets with ar...
An improved image compression algorithm based on daubechies  wavelets with ar...An improved image compression algorithm based on daubechies  wavelets with ar...
An improved image compression algorithm based on daubechies wavelets with ar...Alexander Decker
 
Laureate Online Education Internet and Multimedia Technolog.docx
Laureate Online Education    Internet and Multimedia Technolog.docxLaureate Online Education    Internet and Multimedia Technolog.docx
Laureate Online Education Internet and Multimedia Technolog.docxDIPESH30
 
FAST AND EFFICIENT IMAGE COMPRESSION BASED ON PARALLEL COMPUTING USING MATLAB
FAST AND EFFICIENT IMAGE COMPRESSION BASED ON PARALLEL COMPUTING USING MATLABFAST AND EFFICIENT IMAGE COMPRESSION BASED ON PARALLEL COMPUTING USING MATLAB
FAST AND EFFICIENT IMAGE COMPRESSION BASED ON PARALLEL COMPUTING USING MATLABJournal For Research
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image ProcessingAnkur Nanda
 
A Study of Image Compression Methods
A Study of Image Compression MethodsA Study of Image Compression Methods
A Study of Image Compression MethodsIOSR Journals
 
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...IJDKP
 
Survey paper on image compression techniques
Survey paper on image compression techniquesSurvey paper on image compression techniques
Survey paper on image compression techniquesIRJET Journal
 
JonathanWestlake_ComputerVision_Project1
JonathanWestlake_ComputerVision_Project1JonathanWestlake_ComputerVision_Project1
JonathanWestlake_ComputerVision_Project1Jonathan Westlake
 
comparision of lossy and lossless image compression using various algorithm
comparision of lossy and lossless image compression using various algorithmcomparision of lossy and lossless image compression using various algorithm
comparision of lossy and lossless image compression using various algorithmchezhiyan chezhiyan
 
Paper id 25201490
Paper id 25201490Paper id 25201490
Paper id 25201490IJRAT
 
Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Compound I...
Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Compound I...Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Compound I...
Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Compound I...DR.P.S.JAGADEESH KUMAR
 
A robust combination of dwt and chaotic function for image watermarking
A robust combination of dwt and chaotic function for image watermarkingA robust combination of dwt and chaotic function for image watermarking
A robust combination of dwt and chaotic function for image watermarkingijctet
 
Image compression 14_04_2020 (1)
Image compression 14_04_2020 (1)Image compression 14_04_2020 (1)
Image compression 14_04_2020 (1)Joel P
 
A Low Hardware Complex Bilinear Interpolation Algorithm of Image Scaling for ...
A Low Hardware Complex Bilinear Interpolation Algorithm of Image Scaling for ...A Low Hardware Complex Bilinear Interpolation Algorithm of Image Scaling for ...
A Low Hardware Complex Bilinear Interpolation Algorithm of Image Scaling for ...arpublication
 
ROI Based Image Compression in Baseline JPEG
ROI Based Image Compression in Baseline JPEGROI Based Image Compression in Baseline JPEG
ROI Based Image Compression in Baseline JPEGIJERA Editor
 
Corrosion Detection Using A.I : A Comparison of Standard Computer Vision Tech...
Corrosion Detection Using A.I : A Comparison of Standard Computer Vision Tech...Corrosion Detection Using A.I : A Comparison of Standard Computer Vision Tech...
Corrosion Detection Using A.I : A Comparison of Standard Computer Vision Tech...csandit
 
CORROSION DETECTION USING A.I. : A COMPARISON OF STANDARD COMPUTER VISION TEC...
CORROSION DETECTION USING A.I. : A COMPARISON OF STANDARD COMPUTER VISION TEC...CORROSION DETECTION USING A.I. : A COMPARISON OF STANDARD COMPUTER VISION TEC...
CORROSION DETECTION USING A.I. : A COMPARISON OF STANDARD COMPUTER VISION TEC...cscpconf
 
Traffic sign classification
Traffic sign classificationTraffic sign classification
Traffic sign classificationBill Kromydas
 
Matlab Based Image Compression Using Various Algorithm
Matlab Based Image Compression Using Various AlgorithmMatlab Based Image Compression Using Various Algorithm
Matlab Based Image Compression Using Various Algorithmijtsrd
 

Similar to Lossless Huffman coding image compression implementation in spatial domain by using advanced enhancement techniques (20)

An improved image compression algorithm based on daubechies wavelets with ar...
An improved image compression algorithm based on daubechies  wavelets with ar...An improved image compression algorithm based on daubechies  wavelets with ar...
An improved image compression algorithm based on daubechies wavelets with ar...
 
Laureate Online Education Internet and Multimedia Technolog.docx
Laureate Online Education    Internet and Multimedia Technolog.docxLaureate Online Education    Internet and Multimedia Technolog.docx
Laureate Online Education Internet and Multimedia Technolog.docx
 
FAST AND EFFICIENT IMAGE COMPRESSION BASED ON PARALLEL COMPUTING USING MATLAB
FAST AND EFFICIENT IMAGE COMPRESSION BASED ON PARALLEL COMPUTING USING MATLABFAST AND EFFICIENT IMAGE COMPRESSION BASED ON PARALLEL COMPUTING USING MATLAB
FAST AND EFFICIENT IMAGE COMPRESSION BASED ON PARALLEL COMPUTING USING MATLAB
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image Processing
 
A Study of Image Compression Methods
A Study of Image Compression MethodsA Study of Image Compression Methods
A Study of Image Compression Methods
 
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...
BIG DATA-DRIVEN FAST REDUCING THE VISUAL BLOCK ARTIFACTS OF DCT COMPRESSED IM...
 
Survey paper on image compression techniques
Survey paper on image compression techniquesSurvey paper on image compression techniques
Survey paper on image compression techniques
 
JonathanWestlake_ComputerVision_Project1
JonathanWestlake_ComputerVision_Project1JonathanWestlake_ComputerVision_Project1
JonathanWestlake_ComputerVision_Project1
 
comparision of lossy and lossless image compression using various algorithm
comparision of lossy and lossless image compression using various algorithmcomparision of lossy and lossless image compression using various algorithm
comparision of lossy and lossless image compression using various algorithm
 
Log polar coordinates
Log polar coordinatesLog polar coordinates
Log polar coordinates
 
Paper id 25201490
Paper id 25201490Paper id 25201490
Paper id 25201490
 
Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Compound I...
Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Compound I...Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Compound I...
Performance Evaluation of H.264 AVC Using CABAC Entropy Coding For Compound I...
 
A robust combination of dwt and chaotic function for image watermarking
A robust combination of dwt and chaotic function for image watermarkingA robust combination of dwt and chaotic function for image watermarking
A robust combination of dwt and chaotic function for image watermarking
 
Image compression 14_04_2020 (1)
Image compression 14_04_2020 (1)Image compression 14_04_2020 (1)
Image compression 14_04_2020 (1)
 
A Low Hardware Complex Bilinear Interpolation Algorithm of Image Scaling for ...
A Low Hardware Complex Bilinear Interpolation Algorithm of Image Scaling for ...A Low Hardware Complex Bilinear Interpolation Algorithm of Image Scaling for ...
A Low Hardware Complex Bilinear Interpolation Algorithm of Image Scaling for ...
 
ROI Based Image Compression in Baseline JPEG
ROI Based Image Compression in Baseline JPEGROI Based Image Compression in Baseline JPEG
ROI Based Image Compression in Baseline JPEG
 
Corrosion Detection Using A.I : A Comparison of Standard Computer Vision Tech...
Corrosion Detection Using A.I : A Comparison of Standard Computer Vision Tech...Corrosion Detection Using A.I : A Comparison of Standard Computer Vision Tech...
Corrosion Detection Using A.I : A Comparison of Standard Computer Vision Tech...
 
CORROSION DETECTION USING A.I. : A COMPARISON OF STANDARD COMPUTER VISION TEC...
CORROSION DETECTION USING A.I. : A COMPARISON OF STANDARD COMPUTER VISION TEC...CORROSION DETECTION USING A.I. : A COMPARISON OF STANDARD COMPUTER VISION TEC...
CORROSION DETECTION USING A.I. : A COMPARISON OF STANDARD COMPUTER VISION TEC...
 
Traffic sign classification
Traffic sign classificationTraffic sign classification
Traffic sign classification
 
Matlab Based Image Compression Using Various Algorithm
Matlab Based Image Compression Using Various AlgorithmMatlab Based Image Compression Using Various Algorithm
Matlab Based Image Compression Using Various Algorithm
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 

Lossless Huffman coding image compression implementation in spatial domain by using advanced enhancement techniques

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 613 Lossless Huffman coding image compression implementation in spatial domain by using advanced enhancement techniques Ali Tariq Bhatti1, Dr. Jung H. Kim2 1,2Department of Electrical & Computer engineering 1,2NC A&T State University, Greensboro NC USA 1atbhatti@aggies.ncat.edu, alitariq.researcher.engineer@gmail.com, ali_tariq302@hotmail.com 2kim@ncat.edu Abstract: Images are basic source of information for almost all scenarios that degrades its quality both in visually and quantitatively way. Now–a-days, image compression is one of the demanding and vast researches because high Quality image requires larger bandwidth. Raw images need larger memory space. In this paper, read an image of equal dimensional size (width and length) from MATLAB. Initialize and extract M-dimensional vectors or blocks from that image. However, initialize and design a code-book of size N for the compression. Quantize that image by using Huffman coding Algorithm to design a decode with table-lookup for reconstructing compressed image of different 8 scenarios. In this paper, several enhancement techniques were used for lossless Huffman coding in spatial domain such as Laplacian of Gaussian filter. Use laplacian of Gaussian filter to detect edges of lossless Huffman coding best quality compressed image(scenario#8) of block size of 16 and codebook size of 50. Implement the other enhancement techniques such as pseudo-coloring, bilateral filtering, and water marking for the lossless Huffman coding c based on best quality compressed image. Evaluate and analyze the performance metrics (compression ratio, bit-rate, PSNR, MSE and SNR) for reconstructed compress image with different scenarios depending on size of block and code-book. Once finally, check the execution time, how fast it computes that compressed image in one of the best scenarios. The main aim of Lossless Huffman coding using block and codebook size for image compression is to convert the image to a form better that is suited for analysis to human. Keywords:- Huffman coding, Bilateral, Pseudo- coloring, Laplacian filter, Water-marking 1. Image Compression Image compression plays an impassive role in memory storage while getting a good quality compressed image. There are two types of compression such as Lossy and Lossless compression. Huffman coding is one of the efficient lossless compression techniques. It is a process for getting exact restoration of original data after decompression. It has a lower Compression ratio In this paper, Huffman coding is used. Lossy compression is a process for getting not exact restoration of Original data after decompression. However, accuracy of re- construction is traded with efficiency of compression. It is mainly used for image data compression and decompression. It has a higher compression ratio. Lossy compression [1][2] can be seen in fast transmission of still images over the internet where the amount of error can be acceptable. Enhancement techniques mainly fall into two broad categories: spatial domain methods and frequency domain methods [9]. Spatial domain techniques are more popular than the frequency domain methods because they are based on direct manipulation of pixels in an image such as logarithmic transforms, power law transforms, and histogram equalization. However, these pixel values are manipulated to achieve desired enhancement. But they usually enhance the whole image in a uniform manner which in many cases produces undesirable results [10]. 2. Methodology 2.1 Huffman encoding and decoding process based on block size and codebook for image compression Step 1- Reading MATLAB image 256x256 Step 2:- Converting 256x256 RGB image to Gray-scale level image Step 3- Call a function that find the symbols for image Step 4- Call a function that calculate the probability of each symbol for image Step 5- The probability of symbols should be arranged in DESCENDING order, so that the lower probabilities are merged. It is continued until it is deleted from the list [3] and replaced with an auxiliary symbol to represent the two original symbols. Step6- In this step, the code words are achieved related to the corresponding symbols that result in a compressed data/image. Step7- Huffman code words and final encoded Values (compressed data) all are to be concatenated. Step8- Huffman code words are achieved by using final encoding values. This may require more space than just
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 614 the frequencies that is also possible to write the Huffman tree on the output Step9-Original image is reconstructed in spatial domain which is compressed and/or decompression is done by using Huffman decoding. Step 10-Compressed image applied on Huffman coding to get the better quality image based on block and codebook size. Step 11- Recovered reconstructed looks similar to original image. Step 12: Implement Laplacian of Gaussian 5x5 filtering for lossless Huffman coding compressed image Step 13: Implement Pseudo coloring for lossless Huffman coding compressed image Step 14: Implement Bilateral filtering for lossless Huffman coding compressed image Step 15: Implement Water marking for lossless Huffman coding compressed image Figure 1 Block diagram 2.2 Different scenarios There are 8 different scenarios for image compression using lossless Huffman coding based on block and codebook size. Figure 2 Original image (RGB to Gray-scale) Scenario#8 Size of Block=M=16, and Size of Codebook=N=50 (16X50) Figure 3 Reconstructed Image of 16X50 Scenario#7 Size of Block=M=16, and Size of Codebook=N=25 (16X25) Figure 4 Reconstructed Image of 16X25 Scenario#6 Size of Block=M=64, and Size of Codebook=N=50 (64X50) Figure 5 Reconstructed Image of 64X50
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 615 Scenario#5 Size of Block=M=64, and Size of Codebook=N=25 (64X25) Figure 6 Reconstructed Image of 64X25 Scenario#4 Size of Block=M=256, and Size of Codebook=N=50 (256X50) Figure 7 Reconstructed Image of 256X50 Scenario#3 Size of Block=M=256, and Size of Codebook=N=25 (256X25) Figure 8 Reconstructed Image of 256X25 Scenario#2 Size of Block=M=1024, and Size of Codebook=N=50 (1024X50) Figure 9 Reconstructed Image of 1024X50 Scenario#1 Size of Block=M=1024, and Size of Codebook=N=25 (1024X25) Figure 10 Reconstructed Image of 1024X25 Scenario#8 is the best one for better image quality which is block size of 16 and codebook size of 50 2.3 Performance Metrics There are following performance metrics used for image compression of original and reconstructed image such as (a) Bit Rate: Bit Rate is defined as (1) (2) The units for Bit Rate is bits/pixel. (b) Compression Ratio: Compression Ratio is defined as:
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 616 (3) Compression Ratio is Unit-less. (c) SNR: SNR (Signal-To-Noise Ratio) is defined as (4) (d) MSE: The Mean Square Error (MSE) is the error metric used to compare image quality. The MSE represents the cumulative squared error between the reconstructed(Yi) and the original image(Xi). (5) (e) PSNR Peak Signal-to-Noise Ratio short as PSNR, is an engineering term for the ratio between the maximum possible power of a signal and the power of corrupting noise that affects the fidelity of its MSE representation. (6) Table 1 Performance metrics for lossless Huffman coding for first image 2.4 Probabilities for the best quality compressed image In this paper, the block size of 16 and codebook size of 50 shows a better quality image than other scenarios . Therefore, the probabilities: Probabilities for codebook size of 25 and 50 are as: prob = Columns 1 through 13 0.0031 0.0062 0.0092 0.0123 0.0154 0.0185 0.0215 0.0246 0.0277 0.0308 0.0338 0.0369 0.0400 Columns 14 through 25 0.0431 0.0462 0.0492 0.0523 0.0554 0.0585 0.0615 0.0646 0.0677 0.0708 0.0738 0.0769 ent = 4.3917 prob = Columns 1 through 13 0.0008 0.0016 0.0024 0.0031 0.0039 0.0047 0.0055 0.0063 0.0071 0.0078 0.0086 0.0094 0.0102 Columns 14 through 26 0.0110 0.0118 0.0125 0.0133 0.0141 0.0149 0.0157 0.0165 0.0173 0.0180 0.0188 0.0196 0.0204 Columns 27 through 39 0.0212 0.0220 0.0227 0.0235 0.0243 0.0251 0.0259 0.0267 0.0275 0.0282 0.0290 0.0298 0.0306 Columns 40 through 50 0.0314 0.0322 0.0329 0.0337 0.0345 0.0353 0.0361 0.0369 0.0376 0.0384 0.0392 ent = 5.3790 3. Laplacian of Gaussian filter and Pseudo- coloring Lossless Huffman coding reconstructed (best quality compressed image of 16X50) using Laplacian of Gaussian filter 5x5 kernal for figure 3 can be shown as
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 617 Figure 11 Laplacian filter for figure 3 Pseudo-color is one of an attractive technique for use on digital image processing systems that is consequently used when a single channel of data is available. Figure 12 RGB intensity levels for figure 3 Figure 13 Plots of RGB over Gray levels for figure 3 Figure 14 Pseudo-colored image for figure 3 Figure 15 Pseudo coloring by sinusoids Figure 16 Second compressed Image 16x50
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 618 Figure 17 Laplacian filter for second image 16x50 4. Bilateral Filtering Tomasi and Manduchi [4] in 1998 introduced Bilateral filtering technique. Therefore, the acceleration of the computation speed is another interest for this type of filtering presented as the SUSAN filter and also Bethel neighborhood filter [5]. Therefore, [6][7][8] mentions that the bilateral filter is also be a theoretical origin which is known as Beltrami flow algorithm. Figure 18 Bilateral filtering for figure 3 Figure 19 Bilateral filtering for second image 16x50 5. Water marking for lossless Huffman coding Water marking is the process of inserting predefined patterns into multimedia data in such a way to minimize it’s quality degradation and hence remains at an imperceptible level. It also informs whether that information or data in that image is copyrighted or not. However, PSNR is calculated for good reconstructed compressed image based on block size of 16 and codebook size of 50 (figure 3) for 8 bits in Water marking technique. Figure 20 Water-marking for second image using 1st bit Psnr=9.0413 Figure 21 Water-marking for second image using 2nd bit
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 619 psnr =14.9908 Figure 22 Water-marking for second image using 3rd bit psnr =20.9859 Figure 23 Water-marking for second image using 4th bit psnr = 27.0473 Figure 24 Water-marking for second image using 5th bit psnr = 33.0974 Figure 25 Water-marking for second image using 6th bit psnr = 39.1044 Figure 26 Water-marking for second image using 7th bit psnr =45.1095 Figure 27 Water-marking for second image using 8th bit psnr = 51.1329 6. Motivation (i)Good compressed image based on lesser block size of 16 and codebook size of 50 saves memory space and less time while sending images over the network without excessively reducing the quality of the picture.
  • 8. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 620 (ii)When size of block is smaller: (a)Good quality reconstructed image results in a higher PSNR and SNR.(b)Compression ratio decreases, Bit Rate increase. (iii)Lesser the entropy and more the average length, so better will be the good quality image. 7. Objectives (i) To store or transmit image in an efficient form and to reduce its redundancy. (ii)To reduce the storage quantity and the reconstructed image similar to the original image. (iii)The dimensional vectors or blocks for a codebook size of 25 and 50 in eight scenarios for lossless Huffman coding. (iv)To implement lossless Huffman coding in pseudo- coloring, bilateral filtering, and water-marking techniques. (v)To detect edges of compressed imaged using Laplacian filter. 8. Contribution (i)Simple and lower memory implementation requirement. (ii)To reduce the number of block size of image that has to be validated experimentally because it is labor- intensive, costly and time-consuming. (iii)Developed to solve in file compression, multimedia, and database applications maintained by google servers. 9. Future Scope Future scope is that the visibility of lossless Huffman coding to use in other advance image enhancement techniques. 10. Conclusion Lossless Image compression such as Huffman coding provides solution to this problem in this paper. Lossless Huffman coding on block size of 16 and codebook size of 50 in spatial domain is implemented to solve the problem of good quality compressed image. A good quality compressed image with lesser memory requirement within a minimum bandwidth(lesser time) to get more storage memory space. (a) Good quality image with Lower compression ratio. (b) Higher PSNR. (c) Higher SNR. (d) Lower MSE (e) Lower entropy and more the Average Length. Image enhancement features such as Laplacian of Gaussian filter 5x5 kernal for lossless Huffman coding is used for detection of edges of the compressed image. Pseudo-coloring is useful for lossless Huffman coding because the human eye can distinguish between millions of colours but relatively few shades of gray. However, Bilateral filtering is an efficient, non-iterative scheme for texture removal. It can also do edge-preserving and noise-reducing smoothing filter for lossless Huffman coding. Watermarking is one of the robust techniques that play an important role whether that image is copy-right or not. Efficient and Effective communication of superior quality digital images need reduction of memory space and less bandwidth requirement. REFERENCES [1] A. M. Eskicioglu, and P. S. Fisher, “Image quality measures and their performance,” IEEE Trans. Commun., vol. 43, no. 12, pp. 2959-2965, Dec. 1995. [2] David Salomon. Data Compression: The Complete Reference, 4th Edition Springer-Verlag, 2007 ISBN: 0- 387-40697-2. [3] Manoj Aggarwal and Ajai Narayan (2000) “Efficient Huffman Decoding”, IEEE Trans, pp.936-939. [4] C. Tomasi and R. Manduchi, "Bilateral Filtering for Gray and Color Images", Proc. Int.Conf. Computer Vision, 1998, pp. 839-846. [5] L. Yaroslavsky, Digital Picture Processing—An Introduction. New York: Springer Verlag, 1985 [6] R. Kimmel, N. Sochen, and R. Malladi, “Framework for low level vision,” IEEE Trans. Image Processing, Special Issue on PDE based Image Processing, vol. 7, no. 3, pp. 310–318, 1998. [7] R. Kimmel, N. Sochen, and A.M. Bruckstein, “Diffusions and confusions in signal and image processing,” Mathematical Imaging and Vision, vol. 14, no. 3, pp. 195–209, 2001. [8] R. Kimmel, A. Spira, and N. Sochen, “A short time beltrami kernel for smoothing images and manifolds,” IEEE Trans. Image Processing, vol. 16, no. 6, pp. 1628– 1636, 2007. [9] R. Gonzalez and R. Woods, Digital Image Processing, 2nd ed. Prentice Hall, Jan. 2002. [10] Arun R, Madhu S. Nair, R.Vrinthavani and Rao Tatavarti.“An Alpha Rooting Based Hybrid Technique for Image Enhancement”.Online publication in IAENG, 24th August 2011.
  • 9. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 03 Issue: 02 | Feb-2016 www.irjet.net p-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 621 BIOGRAPHY Ali Tariq Bhatti received his Associate degree in Information System Security (Highest Honors) from Rockingham Community College, NC USA, B.Sc. in Software engineering (Honors) from UET Taxila, Pakistan, M.Sc in Electrical engineering (Honors) from North Carolina A&T State University, NC USA, and currently pursuing PhD in Electrical engineering from North Carolina A&T State University. Working as a researcher in campus and working off-campus too. His area of interests and current research includes Coding Algorithm, Networking Security, Mobile Telecommunication, Biosensors, Genetic Algorithm, Swarm Algorithm, Health, Bioinformatics, Systems Biology, Control system, Power, Software development, Software Quality Assurance, Communication, and Signal Processing. For more information, contact Ali Tariq Bhatti alitariq.researcher.engineer@gmail.com. Dr. Jung H. Kim is a professor in Electrical & Computer engineering department from North Carolina A&T State University. His research interests include Signal Processing, Image Analysis and Processing, Pattern Recognition, Computer Vision, Digital and Data Communications, Video Transmission and Wireless Communications.