Tracking High Speed Skater by Using Multiple Model

Size: px
Start display at page:

Download "Tracking High Speed Skater by Using Multiple Model"

Transcription

1 Vol. 2, No. 26 Tracing High Speed Sater by Uing Multiple Model Guojun Liu & Xianglong Tang School of Computer Science & Engineering Harbin Intitute of Technology Harbin 5000, China The reearch i financed by the National Natural Science Foundation of China Grant No ). Abtract Color-baed tracing i a very popular technique for object tracing. However, under varying environmental condition in video equence, the exiting tracing method tend to be unreliable for tracing high peed object. It i poible under uch a complex environment that the target may diappear totally or partially due to occluion. To over thi problem, a novel approach of multiple-color model i propoed in thi paper. Different color extracted from the ater head and body are traced with Kalman filter, repectively. A confidence meaure repreenting the reliability of each color tracing reult i preented to guide poible re-detection for continuou tracing. Experimental reult how that the propoed approach i very efficient and effective in tracing high-peed ater in real hort trac equence. Keyword: Multiple model tracing, Kalman filter, Occluion. Introduction The mot common method to trac object i to detect them uing bacground ubtraction of an etablihed correpondence frame by frame Wren et al., 997; Lou et al., 2002). Depite it popularity, it can only be applied to imagery acquired by tationary camera. An alternative approach to bacground ubtraction i uing imple geometric model to tranform the object from frame to frame. Comaniciu et al. Comaniciu et al., 2003) ue the mean-hift approach to compute the tranlation of a circular region. The object appearance i modeled by weighed hitogram. Tracing of the complete object can be achieved by employing the active contour, which were introduced by Ka et al Ka et al., 988). In Manouri, 2002), Nonrigid object motion can be modeled in term of combining optical flow with active contour, Manouri ue a probabilitic form of the brightne contraint, where the color i defined by a Gauian ditribution. Optical flow derived from the brightne contraint i computed. However, the brightne contraint require very mall variation in the intenitie and it i not uitable for image with high dynamic intenity range. Tracing with multiple cue fuion become more and more popular. In Ozyildiz et al., 2002), an autobinomial Gibb Marov random field i ued for modeling the texture and a 2D Gauian ditribution i ued for modeling the color. Thi allow a probabilitic fuion of the texture and color cue. Similarly, in ilmaz et al., 2004), viual feature color, texture) and the object hape are conidered. Color and texture model are generated for the object and the bacground region. A hape prior i ued for recovering occluded object part during the occluion. There are many computer viion ytem for many port domain. Pingali et al. Pingali et al, 998) develop a real time tracing technology for enhancing the broadcat of tenni matche from tationary camera. Recently, an et al. an et al, 2006) propoe a data aociation algorithm to trac a tenni ball in low-quantity tenni video equence. Per et al. ue two tationary camera mounted directly above the court and propoe a new approach for modeling the radial image ditortion more accurately. The tracing algorithm combined with color feature and the template i exploited to trac the player, uing color feature i to avoid a drift caued by the template tracing. Their ytem are applied to many port domain including handball Per et al, 2002) and baetball Jug et al, 2003). But there are two limitation in their wor: firt, the camera mut be placed above the playing court, which i a rigorou condition for regular league or championhip matche. Second, how to handle occluion in tracing proce eem not to be olved. The goal of our tudy i to trac high-peed nonrigid ater under a complex environment, where bacground dratically change and ucceive occluion often occur and the color of imilar clothing are very cloe, etc. Many above method uing ideal model or ome contraint are not uitable. In thi paper, a novel approach for tracing high-peed ater i propoed. Color feature are firtly extracted from

2 February, 2009 ater head and body. Then, Kalman filter i utilized to etimate the earch region and to evaluate each color, repectively. Afterward, thee evaluation are integrated to determine which part of the object need to re-detect. The detection reult i regarded a the initial data of tracing module. To enhance the robutne of tracing, a confidence meaure repreenting the reliability of each color tracing reult i preented to guide poible re-detection for continuou tracing. Moreover, the lot tolerance of object i introduced in order to avoid topping tracing exceptionally due to totally occluion. The approach i robut and can perform real-time ater detection and tracing. 2. Propoed Approach Our computer viion ytem aim to automatically trac the movement of ater on a large-cale complex and dynamic rin. Our goal i to exploit it not only in daily training but alo in competition. We ued a ingle panning camera, which wa mounted at the top auditorium of the tadium a cloe a poible to the center in order to reduce the projection error. Due to little texture information on the rin, unlie Intille & Bobic, 994; Ouma, 2003), zooming wa abandoned, it can mae recording the high-peed target more difficult and enlarge the error of len ditortion. Though the camera center move by a mall amount, due to an offet from the camera' optical center, the approximation of pure rotation i indeed ufficient uch a proven in Hayman & Murray, 2003). 2. The Framewor of Our Algorithm The flow chart of the propoed algorithm hown in Figure conit of three major proceing module: ) Object detection baed on color. 2) Kalman filter prediction. 3) Object re-detection determined by confidence meaure. 2.2 Color Space Selection An important apect of any color-baed tracing ytem i to chooe a color pace that i relatively invariant to minor illuminant change. The two mot popular color pace robut to minor illuminant change are HSV and normalized RGB. Terrillon & Aamatu, 2000) and Bradi, 988) proved that normalized RGB color model i more enitive to lighting change ince the aturation influenced by lighting i not eparated out of that model. Hence the bet color pace i HSV which ha been applied to many color tracing problem Bradi, 988; Sigal et al., 2004). HSV pace eparate out hue and aturation from intenity, and we create color model by 2D hitogram from the hue and aturation channel in HSV pace. 2.3 Kalman filter prediction The Kalman filter i one of the mot popular etimation technique in motion prediction becaue it provide an optimal method for linear dynamic ytem with white Gauian noie. In general, the Kalman filter decribe a ytem with a ytem tate model and a meaurement model a in Eq. ) and 2): S A S w ) M H S v The ytem tate S at the time i linearly aociated with the tate at the time, and there i alo a linear relationhip between the meaurement M and the ytem tate. The random variable and S w v repreent the tate and meaurement noie, repectively. A i the tate tranition matrix that relate the tate at frame to the tate at frame +, and H i called the obervation matrix that relate the tate to the meaurement. In our cae, the ytem tate S conit of the following component: x : x coordinate of Center y : y coordinate of Center v : horizontal velocity of Center x S v : vertical velocity of Center 3) y w : width of bounding box h : height of bounding box : area of T arget The tate tranition matrix A, the obervation matrix H and the meaurement M are given by: 2) 27

3 Vol. 2, No A H M [ x', y', v ', ', '] T x vy 6) 2.4 Object Confidence Meaure It i frequently the cae in our tracing problem that an actual meaurement on a target i not reliable due to occluion and complex environment. When an actual meaurement i heavily corrupted, the meaurement error accumulate through the feedbac cycle and the reliable etimation can not be obtained, which reult in tracing failure. Therefore, we hould get an optimal detection reult a poible a we can. A confidence meaure CM) repreenting the reliability of each color tracing reult i given by the following formula: 4) 5) PH ) 0 PB ) 0 0 PH ) 0 PB ) CM PH ) PB ) Perror ) PH ) PB ) 0 0 H PH ) H B PB ) B 0 P error) P H, H ) ) P B, B ) 7) 8) 9) 0) v v where H and B repreent the detected area of head and body at time, repectively. H and B repreent the velocity of head and body at time, repectively. and are weighted factor, Th i a prior threhold of velocity. Conequently, the unreliable part determined by CM will be re-detected by the reliable part according to the correlation of initial model. 3. Experimental Reult In hort trac ating, the ater are very cloe and compete with other furiouly and overtaing i allowed all the time. A a reult, occluion happen frequently and ucceively, which i a real challenge to the robutne of tracing 28 0 PH, H ) 0 PB, B ) H H Th H H Th B B Th B B Th ) 2)

4 February, 2009 ytem. The experiment demontrate that the performance of the propoed approach i very good. In Figure 2, the competitor ating through the curve i exactly traced depite ucceive occluion and ize variation. Figure 3 how good tracing reult under a complex environment, where the color of advertiement baffle-board i imilar with that of ater clothing body). The experiment reult alo demontrate the robutne of our method. Once one of multiple color feature i traced exactly or not corrupt) even none of them i traced within limit frame, our tracing ytem can till wor continuouly. The unreliable color feature determined by confidence meaure CM) i re-detected according to the correlation of the initial model, which improve the tracing accuracy in every frame to avoid accumulated error. The trajectory of a ater in an individual race of 500 meter i illutrated in Fig. 4, different line denote the trajectory of the ater when he/he ate along different loop. More information and tatitic of the competition are available uch a the trajectory and velocity, which can be further proceed and analyzed by the port expert. Our approach ave more computational time than that in Ozyildiz et al., 2002). The program ha been implemented by uing Viual C++ on a PIV 3.0GHz machine and it tae only 28m to proce averagely on a true color image with reolution and can achieve real-time proceing. 4. Concluion A novel approach for tracing high-peed ater i propoed. Color feature are firtly extracted from ater head and body. The combination of them i efficient and effective for tracing ater under a complex environment or ucceive occluion. A confidence meaure repreenting the reliability of each color tracing reult i preented to guide poible re-detection for continuou tracing. Moreover, the lot tolerance of object i introduced in order to avoid topping tracing exceptionally due to totally occluion. The approach i robut and can achieve real-time ater detection and tracing. It will fail under ome pecial condition uch a all color feature loe ucceively or the light i too dar o a to the color feature in HSV pace i untable and not exactly detected due to non-removable ingularity Cheng et al., 200). It will be invetigated in the future. Reference A. Manouri. 2002). Region Tracing via Level Set PDE Without Motion Computation. IEEE Tran. Pattern Analyi and Machine Intelligence, vol. 24, no. 7, pp A. ilmaz, Xin Li, & M. Shah. 2004). Contour-Baed Object Tracing with Occluion Handling in Video Acquired Uing Mobile Camera. IEEE Tran. Pattern Analyi and Machine Intelligence, vol. 26, no., pp C.R. Wren, A. Azarbayejani, T. Darrell, & A.P. Pentland. 997). Pfinder: Real-Time Tracing of the Human Body. IEEE Tran. Pattern Analyi and Machine Intelligence, vol. 9, no. 7, pp D. Comaniciu, V. Rameh, & P. Meer. 2003). Kernel-Baed Object Tracing. IEEE Tran. Pattern Analyi and Machine Intelligence, vol. 25, no. 5, pp E. Ozyildiz, N.Krahntover, & R. Sharma. 2002). Adaptive texture and color egmentation for tracing moving object. Pattern Recognition, vol. 35, no.0, pp G.R. Bradi. 998). Computer Viion Face Tracing for Ue in a Perceptual Uer Interface. Intel Technology Journal. H.D. Cheng, X.H. Jiang,.Sun, & J.L.Wang. 200). Color image egmentation: advance and propect. Pattern Recognition, vol. 34, pp Hayman, E. & Murray, D. W ). The Effect of Tranlational Mialignment when Self-Calibrating Rotating and Zooming Camera. IEEE Tranaction on Pattern Analyi and Machine Intelligence, vol. 25, no. 8, pp Intille, S.S. & Bobic, A.F. 994). Tracing Uing a Local Cloed-World Aumption: Tracing in the Football Domain. MIT Media Lab Perceptual Computing Group Technical Report 296. J.C. Terrillon, & S.Aamatu. 2000). Comparative Performance of Different Chrominance pace for Color egmentation and Detection of Human Face in Complex Scene Image. Proc. Viion Interface, pp Jianguang Lou, Hao ang, Weiming Hu, & TieNiu Tan. 2002). An Illumination Invariant Change Detection Algorithm. The 5th Aian Conference on Computer Viion. Jug, M., Per, J., Dezman, B. & Kovacic, S ). Trajectory Baed Aement of Coordinated Human Activity. Proceeding of Third International Conference ICVS 2003, pp L. Sigal, S. Sclaroff, & V. Athito. 2004). Sin Color-Baed Video Segmentation under Time-Varying Illumination. IEEE Tran. Pattern Analyi and Machine Intelligence, vol. 26, no. 7, pp M. Ka, A. Witin, & D. Terzopoulo. 988). Snae: Active Contour Model. Int l J. Computer Viion, vol., no. 4, 29

5 Vol. 2, No. pp Ouma, K ). Automatic Acquiition of Motion Trajectorie: Tracing Hocey Player. The Univerity of Britih Columbia. Per, J., Bon, M., Kovacic, S., Sibila, M. & Dezman, B. 2002). Obervation and Analyi of Large-cale Human Motion. Human Movement Science, vol. 2, no.2, pp Pingali, G.S., Jean,. & Carlborn, I.. 998). Real Time Tracing for Enhanced Tenni Broadcat. International Conference on Computer Viion and Pattern Recognition, pp an, F., Kotin, A., Chritma, W. & Kittler, J ). A Novel Data Aociation Algorithm for Object Tracing in Clutter with Application to Tenni Video Analyi. International Conference on Computer Viion and Pattern Recognition, Vol., pp Image Sequence N N End N Figure. Flow chart of the propoed algorithm 30

6 February, 2009 Frame 320 Frame 325 Frame 330 Frame 335 Frame 340 Frame 345 Frame 355 Frame 365 Figure 2. Tracing reult of ucceive occluion Frame 375 Frame 376 Frame 377 Frame 378 Frame 379 Frame 380 Frame 38 Figure 3. Tracing reult under a complex environment Frame 382 Figure 4. The trajectory of a ater in an individual race of 500 meter 3

Universität Augsburg. Institut für Informatik. Approximating Optimal Visual Sensor Placement. E. Hörster, R. Lienhart.

Universität Augsburg. Institut für Informatik. Approximating Optimal Visual Sensor Placement. E. Hörster, R. Lienhart. Univerität Augburg à ÊÇÅÍÆ ËÀǼ Approximating Optimal Viual Senor Placement E. Hörter, R. Lienhart Report 2006-01 Januar 2006 Intitut für Informatik D-86135 Augburg Copyright c E. Hörter, R. Lienhart Intitut

More information

Computer Aided Drafting, Design and Manufacturing Volume 25, Number 3, September 2015, Page 10

Computer Aided Drafting, Design and Manufacturing Volume 25, Number 3, September 2015, Page 10 Computer Aided Drafting, Deign and Manufacturing Volume 5, umber 3, September 015, Page 10 CADDM Reearch of atural Geture Recognition and Interactive Technology Compatible with YCbCr and SV Color Space

More information

3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES

3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES MAKARA, TEKNOLOGI, VOL. 9, NO., APRIL 5: 3-35 3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES Mochammad Zulianyah Informatic Engineering, Faculty of Engineering, ARS International Univerity,

More information

Performance of a Robust Filter-based Approach for Contour Detection in Wireless Sensor Networks

Performance of a Robust Filter-based Approach for Contour Detection in Wireless Sensor Networks Performance of a Robut Filter-baed Approach for Contour Detection in Wirele Senor Network Hadi Alati, William A. Armtrong, Jr., and Ai Naipuri Department of Electrical and Computer Engineering The Univerity

More information

/06/$ IEEE 364

/06/$ IEEE 364 006 IEEE International ympoium on ignal Proceing and Information Technology oie Variance Etimation In ignal Proceing David Makovoz IPAC, California Intitute of Technology, MC-0, Paadena, CA, 95 davidm@ipac.caltech.edu;

More information

SLA Adaptation for Service Overlay Networks

SLA Adaptation for Service Overlay Networks SLA Adaptation for Service Overlay Network Con Tran 1, Zbigniew Dziong 1, and Michal Pióro 2 1 Department of Electrical Engineering, École de Technologie Supérieure, Univerity of Quebec, Montréal, Canada

More information

Texture-Constrained Active Shape Models

Texture-Constrained Active Shape Models 107 Texture-Contrained Active Shape Model Shuicheng Yan, Ce Liu Stan Z. Li Hongjiang Zhang Heung-Yeung Shum Qianheng Cheng Microoft Reearch Aia, Beijing Sigma Center, Beijing 100080, China Dept. of Info.

More information

Trainable Context Model for Multiscale Segmentation

Trainable Context Model for Multiscale Segmentation Trainable Context Model for Multicale Segmentation Hui Cheng and Charle A. Bouman School of Electrical and Computer Engineering Purdue Univerity Wet Lafayette, IN 47907-1285 {hui, bouman}@ ecn.purdue.edu

More information

3D SMAP Algorithm. April 11, 2012

3D SMAP Algorithm. April 11, 2012 3D SMAP Algorithm April 11, 2012 Baed on the original SMAP paper [1]. Thi report extend the tructure of MSRF into 3D. The prior ditribution i modified to atify the MRF property. In addition, an iterative

More information

Building a Compact On-line MRF Recognizer for Large Character Set using Structured Dictionary Representation and Vector Quantization Technique

Building a Compact On-line MRF Recognizer for Large Character Set using Structured Dictionary Representation and Vector Quantization Technique 202 International Conference on Frontier in Handwriting Recognition Building a Compact On-line MRF Recognizer for Large Character Set uing Structured Dictionary Repreentation and Vector Quantization Technique

More information

A User-Attention Based Focus Detection Framework and Its Applications

A User-Attention Based Focus Detection Framework and Its Applications A Uer-Attention Baed Focu Detection Framework and It Application Chia-Chiang Ho, Wen-Huang Cheng, Ting-Jian Pan, Ja-Ling Wu Communication and Multimedia Laboratory, Department of Computer Science and Information

More information

Planning of scooping position and approach path for loading operation by wheel loader

Planning of scooping position and approach path for loading operation by wheel loader 22 nd International Sympoium on Automation and Robotic in Contruction ISARC 25 - September 11-14, 25, Ferrara (Italy) 1 Planning of cooping poition and approach path for loading operation by wheel loader

More information

A reduced reference image quality metric based on feature fusion and neural networks

A reduced reference image quality metric based on feature fusion and neural networks Univerity of Wollongong Reearch Online Faculty of Engineering and Information Science - Paper: Part A Faculty of Engineering and Information Science 2011 A reduced reference image quality metric baed on

More information

Compressed Sensing Image Processing Based on Stagewise Orthogonal Matching Pursuit

Compressed Sensing Image Processing Based on Stagewise Orthogonal Matching Pursuit Senor & randucer, Vol. 8, Iue 0, October 204, pp. 34-40 Senor & randucer 204 by IFSA Publihing, S. L. http://www.enorportal.com Compreed Sening Image Proceing Baed on Stagewie Orthogonal Matching Puruit

More information

A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS

A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS Vietnam Journal of Science and Technology 55 (5) (017) 650-657 DOI: 10.1565/55-518/55/5/906 A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS Nguyen Huu Quang *, Banh

More information

A System Dynamics Model for Transient Availability Modeling of Repairable Redundant Systems

A System Dynamics Model for Transient Availability Modeling of Repairable Redundant Systems International Journal of Performability Engineering Vol., No. 3, May 05, pp. 03-. RAMS Conultant Printed in India A Sytem Dynamic Model for Tranient Availability Modeling of Repairable Redundant Sytem

More information

CENTER-POINT MODEL OF DEFORMABLE SURFACE

CENTER-POINT MODEL OF DEFORMABLE SURFACE CENTER-POINT MODEL OF DEFORMABLE SURFACE Piotr M. Szczypinki Iintitute of Electronic, Technical Univerity of Lodz, Poland Abtract: Key word: Center-point model of deformable urface for egmentation of 3D

More information

Multi-Target Tracking In Clutter

Multi-Target Tracking In Clutter Multi-Target Tracking In Clutter John N. Sander-Reed, Mary Jo Duncan, W.B. Boucher, W. Michael Dimmler, Shawn O Keefe ABSTRACT A high frame rate (0 Hz), multi-target, video tracker ha been developed and

More information

Research on Star Image Noise Filtering Based on Diffusion Model of Regularization Influence Function

Research on Star Image Noise Filtering Based on Diffusion Model of Regularization Influence Function 016 Sith International Conference on Intrumentation & Meaurement Computer Communication and Control Reearch on Star Image Noie Filtering Baed on Diffuion Model of Regularization Influence Function SunJianming

More information

A NEW APPROACH IN MEASURING OF THE ROUGHNESS FOR SURFACE CONSTITUTED WITH MACHINING PROCESS BY MATERIAL REMOVAL

A NEW APPROACH IN MEASURING OF THE ROUGHNESS FOR SURFACE CONSTITUTED WITH MACHINING PROCESS BY MATERIAL REMOVAL International Journal of Mechanical and Production Engineering Reearch and Development (IJMPERD) ISSN 49-689 Vol. 3, Iue, Mar 3, 4-5 TJPRC Pvt. Ltd. A NEW APPROACH IN MEASURING OF THE ROUGHNESS FOR SURFACE

More information

Comparison of Methods for Horizon Line Detection in Sea Images

Comparison of Methods for Horizon Line Detection in Sea Images Comparion of Method for Horizon Line Detection in Sea Image Tzvika Libe Evgeny Gerhikov and Samuel Koolapov Department of Electrical Engineering Braude Academic College of Engineering Karmiel 2982 Irael

More information

MAT 155: Describing, Exploring, and Comparing Data Page 1 of NotesCh2-3.doc

MAT 155: Describing, Exploring, and Comparing Data Page 1 of NotesCh2-3.doc MAT 155: Decribing, Exploring, and Comparing Data Page 1 of 8 001-oteCh-3.doc ote for Chapter Summarizing and Graphing Data Chapter 3 Decribing, Exploring, and Comparing Data Frequency Ditribution, Graphic

More information

Focused Video Estimation from Defocused Video Sequences

Focused Video Estimation from Defocused Video Sequences Focued Video Etimation from Defocued Video Sequence Junlan Yang a, Dan Schonfeld a and Magdi Mohamed b a Multimedia Communication Lab, ECE Dept., Univerity of Illinoi, Chicago, IL b Phyical Realization

More information

A New Approach for In-Vehicle Camera Traffic Sign Detection and Recognition.

A New Approach for In-Vehicle Camera Traffic Sign Detection and Recognition. A New Approach for In-Vehicle Camera Traffic Sign Detection and Recognition. Andrzej Ruta, Yongmin Li School of Information Sytem, Computing & Mathematic Brunel Univerity Uxbridge, Middleex UB8 3PH, United

More information

Motion Control (wheeled robots)

Motion Control (wheeled robots) 3 Motion Control (wheeled robot) Requirement for Motion Control Kinematic / dynamic model of the robot Model of the interaction between the wheel and the ground Definition of required motion -> peed control,

More information

UC Berkeley International Conference on GIScience Short Paper Proceedings

UC Berkeley International Conference on GIScience Short Paper Proceedings UC Berkeley International Conference on GIScience Short Paper Proceeding Title A novel method for probabilitic coverage etimation of enor network baed on 3D vector repreentation in complex urban environment

More information

Performance Evaluation of an Advanced Local Search Evolutionary Algorithm

Performance Evaluation of an Advanced Local Search Evolutionary Algorithm Anne Auger and Nikolau Hanen Performance Evaluation of an Advanced Local Search Evolutionary Algorithm Proceeding of the IEEE Congre on Evolutionary Computation, CEC 2005 c IEEE Performance Evaluation

More information

E-APPLAB #1

E-APPLAB #1 E-APPLAB-93-069850 #1 Ultrafat tomography experiment etup at D-1 Beamline at CHESS The experiment etup conit of three major part: x-ray ource, injection chambe and detecto a hown chematically in Fig. EPAPS1a.

More information

Adaptive Beam Director for a Tiled Fiber Array

Adaptive Beam Director for a Tiled Fiber Array Adaptive Beam Director for a Tiled Fiber Array Mikhail A. Vorontov Intelligent Optic Laboratory, Computational and Information Science Directorate, U.S. Army Reearch Laboratory, 2800 Powder Mill Road,

More information

A note on degenerate and spectrally degenerate graphs

A note on degenerate and spectrally degenerate graphs A note on degenerate and pectrally degenerate graph Noga Alon Abtract A graph G i called pectrally d-degenerate if the larget eigenvalue of each ubgraph of it with maximum degree D i at mot dd. We prove

More information

On successive packing approach to multidimensional (M-D) interleaving

On successive packing approach to multidimensional (M-D) interleaving On ucceive packing approach to multidimenional (M-D) interleaving Xi Min Zhang Yun Q. hi ankar Bau Abtract We propoe an interleaving cheme for multidimenional (M-D) interleaving. To achieved by uing a

More information

A PROBABILISTIC NOTION OF CAMERA GEOMETRY: CALIBRATED VS. UNCALIBRATED

A PROBABILISTIC NOTION OF CAMERA GEOMETRY: CALIBRATED VS. UNCALIBRATED A PROBABILISTIC NOTION OF CAMERA GEOMETRY: CALIBRATED VS. UNCALIBRATED Jutin Domke and Yianni Aloimono Computational Viion Laboratory, Center for Automation Reearch Univerity of Maryland College Park,

More information

Hassan Ghaziri AUB, OSB Beirut, Lebanon Key words Competitive self-organizing maps, Meta-heuristics, Vehicle routing problem,

Hassan Ghaziri AUB, OSB Beirut, Lebanon Key words Competitive self-organizing maps, Meta-heuristics, Vehicle routing problem, COMPETITIVE PROBABIISTIC SEF-ORGANIZING MAPS FOR ROUTING PROBEMS Haan Ghaziri AUB, OSB Beirut, ebanon ghaziri@aub.edu.lb Abtract In thi paper, we have applied the concept of the elf-organizing map (SOM)

More information

Anisotropic filtering on normal field and curvature tensor field using optimal estimation theory

Anisotropic filtering on normal field and curvature tensor field using optimal estimation theory Aniotropic filtering on normal field and curvature tenor field uing optimal etimation theory Min Liu Yuhen Liu and Karthik Ramani Purdue Univerity, Wet Lafayette, Indiana, USA Email: {liu66 liu28 ramani}@purdue.edu

More information

Modeling of underwater vehicle s dynamics

Modeling of underwater vehicle s dynamics Proceeding of the 11th WEA International Conference on YTEM, Agio Nikolao, Crete Iland, Greece, July 23-25, 2007 44 Modeling of underwater vehicle dynamic ANDRZEJ ZAK Department of Radiolocation and Hydrolocation

More information

Markov Random Fields in Image Segmentation

Markov Random Fields in Image Segmentation Preented at SSIP 2011, Szeged, Hungary Markov Random Field in Image Segmentation Zoltan Kato Image Proceing & Computer Graphic Dept. Univerity of Szeged Hungary Zoltan Kato: Markov Random Field in Image

More information

The Association of System Performance Professionals

The Association of System Performance Professionals The Aociation of Sytem Performance Profeional The Computer Meaurement Group, commonly called CMG, i a not for profit, worldwide organization of data proceing profeional committed to the meaurement and

More information

Representations and Transformations. Objectives

Representations and Transformations. Objectives Repreentation and Tranformation Objective Derive homogeneou coordinate tranformation matrice Introduce tandard tranformation - Rotation - Tranlation - Scaling - Shear Scalar, Point, Vector Three baic element

More information

(A)ATSR RE-ANALYSIS FOR CLIMATE - CLOUD CLEARING METHODOLOGY

(A)ATSR RE-ANALYSIS FOR CLIMATE - CLOUD CLEARING METHODOLOGY (A)ATSR RE-ANALYSIS FOR CLIMATE - CLOUD CLEARING METHODOLOGY Chri Old, Chri Merchant Univerity of Edinburgh, The Crew Building, Wet Main Road, Edinburgh, EH9 3JN, United Kingdom Email: cold@ed.ac.uk Email:

More information

RESEARCH ON SAR IMAGE MATCHING TECHNOLOGY BASED ON SIFT

RESEARCH ON SAR IMAGE MATCHING TECHNOLOGY BASED ON SIFT RESEARCH ON SAR IMAGE MATCHING TECHNOLOGY BASED ON SIFT LIU Jing-zheng, YU Xu-chu Zhengzhou Intitute of Surveying and Mapping, 66 Longhai Road, Zhengzhou 45005,China-ljzchxy@63.com Commiion I, WG I/ KEY

More information

A New Approach for In-Vehicle Camera Traffic Sign Detection and Recognition

A New Approach for In-Vehicle Camera Traffic Sign Detection and Recognition MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com A New Approach for In-Vehicle Camera Traffic Sign Detection and Recognition Andrzej Ruta, Fatih Porikli, Yongmin Li, Shintaro Watanabe, Hirohi

More information

A Multi-objective Genetic Algorithm for Reliability Optimization Problem

A Multi-objective Genetic Algorithm for Reliability Optimization Problem International Journal of Performability Engineering, Vol. 5, No. 3, April 2009, pp. 227-234. RAMS Conultant Printed in India A Multi-objective Genetic Algorithm for Reliability Optimization Problem AMAR

More information

Distributed Packet Processing Architecture with Reconfigurable Hardware Accelerators for 100Gbps Forwarding Performance on Virtualized Edge Router

Distributed Packet Processing Architecture with Reconfigurable Hardware Accelerators for 100Gbps Forwarding Performance on Virtualized Edge Router Ditributed Packet Proceing Architecture with Reconfigurable Hardware Accelerator for 100Gbp Forwarding Performance on Virtualized Edge Router Satohi Nihiyama, Hitohi Kaneko, and Ichiro Kudo Abtract To

More information

An Active Stereo Vision System Based on Neural Pathways of Human Binocular Motor System

An Active Stereo Vision System Based on Neural Pathways of Human Binocular Motor System Journal of Bionic Engineering 4 (2007) 185 192 An Active Stereo Viion Sytem Baed on Neural Pathway of Human Binocular Motor Sytem Yu-zhang Gu 1, Makoto Sato 2, Xiao-lin Zhang 2 1. Department of Advanced

More information

Analytical Redundancy and Fuzzy Inference in AUV Fault Detection and Compensation

Analytical Redundancy and Fuzzy Inference in AUV Fault Detection and Compensation Analytical Redundancy and Fuzzy Inference in AUV Fault Detection and Compenation A. J. Healey Profeor and Director Center for AUV Reearch Naval Potgraduate School Monterey, CA 93953 healey@me.np.navy.mil

More information

IMPROVED JPEG DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION. Tak-Shing Wong, Charles A. Bouman, and Ilya Pollak

IMPROVED JPEG DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION. Tak-Shing Wong, Charles A. Bouman, and Ilya Pollak IMPROVED DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION Tak-Shing Wong, Charle A. Bouman, and Ilya Pollak School of Electrical and Computer Engineering Purdue Univerity ABSTRACT We propoe

More information

How to. write a paper. The basics writing a solid paper Different communities/different standards Common errors

How to. write a paper. The basics writing a solid paper Different communities/different standards Common errors How to write a paper The baic writing a olid paper Different communitie/different tandard Common error Reource Raibert eay My grammar point Article on a v. the Bug in writing Clarity Goal Conciene Calling

More information

Mid-term review ECE 161C Electrical and Computer Engineering University of California San Diego

Mid-term review ECE 161C Electrical and Computer Engineering University of California San Diego Mid-term review ECE 161C Electrical and Computer Engineering Univerity of California San Diego Nuno Vaconcelo Spring 2014 1. We have een in cla that one popular technique for edge detection i the Canny

More information

else end while End References

else end while End References 621-630. [RM89] [SK76] Roenfeld, A. and Melter, R. A., Digital geometry, The Mathematical Intelligencer, vol. 11, No. 3, 1989, pp. 69-72. Sklanky, J. and Kibler, D. F., A theory of nonuniformly digitized

More information

Operational Semantics Class notes for a lecture given by Mooly Sagiv Tel Aviv University 24/5/2007 By Roy Ganor and Uri Juhasz

Operational Semantics Class notes for a lecture given by Mooly Sagiv Tel Aviv University 24/5/2007 By Roy Ganor and Uri Juhasz Operational emantic Page Operational emantic Cla note for a lecture given by Mooly agiv Tel Aviv Univerity 4/5/7 By Roy Ganor and Uri Juhaz Reference emantic with Application, H. Nielon and F. Nielon,

More information

Maneuverable Relays to Improve Energy Efficiency in Sensor Networks

Maneuverable Relays to Improve Energy Efficiency in Sensor Networks Maneuverable Relay to Improve Energy Efficiency in Senor Network Stephan Eidenbenz, Luka Kroc, Jame P. Smith CCS-5, MS M997; Lo Alamo National Laboratory; Lo Alamo, NM 87545. Email: {eidenben, kroc, jpmith}@lanl.gov

More information

Modeling the Effect of Mobile Handoffs on TCP and TFRC Throughput

Modeling the Effect of Mobile Handoffs on TCP and TFRC Throughput Modeling the Effect of Mobile Handoff on TCP and TFRC Throughput Antonio Argyriou and Vijay Madietti School of Electrical and Computer Engineering Georgia Intitute of Technology Atlanta, Georgia 3332 25,

More information

Mirror shape recovery from image curves and intrinsic parameters: Rotationally symmetric and conic mirrors. Abstract. 2. Mirror shape recovery

Mirror shape recovery from image curves and intrinsic parameters: Rotationally symmetric and conic mirrors. Abstract. 2. Mirror shape recovery Mirror hape recovery from image curve and intrinic parameter: Rotationally ymmetric and conic mirror Nuno Gonçalve and Helder Araújo Λ Intitute of Sytem and Robotic Univerity of Coimbra Pinhal de Marroco

More information

Audio-Visual Voice Command Recognition in Noisy Conditions

Audio-Visual Voice Command Recognition in Noisy Conditions Audio-Viual Voice Command Recognition in Noiy Condition Joef Chaloupka, Jan Nouza, Jindrich Zdanky Laboratory of Computer Speech Proceing, Intitute of Information Technology and Electronic, Technical Univerity

More information

DAROS: Distributed User-Server Assignment And Replication For Online Social Networking Applications

DAROS: Distributed User-Server Assignment And Replication For Online Social Networking Applications DAROS: Ditributed Uer-Server Aignment And Replication For Online Social Networking Application Thuan Duong-Ba School of EECS Oregon State Univerity Corvalli, OR 97330, USA Email: duongba@eec.oregontate.edu

More information

np vp cost = 0 cost = c np vp cost = c I replacing term cost = c+c n cost = c * Error detection Error correction pron det pron det n gi

np vp cost = 0 cost = c np vp cost = c I replacing term cost = c+c n cost = c * Error detection Error correction pron det pron det n gi Spoken Language Paring with Robutne and ncrementality Yohihide Kato, Shigeki Matubara, Katuhiko Toyama and Yauyohi nagaki y Graduate School of Engineering, Nagoya Univerity y Faculty of Language and Culture,

More information

A Practical Model for Minimizing Waiting Time in a Transit Network

A Practical Model for Minimizing Waiting Time in a Transit Network A Practical Model for Minimizing Waiting Time in a Tranit Network Leila Dianat, MASc, Department of Civil Engineering, Sharif Univerity of Technology, Tehran, Iran Youef Shafahi, Ph.D. Aociate Profeor,

More information

Using Mouse Feedback in Computer Assisted Transcription of Handwritten Text Images

Using Mouse Feedback in Computer Assisted Transcription of Handwritten Text Images 2009 10th International Conference on Document Analyi and Recognition Uing Moue Feedback in Computer Aited Trancription of Handwritten Text Image Verónica Romero, Alejandro H. Toelli, Enrique Vidal Intituto

More information

Gray-level histogram. Intensity (grey-level) transformation, or mapping. Use of intensity transformations:

Gray-level histogram. Intensity (grey-level) transformation, or mapping. Use of intensity transformations: Faculty of Informatic Eötvö Loránd Univerity Budapet, Hungary Lecture : Intenity Tranformation Image enhancement by point proceing Spatial domain and frequency domain method Baic Algorithm for Digital

More information

KS3 Maths Assessment Objectives

KS3 Maths Assessment Objectives KS3 Math Aement Objective Tranition Stage 9 Ratio & Proportion Probabilit y & Statitic Appreciate the infinite nature of the et of integer, real and rational number Can interpret fraction and percentage

More information

( ) subject to m. e (2) L are 2L+1. = s SEG SEG Las Vegas 2012 Annual Meeting Page 1

( ) subject to m. e (2) L are 2L+1. = s SEG SEG Las Vegas 2012 Annual Meeting Page 1 A new imultaneou ource eparation algorithm uing frequency-divere filtering Ying Ji*, Ed Kragh, and Phil Chritie, Schlumberger Cambridge Reearch Summary We decribe a new imultaneou ource eparation algorithm

More information

LinkGuide: Towards a Better Collection of Hyperlinks in a Website Homepage

LinkGuide: Towards a Better Collection of Hyperlinks in a Website Homepage Proceeding of the World Congre on Engineering 2007 Vol I LinkGuide: Toward a Better Collection of Hyperlink in a Webite Homepage A. Ammari and V. Zharkova chool of Informatic, Univerity of Bradford anammari@bradford.ac.uk,

More information

Multiclass Road Sign Detection using Multiplicative Kernel

Multiclass Road Sign Detection using Multiplicative Kernel Proceeding of the Croatian Computer Viion Workhop, Year 1 Multicla Road Sign Detection uing Multiplicative Kernel Valentina Zadrija Mireo d. d. Zagreb, Croatia valentina.zadrija@mireo.hr Siniša Šegvić

More information

Kinematics Programming for Cooperating Robotic Systems

Kinematics Programming for Cooperating Robotic Systems Kinematic Programming for Cooperating Robotic Sytem Critiane P. Tonetto, Carlo R. Rocha, Henrique Sima, Altamir Dia Federal Univerity of Santa Catarina, Mechanical Engineering Department, P.O. Box 476,

More information

Fast 3D Scanning with Automatic Motion Compensation

Fast 3D Scanning with Automatic Motion Compensation Fat 3D Scanning with Automatic Motion Compenation Thibaut Weie, Batian Leibe and Luc Van Gool Swi Federal Intitute of Technology ETH Zürich) Zürich, Switzerland {weie,leibe,vangool}@viion.ee.ethz.ch Abtract

More information

USING ARTIFICIAL NEURAL NETWORKS TO APPROXIMATE A DISCRETE EVENT STOCHASTIC SIMULATION MODEL

USING ARTIFICIAL NEURAL NETWORKS TO APPROXIMATE A DISCRETE EVENT STOCHASTIC SIMULATION MODEL USING ARTIFICIAL NEURAL NETWORKS TO APPROXIMATE A DISCRETE EVENT STOCHASTIC SIMULATION MODEL Robert A. Kilmer Department of Sytem Engineering Unite State Military Acaemy Wet Point, NY 1996 Alice E. Smith

More information

Finite Elements Method in Split Hopkinson Pressure Bar developing process

Finite Elements Method in Split Hopkinson Pressure Bar developing process 6th WSEAS International Conference on SYSTEM SCIENCE and SIMULATION in ENGINEERING, Venice, Italy, November 1-3, 007 63 Finite Element Method in Split Hopkinon Preure Bar developing proce ROTARIU ADRIAN

More information

How to Select Measurement Points in Access Point Localization

How to Select Measurement Points in Access Point Localization Proceeding of the International MultiConference of Engineer and Computer Scientit 205 Vol II, IMECS 205, March 8-20, 205, Hong Kong How to Select Meaurement Point in Acce Point Localization Xiaoling Yang,

More information

Many-to-Many Graph Matching via Metric Embedding

Many-to-Many Graph Matching via Metric Embedding Many-to-Many Graph Matching via Metric Embedding Yakov Keelman DePaul Univerity Ali Shokoufandeh Drexel Univerity M. Fatih Demirci Drexel Univerity Sven Dickinon Univerity of Toronto Abtract Graph matching

More information

xy-monotone path existence queries in a rectilinear environment

xy-monotone path existence queries in a rectilinear environment CCCG 2012, Charlottetown, P.E.I., Augut 8 10, 2012 xy-monotone path exitence querie in a rectilinear environment Gregory Bint Anil Mahehwari Michiel Smid Abtract Given a planar environment coniting of

More information

Learning-Based Quality Control for Cardiac MR Images

Learning-Based Quality Control for Cardiac MR Images 1 Learning-Baed Quality Control for Cardiac MR Image Giacomo Tarroni, Ozan Oktay, Wenjia Bai, Andrea Schuh, Hideaki Suzuki, Jonathan Paerat-Palmbach, Antonio de Marvao, Declan P. O Regan, Stuart Cook,

More information

Robust object characterization from lensless microscopy videos

Robust object characterization from lensless microscopy videos Robut object characterization from lenle microcopy video Olivier Flaeur, Loïc Deni, Corinne Fournier, and Éric Thiébaut Univ Lyon, UJM-Saint-Etienne, CNRS, Intitut d Optique Graduate School, Laboratoire

More information

Quadrilaterals. Learning Objectives. Pre-Activity

Quadrilaterals. Learning Objectives. Pre-Activity Section 3.4 Pre-Activity Preparation Quadrilateral Intereting geometric hape and pattern are all around u when we tart looking for them. Examine a row of fencing or the tiling deign at the wimming pool.

More information

arxiv: v1 [cs.ms] 20 Dec 2017

arxiv: v1 [cs.ms] 20 Dec 2017 CameraTranform: a Scientific Python Package for Perpective Camera Correction Richard Gerum, Sebatian Richter, Alexander Winterl, Ben Fabry, and Daniel Zitterbart,2 arxiv:72.07438v [c.ms] 20 Dec 207 Department

More information

Increasing Throughput and Reducing Delay in Wireless Sensor Networks Using Interference Alignment

Increasing Throughput and Reducing Delay in Wireless Sensor Networks Using Interference Alignment Int. J. Communication, Network and Sytem Science, 0, 5, 90-97 http://dx.doi.org/0.436/ijcn.0.50 Publihed Online February 0 (http://www.scirp.org/journal/ijcn) Increaing Throughput and Reducing Delay in

More information

Keywords: Defect detection, linear phased array transducer, parameter optimization, phased array ultrasonic B-mode imaging testing.

Keywords: Defect detection, linear phased array transducer, parameter optimization, phased array ultrasonic B-mode imaging testing. Send Order for Reprint to reprint@benthamcience.ae 488 The Open Automation and Control Sytem Journal, 2014, 6, 488-492 Open Acce Parameter Optimization of Linear Phaed Array Tranducer for Defect Detection

More information

Aalborg Universitet. Published in: Proceedings of the Working Conference on Advanced Visual Interfaces

Aalborg Universitet. Published in: Proceedings of the Working Conference on Advanced Visual Interfaces Aalborg Univeritet Software-Baed Adjutment of Mobile Autotereocopic Graphic Uing Static Parallax Barrier Paprocki, Martin Marko; Krog, Kim Srirat; Kritofferen, Morten Bak; Krau, Martin Publihed in: Proceeding

More information

On combining Learning Vector Quantization and the Bayesian classifiers for natural textured images

On combining Learning Vector Quantization and the Bayesian classifiers for natural textured images On combining Learning Vector Quantization and the Bayeian claifier for natural textured image María Guiarro Dept. Ingeniería del Software e Inteligencia Artificial Facultad Informática Univeridad Complutene

More information

A study on turbo decoding iterative algorithms

A study on turbo decoding iterative algorithms Buletinul Ştiinţific al Univerităţii "Politehnica" din Timişoara Seria ELECTRONICĂ şi TELECOMUNICAŢII TRANSACTIONS on ELECTRONICS and COMMUNICATIONS Tom 49(63, Facicola 2, 2004 A tudy on turbo decoding

More information

Laboratory Exercise 6

Laboratory Exercise 6 Laboratory Exercie 6 Adder, Subtractor, and Multiplier The purpoe of thi exercie i to examine arithmetic circuit that add, ubtract, and multiply number. Each type of circuit will be implemented in two

More information

Symmetric Stereo Matching for Occlusion Handling

Symmetric Stereo Matching for Occlusion Handling Symmetric Stereo Matching for Occluion Handling Jian Sun 1 Yin Li 1 Sing Bing Kang 2 Heung-Yeung Shum 1 1 Microoft Reearch Aia 2 Microoft Reearch Beijing, P.R. China Redmond, WA, USA Abtract In thi paper,

More information

An Image Edge Detection Algorithm using Wavelet Transform and Fuzzy Techniques

An Image Edge Detection Algorithm using Wavelet Transform and Fuzzy Techniques An Image Edge Detection Algorithm uing Wavelet Tranform and Fuzzy Technique Bin Huang 1*, Jiaofeng Wang,Xiaomei Jin 3 1.College of Teacher Education, Quzhou Univerity, Zheiang Quzhou, china. Quzhou Vocational

More information

Stochastic Search and Graph Techniques for MCM Path Planning Christine D. Piatko, Christopher P. Diehl, Paul McNamee, Cheryl Resch and I-Jeng Wang

Stochastic Search and Graph Techniques for MCM Path Planning Christine D. Piatko, Christopher P. Diehl, Paul McNamee, Cheryl Resch and I-Jeng Wang Stochatic Search and Graph Technique for MCM Path Planning Chritine D. Piatko, Chritopher P. Diehl, Paul McNamee, Cheryl Rech and I-Jeng Wang The John Hopkin Univerity Applied Phyic Laboratory, Laurel,

More information

Outdoor Human Motion Capture using Inverse Kinematics and von Mises-Fisher Sampling

Outdoor Human Motion Capture using Inverse Kinematics and von Mises-Fisher Sampling Outdoor Human Motion Capture uing Invere Kinematic and von Mie-Fiher Sampling Gerard Pon-Moll 1, Andrea Baak 2 Juergen Gall 3 Laura Leal-Taixé 1 Meinard Müller 2 Han-Peter Seidel 2 Bodo Roenhahn 1 1 Leibniz

More information

The Implementation of an Adaptive Mechanism in the RTP Packet in Mobile Video Transmission

The Implementation of an Adaptive Mechanism in the RTP Packet in Mobile Video Transmission 2011 International Conference on Information Management and Engineering (ICIME 2011) IPCSIT vol. 52 (2012) (2012) IACSIT Pre, Singapore DOI: 10.7763/IPCSIT.2012.V52.91 The Implementation of an Adaptive

More information

On the Use of Shadows in Stance Recovery

On the Use of Shadows in Stance Recovery On the Ue of Shadow in Stance Recovery Alfred M. Brucktein, 1 Robert J. Holt, 1 Yve D. Jean, 2 Arun N. Netravali 1 1 Bell Laboratorie, Lucent Technologie, Murray Hill, NJ 094 2 Avaya Communication, Murray

More information

Research on Target Detection based on moving Image

Research on Target Detection based on moving Image International Journal of Science Vol.5 No.4 018 ISSN: 1813-4890 Reearch on Target Detection baed on moving Image Feiyan Wu 1, Xianwen Liao 1 Guangxi College and Univeritie Key Laboratory of Profeional

More information

Coordinate System Selection for Minimum Error Rate Training. in Statistical Machine Translation

Coordinate System Selection for Minimum Error Rate Training. in Statistical Machine Translation Coordinate Sytem Selection for Minimum Error Rate Training in Statitical Machine Tranlation Lijiang Chen School of Chinee Language and Culture Nanjing Normal Uuiverity Nanjing, 210097, China ljchen97@126.com

More information

Video sequence. Audio sequence

Video sequence. Audio sequence 1 Dynamic Bayeian Network for Audio-Viual Speech Recognition Ara V. Nefian, Luhong Liang, Xiaobo i, Xiaoxing Liu and Kevin Murphy Abtract The ue of viual feature in audio-viual peech recognition (AVSR)

More information

Image Morphing Using Deformation Techniques

Image Morphing Using Deformation Techniques Image Morphing Uing Deformation Technique Seung-Yong Lee, Kyung-Yong Chwa, Jame Hahn, and Sung Yong Shin Department of Computer Science Korea Advanced Intitute of Science and Technology 373-1 Kuong-dong

More information

Delaunay Triangulation: Incremental Construction

Delaunay Triangulation: Incremental Construction Chapter 6 Delaunay Triangulation: Incremental Contruction In the lat lecture, we have learned about the Lawon ip algorithm that compute a Delaunay triangulation of a given n-point et P R 2 with O(n 2 )

More information

Refining SIRAP with a Dedicated Resource Ceiling for Self-Blocking

Refining SIRAP with a Dedicated Resource Ceiling for Self-Blocking Refining SIRAP with a Dedicated Reource Ceiling for Self-Blocking Mori Behnam, Thoma Nolte Mälardalen Real-Time Reearch Centre P.O. Box 883, SE-721 23 Väterå, Sweden {mori.behnam,thoma.nolte}@mdh.e ABSTRACT

More information

New DSP to measure acoustic efficiency of road barriers. Part 2: Sound Insulation Index

New DSP to measure acoustic efficiency of road barriers. Part 2: Sound Insulation Index New DSP to meaure acoutic efficiency of road barrier. Part 2: Sound Inulation Index LAMBERTO TRONCHIN 1, KRISTIAN FABBRI 1, JELENA VASILJEVIC 2 1 DIENCA CIARM, Univerity of Bologna, Italy 2 Univerity of

More information

Minimum congestion spanning trees in bipartite and random graphs

Minimum congestion spanning trees in bipartite and random graphs Minimum congetion panning tree in bipartite and random graph M.I. Otrovkii Department of Mathematic and Computer Science St. John Univerity 8000 Utopia Parkway Queen, NY 11439, USA e-mail: otrovm@tjohn.edu

More information

An Approach to a Test Oracle for XML Query Testing

An Approach to a Test Oracle for XML Query Testing An Approach to a Tet Oracle for XML Query Teting Dae S. Kim-Park, Claudio de la Riva, Javier Tuya Univerity of Oviedo Computing Department Campu of Vieque, /n, 33204 (SPAIN) kim_park@li.uniovi.e, claudio@uniovi.e,

More information

A Novel Feature Line Segment Approach for Pattern Classification

A Novel Feature Line Segment Approach for Pattern Classification 12th International Conference on Information Fuion Seattle, WA, USA, July 6-9, 2009 A Novel Feature Line Segment Approach for Pattern Claification Yi Yang Intitute of Integrated Automation Xi an Jiaotong

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and Thi article appeared in a journal publihed by Elevier. The attached copy i furnihed to the author for internal non-commercial reearch and education ue, including for intruction at the author intitution

More information

Integrated Single-arm Assembly and Manipulation Planning using Dynamic Regrasp Graphs

Integrated Single-arm Assembly and Manipulation Planning using Dynamic Regrasp Graphs Proceeding of The 2016 IEEE International Conference on Real-time Computing and Robotic June 6-9, 2016, Angkor Wat, Cambodia Integrated Single-arm Aembly and Manipulation Planning uing Dynamic Regrap Graph

More information

REVERSE KINEMATIC ANALYSIS OF THE SPATIAL SIX AXIS ROBOTIC MANIPULATOR WITH CONSECUTIVE JOINT AXES PARALLEL

REVERSE KINEMATIC ANALYSIS OF THE SPATIAL SIX AXIS ROBOTIC MANIPULATOR WITH CONSECUTIVE JOINT AXES PARALLEL Proceeding of the ASME 007 International Deign Engineering Technical Conference & Computer and Information in Engineering Conference IDETC/CIE 007 September 4-7, 007 La Vega, Nevada, USA DETC007-34433

More information

Directional Histogram Model for Three-Dimensional Shape Similarity

Directional Histogram Model for Three-Dimensional Shape Similarity Directional Hitogram Model for Three-Dimenional Shape Similarity Xinguo Liu Robin Sun Sing Bing Kang Heung-Yeung Shum Microoft Reearch Aia Zhejiang Univerity Microoft Reearch Microoft Reearch Aia Abtract

More information