A simplified fractal image compression algorithm

Size: px
Start display at page:

Download "A simplified fractal image compression algorithm"

Transcription

1 A simplified fractal image compression algorithm A selim*, M M Hadhoud $,, M I Dessouky # and F E Abd El-Samie # *ERTU,Egypt $ Dept of Inform Tech, Faculty of Computers and Information, Menoufia Univ, 32511, Shebin Elkom, Egypt # Dept of Electronics and Elect Communications, Fac of Electronic Eng, Menoufia Univ, 32952, Menouf, Egypt s: a_seleem_87@yahoocom, mmhadhoud@yahoocom and fathi_sayed@yahoocom ABSTRACT This paper proposes a simplified fractal image compression algorithm on a block by block basis This algorithm achieves a compression ratio of up to 10 with a peak signal to noise ratio PSNR as high as 35db The idea of the proposed algorithm is based on the segmentation of the image, first, into blocks to setup reference blocks The image is then decomposed again into block ranges and a search is carried out to find the reference blocks with best match The transmitted values are the reference block values the indices of the range s match If there is no match, the average value of the block range is transmitted The advantage of the proposed algorithm is the simple computation with high PSNR achieved Keywords: Cmopression, Fractal, Decomposition, Segmentation 1 INTRODUCTION There are many techniques used to compress the image and video, one of them is the fractal which is based on the partition of the image into regions or blocks It doesn t depend on the translation of the image to the frequency domain as deferential pulse code modulation DPCM, which depends on discrete cosine transform DCT DPCM suffers from blocking artifacts which is not the case in fractal code The image compression based on fractal image compression (FIC) is one of the most popular modern image coding methods since 1988 It uses the self similarly method feature and has many characters such as, long coding time, fast decoding, high compression ratio, and decoding image has no related to resolution [1,2,3] Barnsly was the first one who gave the attractor model of the two dimension affine transforms He brought and developed methods to compress the image based on the iterated function system [8],[ 9], [10] Generally FIC is a loss compression technique In fractal image compression, the image is divided into numbers of block domains by any shape and any size (usually 16x16 to 2x2) then the image is divided again to block ranges with size less than that of block domain There are many methods to obtain attractors to decode the image Some of these methods are, block segmentation, region segmentation and cross searching; these expand self-similar fractal serial image coding Other methods are fast fractal image coding based on notably irevant check, image compression and coding method based on fractal dimension, and hierarchy fractal image compression method based on fixed vector [1], [3], [5], [6] Some of them will briefly be explained in sections (2-1), and (2-2) In our proposed algorithm the image is divided into equal squared regions, then search about reference blocks in each region The image again is divided into block ranges Then we search the reference blocks for a matched range, its indices is transmitted instead of the range itself If there is no matched reference, the average of the range is transmitted In the decoder all the pixels of the range equal the average value In this algorithm we don t use the count of the transformation which increases the complexity of the encoder; it uses the absolute difference to determine the similarity between the blocks The resulted or decoded image is acceptable with PSNR>30, at compression ratio=10 The main advantage of the proposed algorithm is that it is a simple in encoding and decoding Our proposed algorithm is explained in section 3 Some results are explained in section 4 Section 5 is for the Conclusion 2 Basics of Fractal Image Compression The word fractal was coined by Mandelbrot from the Latin word fractus, meaning broken, to describe objects that were too irregular to fit into traditional geometrical settings Several definitions have been proposed Mandelbrot defined a fractal to be a set with Hausdorff dimension strictly greater than its Euclidean dimension, ie, a set for which the only consistent description of its metric properties requires a dimension value larger than our standard, intuitive definition of the set s Ubiquitous Computing and Communication Journal 1

2 dimension A fractal has a fractional dimension; thus some people say we get the word fractal from fractional dimension According to Bamsley, a fractal is a geometric form whose irregular details recur at different scales and angles which can be described by affine or fractal transforms Various other definitions have been proposed, but they are not complete in that they exclude a number of sets that clearly ought to be regarded as fractals Falconer proposed that it is best to regard a fractal as a set that has properties such as those listed below, rather than to look for a precise definition which will almost certainly exclude some interesting cases Typical properties of a fractal are 1 It has a fine structure, ie, details on arbitrarily small scales 2 It is too irregular to be described in traditional geometrical language, both locally and globally 3 It usually has some form of self-similarity, perhaps approximate or statistical 4 Its fractal dimension (Hausdorff dimension) is usually higher than its Euclidean dimension 5 In most cases of interest, a fractal is defined in a very simple way, perhaps recursively In block segmentation (BS) fractal compression methods, the image of size (N x M) is decomposed into partitions 2 Types of segmentations 21 Block based FIC In block segmentation (BS) fractal compression methods the image of size (N x M) is decomposed into partitions (blocks in this case) called block domain pool D, each block domain D i of size (a x b) is; D i ; where 0 <i N 1 ; and N 1 is the number of the domain blocks N 1 =(NxM)/(axb) (1) To code the image we decompose it again into block ranges R i with size (aa x bb) less than the size of D i Each block range R i has the image transform τ i, which is also called the compressive code of the range block, and contains two parts: gray (T i ), and geometry (S i ) transform or; τ i =T i +S i (2) and the total transformation of the total ranges of the image τ; these transformations saved in or transmitted to decoder Instead of saving or transmitting the whole block range[1],[4], where τ is τ = τ i (3) Where 0< i (N/aa x M/aa) is the number of block ranges The processing of FIC is for each range block R i, search the domain pool for a block domain which has minimum distortion (d i ) after the transformation and the transform τ i which has the minimum d i is the compression code 22 Region segmentation In this method the image is decomposed into regions -instead of blocks in the BS method-these regions are called R i with any size and any shape, τ i is the affine transform from D i (block domain) to R i and τ; is the total transformation defined by equ3 The FIC processing is to find affine transform τ i (D i ) such that the distortion between D i and R i is defined by d(r i,τ i (D i ))<τ i (4) Then the transformations τ are transmitted or saved, which can be used to decode the image at the decoder [1,5] 3 The proposed algorithm The proposed algorithm is based on block and region segmentation The steps of the algorithm are as follows; 1- Load an image of size N x M, if (N/a), and (M/b) are not integer numbers, we extend the image to become of reasonable size for each block 2-Decompose the image into block domains D (i, j) with size (a x b), (a=b=16 or 8) as in fig1 Where, i=1:n/a, and j=1:m/b 3-Compare all block domains in each region segmented (which are colored with red, green ) to detect which of the domain blocks may be used as a reference The test is based on the distortion which is given by d(d(i,j),d((i+t),(j+w)); (5) Where t, and w=-1, or 1 This compared to a threshold (thsh) Fig2 4- Make a domain pool to be transmitted or saved [D 1, D 2 D i1 D NRB ]=[RB(1,1),RB(1,2), RB( i, j ), RB(N/a,M/b)] (6) Where NRB is the Number of Reference Blocks 5-Decompose each reference block domain into blocks called reference ranges R ref of size (aa, bb), Ubiquitous Computing and Communication Journal 2

3 which will be saved or transmitted directly without processing 6-Count the number of pixels of the transmitted reference blocks (Ref Pix); Ref Pix= NRB x (a x b) (7) 7-Decompose the image again into block ranges R of size (aa x bb) (usually aa=bb=4) 8-For each block range R i search the reference block ranges in the region of this range, if there is no matched range, search other reference block ranges R ref in the other regions 9-Find the indices of this matched reference (d x, d y ), transmit or save it 10-Count the number of pixels which is used to transmit or save the range block (Range pix); Range pix=2x(number of matched ranges) (8) Transmit the average of the block range 12-Count the number of pixels which is used to transmit averaged blocks (av Pix); avpix = number of averaged blocks (9) 13-The total number of transmitted or saved pixels, (eqs6, 7, 8); dn = avpix + Range pix + ref pix (10) 14-The compression ratio is; CR=(NxM)/dN (11) 15-After decoding the image, compute the peak signal to noise ratio PSNR PSNR = 10 log ( N,M (original image s pixels decoded image s pixels)) / (number of the original image s pixels) (12) 4 Experimental Results It is obvious that the algorithm doesn t search for the affine transforms of each range block; it is directly search for similarity between the range block and a reference block in a reference domain based on the distortion ( eq5) -We used two of Mat Lab images Saturn and pout of sizes ( 328 x 438)and (291 x 240 ) respectively These sizes are extended to (336x448) and (304x240) respectively The sizes of the block domain used are a = b = 16 and 8, the size of the range blocks is, aa x bb=4x4, and the threshold takes values from 001 to 10 The decoded pout images are shown in figs4 to 13, and the original image in Fig3 The original Saturn image is shown in fig 14, and its decoded images are shown in Fig15 to 25 -The resulted compression ratios are change from 3 to 10, where PSNR s are ranges from 12 to 35 for Saturn - For pout image the CR changes from35 up to 7 and PSNR from 13 up to 31 -The decoded images are accepted especially at higher PSNR (> 20) - Fig26 and Fig27 show the relation between PSNR versus CR for the two images - As expected the PSNR decreased by increasing the threshold which means that we are increase the distortion in the decoded image and this is a logical relation The curves which shows the relation between the PSNR and the threshold are shown in Fig28 and Fig29 The resulted decoded images are acceptable with a CR =10 or 7 in the tow cases This algorithm mainly gives the simplification in encoding the image which is complexity and consumes a lot of times Usually the relation between the PSNR and CR is, decreasing in PSNR with increasing in CR, but in our results the PSNR increases with increasing in CR The explanation of this case is; For each range we are searching the domain pool (reference domain) for a matching reference range using a certain threshold (thsh), if the distortion between the range and it s matched range less than the threshold, we replace the range by its matched reference range and transmit it It is not the same but the distortion between them is less than the threshold Which decrease the PSNR If there is no matched range with distortion less than the threshold we transmit the average of the range The average is one value (also the number of the range which has a matched range is decreased) so CR increase with increasing PSNR We can consider that it is a processing of searching for an optimum values to compress the image, then we use only this point or the value of threshold We can consider that it is a processing of searching for an optimum values to compress the image, and then we use only this point or the value of threshold This algorithm gives a new method to encode the image in which instead of use the old iterated methods we transmit the average of the range for simplification The resulted CR is more than that resulted by some other methods as spiral architecture [3] The time consumed to encode and decode the image by the proposed algorithm is 16 sec in case of block size of 16x16 and 46 sec in case of 8x8 It is very fast if we compare this time with times consumed by Ubiquitous Computing and Communication Journal 3

4 many other fractal methods which may be thousands of sec [2] 5 Conclusion The paper proposed a simplified fractal image compression algorithm The computational complexity of this algorithm is small The achieved compression ratio using this algorithm is moderate Experimental results show that algorithm can be used as a fast fractal based compression algorithm with high efficiency 6 References 1- Erjun Zhao Dan Liu: `Fractal image compression methods: A review` (ICITA`05) /05 $ IEEE 2- Kin-wah ching Eugene and Ghim-Hwee Ong: `A two-pass improved encoding scheme for fractal image compression` (CGIV`06) /06 $ IEEE 3- Xiangjian He, Huaqing Wang: `Fractal image compression on Spiral Architecture` (CGIV`06) /06 $ IEEE 4- Barnsly M F A D: A Better way to compress image byte, A Is M, Clarkson T: Survey of block based fractal image compression and its application 6- AEJacquin,: image coding based on fractal theory of Iterated Contractive image transformations, IEEE Trans On image processing, 18-30, Y Fisher (editor),: fractal image compressiontheory and applications Springer-verlag, new york, USA, Ning lu, :Fractal imaging, academic press, new york, Brent Wohlberg and Gerhard de Jager: A review of the Fractal Image Coding Literature, IEEE trans On image processing, vol8,no12, December Barnsley M F, Sloan A DA: better way to compress images Byte,1988 Ubiquitous Computing and Communication Journal 4

5 D(1,1) D(1,2) D(1,3) D(1,4) D(1,5) D(1,6) D(1,7) D(2,1) D(2,3) D(2,3) D(2,4) D(2,5) D(2,6) D(2,7) D(3,1) D(3,2) D(3,3) D(3,4) D(3,5) D(36) D(3,7) D(4,1) D(4,2) D(4,3) D(4,4) D(4,5) D(4,6) D(4,7) D(5,1) D(5,2) D(5,3) D(5,4) D(5,5) D(5,6) D(5,7) D(6,1) D(6,2) D(6,3) D(6,4) D(6,5) D(6,6) D(6,7) D(7,1) D(7,2) D(7,3) D(7,4) D(7,5) D(7,6) D(7,7) Figure 1: Block segmentation and block reference searching RB(1,1) RB(1,2) RB(2,1) RB(2,2) Figure 2: Reference blocks in each region Ubiquitous Computing and Communication Journal 2

6 Figure 3: The original image Figure :4 Thsh=001, CR=7 PSNR=31, a=b=16, aa=bb=4 Figure 5: Thsh=01, PSNR=3095, a=b=16, CR=618 aa=bb=4 Figure 6: Thsh=05, CR=422 PSNR=296, a=b=16, aa=bb=4 Figure 7: Thsh=1, CR=413 PSNR=266, a=b=16, aa=bb=4 Figure 8: Thsh=2, CR=38 PSNR=215, a=b=16, aa=bb=4 Figure 9: Thsh=1, CR=26 PSNR=267 a=b=8 aa=bb=4 Figure 10: Thsh=2, CR=32989 PSNR =206, a=b=8, aa=bb=4 Figure 11: Thsh=05, CR =21 PSNR=292, a=b=8, aa=bb=4 Ubiquitous Computing and Communication Journal 3

7 Figure 12: Thsh=01, CR =52 PSNR =305, a=b=8, aa=bb=4 Figure 13: Thsh=001,CR =72 PSNR =346, a=b=8, aa=bb=4 Figure 14: The original image Figure 15: Thsh=001, CR=986, PSNR=357,a=b=16,aa=bb=4 Figure 16: Thsh=5,CR=92, PSNR=275,a=b=16,aa=bb=4 Figure 17: thsh=4, CR=934, PSNR=309, a==b=16, aa=bb=4 Figure 18: thsh=1, PSNR=357, a=b=16, CR=971, aa=bb=4 Figure 19: Thsh=8,CR=87, PSNR=177, a=b=16, aa=bb=4 Figure 20: thsh=01, CR=98, PSNR=357, a=b=16,aa=bb=4 Figure 21: thsh=05, CR=975, PSNR=358, a=b=16,aa=bb=4 Figure 22: Thsh=10, CR=84, PSNR=131, a=b=16, aa=bb=4 Ubiquitous Computing and Communication Journal 4

8 Figure 23: Thsh=05, CR=999, PSNR=346, a=b=8, aa=bb=4 Figure 24: Thsh=01, CR=10, PSNR=346, a=b=8, aa=bb=4 Figure 25: Thsh=00,1 CR=101, PSNR=346 a=b=8 aa=bb=4 40 cr vs PSNR for "saturn" image 31 cr vs PSNR for "pout" image PSNR 25 PSNR CR CR Figure 26: CR versus PSNR for saturn image Figure 27: CR versus PSNR for pout image Ubiquitous Computing and Communication Journal 5

9 31 thsh vs PSNR for "pout" image 40 thsh vs PSNR for "saturn" image PSNR PSNR thsh Figure 28: PSNR versus threshold for saturn image thsh Figure 29: PSNR versus threshold for saturn image Ubiquitous Computing and Communication Journal 6

An Efficient Low Bit-Rate Video-Coding Algorithm Focusing on Moving Regions

An Efficient Low Bit-Rate Video-Coding Algorithm Focusing on Moving Regions 1128 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 11, NO. 10, OCTOBER 2001 An Efficient Low Bit-Rate Video-Coding Algorithm Focusing on Moving Regions Kwok-Wai Wong, Kin-Man Lam,

More information

Research Article. ISSN (Print) *Corresponding author Shireen Fathima

Research Article. ISSN (Print) *Corresponding author Shireen Fathima Scholars Journal of Engineering and Technology (SJET) Sch. J. Eng. Tech., 2014; 2(4C):613-620 Scholars Academic and Scientific Publisher (An International Publisher for Academic and Scientific Resources)

More information

COMPRESSION OF DICOM IMAGES BASED ON WAVELETS AND SPIHT FOR TELEMEDICINE APPLICATIONS

COMPRESSION OF DICOM IMAGES BASED ON WAVELETS AND SPIHT FOR TELEMEDICINE APPLICATIONS COMPRESSION OF IMAGES BASED ON WAVELETS AND FOR TELEMEDICINE APPLICATIONS 1 B. Ramakrishnan and 2 N. Sriraam 1 Dept. of Biomedical Engg., Manipal Institute of Technology, India E-mail: rama_bala@ieee.org

More information

ECG SIGNAL COMPRESSION BASED ON FRACTALS AND RLE

ECG SIGNAL COMPRESSION BASED ON FRACTALS AND RLE ECG SIGNAL COMPRESSION BASED ON FRACTALS AND Andrea Němcová Doctoral Degree Programme (1), FEEC BUT E-mail: xnemco01@stud.feec.vutbr.cz Supervised by: Martin Vítek E-mail: vitek@feec.vutbr.cz Abstract:

More information

EMBEDDED ZEROTREE WAVELET CODING WITH JOINT HUFFMAN AND ARITHMETIC CODING

EMBEDDED ZEROTREE WAVELET CODING WITH JOINT HUFFMAN AND ARITHMETIC CODING EMBEDDED ZEROTREE WAVELET CODING WITH JOINT HUFFMAN AND ARITHMETIC CODING Harmandeep Singh Nijjar 1, Charanjit Singh 2 1 MTech, Department of ECE, Punjabi University Patiala 2 Assistant Professor, Department

More information

Robust 3-D Video System Based on Modified Prediction Coding and Adaptive Selection Mode Error Concealment Algorithm

Robust 3-D Video System Based on Modified Prediction Coding and Adaptive Selection Mode Error Concealment Algorithm International Journal of Signal Processing Systems Vol. 2, No. 2, December 2014 Robust 3-D Video System Based on Modified Prediction Coding and Adaptive Selection Mode Error Concealment Algorithm Walid

More information

Error Resilience for Compressed Sensing with Multiple-Channel Transmission

Error Resilience for Compressed Sensing with Multiple-Channel Transmission Journal of Information Hiding and Multimedia Signal Processing c 2015 ISSN 2073-4212 Ubiquitous International Volume 6, Number 5, September 2015 Error Resilience for Compressed Sensing with Multiple-Channel

More information

Reduced complexity MPEG2 video post-processing for HD display

Reduced complexity MPEG2 video post-processing for HD display Downloaded from orbit.dtu.dk on: Dec 17, 2017 Reduced complexity MPEG2 video post-processing for HD display Virk, Kamran; Li, Huiying; Forchhammer, Søren Published in: IEEE International Conference on

More information

Color Image Compression Using Colorization Based On Coding Technique

Color Image Compression Using Colorization Based On Coding Technique Color Image Compression Using Colorization Based On Coding Technique D.P.Kawade 1, Prof. S.N.Rawat 2 1,2 Department of Electronics and Telecommunication, Bhivarabai Sawant Institute of Technology and Research

More information

ISSN (Print) Original Research Article. Coimbatore, Tamil Nadu, India

ISSN (Print) Original Research Article. Coimbatore, Tamil Nadu, India Scholars Journal of Engineering and Technology (SJET) Sch. J. Eng. Tech., 016; 4(1):1-5 Scholars Academic and Scientific Publisher (An International Publisher for Academic and Scientific Resources) www.saspublisher.com

More information

3D MR Image Compression Techniques based on Decimated Wavelet Thresholding Scheme

3D MR Image Compression Techniques based on Decimated Wavelet Thresholding Scheme 3D MR Image Compression Techniques based on Decimated Wavelet Thresholding Scheme Dr. P.V. Naganjaneyulu Professor & Principal, Department of ECE, PNC & Vijai Institute of Engineering & Technology, Repudi,

More information

Intra-frame JPEG-2000 vs. Inter-frame Compression Comparison: The benefits and trade-offs for very high quality, high resolution sequences

Intra-frame JPEG-2000 vs. Inter-frame Compression Comparison: The benefits and trade-offs for very high quality, high resolution sequences Intra-frame JPEG-2000 vs. Inter-frame Compression Comparison: The benefits and trade-offs for very high quality, high resolution sequences Michael Smith and John Villasenor For the past several decades,

More information

Skip Length and Inter-Starvation Distance as a Combined Metric to Assess the Quality of Transmitted Video

Skip Length and Inter-Starvation Distance as a Combined Metric to Assess the Quality of Transmitted Video Skip Length and Inter-Starvation Distance as a Combined Metric to Assess the Quality of Transmitted Video Mohamed Hassan, Taha Landolsi, Husameldin Mukhtar, and Tamer Shanableh College of Engineering American

More information

Fast thumbnail generation for MPEG video by using a multiple-symbol lookup table

Fast thumbnail generation for MPEG video by using a multiple-symbol lookup table 48 3, 376 March 29 Fast thumbnail generation for MPEG video by using a multiple-symbol lookup table Myounghoon Kim Hoonjae Lee Ja-Cheon Yoon Korea University Department of Electronics and Computer Engineering,

More information

Comparative Study of JPEG2000 and H.264/AVC FRExt I Frame Coding on High-Definition Video Sequences

Comparative Study of JPEG2000 and H.264/AVC FRExt I Frame Coding on High-Definition Video Sequences Comparative Study of and H.264/AVC FRExt I Frame Coding on High-Definition Video Sequences Pankaj Topiwala 1 FastVDO, LLC, Columbia, MD 210 ABSTRACT This paper reports the rate-distortion performance comparison

More information

Comparative Analysis of Wavelet Transform and Wavelet Packet Transform for Image Compression at Decomposition Level 2

Comparative Analysis of Wavelet Transform and Wavelet Packet Transform for Image Compression at Decomposition Level 2 2011 International Conference on Information and Network Technology IPCSIT vol.4 (2011) (2011) IACSIT Press, Singapore Comparative Analysis of Wavelet Transform and Wavelet Packet Transform for Image Compression

More information

A Novel Approach towards Video Compression for Mobile Internet using Transform Domain Technique

A Novel Approach towards Video Compression for Mobile Internet using Transform Domain Technique A Novel Approach towards Video Compression for Mobile Internet using Transform Domain Technique Dhaval R. Bhojani Research Scholar, Shri JJT University, Jhunjunu, Rajasthan, India Ved Vyas Dwivedi, PhD.

More information

Image Compression Techniques Using Discrete Wavelet Decomposition with Its Thresholding Approaches

Image Compression Techniques Using Discrete Wavelet Decomposition with Its Thresholding Approaches Image Compression Techniques Using Discrete Wavelet Decomposition with Its Thresholding Approaches ABSTRACT: V. Manohar Asst. Professor, Dept of ECE, SR Engineering College, Warangal (Dist.), Telangana,

More information

Adaptive Key Frame Selection for Efficient Video Coding

Adaptive Key Frame Selection for Efficient Video Coding Adaptive Key Frame Selection for Efficient Video Coding Jaebum Jun, Sunyoung Lee, Zanming He, Myungjung Lee, and Euee S. Jang Digital Media Lab., Hanyang University 17 Haengdang-dong, Seongdong-gu, Seoul,

More information

DICOM medical image watermarking of ECG signals using EZW algorithm. A. Kannammal* and S. Subha Rani

DICOM medical image watermarking of ECG signals using EZW algorithm. A. Kannammal* and S. Subha Rani 126 Int. J. Medical Engineering and Informatics, Vol. 5, No. 2, 2013 DICOM medical image watermarking of ECG signals using EZW algorithm A. Kannammal* and S. Subha Rani ECE Department, PSG College of Technology,

More information

AUDIOVISUAL COMMUNICATION

AUDIOVISUAL COMMUNICATION AUDIOVISUAL COMMUNICATION Laboratory Session: Recommendation ITU-T H.261 Fernando Pereira The objective of this lab session about Recommendation ITU-T H.261 is to get the students familiar with many aspects

More information

FRAME RATE CONVERSION OF INTERLACED VIDEO

FRAME RATE CONVERSION OF INTERLACED VIDEO FRAME RATE CONVERSION OF INTERLACED VIDEO Zhi Zhou, Yeong Taeg Kim Samsung Information Systems America Digital Media Solution Lab 3345 Michelson Dr., Irvine CA, 92612 Gonzalo R. Arce University of Delaware

More information

SHOT DETECTION METHOD FOR LOW BIT-RATE VIDEO CODING

SHOT DETECTION METHOD FOR LOW BIT-RATE VIDEO CODING SHOT DETECTION METHOD FOR LOW BIT-RATE VIDEO CODING J. Sastre*, G. Castelló, V. Naranjo Communications Department Polytechnic Univ. of Valencia Valencia, Spain email: Jorsasma@dcom.upv.es J.M. López, A.

More information

Haar Wavelet Based Joint Compression Method Using Adaptive Fractal Image Compression

Haar Wavelet Based Joint Compression Method Using Adaptive Fractal Image Compression IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 18, Issue 3, Ver. I (May-Jun. 2016), PP 69-73 www.iosrjournals.org Haar Wavelet Based Joint Compression Method

More information

IMAGE COMPRESSION USING BACK PROPAGATION NEURAL NETWORK

IMAGE COMPRESSION USING BACK PROPAGATION NEURAL NETWORK IMAGE COMPRESSION USING BACK PROPAGATION NEURAL NETWORK S.S. Panda 1, M.S.R.S Prasad 2, MNM Prasad 3, Ch. SKVR Naidu 4 Dept. of Computer Science & Engg., Regency Institute of Technology, Yanam shekhar_regency@yahoo.com,

More information

Motion Re-estimation for MPEG-2 to MPEG-4 Simple Profile Transcoding. Abstract. I. Introduction

Motion Re-estimation for MPEG-2 to MPEG-4 Simple Profile Transcoding. Abstract. I. Introduction Motion Re-estimation for MPEG-2 to MPEG-4 Simple Profile Transcoding Jun Xin, Ming-Ting Sun*, and Kangwook Chun** *Department of Electrical Engineering, University of Washington **Samsung Electronics Co.

More information

Audio Compression Technology for Voice Transmission

Audio Compression Technology for Voice Transmission Audio Compression Technology for Voice Transmission 1 SUBRATA SAHA, 2 VIKRAM REDDY 1 Department of Electrical and Computer Engineering 2 Department of Computer Science University of Manitoba Winnipeg,

More information

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 ISSN 0976 6464(Print)

More information

Region Adaptive Unsharp Masking based DCT Interpolation for Efficient Video Intra Frame Up-sampling

Region Adaptive Unsharp Masking based DCT Interpolation for Efficient Video Intra Frame Up-sampling International Conference on Electronic Design and Signal Processing (ICEDSP) 0 Region Adaptive Unsharp Masking based DCT Interpolation for Efficient Video Intra Frame Up-sampling Aditya Acharya Dept. of

More information

Digital Video Telemetry System

Digital Video Telemetry System Digital Video Telemetry System Item Type text; Proceedings Authors Thom, Gary A.; Snyder, Edwin Publisher International Foundation for Telemetering Journal International Telemetering Conference Proceedings

More information

ELEC 691X/498X Broadcast Signal Transmission Fall 2015

ELEC 691X/498X Broadcast Signal Transmission Fall 2015 ELEC 691X/498X Broadcast Signal Transmission Fall 2015 Instructor: Dr. Reza Soleymani, Office: EV 5.125, Telephone: 848 2424 ext.: 4103. Office Hours: Wednesday, Thursday, 14:00 15:00 Time: Tuesday, 2:45

More information

2-Dimensional Image Compression using DCT and DWT Techniques

2-Dimensional Image Compression using DCT and DWT Techniques 2-Dimensional Image Compression using DCT and DWT Techniques Harmandeep Singh Chandi, V. K. Banga Abstract Image compression has become an active area of research in the field of Image processing particularly

More information

Fast MBAFF/PAFF Motion Estimation and Mode Decision Scheme for H.264

Fast MBAFF/PAFF Motion Estimation and Mode Decision Scheme for H.264 Fast MBAFF/PAFF Motion Estimation and Mode Decision Scheme for H.264 Ju-Heon Seo, Sang-Mi Kim, Jong-Ki Han, Nonmember Abstract-- In the H.264, MBAFF (Macroblock adaptive frame/field) and PAFF (Picture

More information

Lecture 2 Video Formation and Representation

Lecture 2 Video Formation and Representation 2013 Spring Term 1 Lecture 2 Video Formation and Representation Wen-Hsiao Peng ( 彭文孝 ) Multimedia Architecture and Processing Lab (MAPL) Department of Computer Science National Chiao Tung University 1

More information

1. INTRODUCTION. Index Terms Video Transcoding, Video Streaming, Frame skipping, Interpolation frame, Decoder, Encoder.

1. INTRODUCTION. Index Terms Video Transcoding, Video Streaming, Frame skipping, Interpolation frame, Decoder, Encoder. Video Streaming Based on Frame Skipping and Interpolation Techniques Fadlallah Ali Fadlallah Department of Computer Science Sudan University of Science and Technology Khartoum-SUDAN fadali@sustech.edu

More information

TERRESTRIAL broadcasting of digital television (DTV)

TERRESTRIAL broadcasting of digital television (DTV) IEEE TRANSACTIONS ON BROADCASTING, VOL 51, NO 1, MARCH 2005 133 Fast Initialization of Equalizers for VSB-Based DTV Transceivers in Multipath Channel Jong-Moon Kim and Yong-Hwan Lee Abstract This paper

More information

Spatial Error Concealment Technique for Losslessly Compressed Images Using Data Hiding in Error-Prone Channels

Spatial Error Concealment Technique for Losslessly Compressed Images Using Data Hiding in Error-Prone Channels 168 JOURNAL OF COMMUNICATIONS AND NETWORKS, VOL. 12, NO. 2, APRIL 2010 Spatial Error Concealment Technique for Losslessly Compressed Images Using Data Hiding in Error-Prone Channels Kyung-Su Kim, Hae-Yeoun

More information

Express Letters. A Novel Four-Step Search Algorithm for Fast Block Motion Estimation

Express Letters. A Novel Four-Step Search Algorithm for Fast Block Motion Estimation IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 6, NO. 3, JUNE 1996 313 Express Letters A Novel Four-Step Search Algorithm for Fast Block Motion Estimation Lai-Man Po and Wing-Chung

More information

Research Topic. Error Concealment Techniques in H.264/AVC for Wireless Video Transmission in Mobile Networks

Research Topic. Error Concealment Techniques in H.264/AVC for Wireless Video Transmission in Mobile Networks Research Topic Error Concealment Techniques in H.264/AVC for Wireless Video Transmission in Mobile Networks July 22 nd 2008 Vineeth Shetty Kolkeri EE Graduate,UTA 1 Outline 2. Introduction 3. Error control

More information

Robust Transmission of H.264/AVC Video using 64-QAM and unequal error protection

Robust Transmission of H.264/AVC Video using 64-QAM and unequal error protection Robust Transmission of H.264/AVC Video using 64-QAM and unequal error protection Ahmed B. Abdurrhman 1, Michael E. Woodward 1 and Vasileios Theodorakopoulos 2 1 School of Informatics, Department of Computing,

More information

DELTA MODULATION AND DPCM CODING OF COLOR SIGNALS

DELTA MODULATION AND DPCM CODING OF COLOR SIGNALS DELTA MODULATION AND DPCM CODING OF COLOR SIGNALS Item Type text; Proceedings Authors Habibi, A. Publisher International Foundation for Telemetering Journal International Telemetering Conference Proceedings

More information

Project Proposal: Sub pixel motion estimation for side information generation in Wyner- Ziv decoder.

Project Proposal: Sub pixel motion estimation for side information generation in Wyner- Ziv decoder. EE 5359 MULTIMEDIA PROCESSING Subrahmanya Maira Venkatrav 1000615952 Project Proposal: Sub pixel motion estimation for side information generation in Wyner- Ziv decoder. Wyner-Ziv(WZ) encoder is a low

More information

SCALABLE video coding (SVC) is currently being developed

SCALABLE video coding (SVC) is currently being developed IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 16, NO. 7, JULY 2006 889 Fast Mode Decision Algorithm for Inter-Frame Coding in Fully Scalable Video Coding He Li, Z. G. Li, Senior

More information

MULTI-STATE VIDEO CODING WITH SIDE INFORMATION. Sila Ekmekci Flierl, Thomas Sikora

MULTI-STATE VIDEO CODING WITH SIDE INFORMATION. Sila Ekmekci Flierl, Thomas Sikora MULTI-STATE VIDEO CODING WITH SIDE INFORMATION Sila Ekmekci Flierl, Thomas Sikora Technical University Berlin Institute for Telecommunications D-10587 Berlin / Germany ABSTRACT Multi-State Video Coding

More information

DWT Based-Video Compression Using (4SS) Matching Algorithm

DWT Based-Video Compression Using (4SS) Matching Algorithm DWT Based-Video Compression Using (4SS) Matching Algorithm Marwa Kamel Hussien Dr. Hameed Abdul-Kareem Younis Assist. Lecturer Assist. Professor Lava_85K@yahoo.com Hameedalkinani2004@yahoo.com Department

More information

Introduction to image compression

Introduction to image compression Introduction to image compression 1997-2015 Josef Pelikán CGG MFF UK Praha pepca@cgg.mff.cuni.cz http://cgg.mff.cuni.cz/~pepca/ Compression 2015 Josef Pelikán, http://cgg.mff.cuni.cz/~pepca 1 / 12 Motivation

More information

VERY low bit-rate video coding has triggered intensive. Significance-Linked Connected Component Analysis for Very Low Bit-Rate Wavelet Video Coding

VERY low bit-rate video coding has triggered intensive. Significance-Linked Connected Component Analysis for Very Low Bit-Rate Wavelet Video Coding 630 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 9, NO. 4, JUNE 1999 Significance-Linked Connected Component Analysis for Very Low Bit-Rate Wavelet Video Coding Jozsef Vass, Student

More information

OBJECT-BASED IMAGE COMPRESSION WITH SIMULTANEOUS SPATIAL AND SNR SCALABILITY SUPPORT FOR MULTICASTING OVER HETEROGENEOUS NETWORKS

OBJECT-BASED IMAGE COMPRESSION WITH SIMULTANEOUS SPATIAL AND SNR SCALABILITY SUPPORT FOR MULTICASTING OVER HETEROGENEOUS NETWORKS OBJECT-BASED IMAGE COMPRESSION WITH SIMULTANEOUS SPATIAL AND SNR SCALABILITY SUPPORT FOR MULTICASTING OVER HETEROGENEOUS NETWORKS Habibollah Danyali and Alfred Mertins School of Electrical, Computer and

More information

Scalable Foveated Visual Information Coding and Communications

Scalable Foveated Visual Information Coding and Communications Scalable Foveated Visual Information Coding and Communications Ligang Lu,1 Zhou Wang 2 and Alan C. Bovik 2 1 Multimedia Technologies, IBM T. J. Watson Research Center, Yorktown Heights, NY 10598, USA 2

More information

DCI Requirements Image - Dynamics

DCI Requirements Image - Dynamics DCI Requirements Image - Dynamics Matt Cowan Entertainment Technology Consultants www.etconsult.com Gamma 2.6 12 bit Luminance Coding Black level coding Post Production Implications Measurement Processes

More information

The Development of a Synthetic Colour Test Image for Subjective and Objective Quality Assessment of Digital Codecs

The Development of a Synthetic Colour Test Image for Subjective and Objective Quality Assessment of Digital Codecs 2005 Asia-Pacific Conference on Communications, Perth, Western Australia, 3-5 October 2005. The Development of a Synthetic Colour Test Image for Subjective and Objective Quality Assessment of Digital Codecs

More information

A Study of Encoding and Decoding Techniques for Syndrome-Based Video Coding

A Study of Encoding and Decoding Techniques for Syndrome-Based Video Coding MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com A Study of Encoding and Decoding Techniques for Syndrome-Based Video Coding Min Wu, Anthony Vetro, Jonathan Yedidia, Huifang Sun, Chang Wen

More information

Investigation of the Effectiveness of Turbo Code in Wireless System over Rician Channel

Investigation of the Effectiveness of Turbo Code in Wireless System over Rician Channel International Journal of Networks and Communications 2015, 5(3): 46-53 DOI: 10.5923/j.ijnc.20150503.02 Investigation of the Effectiveness of Turbo Code in Wireless System over Rician Channel Zachaeus K.

More information

A Novel Video Compression Method Based on Underdetermined Blind Source Separation

A Novel Video Compression Method Based on Underdetermined Blind Source Separation A Novel Video Compression Method Based on Underdetermined Blind Source Separation Jing Liu, Fei Qiao, Qi Wei and Huazhong Yang Abstract If a piece of picture could contain a sequence of video frames, it

More information

Robust Transmission of H.264/AVC Video Using 64-QAM and Unequal Error Protection

Robust Transmission of H.264/AVC Video Using 64-QAM and Unequal Error Protection Robust Transmission of H.264/AVC Video Using 64-QAM and Unequal Error Protection Ahmed B. Abdurrhman, Michael E. Woodward, and Vasileios Theodorakopoulos School of Informatics, Department of Computing,

More information

Video Quality Evaluation with Multiple Coding Artifacts

Video Quality Evaluation with Multiple Coding Artifacts Video Quality Evaluation with Multiple Coding Artifacts L. Dong, W. Lin*, P. Xue School of Electrical & Electronic Engineering Nanyang Technological University, Singapore * Laboratories of Information

More information

Optimization of Multi-Channel BCH Error Decoding for Common Cases. Russell Dill Master's Thesis Defense April 20, 2015

Optimization of Multi-Channel BCH Error Decoding for Common Cases. Russell Dill Master's Thesis Defense April 20, 2015 Optimization of Multi-Channel BCH Error Decoding for Common Cases Russell Dill Master's Thesis Defense April 20, 2015 Bose-Chaudhuri-Hocquenghem (BCH) BCH is an Error Correcting Code (ECC) and is used

More information

Video Transmission. Thomas Wiegand: Digital Image Communication Video Transmission 1. Transmission of Hybrid Coded Video. Channel Encoder.

Video Transmission. Thomas Wiegand: Digital Image Communication Video Transmission 1. Transmission of Hybrid Coded Video. Channel Encoder. Video Transmission Transmission of Hybrid Coded Video Error Control Channel Motion-compensated Video Coding Error Mitigation Scalable Approaches Intra Coding Distortion-Distortion Functions Feedback-based

More information

Study of White Gaussian Noise with Varying Signal to Noise Ratio in Speech Signal using Wavelet

Study of White Gaussian Noise with Varying Signal to Noise Ratio in Speech Signal using Wavelet American International Journal of Research in Science, Technology, Engineering & Mathematics Available online at http://www.iasir.net ISSN (Print): 2328-3491, ISSN (Online): 2328-3580, ISSN (CD-ROM): 2328-3629

More information

A High Performance VLSI Architecture with Half Pel and Quarter Pel Interpolation for A Single Frame

A High Performance VLSI Architecture with Half Pel and Quarter Pel Interpolation for A Single Frame I J C T A, 9(34) 2016, pp. 673-680 International Science Press A High Performance VLSI Architecture with Half Pel and Quarter Pel Interpolation for A Single Frame K. Priyadarshini 1 and D. Jackuline Moni

More information

Dual Frame Video Encoding with Feedback

Dual Frame Video Encoding with Feedback Video Encoding with Feedback Athanasios Leontaris and Pamela C. Cosman Department of Electrical and Computer Engineering University of California, San Diego, La Jolla, CA 92093-0407 Email: pcosman,aleontar

More information

Temporal Error Concealment Algorithm Using Adaptive Multi- Side Boundary Matching Principle

Temporal Error Concealment Algorithm Using Adaptive Multi- Side Boundary Matching Principle 184 IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.12, December 2008 Temporal Error Concealment Algorithm Using Adaptive Multi- Side Boundary Matching Principle Seung-Soo

More information

Chapter 10 Basic Video Compression Techniques

Chapter 10 Basic Video Compression Techniques Chapter 10 Basic Video Compression Techniques 10.1 Introduction to Video compression 10.2 Video Compression with Motion Compensation 10.3 Video compression standard H.261 10.4 Video compression standard

More information

Video compression principles. Color Space Conversion. Sub-sampling of Chrominance Information. Video: moving pictures and the terms frame and

Video compression principles. Color Space Conversion. Sub-sampling of Chrominance Information. Video: moving pictures and the terms frame and Video compression principles Video: moving pictures and the terms frame and picture. one approach to compressing a video source is to apply the JPEG algorithm to each frame independently. This approach

More information

Shot Transition Detection Scheme: Based on Correlation Tracking Check for MB-Based Video Sequences

Shot Transition Detection Scheme: Based on Correlation Tracking Check for MB-Based Video Sequences , pp.120-124 http://dx.doi.org/10.14257/astl.2017.146.21 Shot Transition Detection Scheme: Based on Correlation Tracking Check for MB-Based Video Sequences Mona A. M. Fouad 1 and Ahmed Mokhtar A. Mansour

More information

Colour Reproduction Performance of JPEG and JPEG2000 Codecs

Colour Reproduction Performance of JPEG and JPEG2000 Codecs Colour Reproduction Performance of JPEG and JPEG000 Codecs A. Punchihewa, D. G. Bailey, and R. M. Hodgson Institute of Information Sciences & Technology, Massey University, Palmerston North, New Zealand

More information

Design and Implementation of Encoder and Decoder for SCCPM System Based on DSP Xuebao Wang1, a, Jun Gao1, b and Gaoqi Dou1, c

Design and Implementation of Encoder and Decoder for SCCPM System Based on DSP Xuebao Wang1, a, Jun Gao1, b and Gaoqi Dou1, c International Conference on Mechatronics Engineering and Information Technology (ICMEIT 2016) Design and Implementation of Encoder and Decoder for SCCPM System Based on DSP Xuebao Wang1, a, Jun Gao1, b

More information

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ISCAS.2005.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ISCAS.2005. Wang, D., Canagarajah, CN., & Bull, DR. (2005). S frame design for multiple description video coding. In IEEE International Symposium on Circuits and Systems (ISCAS) Kobe, Japan (Vol. 3, pp. 19 - ). Institute

More information

Steganographic Technique for Hiding Secret Audio in an Image

Steganographic Technique for Hiding Secret Audio in an Image Steganographic Technique for Hiding Secret Audio in an Image 1 Aiswarya T, 2 Mansi Shah, 3 Aishwarya Talekar, 4 Pallavi Raut 1,2,3 UG Student, 4 Assistant Professor, 1,2,3,4 St John of Engineering & Management,

More information

Pattern Smoothing for Compressed Video Transmission

Pattern Smoothing for Compressed Video Transmission Pattern for Compressed Transmission Hugh M. Smith and Matt W. Mutka Department of Computer Science Michigan State University East Lansing, MI 48824-1027 {smithh,mutka}@cps.msu.edu Abstract: In this paper

More information

Contents. xv xxi xxiii xxiv. 1 Introduction 1 References 4

Contents. xv xxi xxiii xxiv. 1 Introduction 1 References 4 Contents List of figures List of tables Preface Acknowledgements xv xxi xxiii xxiv 1 Introduction 1 References 4 2 Digital video 5 2.1 Introduction 5 2.2 Analogue television 5 2.3 Interlace 7 2.4 Picture

More information

Optimized Color Based Compression

Optimized Color Based Compression Optimized Color Based Compression 1 K.P.SONIA FENCY, 2 C.FELSY 1 PG Student, Department Of Computer Science Ponjesly College Of Engineering Nagercoil,Tamilnadu, India 2 Asst. Professor, Department Of Computer

More information

Visual Communication at Limited Colour Display Capability

Visual Communication at Limited Colour Display Capability Visual Communication at Limited Colour Display Capability Yan Lu, Wen Gao and Feng Wu Abstract: A novel scheme for visual communication by means of mobile devices with limited colour display capability

More information

Content storage architectures

Content storage architectures Content storage architectures DAS: Directly Attached Store SAN: Storage Area Network allocates storage resources only to the computer it is attached to network storage provides a common pool of storage

More information

Implementation of CRC and Viterbi algorithm on FPGA

Implementation of CRC and Viterbi algorithm on FPGA Implementation of CRC and Viterbi algorithm on FPGA S. V. Viraktamath 1, Akshata Kotihal 2, Girish V. Attimarad 3 1 Faculty, 2 Student, Dept of ECE, SDMCET, Dharwad, 3 HOD Department of E&CE, Dayanand

More information

TRAFFIC SURVEILLANCE VIDEO MANAGEMENT SYSTEM

TRAFFIC SURVEILLANCE VIDEO MANAGEMENT SYSTEM TRAFFIC SURVEILLANCE VIDEO MANAGEMENT SYSTEM K.Ganesan*, Kavitha.C, Kriti Tandon, Lakshmipriya.R TIFAC-Centre of Relevance and Excellence in Automotive Infotronics*, School of Information Technology and

More information

Adaptive decoding of convolutional codes

Adaptive decoding of convolutional codes Adv. Radio Sci., 5, 29 214, 27 www.adv-radio-sci.net/5/29/27/ Author(s) 27. This work is licensed under a Creative Commons License. Advances in Radio Science Adaptive decoding of convolutional codes K.

More information

1022 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 19, NO. 4, APRIL 2010

1022 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 19, NO. 4, APRIL 2010 1022 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 19, NO. 4, APRIL 2010 Delay Constrained Multiplexing of Video Streams Using Dual-Frame Video Coding Mayank Tiwari, Student Member, IEEE, Theodore Groves,

More information

Bit Rate Control for Video Transmission Over Wireless Networks

Bit Rate Control for Video Transmission Over Wireless Networks Indian Journal of Science and Technology, Vol 9(S), DOI: 0.75/ijst/06/v9iS/05, December 06 ISSN (Print) : 097-686 ISSN (Online) : 097-5 Bit Rate Control for Video Transmission Over Wireless Networks K.

More information

Camera Motion-constraint Video Codec Selection

Camera Motion-constraint Video Codec Selection Camera Motion-constraint Video Codec Selection Andreas Krutz #1, Sebastian Knorr 2, Matthias Kunter 3, and Thomas Sikora #4 # Communication Systems Group, TU Berlin Einsteinufer 17, Berlin, Germany 1 krutz@nue.tu-berlin.de

More information

A SVD BASED SCHEME FOR POST PROCESSING OF DCT CODED IMAGES

A SVD BASED SCHEME FOR POST PROCESSING OF DCT CODED IMAGES Electronic Letters on Computer Vision and Image Analysis 8(3): 1-14, 2009 A SVD BASED SCHEME FOR POST PROCESSING OF DCT CODED IMAGES Vinay Kumar Srivastava Assistant Professor, Department of Electronics

More information

A parallel HEVC encoder scheme based on Multi-core platform Shu Jun1,2,3,a, Hu Dong1,2,3,b

A parallel HEVC encoder scheme based on Multi-core platform Shu Jun1,2,3,a, Hu Dong1,2,3,b 4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015) A parallel HEVC encoder scheme based on Multi-core platform Shu Jun1,2,3,a, Hu Dong1,2,3,b 1 Education Ministry

More information

Free Viewpoint Switching in Multi-view Video Streaming Using. Wyner-Ziv Video Coding

Free Viewpoint Switching in Multi-view Video Streaming Using. Wyner-Ziv Video Coding Free Viewpoint Switching in Multi-view Video Streaming Using Wyner-Ziv Video Coding Xun Guo 1,, Yan Lu 2, Feng Wu 2, Wen Gao 1, 3, Shipeng Li 2 1 School of Computer Sciences, Harbin Institute of Technology,

More information

PERCEPTUAL QUALITY OF H.264/AVC DEBLOCKING FILTER

PERCEPTUAL QUALITY OF H.264/AVC DEBLOCKING FILTER PERCEPTUAL QUALITY OF H./AVC DEBLOCKING FILTER Y. Zhong, I. Richardson, A. Miller and Y. Zhao School of Enginnering, The Robert Gordon University, Schoolhill, Aberdeen, AB1 1FR, UK Phone: + 1, Fax: + 1,

More information

DATA COMPRESSION USING THE FFT

DATA COMPRESSION USING THE FFT EEE 407/591 PROJECT DUE: NOVEMBER 21, 2001 DATA COMPRESSION USING THE FFT INSTRUCTOR: DR. ANDREAS SPANIAS TEAM MEMBERS: IMTIAZ NIZAMI - 993 21 6600 HASSAN MANSOOR - 993 69 3137 Contents TECHNICAL BACKGROUND...

More information

Frame Synchronization in Digital Communication Systems

Frame Synchronization in Digital Communication Systems Quest Journals Journal of Software Engineering and Simulation Volume 3 ~ Issue 6 (2017) pp: 06-11 ISSN(Online) :2321-3795 ISSN (Print):2321-3809 www.questjournals.org Research Paper Frame Synchronization

More information

Comparative survey of ultrasound images compression methods dedicated to a tele-echography robotic system

Comparative survey of ultrasound images compression methods dedicated to a tele-echography robotic system 1 of 4 Comparative survey of ultrasound images compression methods dedicated to a tele-echography robotic system C. Delgorge*, P. Vieyres*, G. Poisson*, C. Rosenberger*, P. Arbeille** Laboratoire Vision

More information

THE popularity of multimedia applications demands support

THE popularity of multimedia applications demands support IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 16, NO. 12, DECEMBER 2007 2927 New Temporal Filtering Scheme to Reduce Delay in Wavelet-Based Video Coding Vidhya Seran and Lisimachos P. Kondi, Member, IEEE

More information

176 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 13, NO. 2, FEBRUARY 2003

176 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 13, NO. 2, FEBRUARY 2003 176 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 13, NO. 2, FEBRUARY 2003 Transactions Letters Error-Resilient Image Coding (ERIC) With Smart-IDCT Error Concealment Technique for

More information

AN UNEQUAL ERROR PROTECTION SCHEME FOR MULTIPLE INPUT MULTIPLE OUTPUT SYSTEMS. M. Farooq Sabir, Robert W. Heath and Alan C. Bovik

AN UNEQUAL ERROR PROTECTION SCHEME FOR MULTIPLE INPUT MULTIPLE OUTPUT SYSTEMS. M. Farooq Sabir, Robert W. Heath and Alan C. Bovik AN UNEQUAL ERROR PROTECTION SCHEME FOR MULTIPLE INPUT MULTIPLE OUTPUT SYSTEMS M. Farooq Sabir, Robert W. Heath and Alan C. Bovik Dept. of Electrical and Comp. Engg., The University of Texas at Austin,

More information

Memory efficient Distributed architecture LUT Design using Unified Architecture

Memory efficient Distributed architecture LUT Design using Unified Architecture Research Article Memory efficient Distributed architecture LUT Design using Unified Architecture Authors: 1 S.M.L.V.K. Durga, 2 N.S. Govind. Address for Correspondence: 1 M.Tech II Year, ECE Dept., ASR

More information

Technical report on validation of error models for n.

Technical report on validation of error models for n. Technical report on validation of error models for 802.11n. Rohan Patidar, Sumit Roy, Thomas R. Henderson Department of Electrical Engineering, University of Washington Seattle Abstract This technical

More information

MPEG has been established as an international standard

MPEG has been established as an international standard 1100 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 9, NO. 7, OCTOBER 1999 Fast Extraction of Spatially Reduced Image Sequences from MPEG-2 Compressed Video Junehwa Song, Member,

More information

Unequal Error Protection Codes for Wavelet Image Transmission over W-CDMA, AWGN and Rayleigh Fading Channels

Unequal Error Protection Codes for Wavelet Image Transmission over W-CDMA, AWGN and Rayleigh Fading Channels Unequal Error Protection Codes for Wavelet Image Transmission over W-CDMA, AWGN and Rayleigh Fading Channels MINH H. LE and RANJITH LIYANA-PATHIRANA School of Engineering and Industrial Design College

More information

DIGITAL COMMUNICATION

DIGITAL COMMUNICATION 10EC61 DIGITAL COMMUNICATION UNIT 3 OUTLINE Waveform coding techniques (continued), DPCM, DM, applications. Base-Band Shaping for Data Transmission Discrete PAM signals, power spectra of discrete PAM signals.

More information

Selective Intra Prediction Mode Decision for H.264/AVC Encoders

Selective Intra Prediction Mode Decision for H.264/AVC Encoders Selective Intra Prediction Mode Decision for H.264/AVC Encoders Jun Sung Park, and Hyo Jung Song Abstract H.264/AVC offers a considerably higher improvement in coding efficiency compared to other compression

More information

Transform Coding of Still Images

Transform Coding of Still Images Transform Coding of Still Images February 2012 1 Introduction 1.1 Overview A transform coder consists of three distinct parts: The transform, the quantizer and the source coder. In this laboration you

More information

UTILIZATION OF MATLAB FOR THE DIGITAL SIGNAL TRANSMISSION SIMULATION AND ANALYSIS IN DTV AND DVB AREA. Tomáš Kratochvíl

UTILIZATION OF MATLAB FOR THE DIGITAL SIGNAL TRANSMISSION SIMULATION AND ANALYSIS IN DTV AND DVB AREA. Tomáš Kratochvíl UTILIZATION OF MATLAB FOR THE DIGITAL SIGNAL TRANSMISSION SIMULATION AND ANALYSIS IN DTV AND DVB AREA Tomáš Kratochvíl Institute of Radio Electronics, Brno University of Technology Faculty of Electrical

More information

A low-power portable H.264/AVC decoder using elastic pipeline

A low-power portable H.264/AVC decoder using elastic pipeline Chapter 3 A low-power portable H.64/AVC decoder using elastic pipeline Yoshinori Sakata, Kentaro Kawakami, Hiroshi Kawaguchi, Masahiko Graduate School, Kobe University, Kobe, Hyogo, 657-8507 Japan Email:

More information

Constant Bit Rate for Video Streaming Over Packet Switching Networks

Constant Bit Rate for Video Streaming Over Packet Switching Networks International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Constant Bit Rate for Video Streaming Over Packet Switching Networks Mr. S. P.V Subba rao 1, Y. Renuka Devi 2 Associate professor

More information