Low Complexity H.265/HEVC Coding Unit Size Decision for a Videoconferencing System

Size: px
Start display at page:

Download "Low Complexity H.265/HEVC Coding Unit Size Decision for a Videoconferencing System"

Transcription

1 BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 15, No 6 Special Issue o Logistics, Iformatics ad Service Sciece Sofia 2015 Prit ISSN: ; Olie ISSN: DOI: /cait Low Complexity H.265/HEVC Codig Uit Size Decisio for a Videocoferecig System Zhaoqig Pa 1,2,3, Limig Che 1,2, Wejie Ya 3 1 School of Computer ad Software, Najig Uiversity of Iformatio Sciece ad Techology, Najig , Jiagsu, Chia 2 Jiagsu Egieerig Cetre of Network Moitorig, Najig Uiversity of Iformatio Sciece ad Techology, Najig , Jiagsu, Chia 3 School of Computer Sciece ad Egieerig, Hebei Uiversity of Techology, Tiaji , Tiaji, Chia s: zhaoqigpa@uist.edu.c leeged_che@outlook.com wejieya@scse.hebut.edu.c Abstract: With the developmet of Iteret ad video capture techiques, videocoferecig becomes still more popular. However, with the icreased size of the video resolutio, the volume of the raw videocoferecig video data icreases dramatically. The H.265/HEVC video compressio stadard ca efficietly compresses the videocoferecig video, while the high compressio rate is at the cost of heavy ecodig complexity. Hece, reducig the complexity is vital to be used for the H.265/HEVC ecoder i videocoferecig systems. I this paper we proposed a low complexity H.265/HEVC codig uit size decisio algorithm for a videocoferecig system, by cosiderig the codig cotet property of the codig uit, i which the codig uit size decisio process is termiated if the predictio residuals of the codig uit are all trasformed ad quatized to zeroes. The experimetal results show that the proposed algorithm achieves 62.79% o average i ecodig time savig, while the rate distortio degradatio is acceptable. Keywords: Videocoferecig system, H.265/HEVC, Codig uit, quadtree, low complexity. 1. Itroductio VideoCoferecig (VC) is the coduct of a videocoferece by a group of telecommuicatio techiques which allows more tha oe locatios to commuicate by simultaeous two-way video ad audio trasmissios. With the icreased size of the video resolutio, the amout of raw video data eeds to be 159

2 compressed ad trasmitted. However, the curret computig ad trasmissio capabilities are still limited. As a result, the high compressio rate ad low complexity are the key requiremets for high defiitio videos to be widely used i VC. The H.265/HEVC (High Efficiecy Video Codig) stadard [1-3] ca efficietly address the compressio rate problem. However, the achieved compressio rate is at the cost of high computatioal complexity of a group of advaced codig tools used i the H.265/HEVC, such as the quadtree structure based Codig Tree Uit (CTU). Therefore, reducig the computatioal complexity is essetial for the H.265/HEVC ecoder to be applied i the VC system. To compress the videocoferecig video, the video is separated ito a umber of frames, ad the frames are sequetially ecoded. Furthermore, the frame is partitioed ito slices, the slices are split ito a group of CTUs, which are the basic compressio uit of the H.265/HEVC ecoder. Accordig to the quadtree structure, the CTUs are further partitioed ito Codig Uits (CUs), ad the HEVC supports flexible CU sizes from the size of to the size of 8 8, which are correspodig to the CU quadtree depth of 0 up to depth 3. I CU ecodig process, the HEVC ecoder checks 4 i, i [0, 1, 2, 3], CU partitios for each quadtree depth level, there are totally 85 CU partitios. Fig. 1 gives a example of the H.265/HEVC quadtree based CU partitio process. At last, the best CU quadtree * depth level d is determied accordig to the rate distortio cost fuctio [4, 5], as show: * d = arg mi Jd, (1) d D Jd = Dd ( ) + λ Rd ( ), where D is the cadidate CU quadtree depth level, D(d) is the distortio betwee the origial CU ad its recostructed CU which is obtaied by ecodig the origial CU with a quadtree depth level d; is the Lagragia multiplier; R(d) represets the umber of total bits for ecodig the CU with depth d. This try all ad select the best CU quadtree depth decisio method cosumes high computatio, which could limit the H.265/HEVC ecoder to be used i real time VC systems. To reduce the computatioal complexity, may researchers have devoted their efforts to reducig the computatioal complexity of H.265/HEVC CU size decisio process. C h o i, P a r k ad J a g [6] proposed a codig tree pruig based CU early termiatio method for a low complexity H.265/HEVC ecoder, i which the CU size decisio process is termiated, if the curret CU selects the Skip mode as its best predictio mode. By usig the spatial ad temporal CU depth selectio correlatio, P a et al. [7] have proposed a fast CU size decisio method for H.265/HEVC ecoder. Based o the texture complexity, H o u et al. [8] proposed a fast CU size decisio algorithm for H.265/HEVC itra codig. A h, L e e ad K i m [9] proposed a fast CU ecodig method by usig spatiotemporal ecodig parameters for H.265/HEVC iter codig. Based o statistical aalysis, L e e et al. [10] proposed a fast CU size decisio algorithm by cosiderig the Skip mode decisio, CU skip estimatio ad early CU termiatio. Based o the depth iformatio correlatio betwee the spatial-temporal adjacet codig tree uits ad the curret codig tree uit, Z h a g, W a g ad L i [11] proposed a fast codig 160

3 uit depth decisio algorithm for iterframe codig i H.265.HEVC. M u et al. [12] proposed a fast CU depth decisio method by exploitig the relatioship betwee the rate distortio cost ad CU depth. H u a g et al. [13] proposed a adaptive depth search rage for HEVC codig uit size selectio accordig to the coded block flag ad the iformatio of the quatizatio parameter. However, these methods caot efficietly remove the complexity of H.265/HEVC ecoder of a videocoferecig system due to the fact that video cotet properties are ot cosidered by these methods (Fig. 1). Fig. 1. A example of the H.265/HEVC quadtree based CU partitio process I this paper we propose a fast CU size decisio method for the low complexity H.265/HEVC ecoder of a videocoferecig system by cosiderig the video cotet property. The rest of this paper is orgaized as follows. The motivatios ad statistical aalyses are preseted i Sectio 2. The the details of the proposed fast CU size decisio algorithm are give i Sectio 3. Experimetal results are give i Sectio 4. Fially, Sectio 5 cocludes the paper. 2. Motivatios ad statistical aalyses To aalyze the ecodig complexity of the best CU quadtree depth level decisio process, three differet HD video sequeces with a resolutio , icludig FourPeople, Johy, ad Vidyo1 are tested; detailed iformatio of these three sequece is give i Table 1. The HEVC referece software HM12.0 is used as a software platform. The test coditios are listed as follows: the maximum CU size is 64 64, ad the maximum CU quadtree depth is 4; the fast motio estimatio method is TZSearch; four Quatizatio Parameters (QPs) are adopted. The statistical results are give i Table 2, where the CU ecodig complexity, C complexity is computed by (2) Ccomplexity = Tc / Te, where T c represets the total ecodig time of the CU size decisio process, T e idicates the total ecodig time of the H.265/HEVC ecoder. 161

4 Table 1. Test sequeces Sequece FourPeople Johy Vidyo1 Size Frame rate, Codig Frames fps structure ecoded Low-Delay- Mai 65 Table 2. Statistical results of CU ecodig complexity Sequece QP=22 QP=27 QP=32 QP=37 FourPeople Johy Vidyo From Table 1 it ca be see that the ecodig complexity of the CU size decisio process is rather large, the value of C complexity is from up to From these values, we ca draw a coclusio that the try all ad select the best CU size decisio process cosumes most of the total ecodig time. Thus, if the CU size decisio process could be optimized, much more ecodig time could be saved. 3. The proposed fast CU size decisio algorithm for a low complexity H.265/HEVC ecoder 3.1. The proposed all-zero block based fast CU size decisio algorithm The videocoferecig video has may homogeous regios, such as the backgroud, sice a big size CU could ecode the predictio residual i a few umber of symbols tha possible uder the coditio of may small size CUs; the homogeous regios are rather suitable for ecodig i a big size CU partitio. I additio, the iterpredictio residuals of these homogeous regios are easy trasformed ad quatized ito zeroes. Hece, desigig a early termiatio for the CU size decisio process based o the quatizatio coefficiets is practicable. I video codig, the All-Zero Block (AZB) meas that the predictio residuals of this block are all trasformed ad quatized ito zeroes. To fid the correlatio betwee the AZB ad the optimal CU quadtree depth, the evet M idicates after ecodig the CUs of depth level i with the merge ad iter 2N 2N PU mode, they are all AZBs. The evet N represets that the CU quadtree depth i is selected as the optimal CU quadtree depth level, the coditioal probabilities of P(N M) are tested. The statistical results are show i Table 3. Table 3. The coditioal probabilities of P(N M) Sequece QP=22 QP=27 QP=32 QP=37 Average FourPeople 80.10% 86.97% 89.79% 91.82% 87.17% Johy 80.56% 86.01% 89.20% 91.69% 86.87% Vidyo % 85.70% 88.66% 90.70% 85.85% Average 79.67% 86.23% 89.22% 91.40% 86.63% 162

5 From Table 3 it ca be observed that the CU has a quite large probability to choose the quadtree depth level i as its best CU quadtree depth level, whe the CUs with depth i are all AZBs. The coditioal probability of P(N M) holds a average of 86.63%, ad is from 78.34% up to 91.82%. It ca also be see that the coditioal probability of P(N M) icreases as the QP value gets bigger, this is because more iter predictio redials are trasformed ad quatized to zeroes due to the fact that the codig cotet becomes simple as the QP icreases. Therefore, accordig to the above aalyses, the best CU quadtree depth level selectio process is completed if (3) QM + QI = 0, i where idicates the umber of total CU partitios, i [ ] = 4, 0,1, 2, 3, i is the CU quadtree depth level. After ecodig the CU with the merge mode, if its predictio residuals are trasformed ad quatized ito zeroes, the the value of QM is equal to 0, otherwise, the value of QM is bigger tha 0; after ecodig the CU with the iter 2N 2N mode, if its predictio residuals are trasformed ad quatized ito zeroes, the the value of QI is equal to 0; otherwise, the value of QI is bigger tha The overall algorithm Accordig to the above aalysis, the low complexity H.265/HEVC CU size decisio algorithm for videocoferecig video codig is summarized i Algorithm Experimetal results I order to evaluate the efficiecy of the low complexity CU size decisio algorithm, the HEVC referece software HM12.0 is used as a software platform. The hardware platform is Itel Xeo CPU E GHz ad 3.50 GHz, 4.00 GB RAM with Microsoft Widows 7 64-bit operatig system. The test coditios are idicated i Table 4. Six videocoferecig video sequeces, icludig FourPeople, Johy, KristeAdSara, Vidyo1, Vidyo3, Vidyo4 are adopted. These six video sequeces are show i Fig. 2. The iformatio of these six sequeces is that the resolutio is , the frame rate is 60 fps, ad the umber of ecoded frames is 97. Algorithm 1. The low complexity H.265/HEVC CU size decisio algorithm Step 1. Iput: The maximum CU size: 64 64, the maximum quadtree depth: 4 Step 2. for Quadtree depth level=0 to 3 do Step 3. Ecode the curret CU with the Merge mode Step 4. Ecode the curret CU with the Iter 2N 2N mode Step 5. if QM + QI = 0 The 163

6 Step 6. The CU size decisio process is termiated Step 7. else Step 8. Ecode the curret CTU with the ext quadtree depth level Step 9. ed if Step 10. Output: The best CU quadtree depth level Step 11. ed for Step 12. Process the ext codig tree uit Table 4. Test coditios The maximum CU size The maximum quadtree depth 4 Motio estimatio method TZSearch Motio estimatio search rage ±64 Quatizatio parameters 22, 27, 32, 37 We compared the ecodig performace of the proposed algorithm with C h o i, P a r k ad J a g [6] i terms of the Peak Sigal to Noise Ratio (PSNR), Bit Rate (BR) ad total ecodig time savig. The experimetal results are summarized i Table 5. I the table PSNR, BR ad T deote the PSNR decrease, BR icrease ad the total ecodig CPU time savig [14, 15], ad they are computed as give below: Δ PSNR = PSNRφ PSNR HM, (4) where PSNR, BR, T φ φ φ BR Δ = Tφ T Δ T = T φ HM BR, BR HM HM BR HM, preset the PSNR, BR ad total ecodig time of the algorithm, {Choi [6], Proposed}; HM HM HM PSNR, BR, T deote the PSNR, BR ad total ecodig time of the origial HM12.0, respectively. From Table 5 we ca see that Choi s method reduces the total ecodig time from up to 70.17%, 55.47% o average. Meawhile, the PSNR decreases from up to db, db o average; ad the BR decreases from 0.38 up to 1.99%, 1.04% o average. The proposed method saves the total ecodig time up to 76.36%, 62.79% o average. At the same time, the PSNR degrades from up to db, db o average, ad the BR decreases from 0.30 up to 2.12%, 1.07% o average. From these values we ca see that the proposed method achieves a quite similar rate distortio performace with Choi s method, while it obtais more ecodig time savig tha Choi s method. Thus, we ca coclude that the proposed method efficietly removes the ecodig complexity of the H.265/HEVC ecoder, meawhile maitaiig a comparable rate distortio performace. 164

7 Table 5. Summary of the ecodig results Choi [6] Proposed Sequece QP PSNR, BR, T, PSNR, BR, T, db % % db % % FourPeople Average Johy Average KristeAdSara Average Vidyo Average Vidyo Average Vidyo Average Average

8 Fig. 2 shows the test sequeces. (d) (e) (f) Fig. 2. Test sequeces: FourPeople (a); Johy (b); KristeAdSara (c); Vidyo1 (d); Vidyo3 (e); Vidyo4 (f) 5. Coclusio The CU size decisio process cosumes the greatest proportio of the total ecodig time of H.265/HEVC ecoder, so i order to make the H.265/HEVC ecoder meet the complexity requiremets of a videocoferecig system we proposed a low complexity 265/HEVC CU size decisio algorithm. The experimetal results show that the proposed algorithm ca efficietly reduce the computatioal complexity of the H.265/HEVC ecoder, while the rate distortio performace degradatio is acceptable. Ackowledgemets: This work was supported i part by the Natioal Natural Sciece Foudatio of Chia uder Grat , i part by the Natioal Natural Sciece Foudatio of Jiagsu Provice of Chia uder Grat BK , i part by the Natural Sciece Foudatio of the Jiagsu Higher Educatio Istitutios of Chia uder Grat 15KJB510019, i part by the Project through the Priority Academic Program Developmet of Jiagsu Higher Educatio Istitutios, i part by the Startup Foudatio for Itroducig Talet of NUIST uder Grat , i part by the Natural Sciece Foudatio of Hebei Provice of Chia uder Grat F ad Grat F R e f e r e c e s 1. Sulliva, G. J., J.-R. Ohm, W.-J. Ha, T. Wiegad. Overview of the High Efficiecy Video Codig (HEVC) Stadard. IEEE Tras. Circuits Syst. Video Techol., Vol. 12, 2012, No 12, pp Iformatio Techology-High Efficiecy Codig ad Media Delivery i Heterogeeous Eviromets-Part 2: High Efficiecy Video Codig. ISO/IEC :2013 ITU-T Rec. H.265,

9 3. P a, Z., S. K w o g, M.-T. S u, J. L e i. Early MERGE Mode Decisio Based o Motio Estimatio ad Hierarchical Depth Correlatio for HEVC. IEEE Trasactios o Broadcastig, Vol. 60, 2014, No 2, pp Ohm, J.-R., G. J. Sulliva, H. Schwarz, T. K. Ta, T. Wiegad. Compariso of the Codig Efficiecy of Video Codig Stadards-Icludig High Efficiecy Video Codig (HEVC). IEEE Tras. Circuits Syst. Video Techol., Vol. 22, 2012, No 12, pp P a, Z., Y. Z h a g, S. K w o g. Efficiet Motio ad Disparity Estimatio Optimizatio for Low Complexity Multiview Video Codig. IEEE Trasactios o Broadcastig, Vol. 61, 2015, No 2, pp C h o i, K., S.-H. P a r k, E. S. J a g. Codig Tree Pruig Based CU Early Termiatio. ITU-T/ISO/IEC Joit Collaborative Team o Video Codig (JCT-VC) Documet JCTVC- F092, July P a, Z., S. K w o g, Y. Z h a g, J. L e i, H. Y u a. Fast Codig Tree Uit Depth Decisio for High Efficiecy Video Codig. I Proc. of 2014 IEEE Iteratioal Coferece o Image Processig (ICIP), Paris, Frace, May 2014, pp H o u, J., D. L i, Z. L i, X. J i a g. Fast CU Size Decisio Based o Texture Complexity for HEVC Itra Codig. I Proc. of 2013 Iteratioal Coferece o Mechatroic Scieces, Electric Egieerig ad Computer (MEC), Sheyag, Chia, December 2013, pp A h, S., B. L e e, M. K i m. A Novel Fast CU Ecodig Scheme Based o Spatiotemporal Ecodig Parameters for HEVC Iter Codig. IEEE Trasactios o Circuits ad Systems for Video Techology, Vol. 25, 2015, No 3, pp Lee, J., S. Kim, K. Lim, S. Lee. A Fast CU Size Decisio Algorithm for HEVC. IEEE Trasactios o Circuits ad Systems for Video Techology, Vol. 25, 2015, No 3, pp Z h a g, Y., H. W a g, Z. L i. Fast Codig Uit Depth Decisio Algorithm for Iterframe Codig i HEVC. I Proc. Data Compressio Coferece (DCC), Sowbird, UT, Mar., pp M u, F., L. S o g, X. Y a g, Z. L u o. Fast Codig Uit Depth Decisio for HEVC. I Proc. of 2014 IEEE Iteratioal Coferece o Multimedia ad Expo Workshops (ICMEW), Chegdu, Chia, July 2014, pp H u a g, X., C. K u o, C. M a o, Y. C i o u. Adaptive Depth Search Rage for HEVC Codig Uit Size Selectio. I Proc. of 2014 Aual Summit ad Coferece o Asia-Pacific Sigal ad Iformatio Processig Associatio (APSIPA), Siem Reap, December 2014, pp P a, Z., S. K w o g, L. X u, Y. Z h a g, T. Z h a o. Predictive ad Distributio Orieted Fast Motio Estimatio for H.264/AVC. Joural of Real-Time Image Processig, Vol. 9, 2014, No 4, pp P a, Z., S. K w o g. A Directio-Based Usymmetrical-Cross Multi-Hexago-Grid Search Algorithm for H.264/AVC Motio Estimatio. Joural of Sigal Processig Systems, Vol. 7, 2013, No 1, pp

Fast Coding Strategy for HEVC by Motion Features and Saliency Applied on Difference Between Successive Image Blocks

Fast Coding Strategy for HEVC by Motion Features and Saliency Applied on Difference Between Successive Image Blocks Fast Codig Strategy for HEVC by Motio Features ad Saliecy Applied o Differece Betwee Successive Image Blocks Pallab Kati Podder, Maoraja Paul, ad Mazur Murshed Abstract. Itroducig a umber of iovative ad

More information

Adaptive Resource Allocation for Electric Environmental Pollution through the Control Network

Adaptive Resource Allocation for Electric Environmental Pollution through the Control Network Available olie at www.sciecedirect.com Eergy Procedia 6 (202) 60 64 202 Iteratioal Coferece o Future Eergy, Eviromet, ad Materials Adaptive Resource Allocatio for Electric Evirometal Pollutio through the

More information

3D Model Retrieval Method Based on Sample Prediction

3D Model Retrieval Method Based on Sample Prediction 20 Iteratioal Coferece o Computer Commuicatio ad Maagemet Proc.of CSIT vol.5 (20) (20) IACSIT Press, Sigapore 3D Model Retrieval Method Based o Sample Predictio Qigche Zhag, Ya Tag* School of Computer

More information

Analysis of Server Resource Consumption of Meteorological Satellite Application System Based on Contour Curve

Analysis of Server Resource Consumption of Meteorological Satellite Application System Based on Contour Curve Advaces i Computer, Sigals ad Systems (2018) 2: 19-25 Clausius Scietific Press, Caada Aalysis of Server Resource Cosumptio of Meteorological Satellite Applicatio System Based o Cotour Curve Xiagag Zhao

More information

Pruning and Summarizing the Discovered Time Series Association Rules from Mechanical Sensor Data Qing YANG1,a,*, Shao-Yu WANG1,b, Ting-Ting ZHANG2,c

Pruning and Summarizing the Discovered Time Series Association Rules from Mechanical Sensor Data Qing YANG1,a,*, Shao-Yu WANG1,b, Ting-Ting ZHANG2,c Advaces i Egieerig Research (AER), volume 131 3rd Aual Iteratioal Coferece o Electroics, Electrical Egieerig ad Iformatio Sciece (EEEIS 2017) Pruig ad Summarizig the Discovered Time Series Associatio Rules

More information

A New Morphological 3D Shape Decomposition: Grayscale Interframe Interpolation Method

A New Morphological 3D Shape Decomposition: Grayscale Interframe Interpolation Method A ew Morphological 3D Shape Decompositio: Grayscale Iterframe Iterpolatio Method D.. Vizireau Politehica Uiversity Bucharest, Romaia ae@comm.pub.ro R. M. Udrea Politehica Uiversity Bucharest, Romaia mihea@comm.pub.ro

More information

Harris Corner Detection Algorithm at Sub-pixel Level and Its Application Yuanfeng Han a, Peijiang Chen b * and Tian Meng c

Harris Corner Detection Algorithm at Sub-pixel Level and Its Application Yuanfeng Han a, Peijiang Chen b * and Tian Meng c Iteratioal Coferece o Computatioal Sciece ad Egieerig (ICCSE 015) Harris Corer Detectio Algorithm at Sub-pixel Level ad Its Applicatio Yuafeg Ha a, Peijiag Che b * ad Tia Meg c School of Automobile, Liyi

More information

The Counterchanged Crossed Cube Interconnection Network and Its Topology Properties

The Counterchanged Crossed Cube Interconnection Network and Its Topology Properties WSEAS TRANSACTIONS o COMMUNICATIONS Wag Xiyag The Couterchaged Crossed Cube Itercoectio Network ad Its Topology Properties WANG XINYANG School of Computer Sciece ad Egieerig South Chia Uiversity of Techology

More information

Improvement of the Orthogonal Code Convolution Capabilities Using FPGA Implementation

Improvement of the Orthogonal Code Convolution Capabilities Using FPGA Implementation Improvemet of the Orthogoal Code Covolutio Capabilities Usig FPGA Implemetatio Naima Kaabouch, Member, IEEE, Apara Dhirde, Member, IEEE, Saleh Faruque, Member, IEEE Departmet of Electrical Egieerig, Uiversity

More information

New Fuzzy Color Clustering Algorithm Based on hsl Similarity

New Fuzzy Color Clustering Algorithm Based on hsl Similarity IFSA-EUSFLAT 009 New Fuzzy Color Clusterig Algorithm Based o hsl Similarity Vasile Ptracu Departmet of Iformatics Techology Tarom Compay Bucharest Romaia Email: patrascu.v@gmail.com Abstract I this paper

More information

Research Article An Efficient Fractal Video Sequences Codec with Multiviews

Research Article An Efficient Fractal Video Sequences Codec with Multiviews Mathematical Problems i Egieerig Volume 2013, Article ID 853283, 8 pages http://dx.doi.org/10.1155/2013/853283 Research Article A Efficiet Fractal Video Sequeces Codec with Multiviews Shipig Zhu, 1 Liyu

More information

Optimization for framework design of new product introduction management system Ma Ying, Wu Hongcui

Optimization for framework design of new product introduction management system Ma Ying, Wu Hongcui 2d Iteratioal Coferece o Electrical, Computer Egieerig ad Electroics (ICECEE 2015) Optimizatio for framework desig of ew product itroductio maagemet system Ma Yig, Wu Hogcui Tiaji Electroic Iformatio Vocatioal

More information

Analysis of Class Design Coupling Based on Information Entropy Di Jiang 1,2, a, Hua Zhou 1,2,b and Xingping Sun 1,2,c

Analysis of Class Design Coupling Based on Information Entropy Di Jiang 1,2, a, Hua Zhou 1,2,b and Xingping Sun 1,2,c Advaced Materials Research Olie: 2013-01-25 IN: 1662-8985, Vol. 659, pp 196-201 doi:10.4028/www.scietific.et/amr.659.196 2013 Tras Tech Publicatios, witzerlad Aalysis of Class Desig Couplig Based o Iformatio

More information

BASED ON ITERATIVE ERROR-CORRECTION

BASED ON ITERATIVE ERROR-CORRECTION A COHPARISO OF CRYPTAALYTIC PRICIPLES BASED O ITERATIVE ERROR-CORRECTIO Miodrag J. MihaljeviC ad Jova Dj. GoliC Istitute of Applied Mathematics ad Electroics. Belgrade School of Electrical Egieerig. Uiversity

More information

A Fully SNR, Spatial and Temporal Scalable 3DSPIHT-Based Video Coding Algorithm for Video Streaming Over Heterogeneous Networks

A Fully SNR, Spatial and Temporal Scalable 3DSPIHT-Based Video Coding Algorithm for Video Streaming Over Heterogeneous Networks A Fully SNR, Spatial ad Temporal Scalable 3DSIHT-Based ideo Codig Algorithm for ideo Streamig Over Heterogeeous Networks Habibollah Dayali ad Alfred Mertis School of Electrical, Computer ad Telecommuicatios

More information

Improving Information Retrieval System Security via an Optimal Maximal Coding Scheme

Improving Information Retrieval System Security via an Optimal Maximal Coding Scheme Improvig Iformatio Retrieval System Security via a Optimal Maximal Codig Scheme Dogyag Log Departmet of Computer Sciece, City Uiversity of Hog Kog, 8 Tat Chee Aveue Kowloo, Hog Kog SAR, PRC dylog@cs.cityu.edu.hk

More information

New HSL Distance Based Colour Clustering Algorithm

New HSL Distance Based Colour Clustering Algorithm The 4th Midwest Artificial Itelligece ad Cogitive Scieces Coferece (MAICS 03 pp 85-9 New Albay Idiaa USA April 3-4 03 New HSL Distace Based Colour Clusterig Algorithm Vasile Patrascu Departemet of Iformatics

More information

Euclidean Distance Based Feature Selection for Fault Detection Prediction Model in Semiconductor Manufacturing Process

Euclidean Distance Based Feature Selection for Fault Detection Prediction Model in Semiconductor Manufacturing Process Vol.133 (Iformatio Techology ad Computer Sciece 016), pp.85-89 http://dx.doi.org/10.1457/astl.016. Euclidea Distace Based Feature Selectio for Fault Detectio Predictio Model i Semicoductor Maufacturig

More information

Mobile terminal 3D image reconstruction program development based on Android Lin Qinhua

Mobile terminal 3D image reconstruction program development based on Android Lin Qinhua Iteratioal Coferece o Automatio, Mechaical Cotrol ad Computatioal Egieerig (AMCCE 05) Mobile termial 3D image recostructio program developmet based o Adroid Li Qihua Sichua Iformatio Techology College

More information

Wavelet Based Dual Encoding Lossless Medical Image Compression

Wavelet Based Dual Encoding Lossless Medical Image Compression avelet Based Dual Ecodig Lossless Medical Image Compressio *V.Maohar, Asst. Professor, SR Egieerig College, aragal, TG, Idia, maoharvu@gmail.com **Dr.G. Laxmiarayaa, Professor, oly Mary Istitute of Techology,

More information

An Efficient Image Rectification Method for Parallel Multi-Camera Arrangement

An Efficient Image Rectification Method for Parallel Multi-Camera Arrangement Y.-S. Kag ad Y.-S. Ho: A Efficiet Image Rectificatio Method for Parallel Multi-Camera Arragemet 141 A Efficiet Image Rectificatio Method for Parallel Multi-Camera Arragemet Yu-Suk Kag ad Yo-Sug Ho, Seior

More information

The impact of GOP pattern and packet loss on the video quality. of H.264/AVC compression standard

The impact of GOP pattern and packet loss on the video quality. of H.264/AVC compression standard The impact of GOP patter ad packet loss o the video quality of H.264/AVC compressio stadard MIROSLAV UHRINA, JAROSLAV FRNDA, LUKÁŠ ŠEVČÍK, MARTIN VACULÍK Departmet of Telecommuicatios ad Multimedia Uiversity

More information

FREQUENCY ESTIMATION OF INTERNET PACKET STREAMS WITH LIMITED SPACE: UPPER AND LOWER BOUNDS

FREQUENCY ESTIMATION OF INTERNET PACKET STREAMS WITH LIMITED SPACE: UPPER AND LOWER BOUNDS FREQUENCY ESTIMATION OF INTERNET PACKET STREAMS WITH LIMITED SPACE: UPPER AND LOWER BOUNDS Prosejit Bose Evagelos Kraakis Pat Mori Yihui Tag School of Computer Sciece, Carleto Uiversity {jit,kraakis,mori,y

More information

Study on effective detection method for specific data of large database LI Jin-feng

Study on effective detection method for specific data of large database LI Jin-feng Iteratioal Coferece o Automatio, Mechaical Cotrol ad Computatioal Egieerig (AMCCE 205) Study o effective detectio method for specific data of large database LI Ji-feg (Vocatioal College of DogYig, Shadog

More information

Energy-efficient HTTP Adaptive Streaming for High- Quality Video over HetNets

Energy-efficient HTTP Adaptive Streaming for High- Quality Video over HetNets 5 IEEE 6th Iteratioal Symposium o Persoal Idoor ad Mobile Radio Commuicatios - (PIMRC): Services Eergy-efficiet HTTP Adaptive Streamig for High- Quality Video over HetNets Yumi Go Oh Cha Kwo ad Hwaju Sog

More information

Fast Fourier Transform (FFT) Algorithms

Fast Fourier Transform (FFT) Algorithms Fast Fourier Trasform FFT Algorithms Relatio to the z-trasform elsewhere, ozero, z x z X x [ ] 2 ~ elsewhere,, ~ e j x X x x π j e z z X X π 2 ~ The DFS X represets evely spaced samples of the z- trasform

More information

A Fast Fractal Model Based ECG Compression Technique Lin Yin 1,a, Fang Yu* 1,b

A Fast Fractal Model Based ECG Compression Technique Lin Yin 1,a, Fang Yu* 1,b 4th Iteratioal Coferece o Computer, Mechatroics, Cotrol ad Electroic Egieerig (ICCMCEE 2015) A Fast Fractal Model Based ECG Compressio Techique Li Yi 1,a, Fag Yu* 1,b 1 Electroicsad iformatio egieerig

More information

RESEARCH ON AUTOMATIC INSPECTION TECHNIQUE OF REAL-TIME RADIOGRAPHY FOR TURBINE-BLADE

RESEARCH ON AUTOMATIC INSPECTION TECHNIQUE OF REAL-TIME RADIOGRAPHY FOR TURBINE-BLADE RESEARCH ON AUTOMATIC INSPECTION TECHNIQUE OF REAL-TIME RADIOGRAPHY FOR TURBINE-BLADE Z.G. Zhou, S. Zhao, ad Z.G. A School of Mechaical Egieerig ad Automatio, Beijig Uiversity of Aeroautics ad Astroautics,

More information

Ontology-based Decision Support System with Analytic Hierarchy Process for Tour Package Selection

Ontology-based Decision Support System with Analytic Hierarchy Process for Tour Package Selection 2017 Asia-Pacific Egieerig ad Techology Coferece (APETC 2017) ISBN: 978-1-60595-443-1 Otology-based Decisio Support System with Aalytic Hierarchy Process for Tour Pacage Selectio Tie-We Sug, Chia-Jug Lee,

More information

Empirical Validate C&K Suite for Predict Fault-Proneness of Object-Oriented Classes Developed Using Fuzzy Logic.

Empirical Validate C&K Suite for Predict Fault-Proneness of Object-Oriented Classes Developed Using Fuzzy Logic. Empirical Validate C&K Suite for Predict Fault-Proeess of Object-Orieted Classes Developed Usig Fuzzy Logic. Mohammad Amro 1, Moataz Ahmed 1, Kaaa Faisal 2 1 Iformatio ad Computer Sciece Departmet, Kig

More information

Redundancy Allocation for Series Parallel Systems with Multiple Constraints and Sensitivity Analysis

Redundancy Allocation for Series Parallel Systems with Multiple Constraints and Sensitivity Analysis IOSR Joural of Egieerig Redudacy Allocatio for Series Parallel Systems with Multiple Costraits ad Sesitivity Aalysis S. V. Suresh Babu, D.Maheswar 2, G. Ragaath 3 Y.Viaya Kumar d G.Sakaraiah e (Mechaical

More information

A Method of Malicious Application Detection

A Method of Malicious Application Detection 5th Iteratioal Coferece o Educatio, Maagemet, Iformatio ad Medicie (EMIM 2015) A Method of Malicious Applicatio Detectio Xiao Cheg 1,a, Ya Hui Guo 2,b, Qi Li 3,c 1 Xiao Cheg, Beijig Uiv Posts & Telecommu,

More information

Stone Images Retrieval Based on Color Histogram

Stone Images Retrieval Based on Color Histogram Stoe Images Retrieval Based o Color Histogram Qiag Zhao, Jie Yag, Jigyi Yag, Hogxig Liu School of Iformatio Egieerig, Wuha Uiversity of Techology Wuha, Chia Abstract Stoe images color features are chose

More information

An Improved Shuffled Frog-Leaping Algorithm for Knapsack Problem

An Improved Shuffled Frog-Leaping Algorithm for Knapsack Problem A Improved Shuffled Frog-Leapig Algorithm for Kapsack Problem Zhoufag Li, Ya Zhou, ad Peg Cheg School of Iformatio Sciece ad Egieerig Hea Uiversity of Techology ZhegZhou, Chia lzhf1978@126.com Abstract.

More information

Lecture Notes 6 Introduction to algorithm analysis CSS 501 Data Structures and Object-Oriented Programming

Lecture Notes 6 Introduction to algorithm analysis CSS 501 Data Structures and Object-Oriented Programming Lecture Notes 6 Itroductio to algorithm aalysis CSS 501 Data Structures ad Object-Orieted Programmig Readig for this lecture: Carrao, Chapter 10 To be covered i this lecture: Itroductio to algorithm aalysis

More information

An Efficient Algorithm for Graph Bisection of Triangularizations

An Efficient Algorithm for Graph Bisection of Triangularizations Applied Mathematical Scieces, Vol. 1, 2007, o. 25, 1203-1215 A Efficiet Algorithm for Graph Bisectio of Triagularizatios Gerold Jäger Departmet of Computer Sciece Washigto Uiversity Campus Box 1045, Oe

More information

Mapping Publishing and Mapping Adaptation in the Middleware of Railway Information Grid System

Mapping Publishing and Mapping Adaptation in the Middleware of Railway Information Grid System Mappig Publishig ad Mappig Adaptatio i the Middleware of Railway Iformatio Grid ystem You Gamei, Liao Huamig, u Yuzhog Istitute of Computig Techology, Chiese Academy of cieces, Beijig 00080 gameiu@ict.ac.c

More information

Dynamic Programming and Curve Fitting Based Road Boundary Detection

Dynamic Programming and Curve Fitting Based Road Boundary Detection Dyamic Programmig ad Curve Fittig Based Road Boudary Detectio SHYAM PRASAD ADHIKARI, HYONGSUK KIM, Divisio of Electroics ad Iformatio Egieerig Chobuk Natioal Uiversity 664-4 Ga Deokji-Dog Jeoju-City Jeobuk

More information

Keywords Software Architecture, Object-oriented metrics, Reliability, Reusability, Coupling evaluator, Cohesion, efficiency

Keywords Software Architecture, Object-oriented metrics, Reliability, Reusability, Coupling evaluator, Cohesion, efficiency Volume 3, Issue 9, September 2013 ISSN: 2277 128X Iteratioal Joural of Advaced Research i Computer Sciece ad Software Egieerig Research Paper Available olie at: www.ijarcsse.com Couplig Evaluator to Ehace

More information

Sectio 4, a prototype project of settig field weight with AHP method is developed ad the experimetal results are aalyzed. Fially, we coclude our work

Sectio 4, a prototype project of settig field weight with AHP method is developed ad the experimetal results are aalyzed. Fially, we coclude our work 200 2d Iteratioal Coferece o Iformatio ad Multimedia Techology (ICIMT 200) IPCSIT vol. 42 (202) (202) IACSIT Press, Sigapore DOI: 0.7763/IPCSIT.202.V42.0 Idex Weight Decisio Based o AHP for Iformatio Retrieval

More information

Analysis Metrics. Intro to Algorithm Analysis. Slides. 12. Alg Analysis. 12. Alg Analysis

Analysis Metrics. Intro to Algorithm Analysis. Slides. 12. Alg Analysis. 12. Alg Analysis Itro to Algorithm Aalysis Aalysis Metrics Slides. Table of Cotets. Aalysis Metrics 3. Exact Aalysis Rules 4. Simple Summatio 5. Summatio Formulas 6. Order of Magitude 7. Big-O otatio 8. Big-O Theorems

More information

Lower Bounds for Sorting

Lower Bounds for Sorting Liear Sortig Topics Covered: Lower Bouds for Sortig Coutig Sort Radix Sort Bucket Sort Lower Bouds for Sortig Compariso vs. o-compariso sortig Decisio tree model Worst case lower boud Compariso Sortig

More information

We are IntechOpen, the first native scientific publisher of Open Access books. International authors and editors. Our authors are among the TOP 1%

We are IntechOpen, the first native scientific publisher of Open Access books. International authors and editors. Our authors are among the TOP 1% We are ItechOpe, the first ative scietific publisher of Ope Access books 3,350 108,000 1.7 M Ope access books available Iteratioal authors ad editors Dowloads Our authors are amog the 151 Coutries delivered

More information

Cubic Polynomial Curves with a Shape Parameter

Cubic Polynomial Curves with a Shape Parameter roceedigs of the th WSEAS Iteratioal Coferece o Robotics Cotrol ad Maufacturig Techology Hagzhou Chia April -8 00 (pp5-70) Cubic olyomial Curves with a Shape arameter MO GUOLIANG ZHAO YANAN Iformatio ad

More information

A Study on the Performance of Cholesky-Factorization using MPI

A Study on the Performance of Cholesky-Factorization using MPI A Study o the Performace of Cholesky-Factorizatio usig MPI Ha S. Kim Scott B. Bade Departmet of Computer Sciece ad Egieerig Uiversity of Califoria Sa Diego {hskim, bade}@cs.ucsd.edu Abstract Cholesky-factorizatio

More information

A QoS Provisioning mechanism of Real-time Wireless USB Transfers for Smart HDTV Multimedia Services

A QoS Provisioning mechanism of Real-time Wireless USB Transfers for Smart HDTV Multimedia Services A QoS Provisioig mechaism of Real-time Wireless USB Trasfers for Smart HDTV Multimedia Services Ji-Woo im 1, yeog Hur 2, Jog-Geu Jeog 3, Dog Hoo Lee 4, Moo Sog Yeu 5, Yeowoo Lee 6 ad Seog Ro Lee 7 1 Istitute

More information

ALU Augmentation for MPEG-4 Repetitive Padding

ALU Augmentation for MPEG-4 Repetitive Padding ALU Augmetatio for MPEG-4 Repetitive Paddig Georgi Kuzmaov Stamatis Vassiliadis Computer Egieerig Lab, Electrical Egieerig Departmet, Faculty of formatio Techology ad Systems, Delft Uiversity of Techology,

More information

Fuzzy Minimal Solution of Dual Fully Fuzzy Matrix Equations

Fuzzy Minimal Solution of Dual Fully Fuzzy Matrix Equations Iteratioal Coferece o Applied Mathematics, Simulatio ad Modellig (AMSM 2016) Fuzzy Miimal Solutio of Dual Fully Fuzzy Matrix Equatios Dequa Shag1 ad Xiaobi Guo2,* 1 Sciece Courses eachig Departmet, Gasu

More information

LU Decomposition Method

LU Decomposition Method SOLUTION OF SIMULTANEOUS LINEAR EQUATIONS LU Decompositio Method Jamie Traha, Autar Kaw, Kevi Marti Uiversity of South Florida Uited States of America kaw@eg.usf.edu http://umericalmethods.eg.usf.edu Itroductio

More information

HADOOP: A NEW APPROACH FOR DOCUMENT CLUSTERING

HADOOP: A NEW APPROACH FOR DOCUMENT CLUSTERING Y.K. Patil* Iteratioal Joural of Advaced Research i ISSN: 2278-6244 IT ad Egieerig Impact Factor: 4.54 HADOOP: A NEW APPROACH FOR DOCUMENT CLUSTERING Prof. V.S. Nadedkar** Abstract: Documet clusterig is

More information

Algorithms for Disk Covering Problems with the Most Points

Algorithms for Disk Covering Problems with the Most Points Algorithms for Disk Coverig Problems with the Most Poits Bi Xiao Departmet of Computig Hog Kog Polytechic Uiversity Hug Hom, Kowloo, Hog Kog csbxiao@comp.polyu.edu.hk Qigfeg Zhuge, Yi He, Zili Shao, Edwi

More information

Identification of the Swiss Z24 Highway Bridge by Frequency Domain Decomposition Brincker, Rune; Andersen, P.

Identification of the Swiss Z24 Highway Bridge by Frequency Domain Decomposition Brincker, Rune; Andersen, P. Aalborg Uiversitet Idetificatio of the Swiss Z24 Highway Bridge by Frequecy Domai Decompositio Bricker, Rue; Aderse, P. Published i: Proceedigs of IMAC 2 Publicatio date: 22 Documet Versio Publisher's

More information

ANN WHICH COVERS MLP AND RBF

ANN WHICH COVERS MLP AND RBF ANN WHICH COVERS MLP AND RBF Josef Boští, Jaromír Kual Faculty of Nuclear Scieces ad Physical Egieerig, CTU i Prague Departmet of Software Egieerig Abstract Two basic types of artificial eural etwors Multi

More information

Lecture 28: Data Link Layer

Lecture 28: Data Link Layer Automatic Repeat Request (ARQ) 2. Go ack N ARQ Although the Stop ad Wait ARQ is very simple, you ca easily show that it has very the low efficiecy. The low efficiecy comes from the fact that the trasmittig

More information

Text Feature Selection based on Feature Dispersion Degree and Feature Concentration Degree

Text Feature Selection based on Feature Dispersion Degree and Feature Concentration Degree Available olie at www.ijpe-olie.com vol. 13, o. 7, November 017, pp. 1159-1164 DOI: 10.3940/ijpe.17.07.p19.11591164 Text Feature Selectio based o Feature Dispersio Degree ad Feature Cocetratio Degree Zhifeg

More information

An Efficient Algorithm for Graph Bisection of Triangularizations

An Efficient Algorithm for Graph Bisection of Triangularizations A Efficiet Algorithm for Graph Bisectio of Triagularizatios Gerold Jäger Departmet of Computer Sciece Washigto Uiversity Campus Box 1045 Oe Brookigs Drive St. Louis, Missouri 63130-4899, USA jaegerg@cse.wustl.edu

More information

What are Information Systems?

What are Information Systems? Iformatio Systems Cocepts What are Iformatio Systems? Roma Kotchakov Birkbeck, Uiversity of Lodo Based o Chapter 1 of Beett, McRobb ad Farmer: Object Orieted Systems Aalysis ad Desig Usig UML, (4th Editio),

More information

Accuracy Improvement in Camera Calibration

Accuracy Improvement in Camera Calibration Accuracy Improvemet i Camera Calibratio FaJie L Qi Zag ad Reihard Klette CITR, Computer Sciece Departmet The Uiversity of Aucklad Tamaki Campus, Aucklad, New Zealad fli006, qza001@ec.aucklad.ac.z r.klette@aucklad.ac.z

More information

THIN LAYER ORIENTED MAGNETOSTATIC CALCULATION MODULE FOR ELMER FEM, BASED ON THE METHOD OF THE MOMENTS. Roman Szewczyk

THIN LAYER ORIENTED MAGNETOSTATIC CALCULATION MODULE FOR ELMER FEM, BASED ON THE METHOD OF THE MOMENTS. Roman Szewczyk THIN LAYER ORIENTED MAGNETOSTATIC CALCULATION MODULE FOR ELMER FEM, BASED ON THE METHOD OF THE MOMENTS Roma Szewczyk Istitute of Metrology ad Biomedical Egieerig, Warsaw Uiversity of Techology E-mail:

More information

Motion and Disparity Estimation with Self Adapted Evolutionary Strategy in 3D Video Coding

Motion and Disparity Estimation with Self Adapted Evolutionary Strategy in 3D Video Coding 1768 IEEE Trasactios o Cosumer Electroics, Vol. 53, No. 4, NOVEMBER 2007 Motio ad Disparity Estimatio with Self Adapted Evolutioary Strategy i 3D Video Codig S. Adedoyi, W.A.C. Ferado, A. Aggou, K.M. Kodoz

More information

GPUMP: a Multiple-Precision Integer Library for GPUs

GPUMP: a Multiple-Precision Integer Library for GPUs GPUMP: a Multiple-Precisio Iteger Library for GPUs Kaiyog Zhao ad Xiaowe Chu Departmet of Computer Sciece, Hog Kog Baptist Uiversity Hog Kog, P. R. Chia Email: {kyzhao, chxw}@comp.hkbu.edu.hk Abstract

More information

Journal of Chemical and Pharmaceutical Research, 2013, 5(12): Research Article

Journal of Chemical and Pharmaceutical Research, 2013, 5(12): Research Article Available olie www.jocpr.com Joural of Chemical ad Pharmaceutical Research, 2013, 5(12):745-749 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 K-meas algorithm i the optimal iitial cetroids based

More information

CNN-based architecture for real-time object-oriented video coding applications

CNN-based architecture for real-time object-oriented video coding applications INTERNATIONAL JOURNAL OF CIRCUIT THEORY AND APPLICATIONS It. J. Circ. Theor. Appl. 2005; 33:53 64 Published olie i Wiley IterSciece (www.itersciece.wiley.com). DOI: 10.1002/cta.303 CNN-based architecture

More information

A Novel Feature Extraction Algorithm for Haar Local Binary Pattern Texture Based on Human Vision System

A Novel Feature Extraction Algorithm for Haar Local Binary Pattern Texture Based on Human Vision System A Novel Feature Extractio Algorithm for Haar Local Biary Patter Texture Based o Huma Visio System Liu Tao 1,* 1 Departmet of Electroic Egieerig Shaaxi Eergy Istitute Xiayag, Shaaxi, Chia Abstract The locality

More information

Sum-connectivity indices of trees and unicyclic graphs of fixed maximum degree

Sum-connectivity indices of trees and unicyclic graphs of fixed maximum degree 1 Sum-coectivity idices of trees ad uicyclic graphs of fixed maximum degree Zhibi Du a, Bo Zhou a *, Nead Triajstić b a Departmet of Mathematics, South Chia Normal Uiversity, uagzhou 510631, Chia email:

More information

Analysis of Documents Clustering Using Sampled Agglomerative Technique

Analysis of Documents Clustering Using Sampled Agglomerative Technique Aalysis of Documets Clusterig Usig Sampled Agglomerative Techique Omar H. Karam, Ahmed M. Hamad, ad Sheri M. Moussa Abstract I this paper a clusterig algorithm for documets is proposed that adapts a samplig-based

More information

Neuro Fuzzy Model for Human Face Expression Recognition

Neuro Fuzzy Model for Human Face Expression Recognition IOSR Joural of Computer Egieerig (IOSRJCE) ISSN : 2278-0661 Volume 1, Issue 2 (May-Jue 2012), PP 01-06 Neuro Fuzzy Model for Huma Face Expressio Recogitio Mr. Mayur S. Burage 1, Prof. S. V. Dhopte 2 1

More information

Hui Xiao School of Environmental Science, Nanjing Xiaozhuang University, Nanjing , China

Hui Xiao School of Environmental Science, Nanjing Xiaozhuang University, Nanjing , China doi:0.3/00.39.. Cotiuous knn Queries i Dyamic Road Networks Hui Xiao School of Evirometal Sciece, Najig Xiaozhuag Uiversity, Najig 7, Chia Abstract Cotiuous knn queries have bee widely studied i recet

More information

A Key Distribution method for Reducing Storage and Supporting High Level Security in the Large-scale WSN

A Key Distribution method for Reducing Storage and Supporting High Level Security in the Large-scale WSN Iteratioal Joural of Digital Cotet Techology ad its Applicatios Vol. 2 No 1, March 2008 A Key Distributio method for Reducig Storage ad Supportig High Level Security i the Large-scale WSN Yoo-Su Jeog *1,

More information

Multiresolution Image Fusion Based on the Wavelet-based Contourlet Transform

Multiresolution Image Fusion Based on the Wavelet-based Contourlet Transform Multiresolutio Image Fusio Based o the Wavelet-based Cotourlet Trasform Lei Tag Istitute of utomated Commad PL Uiversit of Sciece ad Techolog Najig rm Commad College Najig, Chia tttaglei@gmail.com bstract

More information

performance to the performance they can experience when they use the services from a xed location.

performance to the performance they can experience when they use the services from a xed location. I the Proceedigs of The First Aual Iteratioal Coferece o Mobile Computig ad Networkig (MobiCom 9) November -, 99, Berkeley, Califoria USA Performace Compariso of Mobile Support Strategies Rieko Kadobayashi

More information

EE 459/500 HDL Based Digital Design with Programmable Logic. Lecture 13 Control and Sequencing: Hardwired and Microprogrammed Control

EE 459/500 HDL Based Digital Design with Programmable Logic. Lecture 13 Control and Sequencing: Hardwired and Microprogrammed Control EE 459/500 HDL Based Digital Desig with Programmable Logic Lecture 13 Cotrol ad Sequecig: Hardwired ad Microprogrammed Cotrol Refereces: Chapter s 4,5 from textbook Chapter 7 of M.M. Mao ad C.R. Kime,

More information

Task scenarios Outline. Scenarios in Knowledge Extraction. Proposed Framework for Scenario to Design Diagram Transformation

Task scenarios Outline. Scenarios in Knowledge Extraction. Proposed Framework for Scenario to Design Diagram Transformation 6-0-0 Kowledge Trasformatio from Task Scearios to View-based Desig Diagrams Nima Dezhkam Kamra Sartipi {dezhka, sartipi}@mcmaster.ca Departmet of Computig ad Software McMaster Uiversity CANADA SEKE 08

More information

Precise Psychoacoustic Correction Method Based on Calculation of JND Level

Precise Psychoacoustic Correction Method Based on Calculation of JND Level Vol. 116 (2009) ACTA PHYSICA POLONICA A No. 3 Optical ad Acoustical Methods i Sciece ad Techology Precise Psychoacoustic Correctio Method Based o Calculatio of JND Level Z. Piotrowski Faculty of Electroics,

More information

An Image Retrieval Method Based on Hu Invariant Moment and Improved Annular Histogram

An Image Retrieval Method Based on Hu Invariant Moment and Improved Annular Histogram http://dx.doi.org/10.5755/j01.eee.0.4.6888 ELEKTROIKA IR ELEKTROTECHIKA ISS 139 115 VOL. 0 O. 4 014 A Image Retrieval Method Based o Hu Ivariat Momet ad Improved Aular Histogram F. Xiag 1 H. Yog 1 S. Dada

More information

Lecture 5. Counting Sort / Radix Sort

Lecture 5. Counting Sort / Radix Sort Lecture 5. Coutig Sort / Radix Sort T. H. Corme, C. E. Leiserso ad R. L. Rivest Itroductio to Algorithms, 3rd Editio, MIT Press, 2009 Sugkyukwa Uiversity Hyuseug Choo choo@skku.edu Copyright 2000-2018

More information

A Low Complexity and Efficient Face Recognition Approach in JPEG Compressed Domain Using Quantized Coefficients

A Low Complexity and Efficient Face Recognition Approach in JPEG Compressed Domain Using Quantized Coefficients 00 5th Iteratioal Symposium o Telecommuicatios (IST'00) A Low Complexity ad Efficiet Face Recogitio Approach i JPEG Compressed Domai Usig Quatized Coefficiets Alireza Sepasmoghaddam Islamic Azad Uiversity

More information

Wavelet Transform. CSE 490 G Introduction to Data Compression Winter Wavelet Transformed Barbara (Enhanced) Wavelet Transformed Barbara (Actual)

Wavelet Transform. CSE 490 G Introduction to Data Compression Winter Wavelet Transformed Barbara (Enhanced) Wavelet Transformed Barbara (Actual) Wavelet Trasform CSE 49 G Itroductio to Data Compressio Witer 6 Wavelet Trasform Codig PACW Wavelet Trasform A family of atios that filters the data ito low resolutio data plus detail data high pass filter

More information

Effect of control points distribution on the orthorectification accuracy of an Ikonos II image through rational polynomial functions

Effect of control points distribution on the orthorectification accuracy of an Ikonos II image through rational polynomial functions Effect of cotrol poits distributio o the orthorectificatio accuracy of a Ikoos II image through ratioal polyomial fuctios Marcela do Valle Machado 1, Mauro Homem Atues 1 ad Paula Debiasi 1 1 Federal Rural

More information

ISSN (Print) Research Article. *Corresponding author Nengfa Hu

ISSN (Print) Research Article. *Corresponding author Nengfa Hu Scholars Joural of Egieerig ad Techology (SJET) Sch. J. Eg. Tech., 2016; 4(5):249-253 Scholars Academic ad Scietific Publisher (A Iteratioal Publisher for Academic ad Scietific Resources) www.saspublisher.com

More information

VIDEO WATERMARKING IN 3D DCT DOMAIN

VIDEO WATERMARKING IN 3D DCT DOMAIN 14th Europea Sigal Processig Coferece (EUSIPCO 06), Florece, Italy, September 4-8, 06, copyright by EURASIP VIDEO WATERMARKING IN 3D DCT DOMAIN M. Carli, R. Mazzeo, ad A. Neri AE Departmet Uiversity of

More information

Table 2 GSM, UMTS and LTE Coverage Levels

Table 2 GSM, UMTS and LTE Coverage Levels 6 INDICATORS OF QUALITY OF SERVICE This sectio defies quality idicators that characterize the performace of services supported o mobile commuicatio systems i their various phases of access ad use 6. 6.1

More information

CSC 220: Computer Organization Unit 11 Basic Computer Organization and Design

CSC 220: Computer Organization Unit 11 Basic Computer Organization and Design College of Computer ad Iformatio Scieces Departmet of Computer Sciece CSC 220: Computer Orgaizatio Uit 11 Basic Computer Orgaizatio ad Desig 1 For the rest of the semester, we ll focus o computer architecture:

More information

A Note on Least-norm Solution of Global WireWarping

A Note on Least-norm Solution of Global WireWarping A Note o Least-orm Solutio of Global WireWarpig Charlie C. L. Wag Departmet of Mechaical ad Automatio Egieerig The Chiese Uiversity of Hog Kog Shati, N.T., Hog Kog E-mail: cwag@mae.cuhk.edu.hk Abstract

More information

Properties and Embeddings of Interconnection Networks Based on the Hexcube

Properties and Embeddings of Interconnection Networks Based on the Hexcube JOURNAL OF INFORMATION PROPERTIES SCIENCE AND AND ENGINEERING EMBEDDINGS OF 16, THE 81-95 HEXCUBE (2000) 81 Short Paper Properties ad Embeddigs of Itercoectio Networks Based o the Hexcube JUNG-SING JWO,

More information

. Written in factored form it is easy to see that the roots are 2, 2, i,

. Written in factored form it is easy to see that the roots are 2, 2, i, CMPS A Itroductio to Programmig Programmig Assigmet 4 I this assigmet you will write a java program that determies the real roots of a polyomial that lie withi a specified rage. Recall that the roots (or

More information

DESIGN AND ANALYSIS OF LDPC DECODERS FOR SOFTWARE DEFINED RADIO

DESIGN AND ANALYSIS OF LDPC DECODERS FOR SOFTWARE DEFINED RADIO DESIGN AND ANALYSIS OF LDPC DECODERS FOR SOFTWARE DEFINED RADIO Sagwo Seo, Trevor Mudge Advaced Computer Architecture Laboratory Uiversity of Michiga at A Arbor {swseo, tm}@umich.edu Yumig Zhu, Chaitali

More information

An Estimation of Distribution Algorithm for solving the Knapsack problem

An Estimation of Distribution Algorithm for solving the Knapsack problem Vol.4,No.5, 214 Published olie: May 25, 214 DOI: 1.7321/jscse.v4.5.1 A Estimatio of Distributio Algorithm for solvig the Kapsack problem 1 Ricardo Pérez, 2 S. Jös, 3 Arturo Herádez, 4 Carlos A. Ochoa *1,

More information

Computing the minimum distance between two Bézier curves

Computing the minimum distance between two Bézier curves Computig the miimum distace betwee two Bézier curves Xiao-Diao Che, Liqiag Che, Yigag Wag, Gag Xu, Ju-Hai Yog, Jea-Claude Paul To cite this versio: Xiao-Diao Che, Liqiag Che, Yigag Wag, Gag Xu, Ju-Hai

More information

CS 683: Advanced Design and Analysis of Algorithms

CS 683: Advanced Design and Analysis of Algorithms CS 683: Advaced Desig ad Aalysis of Algorithms Lecture 6, February 1, 2008 Lecturer: Joh Hopcroft Scribes: Shaomei Wu, Etha Feldma February 7, 2008 1 Threshold for k CNF Satisfiability I the previous lecture,

More information

Chapter 1. Introduction to Computers and C++ Programming. Copyright 2015 Pearson Education, Ltd.. All rights reserved.

Chapter 1. Introduction to Computers and C++ Programming. Copyright 2015 Pearson Education, Ltd.. All rights reserved. Chapter 1 Itroductio to Computers ad C++ Programmig Copyright 2015 Pearso Educatio, Ltd.. All rights reserved. Overview 1.1 Computer Systems 1.2 Programmig ad Problem Solvig 1.3 Itroductio to C++ 1.4 Testig

More information

Load balanced Parallel Prime Number Generator with Sieve of Eratosthenes on Cluster Computers *

Load balanced Parallel Prime Number Generator with Sieve of Eratosthenes on Cluster Computers * Load balaced Parallel Prime umber Geerator with Sieve of Eratosthees o luster omputers * Soowook Hwag*, Kyusik hug**, ad Dogseug Kim* *Departmet of Electrical Egieerig Korea Uiversity Seoul, -, Rep. of

More information

Probability of collisions in Soft Input Decryption

Probability of collisions in Soft Input Decryption Issue 1, Volume 1, 007 1 Probability of collisios i Soft Iput Decryptio Nataša Živić, Christoph Rulad Abstract I this work, probability of collisio i Soft Iput Decryptio has bee aalyzed ad calculated.

More information

RAID-RMS: A fault tolerant stripped mirroring RAID architecture for distributed systems

RAID-RMS: A fault tolerant stripped mirroring RAID architecture for distributed systems computers & security 28 (2009) 40 46 available at www.sciecedirect.com joural homepage: www.elsevier.com/locate/cose -RMS: A fault tolerat stripped mirrorig for distributed systems Javad Akbari Torkestai

More information

High-Speed Recognition Algorithm Based on BRISK and Saliency Detection for Aerial Images

High-Speed Recognition Algorithm Based on BRISK and Saliency Detection for Aerial Images Research Joural of Applied Scieces, Egieerig ad Techology 5(23): 5469-5473, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scietific Orgaizatio, 2013 Submitted: November 29, 2012 Accepted: Jauary 17,

More information

Bayesian approach to reliability modelling for a probability of failure on demand parameter

Bayesian approach to reliability modelling for a probability of failure on demand parameter Bayesia approach to reliability modellig for a probability of failure o demad parameter BÖRCSÖK J., SCHAEFER S. Departmet of Computer Architecture ad System Programmig Uiversity Kassel, Wilhelmshöher Allee

More information

Fuzzy Rule Selection by Data Mining Criteria and Genetic Algorithms

Fuzzy Rule Selection by Data Mining Criteria and Genetic Algorithms Fuzzy Rule Selectio by Data Miig Criteria ad Geetic Algorithms Hisao Ishibuchi Dept. of Idustrial Egieerig Osaka Prefecture Uiversity 1-1 Gakue-cho, Sakai, Osaka 599-8531, JAPAN E-mail: hisaoi@ie.osakafu-u.ac.jp

More information

Bayesian Network Structure Learning from Attribute Uncertain Data

Bayesian Network Structure Learning from Attribute Uncertain Data Bayesia Network Structure Learig from Attribute Ucertai Data Wetig Sog 1,2, Jeffrey Xu Yu 3, Hog Cheg 3, Hogya Liu 4, Ju He 1,2,*, ad Xiaoyog Du 1,2 1 Key Labs of Data Egieerig ad Kowledge Egieerig, Miistry

More information

Using a Dynamic Interval Type-2 Fuzzy Interpolation Method to Improve Modeless Robots Calibrations

Using a Dynamic Interval Type-2 Fuzzy Interpolation Method to Improve Modeless Robots Calibrations Joural of Cotrol Sciece ad Egieerig 3 (25) 9-7 doi:.7265/2328-223/25.3. D DAVID PUBLISHING Usig a Dyamic Iterval Type-2 Fuzzy Iterpolatio Method to Improve Modeless Robots Calibratios Yig Bai ad Dali Wag

More information

Image Segmentation EEE 508

Image Segmentation EEE 508 Image Segmetatio Objective: to determie (etract) object boudaries. It is a process of partitioig a image ito distict regios by groupig together eighborig piels based o some predefied similarity criterio.

More information