Detection and Recognition of Alert Traffic Signs

Size: px
Start display at page:

Download "Detection and Recognition of Alert Traffic Signs"

Transcription

1 Detection and Recognition of Alet Taffic Signs Chia-Hsiung Chen, Macus Chen, and Tianshi Gao 1 Stanfod Univesity Stanfod, CA 9305 {echchen, macuscc, tianshig}@stanfod.edu Abstact Taffic signs povide dives impotant infomation fo safety and efficient navigation. Automatic detection and ecognition of taffic signs inevitably become moe popula. In this pape, an efficient algoithm/platfom is pesented to achieve automatic alet taffic signs detection and ecognition. Histogam of Gadient (HOG) is adapted to extact featues and an ove-complete set of 1680 featues is designed. A cascade classifie fo each sign is tained and built with Suppot Vecto Machine (SVM) as the single stage classifie. To encode the colo infomation, featues fom diffeent layes in RGB space ae combined into a single vecto as the featue descipto. Futhemoe, colo segmentation is pefomed to educe the seach egions and a specially designed integal image is used to extact featues in a look-up manne. Expeimental esults show that ou system can achieve invaiance to illumination, scale and pose. The smallest detectable size is 1!1. The aveage detection ate is aound 98% and the false positive ate is aound 1.6%. The pocessing time fo a typical 60!80 image is aound 7-9 seconds. 1. Intoduction Alet taffic signs ae usually bight in colo in hope to attact dives attention. Howeve, dives may fail to notice, especially when they ae facing glaing light o when the signs ae too small, etc. As such, accuate detection of these signs unde diffeent illumination, pose, and scaling becomes a main issue. Symmety of taffic signs can be exploited fo detection. Howeve, it is subjected to the poblem of illumination and pose vaiance as edges may be blued in images and symmety may be skewed due to elative poses of the camea. SIFT [1] can captue geneal featues with decent efficiency. Howeve, the ecognition pocedue using SIFT equies counting the numbe of matched points. If the taget sign is too small, SIFT can only extact a few key points. Even when the matching is pefect, the numbe of matched points is still small. Due to this disadvantage, it is had and ineffective to use such a counting-based method fo detection and ecognition tasks. Edge histogam infomation is used in taffic sign detection in [2]. Howeve, this appoach used in this pape is specially designed fo cetain shaped signs, and cannot easily be extended to moe geneal signs easily. In [3,], the authos pesent an algoithm fo human being detection, using Viola s face detection taining algoithm and HOG to extact featues. The esults seem to pomise a possible solution to ou poblem. Howeve, the featues ae designed mainly fo the human body and ae not eadily to be used in the taffic sign detection, especially since they do not take the colo infomation into consideation. Based on the analysis above, in ou appoach we adapted HOG to extact featues and designed a 1680 ove complete set of featues. Fom the set of featues that best descibe and distinguish the signs ae selected. The colo infomation is also encoded indiectly into the featues, and a cascade classifie fo each sign is tained and built using SVM as the single stage classifie. Futhemoe, to speed up the pocessing time, colo segmentation is pefomed to educe the seach egions and a specially designed integal image is used to extact featues in a look-up manne. The emaining of this pape is oganized as follows: Section 2 descibes an oveview of ou appoach, while Section 3 and intoduces the featue design, epesentation and leaning pocedue. In Section 5 ou expeimental setup and esults ae shown, and Section 6 concludes this pape. 2. Oveview of ou System As shown in Figue 1, the input image is fist scaled down to ou pe-defined size, passed though colo segmentation and egion eduction, and then candidate egions ae fed into ou detection and classification system. In the colo segmentation and egion eduction step, we naow down the seach egion by filteing out negative egions that do not contain the desied colos and that fail in the gadient magnitude test. The egion with desied colos (ed and white in ou case) and that passed gadient magnitude test, foms a block, and is subsequently sent to the cascade classifie. In each cascade classifie, desied 1 The names of the authos ae odeed alphabetically.

2 Input Image Pepocessing & Colo Segmentation Block Scan Featue Extaction Cascade Classifie Result Figue 1: Oveview of the algoithm. Figue 2: Sub-blocks of the image. featues ae extacted fo classifying. Blocks that fail the tests at any stage in the cascade classifies ae declaed as negative and no futhe tests ae equied. On the othe hand, those blocks that pass the tests though all stages in the cascade classifie ae declaed as positive. 3. Featue Design and Repesentation Based on the obsevation that alets taffic signs have vey bight colo, shape, and patten attibutes, we designed ou featues to catch this infomation Colo Encoding The colo of the alet taffic signs is a valuable clue in sign detection. Howeve, since taffic signs ae exposed unde diffeent lighting conditions, it is had to achieve illumination invaiant detection using the absolute colo values diectly. Theefoe, we d like to encode the colo infomation indiectly, and take advantage of the elative appeaance instead of the absolute values on diffeent colo layes. Take a stop sign fo example. On the R laye in RGB space, since both white and ed pixels colo have high intensity values, the magnitude of the gadient on this laye is small. Howeve, on the G and B layes, ed pixels have low value while the intensity value of white pixels ae still high; thus the magnitude of the gadient on those edges between white and ed pixels is high. As a esult, the gadient of the same pixel on diffeent layes may exhibit vey diffeent values, and these values ae coelated. Theefoe, we combine the gadient values on the thee layes into a vecto and nomalize it using the sum of the gadient magnitude ove the thee layes HOG Based Featue Like SIFT, we adapted the HOG to extact featues. Thee ae two benefits of using HOG-based methods. Fist, Figue 3: Templates and oientation bins. taffic signs have distinctive shapes, and the pattens on diffeent layes may have stong edges. Theefoe, the gadient can efficiently captue these featues. Second, using HOG can help to achieve scale invaiance. In addition, inspied by featue selection in face detection, we designed an ove complete set of the Haa-like featues, fom which we can select featues that can best descibe and distinguish diffeent signs. The details ae descibed in the following subsections Featue Definition Fist, we divide the image into 3-by-3 squae egions and define 1 sub-blocks shown as the shaded egions in Figue 2. Second, we design 15 templates and divide the oientation ange [0 2"] into 8 bins as shown in Figue 3. Each template is a squae block with a shaded cell. Given a colo image, the featue is evaluated on diffeent layes at the i-th sub-block, using the j-th template and the k-th oientation. Each featue is denoted by F( i, j, k ) # [ f (,, ), (,, ), (,, )] T i j k f g i j k fb i j k, whee the thee components coespond to the thee RGB layes. Denote the i-th sub-block by B i and the shaded cell egion in j-th template by C j. Then fo f ( i, j, k ), we fist calculate the gadient at

3 each pixel (x, y) on R laye as: G # [ $ 1 01]* I x T G # [ $ 101] * I y the stength of the gadient at (x, y) is G # G % G 2 2 and the oientation is: G (, ) 1 y $ & # tan ' ) ( * + Gx, Remembe that we divided the oientation ange [0 2"] into 8 bins, and denoted the value of the k-th bin to be / G, if &. bin - k 0 1 0, othewise The featue value fo f ( i, j, k ) is defined as f ( i, j, k) #. Bi - (, ) (, ) k. C j 2G % Gg % Gb 3 whee G ( x, y ) and G ( x, y) ae the magnitudes of the g gadient on the G and B layes, espectively. Similaly, we have f ( i, j, k) # g f ( i, j, k) # b Finally, we have b. Bi. Bi - (, ) (, ) gk. C j 2G % Gg % Gb 3 - (, ) (, ) bk. C j 2G % Gg % Gb 3 F( i, j, k) # [ f ( i, j, k), f ( i, j, k), f ( i, j, k)] T g b Since thee ae 1 sub-blocks, 15 templates, and 8 oientations, we have a total of 1!15!8 = 1680 featues Featue Evaluation Integal images ae used extensively in ou algoithms and thus cut down epeated computation. The pecomputation enables fast computation in pe-pocessing and also featues extaction steps. The following fomula shows the computation of integal image. Any eading in integal image epesents the sum fom (1,1) to this point. As such, summation of a egion C can then be done by k Figue : Flow chat of taining phase using only aithmetic computation of eadings on the fou cones of this egion.. C 05x' 5x,05 y' 5 y 2 3 IGk # - k x', y ' x, y # I x $ 1, y $ 1 % I x % w $ 1, y % h $13 k Gk c c Gk c c c c 2 1, , 13 $ I x $ y % h $ $ I x % w $ y $ Gk c c c Gk c c c. Leaning Methods The set of 1680 featues is ove-complete. Theefoe, we need to select featues fo each of the signs that can best descibe and distinguish them. Moeove, the pocess of selecting featues inteweaves with the pocess of building up the classifie. The oveview of the taining phase is shown in Figue. Ou goal is to build a cascade classifie fo each of the signs. The details ae as follows: Fist, fo each sign we ceated a taining set in which images of the cuently taining sign ae positive samples while all othe signs and andom selected images ae negative samples. Afte that, the 1680 featues fo each of the samples ae computed. Second, fo each of the featues, we use Suppot Vecto Machine with RPF kenel to classify all the samples. Since the numbe of the negative samples is about times moe than that of the positive samples, we adjusted the penalty paametes of the eo tem fo the two classes to deal with this unbalanced situation. Futhemoe, we used diffeent sets of penalty paametes with diffeent emphasis on the positive and negative samples to tade off the detection ate and false positive ate. Thid, afte getting the classification esults using each featue, we selected seveal top featues with the highest detection ate and a elatively smalle false positive ate. We enumeated diffeent selections and combinations of these featues and fo each combination we stacked the selected featues as a highe dimension featue and then use the new single featue to classify the taining set. The new

4 Figue 5: Example of sign/non-sign images in ou data set. featue with the highest detection ate and a elatively smalle false positive ate is selected as a fist stage single classifie. Fouth, having obtained the fist stage single classifie, we used anothe validation set to test the cuent classifie to make sue it has a vey high detection ate ( > 98.5% ) and ecoded the false positive samples. Then, we combined false positive samples fom both the taining set and the validation set as a new negative sample set. This new negative sample set and the positive samples fom the taining set ae combined into a new taining set. Finally, using the new taining set, we epeated the second to fouth steps to fom anothe new single stage classifie which is cascaded afte the cuent classifie. This pocedue is epeated until the cascade classifie achieves the pedefined false positive ate while having a detection ate highe than a pedefined lowest detection ate. 5. Expeimental Results The alet taffic sign detection algoithm was extensively examined in this eseach. Hee we pesent esults on seveal sequences of images. The input image is fist scaled down to 60x80, and then passed into ou alet taffic sign detection system. In these sequences, some signs appea alone, while multiple-sign scenaios ae also included. These sequences also contain diffeent lighting, scale, and pose conditions fo vaious signs, and ae suitable fo examining the obustness of ou algoithm Data Set and Taining In this pesentation, we ceated a taffic sign taining data set with 1921 sign/non-sign samples fom 800+ photos we took aound Stanfod campus. The data set consists of seveal image sequences, which include taffic signs with diffeent poses and lighting conditions, and with size anges fom 16 to 220 pixels. These signs ae hand labeled and scaled to 2!2 by bilinea intepolation. Non-sign Figue 6: The fist two stages of featues fo stop and do not ente sign, espectively. samples ae andomly copped fom these input images, with vaious sizes, and ae also scaled to 2!2 by bilinea intepolation. The final taining set includes 161 stop signs, 72 yield signs, 73 no left tun signs, 83 do not ente signs, and 1532 non-sign images. Fo each sign, the taining set is divided into two classes, whee the positive samples ae the cuent taget sign images while the negative samples ae all othe signs and andomly selected non-sign images. Some of the taining set images ae shown in Figue 5. In Section 3.2, we have demonstated how featues ae epesented, and in Section, we have demonstated how to lean and iteatively combine o stack featues fom the featue pool of 1680 featues. The geneal ule is to select featues with a high detection ate and a low false positive ate. These two guidelines should be consideed as a whole, not individually. In Figue 6, the selected featues fo the fist two stages in the cascade classifies fo the stop and do-not ente signs ae shown, espectively Cascade Sign Detectos The cascade classifies fo diffeent signs ae combined seially to fom the final alet taffic sign classifie. As shown in Figue 7, an input image is fist examined by the the stop sign classifie. If the image passes though all stages of stop sign cascade classifie, we label it as a possible stop sign egion. Othewise, we pass it into the do not ente sign classifie, and the same pocedue goes on fo the no left tun and yield classifies. If we find out that the cuent image does not belong to any of these signs, we declae it as a non-sign egion.

5 Input Image Gadient magnitude + ROI 5/12 Region 1 1/ Non Sign Region 2 1/3 Stop Do not ente 5.3. Speed Consideation No left tun Yield Figue 7: Cascade sign detectos Gadient Magnitude Gadient magnitudes help to quickly naow the seach egion. The alet signs have a high contast in RGB space; fo example, white is [255, 255, 255] as compaed to ed [255, 0, 0]. As such, an edge in RGB images will have no edge in the ed laye, but will have edges in the othe two layes. Using this fact, we design a hype-plane with [-1 ½ ½] as the diection vecto. The sum of the gadient magnitudes of thee layes effectively sepaate signs fom non-signs with 99.% positive detection and 20% of false positive. This geatly educes the seach egion and impoves computational efficiency. The hype-plane coefficients ae intuitive, since they punish the gadient in the ed laye and ewad the geen and blue layes. Anothe thing to note is that absolute gadient magnitudes ae used instead of nomalized magnitudes. This is moe effective to eliminate negative images with noise since nomalized ones could give a lage magnitude atio even though the oiginal magnitudes ae not lage. This hype-plane method is scale invaiant. Clealy, un-nomalized magnitudes will also give a faily lage amount of false positives, especially it also gives positive esults fo lage egions that contain desied signs. To futhe tackle this poblem, we intoduce anothe detection featue that exploits the aw colos of signs by using colo segmentation Colo Segmentation In addition to the integal image technique discussed in Section 3.2.2, we also incopoated a ed-white colo segmentation to futhe educe the amount of calculation. The colo segmentation is designed based on two obsevations. Fist, in pactical settings taffic signs aely show up on the bottom pat of an image, and theefoe, we can ignoe the bottom pat diectly. Second, signs on the top pat of an image tend to be a lot lage than signs in the Image Close (a) Input Image Region 1 Region 2 (b) Image Dilate th 1 th 2 Combine Output Image Figue 8: Colo segmentation (a) two egions fo diffeent consideation, and (b) segmentation algoithm. middle pat of the image. Based on these obsevations, we divide the top half of the image into two sub egions, and apply diffeent decision ules to eliminate the non-sign egion while peseving ou egion of inteest. The two egions we employed in ou system ae as shown in Figue 8(a). Note that we delibeately ovelap the two egions in ode to decease the possibility that the signs ae cut in half, and to ensue that we do not lose any egions with signs duing the colo segmentation pocess. We opeate ou ed-white colo segmentation on the YCbC colo space [5]. The thesholds ae chosen based on the statistical mean and standad deviation of the CbC plane. To bette diffeentiate signs in egion 1 with extemely bight sky and buildings, we pefom image closing on the colo thesholded image. Fo egion 2, howeve, we need to intensify the esponse fo small signs. Thus, we pefom dilation on the colo thesholded egion 2 image. The colo segmentation flow is shown in Figue 8(b). 5.. Expeiments on Real-Wold Test Set The poposed algoithm is implemented in Matlab, and is tested on a test set of 99 images of size 60!80. This test set contains seveal image sequences with single and

6 multiple signs unde diffeent lighting, scale, and pose conditions. The fou alet taffic signs detectos ae tested independently in ode to examine the efficiency and coectness of ou design. Figue 9 shows some examples of detection esults, and Table 1 gives the pefomance of the poposed algoithm. Fom Table 1, we can see that ou system has an aveage un time aound 7~9 seconds fo 60!80 images, and is able to achieve a vey high detection ate (DR), while keeping a low false positive ate (FP). TABLE 1. PERFORMANCE OF THE PROPOSED ALGORITHM. Avg Time Smallest Size DR FP Stop x % 0.20% Yield 7.3 1x % 1.20% No left tun x %.81% Do not ente x % 0.20% 6. Conclusion and Discussion In this pape, we have demonstated an efficient alet taffic sign detection and ecognition system with novel obust featue extaction and epesentation. Ou expeiment shows that the system can achieve a high detection ate of 92%~100% (aveage of 98%) and a false positive ate of 0.19%~5% (aveage of 1.6%) fo diffeent signs. The system can also achieve illumination, scale, and pose invaiance. With an ove-complete set of featues, ou system is able to fully extact distinguishable featues fo diffeent taffic signs, and theefoe can be easily extended to accommodate new signs. The pocessing time in Matlab fo a 60x80 image is aound 7-9 seconds. When used with tacking, the coelation between successive fames can be exploited, and eal time taffic sign detection can be achieved. Refeences [1] D. Lowe. Distinctive Image Featues fom Scale-invaiant Keypoints. Intenational Jounal of Compute Vision, 60(2):99-110, 200. [2] B. Alefs, G. Eschemann, H. Ramose, C. Beleznai. Road Sign Detection fom Edge Oientation Histogams. IEEE Intelligent Vehicles Symposium, [3] H.X. Jia, Y.J.Zhang. Fast Human Detection by Boosting of Oientated Gadient. Fouth Intenational Confeence on Image and Gaphics. [] Q. Zhu, S. Avidan, M. Yeh, and K. Cheng. Fast Human Detection Using a Cascade of Histogams of Oiented Gadients. IEEE Compute Society Confeence on Compute Vision and Patten Recognition [5] Y.B. Damavandi, K. Mohammadi. Speed Limit Taffic Sign Detection and Recognition. IEEE Confeence on Cybenetics and Intelligent Systems, 200.

7 Figue 9: Examples of detection esults. These esults ae selected to demonstate ou system achieves illumination, scale and pose invaiance.

Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 12-16, 2012

Journal of World s Electrical Engineering and Technology J. World. Elect. Eng. Tech. 1(1): 12-16, 2012 2011, Scienceline Publication www.science-line.com Jounal of Wold s Electical Engineeing and Technology J. Wold. Elect. Eng. Tech. 1(1): 12-16, 2012 JWEET An Efficient Algoithm fo Lip Segmentation in Colo

More information

Controlled Information Maximization for SOM Knowledge Induced Learning

Controlled Information Maximization for SOM Knowledge Induced Learning 3 Int'l Conf. Atificial Intelligence ICAI'5 Contolled Infomation Maximization fo SOM Knowledge Induced Leaning Ryotao Kamimua IT Education Cente and Gaduate School of Science and Technology, Tokai Univeisity

More information

A Two-stage and Parameter-free Binarization Method for Degraded Document Images

A Two-stage and Parameter-free Binarization Method for Degraded Document Images A Two-stage and Paamete-fee Binaization Method fo Degaded Document Images Yung-Hsiang Chiu 1, Kuo-Liang Chung 1, Yong-Huai Huang 2, Wei-Ning Yang 3, Chi-Huang Liao 4 1 Depatment of Compute Science and

More information

A Novel Automatic White Balance Method For Digital Still Cameras

A Novel Automatic White Balance Method For Digital Still Cameras A Novel Automatic White Balance Method Fo Digital Still Cameas Ching-Chih Weng 1, Home Chen 1,2, and Chiou-Shann Fuh 3 Depatment of Electical Engineeing, 2 3 Gaduate Institute of Communication Engineeing

More information

Segmentation of Casting Defects in X-Ray Images Based on Fractal Dimension

Segmentation of Casting Defects in X-Ray Images Based on Fractal Dimension 17th Wold Confeence on Nondestuctive Testing, 25-28 Oct 2008, Shanghai, China Segmentation of Casting Defects in X-Ray Images Based on Factal Dimension Jue WANG 1, Xiaoqin HOU 2, Yufang CAI 3 ICT Reseach

More information

Optical Flow for Large Motion Using Gradient Technique

Optical Flow for Large Motion Using Gradient Technique SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 3, No. 1, June 2006, 103-113 Optical Flow fo Lage Motion Using Gadient Technique Md. Moshaof Hossain Sake 1, Kamal Bechkoum 2, K.K. Islam 1 Abstact: In this

More information

An Unsupervised Segmentation Framework For Texture Image Queries

An Unsupervised Segmentation Framework For Texture Image Queries An Unsupevised Segmentation Famewok Fo Textue Image Queies Shu-Ching Chen Distibuted Multimedia Infomation System Laboatoy School of Compute Science Floida Intenational Univesity Miami, FL 33199, USA chens@cs.fiu.edu

More information

Illumination methods for optical wear detection

Illumination methods for optical wear detection Illumination methods fo optical wea detection 1 J. Zhang, 2 P.P.L.Regtien 1 VIMEC Applied Vision Technology, Coy 43, 5653 LC Eindhoven, The Nethelands Email: jianbo.zhang@gmail.com 2 Faculty Electical

More information

Image Enhancement in the Spatial Domain. Spatial Domain

Image Enhancement in the Spatial Domain. Spatial Domain 8-- Spatial Domain Image Enhancement in the Spatial Domain What is spatial domain The space whee all pixels fom an image In spatial domain we can epesent an image by f( whee x and y ae coodinates along

More information

MULTI-TEMPORAL AND MULTI-SENSOR IMAGE MATCHING BASED ON LOCAL FREQUENCY INFORMATION

MULTI-TEMPORAL AND MULTI-SENSOR IMAGE MATCHING BASED ON LOCAL FREQUENCY INFORMATION Intenational Achives of the Photogammety Remote Sensing and Spatial Infomation Sciences Volume XXXIX-B3 2012 XXII ISPRS Congess 25 August 01 Septembe 2012 Melboune Austalia MULTI-TEMPORAL AND MULTI-SENSOR

More information

A modal estimation based multitype sensor placement method

A modal estimation based multitype sensor placement method A modal estimation based multitype senso placement method *Xue-Yang Pei 1), Ting-Hua Yi 2) and Hong-Nan Li 3) 1),)2),3) School of Civil Engineeing, Dalian Univesity of Technology, Dalian 116023, China;

More information

IP Network Design by Modified Branch Exchange Method

IP Network Design by Modified Branch Exchange Method Received: June 7, 207 98 IP Netwok Design by Modified Banch Method Kaiat Jaoenat Natchamol Sichumoenattana 2* Faculty of Engineeing at Kamphaeng Saen, Kasetsat Univesity, Thailand 2 Faculty of Management

More information

Positioning of a robot based on binocular vision for hand / foot fusion Long Han

Positioning of a robot based on binocular vision for hand / foot fusion Long Han 2nd Intenational Confeence on Advances in Mechanical Engineeing and Industial Infomatics (AMEII 26) Positioning of a obot based on binocula vision fo hand / foot fusion Long Han Compute Science and Technology,

More information

Extract Object Boundaries in Noisy Images using Level Set. Final Report

Extract Object Boundaries in Noisy Images using Level Set. Final Report Extact Object Boundaies in Noisy Images using Level Set by: Quming Zhou Final Repot Submitted to Pofesso Bian Evans EE381K Multidimensional Digital Signal Pocessing May 10, 003 Abstact Finding object contous

More information

Lecture # 04. Image Enhancement in Spatial Domain

Lecture # 04. Image Enhancement in Spatial Domain Digital Image Pocessing CP-7008 Lectue # 04 Image Enhancement in Spatial Domain Fall 2011 2 domains Spatial Domain : (image plane) Techniques ae based on diect manipulation of pixels in an image Fequency

More information

Cardiac C-Arm CT. SNR Enhancement by Combining Multiple Retrospectively Motion Corrected FDK-Like Reconstructions

Cardiac C-Arm CT. SNR Enhancement by Combining Multiple Retrospectively Motion Corrected FDK-Like Reconstructions Cadiac C-Am CT SNR Enhancement by Combining Multiple Retospectively Motion Coected FDK-Like Reconstuctions M. Pümme 1, L. Wigstöm 2,3, R. Fahig 2, G. Lauitsch 4, J. Honegge 1 1 Institute of Patten Recognition,

More information

Color Correction Using 3D Multiview Geometry

Color Correction Using 3D Multiview Geometry Colo Coection Using 3D Multiview Geomety Dong-Won Shin and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST) 13 Cheomdan-gwagio, Buk-ku, Gwangju 500-71, Republic of Koea ABSTRACT Recently,

More information

COLOR EDGE DETECTION IN RGB USING JOINTLY EUCLIDEAN DISTANCE AND VECTOR ANGLE

COLOR EDGE DETECTION IN RGB USING JOINTLY EUCLIDEAN DISTANCE AND VECTOR ANGLE COLOR EDGE DETECTION IN RGB USING JOINTLY EUCLIDEAN DISTANCE AND VECTOR ANGLE Slawo Wesolkowski Systems Design Engineeing Univesity of Wateloo Wateloo (Ont.), Canada, NL 3G s.wesolkowski@ieee.og Ed Jenigan

More information

Color Interpolation for Single CCD Color Camera

Color Interpolation for Single CCD Color Camera Colo Intepolation fo Single CCD Colo Camea Yi-Ming Wu, Chiou-Shann Fuh, and Jui-Pin Hsu Depatment of Compute Science and Infomation Engineeing, National Taian Univesit, Taipei, Taian Email: 88036@csie.ntu.edu.t;

More information

Towards Adaptive Information Merging Using Selected XML Fragments

Towards Adaptive Information Merging Using Selected XML Fragments Towads Adaptive Infomation Meging Using Selected XML Fagments Ho-Lam Lau and Wilfed Ng Depatment of Compute Science and Engineeing, The Hong Kong Univesity of Science and Technology, Hong Kong {lauhl,

More information

Point-Biserial Correlation Analysis of Fuzzy Attributes

Point-Biserial Correlation Analysis of Fuzzy Attributes Appl Math Inf Sci 6 No S pp 439S-444S (0 Applied Mathematics & Infomation Sciences An Intenational Jounal @ 0 NSP Natual Sciences Publishing o Point-iseial oelation Analysis of Fuzzy Attibutes Hao-En hueh

More information

An Extension to the Local Binary Patterns for Image Retrieval

An Extension to the Local Binary Patterns for Image Retrieval , pp.81-85 http://x.oi.og/10.14257/astl.2014.45.16 An Extension to the Local Binay Pattens fo Image Retieval Zhize Wu, Yu Xia, Shouhong Wan School of Compute Science an Technology, Univesity of Science

More information

Image Registration among UAV Image Sequence and Google Satellite Image Under Quality Mismatch

Image Registration among UAV Image Sequence and Google Satellite Image Under Quality Mismatch 0 th Intenational Confeence on ITS Telecommunications Image Registation among UAV Image Sequence and Google Satellite Image Unde Quality Mismatch Shih-Ming Huang and Ching-Chun Huang Depatment of Electical

More information

Improvement of First-order Takagi-Sugeno Models Using Local Uniform B-splines 1

Improvement of First-order Takagi-Sugeno Models Using Local Uniform B-splines 1 Impovement of Fist-ode Takagi-Sugeno Models Using Local Unifom B-splines Felipe Fenández, Julio Gutiéez, Gacián Tiviño and Juan Calos Cespo Dep. Tecnología Fotónica, Facultad de Infomática Univesidad Politécnica

More information

HISTOGRAMS are an important statistic reflecting the

HISTOGRAMS are an important statistic reflecting the JOURNAL OF L A T E X CLASS FILES, VOL. 14, NO. 8, AUGUST 2015 1 D 2 HistoSketch: Disciminative and Dynamic Similaity-Peseving Sketching of Steaming Histogams Dingqi Yang, Bin Li, Laua Rettig, and Philippe

More information

Robust Object Detection at Regions of Interest with an Application in Ball Recognition

Robust Object Detection at Regions of Interest with an Application in Ball Recognition Robust Object Detection at Regions of Inteest with an Application in Ball Recognition Saa Miti, Simone Fintop, Kai Pevölz, Hatmut Sumann Faunhofe Institute fo Autonomous Intelligent Systems (AIS) Schloss

More information

Accurate Diffraction Efficiency Control for Multiplexed Volume Holographic Gratings. Xuliang Han, Gicherl Kim, and Ray T. Chen

Accurate Diffraction Efficiency Control for Multiplexed Volume Holographic Gratings. Xuliang Han, Gicherl Kim, and Ray T. Chen Accuate Diffaction Efficiency Contol fo Multiplexed Volume Hologaphic Gatings Xuliang Han, Gichel Kim, and Ray T. Chen Micoelectonic Reseach Cente Depatment of Electical and Compute Engineeing Univesity

More information

A ROI Focusing Mechanism for Digital Cameras

A ROI Focusing Mechanism for Digital Cameras A ROI Focusing Mechanism fo Digital Cameas Chu-Hui Lee, Meng-Feng Lin, Chun-Ming Huang, and Chun-Wei Hsu Abstact With the development and application of digital technologies, the digital camea is moe popula

More information

Robust Object Detection at Regions of Interest with an Application in Ball Recognition

Robust Object Detection at Regions of Interest with an Application in Ball Recognition Robust Object Detection at Regions of Inteest with an Application in Ball Recognition Saa Miti, Simone Fintop, Kai Pevölz, Hatmut Sumann Faunhofe Institute fo Autonomous Intelligent Systems (AIS) Schloss

More information

(a, b) x y r. For this problem, is a point in the - coordinate plane and is a positive number.

(a, b) x y r. For this problem, is a point in the - coordinate plane and is a positive number. Illustative G-C Simila cicles Alignments to Content Standads: G-C.A. Task (a, b) x y Fo this poblem, is a point in the - coodinate plane and is a positive numbe. a. Using a tanslation and a dilation, show

More information

Prof. Feng Liu. Fall /17/2016

Prof. Feng Liu. Fall /17/2016 Pof. Feng Liu Fall 26 http://www.cs.pdx.edu/~fliu/couses/cs447/ /7/26 Last time Compositing NPR 3D Gaphics Toolkits Tansfomations 2 Today 3D Tansfomations The Viewing Pipeline Mid-tem: in class, Nov. 2

More information

Frequency Domain Approach for Face Recognition Using Optical Vanderlugt Filters

Frequency Domain Approach for Face Recognition Using Optical Vanderlugt Filters Optics and Photonics Jounal, 016, 6, 94-100 Published Online August 016 in SciRes. http://www.scip.og/jounal/opj http://dx.doi.og/10.436/opj.016.68b016 Fequency Domain Appoach fo Face Recognition Using

More information

Topic -3 Image Enhancement

Topic -3 Image Enhancement Topic -3 Image Enhancement (Pat 1) DIP: Details Digital Image Pocessing Digital Image Chaacteistics Spatial Spectal Gay-level Histogam DFT DCT Pe-Pocessing Enhancement Restoation Point Pocessing Masking

More information

Tissue Classification Based on 3D Local Intensity Structures for Volume Rendering

Tissue Classification Based on 3D Local Intensity Structures for Volume Rendering 160 IEEE TRANSACTIONS ON VISUALIZATION AND COMPUTER GRAPHICS, VOL. 6, NO., APRIL-JUNE 000 Tissue Classification Based on 3D Local Intensity Stuctues fo Volume Rendeing Yoshinobu Sato, Membe, IEEE, Cal-Fedik

More information

A New and Efficient 2D Collision Detection Method Based on Contact Theory Xiaolong CHENG, Jun XIAO a, Ying WANG, Qinghai MIAO, Jian XUE

A New and Efficient 2D Collision Detection Method Based on Contact Theory Xiaolong CHENG, Jun XIAO a, Ying WANG, Qinghai MIAO, Jian XUE 5th Intenational Confeence on Advanced Mateials and Compute Science (ICAMCS 2016) A New and Efficient 2D Collision Detection Method Based on Contact Theoy Xiaolong CHENG, Jun XIAO a, Ying WANG, Qinghai

More information

Spiral Recognition Methodology and Its Application for Recognition of Chinese Bank Checks

Spiral Recognition Methodology and Its Application for Recognition of Chinese Bank Checks Spial Recognition Methodology and Its Application fo Recognition of Chinese Bank Checks Hanshen Tang 1, Emmanuel Augustin 2, Ching Y. Suen 1, Olivie Baet 2, Mohamed Cheiet 3 1 Cente fo Patten Recognition

More information

Effects of Model Complexity on Generalization Performance of Convolutional Neural Networks

Effects of Model Complexity on Generalization Performance of Convolutional Neural Networks Effects of Model Complexity on Genealization Pefomance of Convolutional Neual Netwoks Tae-Jun Kim 1, Dongsu Zhang 2, and Joon Shik Kim 3 1 Seoul National Univesity, Seoul 151-742, Koea, E-mail: tjkim@bi.snu.ac.k

More information

POMDP: Introduction to Partially Observable Markov Decision Processes Hossein Kamalzadeh, Michael Hahsler

POMDP: Introduction to Partially Observable Markov Decision Processes Hossein Kamalzadeh, Michael Hahsler POMDP: Intoduction to Patially Obsevable Makov Decision Pocesses Hossein Kamalzadeh, Michael Hahsle 2019-01-02 The R package pomdp povides an inteface to pomdp-solve, a solve (witten in C) fo Patially

More information

A Memory Efficient Array Architecture for Real-Time Motion Estimation

A Memory Efficient Array Architecture for Real-Time Motion Estimation A Memoy Efficient Aay Achitectue fo Real-Time Motion Estimation Vasily G. Moshnyaga and Keikichi Tamau Depatment of Electonics & Communication, Kyoto Univesity Sakyo-ku, Yoshida-Honmachi, Kyoto 66-1, JAPAN

More information

ANN Models for Coplanar Strip Line Analysis and Synthesis

ANN Models for Coplanar Strip Line Analysis and Synthesis 200 IJCSNS Intenational Jounal of Compute Science and Netwok Secuity, VOL.8 No.10, Octobe 2008 Models fo Coplana Stip Line Analysis and J.Lakshmi Naayana D.K.Si Rama Kishna D.L.Patap Reddy Chalapathi Institute

More information

An Optimised Density Based Clustering Algorithm

An Optimised Density Based Clustering Algorithm Intenational Jounal of Compute Applications (0975 8887) Volume 6 No.9, Septembe 010 An Optimised Density Based Clusteing Algoithm J. Hencil Pete Depatment of Compute Science St. Xavie s College, Palayamkottai,

More information

A Shape-preserving Affine Takagi-Sugeno Model Based on a Piecewise Constant Nonuniform Fuzzification Transform

A Shape-preserving Affine Takagi-Sugeno Model Based on a Piecewise Constant Nonuniform Fuzzification Transform A Shape-peseving Affine Takagi-Sugeno Model Based on a Piecewise Constant Nonunifom Fuzzification Tansfom Felipe Fenández, Julio Gutiéez, Juan Calos Cespo and Gacián Tiviño Dep. Tecnología Fotónica, Facultad

More information

A Minutiae-based Fingerprint Matching Algorithm Using Phase Correlation

A Minutiae-based Fingerprint Matching Algorithm Using Phase Correlation A Minutiae-based Fingepint Matching Algoithm Using Phase Coelation Autho Chen, Weiping, Gao, Yongsheng Published 2007 Confeence Title Digital Image Computing: Techniques and Applications DOI https://doi.og/10.1109/dicta.2007.4426801

More information

Assessment of Track Sequence Optimization based on Recorded Field Operations

Assessment of Track Sequence Optimization based on Recorded Field Operations Assessment of Tack Sequence Optimization based on Recoded Field Opeations Matin A. F. Jensen 1,2,*, Claus G. Søensen 1, Dionysis Bochtis 1 1 Aahus Univesity, Faculty of Science and Technology, Depatment

More information

Obstacle Avoidance of Autonomous Mobile Robot using Stereo Vision Sensor

Obstacle Avoidance of Autonomous Mobile Robot using Stereo Vision Sensor Obstacle Avoidance of Autonomous Mobile Robot using Steeo Vision Senso Masako Kumano Akihisa Ohya Shin ichi Yuta Intelligent Robot Laboatoy Univesity of Tsukuba, Ibaaki, 35-8573 Japan E-mail: {masako,

More information

Fifth Wheel Modelling and Testing

Fifth Wheel Modelling and Testing Fifth heel Modelling and Testing en Masoy Mechanical Engineeing Depatment Floida Atlantic Univesity Boca aton, FL 4 Lois Malaptias IFMA Institut Fancais De Mechanique Advancee ampus De lemont Feand Les

More information

Ego-Motion Estimation on Range Images using High-Order Polynomial Expansion

Ego-Motion Estimation on Range Images using High-Order Polynomial Expansion Ego-Motion Estimation on Range Images using High-Ode Polynomial Expansion Bian Okon and Josh Haguess Space and Naval Wafae Systems Cente Pacific San Diego, CA, USA {bian.okon,joshua.haguess}@navy.mil Abstact

More information

Clustering Interval-valued Data Using an Overlapped Interval Divergence

Clustering Interval-valued Data Using an Overlapped Interval Divergence Poc. of the 8th Austalasian Data Mining Confeence (AusDM'9) Clusteing Inteval-valued Data Using an Ovelapped Inteval Divegence Yongli Ren Yu-Hsn Liu Jia Rong Robet Dew School of Infomation Engineeing,

More information

Detection and tracking of ships using a stereo vision system

Detection and tracking of ships using a stereo vision system Scientific Reseach and Essays Vol. 8(7), pp. 288-303, 18 Febuay, 2013 Available online at http://www.academicjounals.og/sre DOI: 10.5897/SRE12.318 ISSN 1992-2248 2013 Academic Jounals Full Length Reseach

More information

ADDING REALISM TO SOURCE CHARACTERIZATION USING A GENETIC ALGORITHM

ADDING REALISM TO SOURCE CHARACTERIZATION USING A GENETIC ALGORITHM ADDING REALISM TO SOURCE CHARACTERIZATION USING A GENETIC ALGORITHM Luna M. Rodiguez*, Sue Ellen Haupt, and Geoge S. Young Depatment of Meteoology and Applied Reseach Laboatoy The Pennsylvania State Univesity,

More information

Voting-Based Grouping and Interpretation of Visual Motion

Voting-Based Grouping and Interpretation of Visual Motion Voting-Based Gouping and Intepetation of Visual Motion Micea Nicolescu Depatment of Compute Science Univesity of Nevada, Reno Reno, NV 89557 micea@cs.un.edu Géad Medioni Integated Media Systems Cente Univesity

More information

Free Viewpoint Action Recognition using Motion History Volumes

Free Viewpoint Action Recognition using Motion History Volumes Fee Viewpoint Action Recognition using Motion Histoy Volumes Daniel Weinland 1, Remi Ronfad, Edmond Boye Peception-GRAVIR, INRIA Rhone-Alpes, 38334 Montbonnot Saint Matin, Fance. Abstact Action ecognition

More information

Module 6 STILL IMAGE COMPRESSION STANDARDS

Module 6 STILL IMAGE COMPRESSION STANDARDS Module 6 STILL IMAE COMPRESSION STANDARDS Lesson 17 JPE-2000 Achitectue and Featues Instuctional Objectives At the end of this lesson, the students should be able to: 1. State the shotcomings of JPE standad.

More information

Multi-azimuth Prestack Time Migration for General Anisotropic, Weakly Heterogeneous Media - Field Data Examples

Multi-azimuth Prestack Time Migration for General Anisotropic, Weakly Heterogeneous Media - Field Data Examples Multi-azimuth Pestack Time Migation fo Geneal Anisotopic, Weakly Heteogeneous Media - Field Data Examples S. Beaumont* (EOST/PGS) & W. Söllne (PGS) SUMMARY Multi-azimuth data acquisition has shown benefits

More information

An Assessment of the Efficiency of Close-Range Photogrammetry for Developing a Photo-Based Scanning Systeminthe Shams Tabrizi Minaret in Khoy City

An Assessment of the Efficiency of Close-Range Photogrammetry for Developing a Photo-Based Scanning Systeminthe Shams Tabrizi Minaret in Khoy City Austalian Jounal of Basic and Applied Sciences, 5(1): 80-85, 011 ISSN 1991-8178 An Assessment of the Efficiency of Close-Range Photogammety fo Developing a Photo-Based Scanning Systeminthe Shams Tabizi

More information

And Ph.D. Candidate of Computer Science, University of Putra Malaysia 2 Faculty of Computer Science and Information Technology,

And Ph.D. Candidate of Computer Science, University of Putra Malaysia 2 Faculty of Computer Science and Information Technology, (IJCSIS) Intenational Jounal of Compute Science and Infomation Secuity, Efficient Candidacy Reduction Fo Fequent Patten Mining M.H Nadimi-Shahaki 1, Nowati Mustapha 2, Md Nasi B Sulaiman 2, Ali B Mamat

More information

Input Layer f = 2 f = 0 f = f = 3 1,16 1,1 1,2 1,3 2, ,2 3,3 3,16. f = 1. f = Output Layer

Input Layer f = 2 f = 0 f = f = 3 1,16 1,1 1,2 1,3 2, ,2 3,3 3,16. f = 1. f = Output Layer Using the Gow-And-Pune Netwok to Solve Poblems of Lage Dimensionality B.J. Biedis and T.D. Gedeon School of Compute Science & Engineeing The Univesity of New South Wales Sydney NSW 2052 AUSTRALIA bbiedis@cse.unsw.edu.au

More information

Effective Data Co-Reduction for Multimedia Similarity Search

Effective Data Co-Reduction for Multimedia Similarity Search Effective Data Co-Reduction fo Multimedia Similaity Seach Zi Huang Heng Tao Shen Jiajun Liu Xiaofang Zhou School of Infomation Technology and Electical Engineeing The Univesity of Queensland, QLD 472,

More information

A Recommender System for Online Personalization in the WUM Applications

A Recommender System for Online Personalization in the WUM Applications A Recommende System fo Online Pesonalization in the WUM Applications Mehdad Jalali 1, Nowati Mustapha 2, Ali Mamat 2, Md. Nasi B Sulaiman 2 Abstact foeseeing of use futue movements and intentions based

More information

Hierarchical Region Mean-Based Image Segmentation

Hierarchical Region Mean-Based Image Segmentation Hieachical Region Mean-Based Image Segmentation Slawo Wesolkowski and Paul Fieguth Systems Design Engineeing Univesity of Wateloo Wateloo, Ontaio, Canada, N2L-3G1 s.wesolkowski@ieee.og, pfieguth@uwateloo.ca

More information

On Error Estimation in Runge-Kutta Methods

On Error Estimation in Runge-Kutta Methods Leonado Jounal of Sciences ISSN 1583-0233 Issue 18, Januay-June 2011 p. 1-10 On Eo Estimation in Runge-Kutta Methods Ochoche ABRAHAM 1,*, Gbolahan BOLARIN 2 1 Depatment of Infomation Technology, 2 Depatment

More information

View Synthesis using Depth Map for 3D Video

View Synthesis using Depth Map for 3D Video View Synthesis using Depth Map fo 3D Video Cheon Lee and Yo-Sung Ho Gwangju Institute of Science and Technology (GIST) 1 Oyong-dong, Buk-gu, Gwangju, 500-712, Republic of Koea E-mail: {leecheon, hoyo}@gist.ac.k

More information

Visual Servoing from Deep Neural Networks

Visual Servoing from Deep Neural Networks Visual Sevoing fom Deep Neual Netwoks Quentin Bateux 1, Eic Machand 1, Jügen Leitne 2, Fançois Chaumette 3, Pete Coke 2 Abstact We pesent a deep neual netwok-based method to pefom high-pecision, obust

More information

LOSSLESS audio coding is used in such applications as

LOSSLESS audio coding is used in such applications as INTL JOURNAL OF ELECTRONICS AND TELECOMMUNICATIONS, 2013, VOL. 59, NO. 1, PP. 17 23 Manuscipt eceived Januay 10, 2013; evised Mach, 2013. DOI: 10.2478/eletel-2013-0002 Novel Ideas fo Lossless Audio Coding

More information

Multiview plus depth video coding with temporal prediction view synthesis

Multiview plus depth video coding with temporal prediction view synthesis 1 Multiview plus depth video coding with tempoal pediction view synthesis Andei I. Puica, Elie G. Moa, Beatice Pesquet-Popescu, Fellow, IEEE, Maco Cagnazzo, Senio Membe, IEEE and Bogdan Ionescu, Senio

More information

Slotted Random Access Protocol with Dynamic Transmission Probability Control in CDMA System

Slotted Random Access Protocol with Dynamic Transmission Probability Control in CDMA System Slotted Random Access Potocol with Dynamic Tansmission Pobability Contol in CDMA System Intaek Lim 1 1 Depatment of Embedded Softwae, Busan Univesity of Foeign Studies, itlim@bufs.ac.k Abstact In packet

More information

17/5/2009. Introduction

17/5/2009. Introduction 7/5/9 Steeo Imaging Intoduction Eample of Human Vision Peception of Depth fom Left and ight eye images Diffeence in elative position of object in left and ight eyes. Depth infomation in the views?? 7/5/9

More information

AUTOMATED LOCATION OF ICE REGIONS IN RADARSAT SAR IMAGERY

AUTOMATED LOCATION OF ICE REGIONS IN RADARSAT SAR IMAGERY AUTOMATED LOCATION OF ICE REGIONS IN RADARSAT SAR IMAGERY Chistophe Waceman (1), William G. Pichel (2), Pablo Clement-Colón (2) (1) Geneal Dynamics Advanced Infomation Systems, P.O. Box 134008 Ann Abo

More information

Scaling Location-based Services with Dynamically Composed Location Index

Scaling Location-based Services with Dynamically Composed Location Index Scaling Location-based Sevices with Dynamically Composed Location Index Bhuvan Bamba, Sangeetha Seshadi and Ling Liu Distibuted Data Intensive Systems Laboatoy (DiSL) College of Computing, Geogia Institute

More information

DISTRIBUTION MIXTURES

DISTRIBUTION MIXTURES Application Example 7 DISTRIBUTION MIXTURES One fequently deals with andom vaiables the distibution of which depends on vaious factos. One example is the distibution of atmospheic paametes such as wind

More information

SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH

SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH I J C A 7(), 202 pp. 49-53 SYSTEM LEVEL REUSE METRICS FOR OBJECT ORIENTED SOFTWARE : AN ALTERNATIVE APPROACH Sushil Goel and 2 Rajesh Vema Associate Pofesso, Depatment of Compute Science, Dyal Singh College,

More information

a Not yet implemented in current version SPARK: Research Kit Pointer Analysis Parameters Soot Pointer analysis. Objectives

a Not yet implemented in current version SPARK: Research Kit Pointer Analysis Parameters Soot Pointer analysis. Objectives SPARK: Soot Reseach Kit Ondřej Lhoták Objectives Spak is a modula toolkit fo flow-insensitive may points-to analyses fo Java, which enables expeimentation with: vaious paametes of pointe analyses which

More information

Shape Matching / Object Recognition

Shape Matching / Object Recognition Image Pocessing - Lesson 4 Poduction Line object classification Object Recognition Shape Repesentation Coelation Methods Nomalized Coelation Local Methods Featue Matching Coespondence Poblem Alignment

More information

INFORMATION DISSEMINATION DELAY IN VEHICLE-TO-VEHICLE COMMUNICATION NETWORKS IN A TRAFFIC STREAM

INFORMATION DISSEMINATION DELAY IN VEHICLE-TO-VEHICLE COMMUNICATION NETWORKS IN A TRAFFIC STREAM INFORMATION DISSEMINATION DELAY IN VEHICLE-TO-VEHICLE COMMUNICATION NETWORKS IN A TRAFFIC STREAM LiLi Du Depatment of Civil, Achitectual, and Envionmental Engineeing Illinois Institute of Technology 3300

More information

Optimal Adaptive Learning for Image Retrieval

Optimal Adaptive Learning for Image Retrieval Optimal Adaptive Leaning fo Image Retieval ao Wang Dept of Compute Sci and ech singhua Univesity Beijing 00084, P. R. China Wangtao7@63.net Yong Rui Micosoft Reseach One Micosoft Way Redmond, WA 9805,

More information

Survey of Various Image Enhancement Techniques in Spatial Domain Using MATLAB

Survey of Various Image Enhancement Techniques in Spatial Domain Using MATLAB Suvey of Vaious Image Enhancement Techniques in Spatial Domain Using MATLAB Shailenda Singh Negi M.Tech Schola G. B. Pant Engineeing College, Paui Gahwal Uttaahand, India- 46194 ABSTRACT Image Enhancement

More information

vaiation than the fome. Howeve, these methods also beak down as shadowing becomes vey signicant. As we will see, the pesented algoithm based on the il

vaiation than the fome. Howeve, these methods also beak down as shadowing becomes vey signicant. As we will see, the pesented algoithm based on the il IEEE Conf. on Compute Vision and Patten Recognition, 1998. To appea. Illumination Cones fo Recognition Unde Vaiable Lighting: Faces Athinodoos S. Geoghiades David J. Kiegman Pete N. Belhumeu Cente fo Computational

More information

EYE DIRECTION BY STEREO IMAGE PROCESSING USING CORNEAL REFLECTION ON AN IRIS

EYE DIRECTION BY STEREO IMAGE PROCESSING USING CORNEAL REFLECTION ON AN IRIS EYE DIRECTION BY STEREO IMAGE PROCESSING USING CORNEAL REFLECTION ON AN IRIS Kumiko Tsuji Fukuoka Medical technology Teikyo Univesity 4-3-14 Shin-Katsutachi-Machi Ohmuta Fukuoka 836 Japan email: c746g@wisdomcckyushu-uacjp

More information

AXON 2 A visual object recognition system for non-rigid objects

AXON 2 A visual object recognition system for non-rigid objects AXON 2 A visual object ecognition system fo non-igid objects PABLO ALVARADO, PEER DÖRFLER, JOCHEN WICKEL Depatment of echnical Compute Science RWH Aachen, Gemany alvaado doefle,wickel @techinfo.wth-aachen.de

More information

Modelling, simulation, and performance analysis of a CAN FD system with SAE benchmark based message set

Modelling, simulation, and performance analysis of a CAN FD system with SAE benchmark based message set Modelling, simulation, and pefomance analysis of a CAN FD system with SAE benchmak based message set Mahmut Tenuh, Panagiotis Oikonomidis, Peiklis Chachalakis, Elias Stipidis Mugla S. K. Univesity, TR;

More information

A Neural Network Model for Storing and Retrieving 2D Images of Rotated 3D Object Using Principal Components

A Neural Network Model for Storing and Retrieving 2D Images of Rotated 3D Object Using Principal Components A Neual Netwok Model fo Stong and Reteving 2D Images of Rotated 3D Object Using Pncipal Components Tsukasa AMANO, Shuichi KUROGI, Ayako EGUCHI, Takeshi NISHIDA, Yasuhio FUCHIKAWA Depatment of Contol Engineeng,

More information

Hand Tracking and Gesture Recognition for Human-Computer Interaction

Hand Tracking and Gesture Recognition for Human-Computer Interaction Electonic Lettes on Compute Vision and Image Analysis 5(3):96-104, 2005 Hand Tacking and Gestue Recognition fo Human-Compute Inteaction Cistina Manesa, Javie Vaona, Ramon Mas and Fancisco J. Peales Unidad

More information

A Mathematical Implementation of a Global Human Walking Model with Real-Time Kinematic Personification by Boulic, Thalmann and Thalmann.

A Mathematical Implementation of a Global Human Walking Model with Real-Time Kinematic Personification by Boulic, Thalmann and Thalmann. A Mathematical Implementation of a Global Human Walking Model with Real-Time Kinematic Pesonification by Boulic, Thalmann and Thalmann. Mashall Badley National Cente fo Physical Acoustics Univesity of

More information

Quality-of-Content (QoC)-Driven Rate Allocation for Video Analysis in Mobile Surveillance Networks

Quality-of-Content (QoC)-Driven Rate Allocation for Video Analysis in Mobile Surveillance Networks Quality-of-Content (QoC)-Diven Rate Allocation fo Video Analysis in Mobile Suveillance Netwoks Xiang Chen, Jenq-Neng Hwang, Kuan-Hui Lee, Ricado L. de Queioz Depatment of Electical Engineeing, Univesity

More information

Goal. Rendering Complex Scenes on Mobile Terminals or on the web. Rendering on Mobile Terminals. Rendering on Mobile Terminals. Walking through images

Goal. Rendering Complex Scenes on Mobile Terminals or on the web. Rendering on Mobile Terminals. Rendering on Mobile Terminals. Walking through images Goal Walking though s -------------------------------------------- Kadi Bouatouch IRISA Univesité de Rennes I, Fance Rendeing Comple Scenes on Mobile Teminals o on the web Rendeing on Mobile Teminals Rendeing

More information

ANALYTIC PERFORMANCE MODELS FOR SINGLE CLASS AND MULTIPLE CLASS MULTITHREADED SOFTWARE SERVERS

ANALYTIC PERFORMANCE MODELS FOR SINGLE CLASS AND MULTIPLE CLASS MULTITHREADED SOFTWARE SERVERS ANALYTIC PERFORMANCE MODELS FOR SINGLE CLASS AND MULTIPLE CLASS MULTITHREADED SOFTWARE SERVERS Daniel A Menascé Mohamed N Bennani Dept of Compute Science Oacle, Inc Geoge Mason Univesity 1211 SW Fifth

More information

An Improved Resource Reservation Protocol

An Improved Resource Reservation Protocol Jounal of Compute Science 3 (8: 658-665, 2007 SSN 549-3636 2007 Science Publications An mpoved Resouce Resevation Potocol Desie Oulai, Steven Chambeland and Samuel Piee Depatment of Compute Engineeing

More information

Any modern computer system will incorporate (at least) two levels of storage:

Any modern computer system will incorporate (at least) two levels of storage: 1 Any moden compute system will incopoate (at least) two levels of stoage: pimay stoage: andom access memoy (RAM) typical capacity 32MB to 1GB cost pe MB $3. typical access time 5ns to 6ns bust tansfe

More information

Effective Missing Data Prediction for Collaborative Filtering

Effective Missing Data Prediction for Collaborative Filtering Effective Missing Data Pediction fo Collaboative Filteing Hao Ma, Iwin King and Michael R. Lyu Dept. of Compute Science and Engineeing The Chinese Univesity of Hong Kong Shatin, N.T., Hong Kong { hma,

More information

EQUATIONS can at times be tedious to understand

EQUATIONS can at times be tedious to understand DIGITAL IMAGE PROCESSING COURSE PROJECT, JUNE 2013 1 Augmented Reality Equation Plotte Salman Naqvi, Uzai Sikoa Digital Image Pocessing EE 368/ CS 232 Abstact Gaphical Visualization of an equation can

More information

Cryptanalysis of Hwang-Chang s a Time-Stamp Protocol for Digital Watermarking

Cryptanalysis of Hwang-Chang s a Time-Stamp Protocol for Digital Watermarking Cyptanalysis of Hwang-Chang s a Time-Stamp Potocol fo Digital Watemaking *Jue-Sam Chou, Yalin Chen 2, Chung-Ju Chan 3 Depatment of Infomation Management, Nanhua Univesity Chiayi 622 Taiwan, R.O.C *: coesponding

More information

Recognizing Primitive Interactions by Exploring Actor-Object States

Recognizing Primitive Interactions by Exploring Actor-Object States In IEEE Intenational Confeence on Patten Recognition (CVPR), Alaska, June 2008. Recognizing Pimitive Inteactions by Exploing Acto-Obect States Roman Filipovych Ealdo Ribeio Compute Vision and Bio-Inspied

More information

RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES

RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES RANDOM IRREGULAR BLOCK-HIERARCHICAL NETWORKS: ALGORITHMS FOR COMPUTATION OF MAIN PROPERTIES Svetlana Avetisyan Mikayel Samvelyan* Matun Kaapetyan Yeevan State Univesity Abstact In this pape, the class

More information

Prioritized Traffic Recovery over GMPLS Networks

Prioritized Traffic Recovery over GMPLS Networks Pioitized Taffic Recovey ove GMPLS Netwoks 2005 IEEE. Pesonal use of this mateial is pemitted. Pemission fom IEEE mu be obtained fo all othe uses in any cuent o futue media including epinting/epublishing

More information

XFVHDL: A Tool for the Synthesis of Fuzzy Logic Controllers

XFVHDL: A Tool for the Synthesis of Fuzzy Logic Controllers XFVHDL: A Tool fo the Synthesis of Fuzzy Logic Contolles E. Lago, C. J. Jiménez, D. R. López, S. Sánchez-Solano and A. Baiga Instituto de Micoelectónica de Sevilla. Cento Nacional de Micoelectónica, Edificio

More information

Linear Ensembles of Word Embedding Models

Linear Ensembles of Word Embedding Models Linea Ensembles of Wod Embedding Models Avo Muomägi Univesity of Tatu Tatu, Estonia avom@ut.ee Kaiit Sits Univesity of Tatu Tatu, Estonia kaiit.sits@ut.ee Sven Lau Univesity of Tatu Tatu, Estonia swen@math.ut.ee

More information

The EigenRumor Algorithm for Ranking Blogs

The EigenRumor Algorithm for Ranking Blogs he EigenRumo Algoithm fo Ranking Blogs Ko Fujimua N Cybe Solutions Laboatoies N Copoation akafumi Inoue N Cybe Solutions Laboatoies N Copoation Masayuki Sugisaki N Resonant Inc. ABSRAC he advent of easy

More information

Cellular Neural Network Based PTV

Cellular Neural Network Based PTV 3th Int Symp on Applications of Lase Techniques to Fluid Mechanics Lisbon, Potugal, 6-9 June, 006 Cellula Neual Netwok Based PT Kazuo Ohmi, Achyut Sapkota : Depatment of Infomation Systems Engineeing,

More information

WIRELESS sensor networks (WSNs), which are capable

WIRELESS sensor networks (WSNs), which are capable IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. XX, NO. XX, XXX 214 1 Lifetime and Enegy Hole Evolution Analysis in Data-Gatheing Wieless Senso Netwoks Ju Ren, Student Membe, IEEE, Yaoxue Zhang, Kuan

More information

Information Retrieval. CS630 Representing and Accessing Digital Information. IR Basics. User Task. Basic IR Processes

Information Retrieval. CS630 Representing and Accessing Digital Information. IR Basics. User Task. Basic IR Processes CS630 Repesenting and Accessing Digital Infomation Infomation Retieval: Basics Thosten Joachims Conell Univesity Infomation Retieval Basics Retieval Models Indexing and Pepocessing Data Stuctues ~ 4 lectues

More information