Computer Vision System for Tracking Players in Sports Games

Size: px
Start display at page:

Download "Computer Vision System for Tracking Players in Sports Games"

Transcription

1 Computer Vision System for Tracking Players in Sports Games Abstract Janez Perš, Stanislav Kovacic Faculty of Electrical Engineering, University of Lublana Tržaška 5, 000 Lublana Te development of computer vision system for tracking players in indoor team games is presented. Several image processing and tracking metods are described, along wit camera calibration and lens distortion correction. Te output of te system consists of spatiotemporal traectories of te players, wic can be furter processed and analyzed by sport experts. In some critical situations te automatic tracking process must be manually interrupted. To correct miss-trackings, uman supervision is required. Some experimental results are presented as well. Keywords: obect tracking, uman motion analysis, camera calibration, andball. Introduction Human motion analysis is receiving increasing attention from computer vision researcers. Tis interest is motivated by applications over a wide spectrum of topics (Aggarval and Cai, 997). In tis paper we concentrate on tracking people in team sports based on computer vision. If te traectories are sufficiently accurately determined, a wealt of additional information, e.g. players speed, acceleration and players interactions can be obtained. For many years te analysis of a sport event as been based on observation seets filled-in during te matc. Later, wit a elp of video recordings, motion acquisition and analysis were performed manually, a time consuming and tedious task. In te past, progress in introducing te computer vision tecnology to te team sports domain was slow, due to inadequate video and computational facilities and complexity of te tracking problem itself. Te players strive to move rapidly, cange direction unpredictably and collide wit one anoter. Tey violate te smoot motion assumption, on wic many tracking algoritms are based. Players appear in te images as igly non-rigid forms, especially due to te movements of teir extremities. Many of te proposed approaces solved te motion acquisition and analysis problem only partially and were terefore unable to provide an adequate solution to te sports experts, i.e. tracking every player in te wole field in every instance of time (Erdmann, 994).. Image acquisition Careful planning of image acquisition could be crucial for te success of te wole proect, and inappropriately placed cameras can add a significant degree of difficulty to te tracking problem (Intille and Bobick, 995). To determine te traectories of te players from te beginning to te end of te game, te obects in question ave to be in te field of view for te duration of te wole matc. Two stationary cameras, mounted directly above te court, as sown in Fig. (a) were cosen as te most straigtforward solution. First Int l Worksop on Image and Signal Processing and Analysis, June 4-5, 000, Pula, Croatia

2 (a) (b) Fig. : (a) Camera placement. (b) Image obtained. Bot te andball matc and te test video sequence of players moving on predefined pats were recorded using two PAL S-VHS videorecorders. Te transfer to digital domain was carried out using te Motion-JPEG frame grabber at 5 frames per second wit image resolution of 384x88 pixels. Te result is sown in Fig. (b). 3. Camera calibration Due to significant radial distortion oterwise widely used calibration tecnique (Tsai, 987) failed to produce satisfactory results. We decided to take different approac by modeling te radial image distortion more accurately. Let us imagine an ideal pinole camera C, mounted on a pan-tilt device above te point 0, as illustrated in Fig. X is te observed point on te court plane, at distance from te point 0. is te distance from te camera to te court plane. Angle α is te angle of pan-tilt device wen observing te point X. Te differential d of radius is proected to te differential dr, wic is parallel to te camera image plane. Te image of dr appears on te image plane. elations between d, dr and α are given witin te triangle on te enlarged part of Fig. (a). C α dr α d X 0 X camera (a) (b) Fig. : (a) Model of radial distortion. (b) Te resulting images after correction. Tus, we can write te following relations: dr = cos( α ) d, α = arctg( ), () dr = cos(arctg( )) d. () Now, let us substitute te pan-tilt camera wit fixed camera, equipped wit wide-angle lens. Te wole area, wic would be covered by canging te angle α of a pan-tilt camera, is captured simultaneously to te single image of a stationary camera. Additionally, let us First Int l Worksop on Image and Signal Processing and Analysis, June 4-5, 000, Pula, Croatia

3 assume te scaling factor between te dr and te image of dr on te image plane to be. Terefore, we can obtain te lengt of te image of radius on te image plane by integrating left side of te eq. () over te interval (0, r ), and over te interval (0, ) on te rigt side. Wit being te distance from te observed point X to te point 0, and r being te distance from te image of point X to te image of point 0 on te image plane, we ave te solution of te inverse problem: ln. r = + + (3) By solving eq. (3) for we obtain te formula, wic can be used to correct te radial distortion: 4. Player tracking r ( e ) =. (4) r e We developed tree different algoritms for use in player tracker: motion detection, template tracking and color based tracking. We tested different combinations of tese algoritms; eac one as its own advantages and disadvantages. 4. Motion detection Te most straigtforward approac to motion detection is image subtraction. Eac frame C in te sequence was subtracted from te reference frame, i.e. an image of te empty court, yielding te difference image D, D = C + G GC + B BC, (5) were, G and B denote te red, green and blue components of te current frame and te reference frame, respectively. Te difference image D is ten tresolded using fixed tresold value and subsequently filtered to reduce image noise. Filtered image is sown in Fig. 3. esulting blobs in te filtered image are ten counted, labeled and teir centers of gravity calculated. Some of blobs correspond to te players, wile oters are caused by noise, sadows and oter distracting obects. Tis limits te efficiency of tis tecnique. Collisions of more tan two players and intense player sadows contacting oter players require almost always an intervention by uman operator. Typical problem is sown in Fig. 3 (b),(c). (a) (b) (c) Fig. 3: (a) Blobs detected in te motion detection stage. (b) Typical scene, wic confuses te motion detection algoritm. Four players are marked by wite arrows. (c) Corresponding difference image. First Int l Worksop on Image and Signal Processing and Analysis, June 4-5, 000, Pula, Croatia

4 4. Template tracking Visual differences between te players and te background obects were exploited to furter improve tracking process. Te feature set, wic could be used to successfully separate obects from background was needed. Tis is a difficult problem, as sape of te players varies over time and te image resolution is low. Players are represented by relatively small area of only 0-5 pixels in diameter. We ave defined a set of D functions, i.e. templates {K, =,..,4}, wic extract te very basic appearances of te player. Tey resemble te Wals functions, but tey are not ortogonal. Tese functions are sown in Fig. 4 (a). F (unknown obect) d GF d FH H (player) (a) G (background) Fig. 4: (a) Basic appearances of te player. Black areas represent zeros, wile grey areas represent values of. (b) Classification of an unknown obect. Eac cannel of GB color image is processed separately and te vector of 4 features F for eac cannel is obtained using te following expression: 6 6 = x= y= F K ( x, I( x,, ( =,.., 4), (6) were K is one of templates, and I is one of te tree GB cannels, obtained from te current image. Te result is 4-dimensional feature vector F. Additionally, similar vector of features G is calculated from te reference image of te empty playing court at te same coordinates. Te tird vector H is obtained by averaging te last n vectors of features F, wic allows certain adaptivity, as te player appearance canges over time. Te simplified, two-dimensional case of classification is sown in Fig. 4 (b). (b) (a) (b) (c) Fig. 5: Locating te player wearing te yellow dress using te set of templates. (a) Player is sown in te center of image. (b) Te difference image, as defined in (5) for tat particular case. c) Calculated similarity measure s as defined in (7). Te wite region (sowing ig similarit marks te player location more accurately tan te difference image, sown in (b). 0. First Int l Worksop on Image and Signal Processing and Analysis, June 4-5, 000, Pula, Croatia

5 Te bot distances (Fig. 4 (b)) and corresponding similarity measure s are defined as follows: 4 d = ( F G ) d = ( F H ), GF = Te results of player localization using tis approac are sown in Fig Color tracking FH 4 = s = (7) Color as an identifying feature can be also used for tracking players. Te tree-dimensional GB color representation was cosen, as some players wear dark dresses, wic would result in undefined values of ue. Color identification and localization, based on color istograms (Swain and Ballard, 99) is not appropriate, as tere are only a few (3-6) pixels tat closely resemble te reference color of te player s dress. To ensure reliable tracking, only te location of te pixel tat is most similar to te player s color becomes new player position. Te similarity measure used is defined as follows: S( x, = (( I ( x, C ) + ( I ( x, C ) + ( I ( x, C ) ), (8) were I is te image and C is te color of te player. Subscripts, G and B denote te red, green and blue cannel, respectively. Te algoritm searces for te pixel most similar to te recorded color of te player in limited area around te previous player position. Colors of te players are defined by te operator supervising te tracking process, before te actual tracking is started. 5. esults Te following tracking metods were tested: te motion detection algoritm (A), te color tracking algoritm (B) and te combination of color and template tracking algoritm (C). Te use of color tracking in C avoids drift in player position, caused by te template tracking. Tests were performed on two video sequences. Teir lengts were 30 and 50 seconds, respectively. First sequence was taken from te recording of andball matc and was used to evaluate reliability of te algoritms by counting te uman interventions required to maintain errorfree tracking process. Te second one was te test sequence, in wic players were standing still. Te measured distances terefore directly correspond to noise added by particular tracking metod. Additionally, te processing time per frame on PC equipped wit 500 MHz Pentium III processor was measured. Te results are sown in Table. Table : Comparison results for tree different combinations of tracking metods. Metod Interventions Noise Time A meters 0.44 sec/frame B 49 meters 0.75 sec/frame C 4 55 meters 0.9 sec/frame Te advantages and disadvantages for eac of te metods can be clearly seen. Te motion detection (A) introduced little noise to te traectories. On te oter and, more tan one intervention per one second of playing time is required, wic puts enormous pressure on G G B d d + d B First Int l Worksop on Image and Signal Processing and Analysis, June 4-5, 000, Pula, Croatia

6 uman operator supervising te tracking process. Tis approac is te slowest. Figure 6 sows te traectories obtained using tis metod. Te metod B, te color tracking, required small number of interventions, as expected, it is fast, but te traectories contain extremely ig amount of noise. Te combination C is nearly as fast as color tracking alone, contains low amount of noise and requires little intervention from operator. We can conclude tat te combination C is te most suitable for use in an automated player tracker. Fig. 6: Traectories of several players for te first few minutes of te matc, obtained by motion detection algoritm (A) and post-filtered using te Gaussian filter. 6. Conclusions We presented te development of te automated tracking system for tracking players in te sports games. Altoug te system was only tested in te andball matc, we can assume tat it would be equally useful in oter team sports, provided tat te cameras could be placed directly above te playing court. Te system is capable of outputting te positions of every player in court coordinates in every instance of time. It was used to track players in te andball matc to perform analysis of teir movement. It forms a base of te complete sports analysis system, wic will include advanced data processing, statistical analysis and presentation capabilities. Acknowledgements We wis to tank Marta Bon and Marko Šibila from te Faculty of Sports at te University of Lublana for teir valuable contribution. eferences. Aggarval, J. K. and Cai, Q. (997), Human Motion Analysis: A review, IEEE Nonrigid and Articulated Motion Worksop, pp Erdmann, W. S. (99), Gatering of kinematic data of Sport Event by Televising te Wole Pitc and Track, Proc. of 0t ISBS symposium, pp Intille, S. S. and Bobick, A. F. (995), Visual Tracking Using Closed- Worlds, ICCV Swain, M. J. and Ballard, D. H. (99), Color Indexing, International Journal of Computer Vision, Vol. 7, No., November Tsai,. Y. (987), A Versatile Camera Calibration Tecnique for Hig-Accuracy 3D Macine Vision Metrology Using Off-te-Self TV Cameras and Lenses, IEEE Journal of obotics and Automation, Vol. A-3, No. 4. First Int l Worksop on Image and Signal Processing and Analysis, June 4-5, 000, Pula, Croatia

Geometric Stratification of Accounting Data

Geometric Stratification of Accounting Data Stratification of Accounting Data Patricia Gunning * Jane Mary Horgan ** William Yancey *** Abstract: We suggest a new procedure for defining te boundaries of te strata in igly skewed populations, usual

More information

Research on the Anti-perspective Correction Algorithm of QR Barcode

Research on the Anti-perspective Correction Algorithm of QR Barcode Researc on te Anti-perspective Correction Algoritm of QR Barcode Jianua Li, Yi-Wen Wang, YiJun Wang,Yi Cen, Guoceng Wang Key Laboratory of Electronic Tin Films and Integrated Devices University of Electronic

More information

Instantaneous Rate of Change:

Instantaneous Rate of Change: Instantaneous Rate of Cange: Last section we discovered tat te average rate of cange in F(x) can also be interpreted as te slope of a scant line. Te average rate of cange involves te cange in F(x) over

More information

Optimized Data Indexing Algorithms for OLAP Systems

Optimized Data Indexing Algorithms for OLAP Systems Database Systems Journal vol. I, no. 2/200 7 Optimized Data Indexing Algoritms for OLAP Systems Lucian BORNAZ Faculty of Cybernetics, Statistics and Economic Informatics Academy of Economic Studies, Bucarest

More information

ACT Math Facts & Formulas

ACT Math Facts & Formulas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Rationals: fractions, tat is, anyting expressable as a ratio of integers Reals: integers plus rationals plus special numbers suc as

More information

New Vocabulary volume

New Vocabulary volume -. Plan Objectives To find te volume of a prism To find te volume of a cylinder Examples Finding Volume of a Rectangular Prism Finding Volume of a Triangular Prism 3 Finding Volume of a Cylinder Finding

More information

Comparison between two approaches to overload control in a Real Server: local or hybrid solutions?

Comparison between two approaches to overload control in a Real Server: local or hybrid solutions? Comparison between two approaces to overload control in a Real Server: local or ybrid solutions? S. Montagna and M. Pignolo Researc and Development Italtel S.p.A. Settimo Milanese, ITALY Abstract Tis wor

More information

SAT Subject Math Level 1 Facts & Formulas

SAT Subject Math Level 1 Facts & Formulas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Reals: integers plus fractions, decimals, and irrationals ( 2, 3, π, etc.) Order Of Operations: Aritmetic Sequences: PEMDAS (Parenteses

More information

Math 113 HW #5 Solutions

Math 113 HW #5 Solutions Mat 3 HW #5 Solutions. Exercise.5.6. Suppose f is continuous on [, 5] and te only solutions of te equation f(x) = 6 are x = and x =. If f() = 8, explain wy f(3) > 6. Answer: Suppose we ad tat f(3) 6. Ten

More information

Derivatives Math 120 Calculus I D Joyce, Fall 2013

Derivatives Math 120 Calculus I D Joyce, Fall 2013 Derivatives Mat 20 Calculus I D Joyce, Fall 203 Since we ave a good understanding of its, we can develop derivatives very quickly. Recall tat we defined te derivative f x of a function f at x to be te

More information

The modelling of business rules for dashboard reporting using mutual information

The modelling of business rules for dashboard reporting using mutual information 8 t World IMACS / MODSIM Congress, Cairns, Australia 3-7 July 2009 ttp://mssanz.org.au/modsim09 Te modelling of business rules for dasboard reporting using mutual information Gregory Calbert Command, Control,

More information

Lecture 10: What is a Function, definition, piecewise defined functions, difference quotient, domain of a function

Lecture 10: What is a Function, definition, piecewise defined functions, difference quotient, domain of a function Lecture 10: Wat is a Function, definition, piecewise defined functions, difference quotient, domain of a function A function arises wen one quantity depends on anoter. Many everyday relationsips between

More information

Verifying Numerical Convergence Rates

Verifying Numerical Convergence Rates 1 Order of accuracy Verifying Numerical Convergence Rates We consider a numerical approximation of an exact value u. Te approximation depends on a small parameter, suc as te grid size or time step, and

More information

M(0) = 1 M(1) = 2 M(h) = M(h 1) + M(h 2) + 1 (h > 1)

M(0) = 1 M(1) = 2 M(h) = M(h 1) + M(h 2) + 1 (h > 1) Insertion and Deletion in VL Trees Submitted in Partial Fulfillment of te Requirements for Dr. Eric Kaltofen s 66621: nalysis of lgoritms by Robert McCloskey December 14, 1984 1 ackground ccording to Knut

More information

Projective Geometry. Projective Geometry

Projective Geometry. Projective Geometry Euclidean versus Euclidean geometry describes sapes as tey are Properties of objects tat are uncanged by rigid motions» Lengts» Angles» Parallelism Projective geometry describes objects as tey appear Lengts,

More information

The EOQ Inventory Formula

The EOQ Inventory Formula Te EOQ Inventory Formula James M. Cargal Matematics Department Troy University Montgomery Campus A basic problem for businesses and manufacturers is, wen ordering supplies, to determine wat quantity of

More information

Math Test Sections. The College Board: Expanding College Opportunity

Math Test Sections. The College Board: Expanding College Opportunity Taking te SAT I: Reasoning Test Mat Test Sections Te materials in tese files are intended for individual use by students getting ready to take an SAT Program test; permission for any oter use must be sougt

More information

f(a + h) f(a) f (a) = lim

f(a + h) f(a) f (a) = lim Lecture 7 : Derivative AS a Function In te previous section we defined te derivative of a function f at a number a (wen te function f is defined in an open interval containing a) to be f (a) 0 f(a + )

More information

Determine the perimeter of a triangle using algebra Find the area of a triangle using the formula

Determine the perimeter of a triangle using algebra Find the area of a triangle using the formula Student Name: Date: Contact Person Name: Pone Number: Lesson 0 Perimeter, Area, and Similarity of Triangles Objectives Determine te perimeter of a triangle using algebra Find te area of a triangle using

More information

FINITE DIFFERENCE METHODS

FINITE DIFFERENCE METHODS FINITE DIFFERENCE METHODS LONG CHEN Te best known metods, finite difference, consists of replacing eac derivative by a difference quotient in te classic formulation. It is simple to code and economic to

More information

The Derivative as a Function

The Derivative as a Function Section 2.2 Te Derivative as a Function 200 Kiryl Tsiscanka Te Derivative as a Function DEFINITION: Te derivative of a function f at a number a, denoted by f (a), is if tis limit exists. f (a) f(a+) f(a)

More information

Catalogue no. 12-001-XIE. Survey Methodology. December 2004

Catalogue no. 12-001-XIE. Survey Methodology. December 2004 Catalogue no. 1-001-XIE Survey Metodology December 004 How to obtain more information Specific inquiries about tis product and related statistics or services sould be directed to: Business Survey Metods

More information

1.6. Analyse Optimum Volume and Surface Area. Maximum Volume for a Given Surface Area. Example 1. Solution

1.6. Analyse Optimum Volume and Surface Area. Maximum Volume for a Given Surface Area. Example 1. Solution 1.6 Analyse Optimum Volume and Surface Area Estimation and oter informal metods of optimizing measures suc as surface area and volume often lead to reasonable solutions suc as te design of te tent in tis

More information

How To Ensure That An Eac Edge Program Is Successful

How To Ensure That An Eac Edge Program Is Successful Introduction Te Economic Diversification and Growt Enterprises Act became effective on 1 January 1995. Te creation of tis Act was to encourage new businesses to start or expand in Newfoundland and Labrador.

More information

SWITCH T F T F SELECT. (b) local schedule of two branches. (a) if-then-else construct A & B MUX. one iteration cycle

SWITCH T F T F SELECT. (b) local schedule of two branches. (a) if-then-else construct A & B MUX. one iteration cycle 768 IEEE RANSACIONS ON COMPUERS, VOL. 46, NO. 7, JULY 997 Compile-ime Sceduling of Dynamic Constructs in Dataæow Program Graps Soonoi Ha, Member, IEEE and Edward A. Lee, Fellow, IEEE Abstract Sceduling

More information

SHAPE: A NEW BUSINESS ANALYTICS WEB PLATFORM FOR GETTING INSIGHTS ON ELECTRICAL LOAD PATTERNS

SHAPE: A NEW BUSINESS ANALYTICS WEB PLATFORM FOR GETTING INSIGHTS ON ELECTRICAL LOAD PATTERNS CIRED Worksop - Rome, 11-12 June 2014 SAPE: A NEW BUSINESS ANALYTICS WEB PLATFORM FOR GETTING INSIGTS ON ELECTRICAL LOAD PATTERNS Diego Labate Paolo Giubbini Gianfranco Cicco Mario Ettorre Enel Distribuzione-Italy

More information

- 1 - Handout #22 May 23, 2012 Huffman Encoding and Data Compression. CS106B Spring 2012. Handout by Julie Zelenski with minor edits by Keith Schwarz

- 1 - Handout #22 May 23, 2012 Huffman Encoding and Data Compression. CS106B Spring 2012. Handout by Julie Zelenski with minor edits by Keith Schwarz CS106B Spring 01 Handout # May 3, 01 Huffman Encoding and Data Compression Handout by Julie Zelenski wit minor edits by Keit Scwarz In te early 1980s, personal computers ad ard disks tat were no larger

More information

Schedulability Analysis under Graph Routing in WirelessHART Networks

Schedulability Analysis under Graph Routing in WirelessHART Networks Scedulability Analysis under Grap Routing in WirelessHART Networks Abusayeed Saifulla, Dolvara Gunatilaka, Paras Tiwari, Mo Sa, Cenyang Lu, Bo Li Cengjie Wu, and Yixin Cen Department of Computer Science,

More information

SAMPLE DESIGN FOR THE TERRORISM RISK INSURANCE PROGRAM SURVEY

SAMPLE DESIGN FOR THE TERRORISM RISK INSURANCE PROGRAM SURVEY ASA Section on Survey Researc Metods SAMPLE DESIG FOR TE TERRORISM RISK ISURACE PROGRAM SURVEY G. ussain Coudry, Westat; Mats yfjäll, Statisticon; and Marianne Winglee, Westat G. ussain Coudry, Westat,

More information

Note nine: Linear programming CSE 101. 1 Linear constraints and objective functions. 1.1 Introductory example. Copyright c Sanjoy Dasgupta 1

Note nine: Linear programming CSE 101. 1 Linear constraints and objective functions. 1.1 Introductory example. Copyright c Sanjoy Dasgupta 1 Copyrigt c Sanjoy Dasgupta Figure. (a) Te feasible region for a linear program wit two variables (see tet for details). (b) Contour lines of te objective function: for different values of (profit). Te

More information

A system to monitor the quality of automated coding of textual answers to open questions

A system to monitor the quality of automated coding of textual answers to open questions Researc in Official Statistics Number 2/2001 A system to monitor te quality of automated coding of textual answers to open questions Stefania Maccia * and Marcello D Orazio ** Italian National Statistical

More information

THE NEISS SAMPLE (DESIGN AND IMPLEMENTATION) 1997 to Present. Prepared for public release by:

THE NEISS SAMPLE (DESIGN AND IMPLEMENTATION) 1997 to Present. Prepared for public release by: THE NEISS SAMPLE (DESIGN AND IMPLEMENTATION) 1997 to Present Prepared for public release by: Tom Scroeder Kimberly Ault Division of Hazard and Injury Data Systems U.S. Consumer Product Safety Commission

More information

Theoretical calculation of the heat capacity

Theoretical calculation of the heat capacity eoretical calculation of te eat capacity Principle of equipartition of energy Heat capacity of ideal and real gases Heat capacity of solids: Dulong-Petit, Einstein, Debye models Heat capacity of metals

More information

Guide to Cover Letters & Thank You Letters

Guide to Cover Letters & Thank You Letters Guide to Cover Letters & Tank You Letters 206 Strebel Student Center (315) 792-3087 Fax (315) 792-3370 TIPS FOR WRITING A PERFECT COVER LETTER Te resume never travels alone. Eac time you submit your resume

More information

OPTIMAL FLEET SELECTION FOR EARTHMOVING OPERATIONS

OPTIMAL FLEET SELECTION FOR EARTHMOVING OPERATIONS New Developments in Structural Engineering and Construction Yazdani, S. and Sing, A. (eds.) ISEC-7, Honolulu, June 18-23, 2013 OPTIMAL FLEET SELECTION FOR EARTHMOVING OPERATIONS JIALI FU 1, ERIK JENELIUS

More information

Predicting the behavior of interacting humans by fusing data from multiple sources

Predicting the behavior of interacting humans by fusing data from multiple sources Predicting te beavior of interacting umans by fusing data from multiple sources Erik J. Sclict 1, Ritcie Lee 2, David H. Wolpert 3,4, Mykel J. Kocenderfer 1, and Brendan Tracey 5 1 Lincoln Laboratory,

More information

Area-Specific Recreation Use Estimation Using the National Visitor Use Monitoring Program Data

Area-Specific Recreation Use Estimation Using the National Visitor Use Monitoring Program Data United States Department of Agriculture Forest Service Pacific Nortwest Researc Station Researc Note PNW-RN-557 July 2007 Area-Specific Recreation Use Estimation Using te National Visitor Use Monitoring

More information

KM client format supported by KB valid from 13 May 2015

KM client format supported by KB valid from 13 May 2015 supported by KB valid from 13 May 2015 1/16 VRSION 1.2. UPDATD: 13.12.2005. 1 Introduction... 2 1.1 Purpose of tis document... 2 1.2 Caracteristics of te KM format... 2 2 Formal ceck of KM format... 3

More information

Haptic Manipulation of Virtual Materials for Medical Application

Haptic Manipulation of Virtual Materials for Medical Application Haptic Manipulation of Virtual Materials for Medical Application HIDETOSHI WAKAMATSU, SATORU HONMA Graduate Scool of Healt Care Sciences Tokyo Medical and Dental University, JAPAN wakamatsu.bse@tmd.ac.jp

More information

2 Limits and Derivatives

2 Limits and Derivatives 2 Limits and Derivatives 2.7 Tangent Lines, Velocity, and Derivatives A tangent line to a circle is a line tat intersects te circle at exactly one point. We would like to take tis idea of tangent line

More information

Abstract. Introduction

Abstract. Introduction Fast solution of te Sallow Water Equations using GPU tecnology A Crossley, R Lamb, S Waller JBA Consulting, Sout Barn, Brougton Hall, Skipton, Nort Yorksire, BD23 3AE. amanda.crossley@baconsulting.co.uk

More information

Notes: Most of the material in this chapter is taken from Young and Freedman, Chap. 12.

Notes: Most of the material in this chapter is taken from Young and Freedman, Chap. 12. Capter 6. Fluid Mecanics Notes: Most of te material in tis capter is taken from Young and Freedman, Cap. 12. 6.1 Fluid Statics Fluids, i.e., substances tat can flow, are te subjects of tis capter. But

More information

Training Robust Support Vector Regression via D. C. Program

Training Robust Support Vector Regression via D. C. Program Journal of Information & Computational Science 7: 12 (2010) 2385 2394 Available at ttp://www.joics.com Training Robust Support Vector Regression via D. C. Program Kuaini Wang, Ping Zong, Yaoong Zao College

More information

Pressure. Pressure. Atmospheric pressure. Conceptual example 1: Blood pressure. Pressure is force per unit area:

Pressure. Pressure. Atmospheric pressure. Conceptual example 1: Blood pressure. Pressure is force per unit area: Pressure Pressure is force per unit area: F P = A Pressure Te direction of te force exerted on an object by a fluid is toward te object and perpendicular to its surface. At a microscopic level, te force

More information

Tangent Lines and Rates of Change

Tangent Lines and Rates of Change Tangent Lines and Rates of Cange 9-2-2005 Given a function y = f(x), ow do you find te slope of te tangent line to te grap at te point P(a, f(a))? (I m tinking of te tangent line as a line tat just skims

More information

2.23 Gambling Rehabilitation Services. Introduction

2.23 Gambling Rehabilitation Services. Introduction 2.23 Gambling Reabilitation Services Introduction Figure 1 Since 1995 provincial revenues from gambling activities ave increased over 56% from $69.2 million in 1995 to $108 million in 2004. Te majority

More information

Chapter 10: Refrigeration Cycles

Chapter 10: Refrigeration Cycles Capter 10: efrigeration Cycles Te vapor compression refrigeration cycle is a common metod for transferring eat from a low temperature to a ig temperature. Te above figure sows te objectives of refrigerators

More information

Distances in random graphs with infinite mean degrees

Distances in random graphs with infinite mean degrees Distances in random graps wit infinite mean degrees Henri van den Esker, Remco van der Hofstad, Gerard Hoogiemstra and Dmitri Znamenski April 26, 2005 Abstract We study random graps wit an i.i.d. degree

More information

MATHEMATICS FOR ENGINEERING DIFFERENTIATION TUTORIAL 1 - BASIC DIFFERENTIATION

MATHEMATICS FOR ENGINEERING DIFFERENTIATION TUTORIAL 1 - BASIC DIFFERENTIATION MATHEMATICS FOR ENGINEERING DIFFERENTIATION TUTORIAL 1 - BASIC DIFFERENTIATION Tis tutorial is essential pre-requisite material for anyone stuing mecanical engineering. Tis tutorial uses te principle of

More information

In other words the graph of the polynomial should pass through the points

In other words the graph of the polynomial should pass through the points Capter 3 Interpolation Interpolation is te problem of fitting a smoot curve troug a given set of points, generally as te grap of a function. It is useful at least in data analysis (interpolation is a form

More information

Section 3.3. Differentiation of Polynomials and Rational Functions. Difference Equations to Differential Equations

Section 3.3. Differentiation of Polynomials and Rational Functions. Difference Equations to Differential Equations Difference Equations to Differential Equations Section 3.3 Differentiation of Polynomials an Rational Functions In tis section we begin te task of iscovering rules for ifferentiating various classes of

More information

Tracking and Recognition in Sports Videos

Tracking and Recognition in Sports Videos Tracking and Recognition in Sports Videos Mustafa Teke a, Masoud Sattari b a Graduate School of Informatics, Middle East Technical University, Ankara, Turkey mustafa.teke@gmail.com b Department of Computer

More information

Grade 12 Assessment Exemplars

Grade 12 Assessment Exemplars Grade Assessment Eemplars Learning Outcomes and. Assignment : Functions - Memo. Investigation: Sequences and Series Memo/Rubric 5. Control Test: Number Patterns, Finance and Functions - Memo 7. Project:

More information

13 PERIMETER AND AREA OF 2D SHAPES

13 PERIMETER AND AREA OF 2D SHAPES 13 PERIMETER AND AREA OF D SHAPES 13.1 You can find te perimeter of sapes Key Points Te perimeter of a two-dimensional (D) sape is te total distance around te edge of te sape. l To work out te perimeter

More information

MULTY BINARY TURBO CODED WOFDM PERFORMANCE IN FLAT RAYLEIGH FADING CHANNELS

MULTY BINARY TURBO CODED WOFDM PERFORMANCE IN FLAT RAYLEIGH FADING CHANNELS Volume 49, Number 3, 28 MULTY BINARY TURBO CODED WOFDM PERFORMANCE IN FLAT RAYLEIGH FADING CHANNELS Marius OLTEAN Maria KOVACI Horia BALTA Andrei CAMPEANU Faculty of, Timisoara, Romania Bd. V. Parvan,

More information

Quasi-static Multilayer Electrical Modeling of Human Limb for IBC

Quasi-static Multilayer Electrical Modeling of Human Limb for IBC Quasi-static Multilayer Electrical Modeling of Human Limb for IBC S H Pun 1,2, Y M Gao 2,3, P U Mak 1,2, M I Vai 1,2,3, and M Du 2,3 1 Department of Electrical and Electronics Engineering, Faculty of Science

More information

Section 2.3 Solving Right Triangle Trigonometry

Section 2.3 Solving Right Triangle Trigonometry Section.3 Solving Rigt Triangle Trigonometry Eample In te rigt triangle ABC, A = 40 and c = 1 cm. Find a, b, and B. sin 40 a a c 1 a 1sin 40 7.7cm cos 40 b c b 1 b 1cos40 9.cm A 40 1 b C B a B = 90 - A

More information

A strong credit score can help you score a lower rate on a mortgage

A strong credit score can help you score a lower rate on a mortgage NET GAIN Scoring points for your financial future AS SEEN IN USA TODAY S MONEY SECTION, JULY 3, 2007 A strong credit score can elp you score a lower rate on a mortgage By Sandra Block Sales of existing

More information

Broadband Digital Direct Down Conversion Receiver Suitable for Software Defined Radio

Broadband Digital Direct Down Conversion Receiver Suitable for Software Defined Radio Broadband Digital Direct Down Conversion Receiver Suitable for Software Defined Radio Moamed Ratni, Dragan Krupezevic, Zaoceng Wang, Jens-Uwe Jürgensen Abstract Sony International Europe GmbH, Germany.

More information

Artificial Neural Networks for Time Series Prediction - a novel Approach to Inventory Management using Asymmetric Cost Functions

Artificial Neural Networks for Time Series Prediction - a novel Approach to Inventory Management using Asymmetric Cost Functions Artificial Neural Networks for Time Series Prediction - a novel Approac to Inventory Management using Asymmetric Cost Functions Sven F. Crone University of Hamburg, Institute of Information Systems crone@econ.uni-amburg.de

More information

An inquiry into the multiplier process in IS-LM model

An inquiry into the multiplier process in IS-LM model An inquiry into te multiplier process in IS-LM model Autor: Li ziran Address: Li ziran, Room 409, Building 38#, Peing University, Beijing 00.87,PRC. Pone: (86) 00-62763074 Internet Address: jefferson@water.pu.edu.cn

More information

2.12 Student Transportation. Introduction

2.12 Student Transportation. Introduction Introduction Figure 1 At 31 Marc 2003, tere were approximately 84,000 students enrolled in scools in te Province of Newfoundland and Labrador, of wic an estimated 57,000 were transported by scool buses.

More information

OPTIMAL DISCONTINUOUS GALERKIN METHODS FOR THE ACOUSTIC WAVE EQUATION IN HIGHER DIMENSIONS

OPTIMAL DISCONTINUOUS GALERKIN METHODS FOR THE ACOUSTIC WAVE EQUATION IN HIGHER DIMENSIONS OPTIMAL DISCONTINUOUS GALERKIN METHODS FOR THE ACOUSTIC WAVE EQUATION IN HIGHER DIMENSIONS ERIC T. CHUNG AND BJÖRN ENGQUIST Abstract. In tis paper, we developed and analyzed a new class of discontinuous

More information

3 Ans. 1 of my $30. 3 on. 1 on ice cream and the rest on 2011 MATHCOUNTS STATE COMPETITION SPRINT ROUND

3 Ans. 1 of my $30. 3 on. 1 on ice cream and the rest on 2011 MATHCOUNTS STATE COMPETITION SPRINT ROUND 0 MATHCOUNTS STATE COMPETITION SPRINT ROUND. boy scouts are accompanied by scout leaders. Eac person needs bottles of water per day and te trip is day. + = 5 people 5 = 5 bottles Ans.. Cammie as pennies,

More information

The Dynamics of Movie Purchase and Rental Decisions: Customer Relationship Implications to Movie Studios

The Dynamics of Movie Purchase and Rental Decisions: Customer Relationship Implications to Movie Studios Te Dynamics of Movie Purcase and Rental Decisions: Customer Relationsip Implications to Movie Studios Eddie Ree Associate Professor Business Administration Stoneill College 320 Wasington St Easton, MA

More information

Channel Allocation in Non-Cooperative Multi-Radio Multi-Channel Wireless Networks

Channel Allocation in Non-Cooperative Multi-Radio Multi-Channel Wireless Networks Cannel Allocation in Non-Cooperative Multi-Radio Multi-Cannel Wireless Networks Dejun Yang, Xi Fang, Guoliang Xue Arizona State University Abstract Wile tremendous efforts ave been made on cannel allocation

More information

Speed Performance Improvement of Vehicle Blob Tracking System

Speed Performance Improvement of Vehicle Blob Tracking System Speed Performance Improvement of Vehicle Blob Tracking System Sung Chun Lee and Ram Nevatia University of Southern California, Los Angeles, CA 90089, USA sungchun@usc.edu, nevatia@usc.edu Abstract. A speed

More information

f(x + h) f(x) h as representing the slope of a secant line. As h goes to 0, the slope of the secant line approaches the slope of the tangent line.

f(x + h) f(x) h as representing the slope of a secant line. As h goes to 0, the slope of the secant line approaches the slope of the tangent line. Derivative of f(z) Dr. E. Jacobs Te erivative of a function is efine as a limit: f (x) 0 f(x + ) f(x) We can visualize te expression f(x+) f(x) as representing te slope of a secant line. As goes to 0,

More information

Design of Multi-camera Based Acts Monitoring System for Effective Remote Monitoring Control

Design of Multi-camera Based Acts Monitoring System for Effective Remote Monitoring Control 보안공학연구논문지 (Journal of Security Engineering), 제 8권 제 3호 2011년 6월 Design of Multi-camera Based Acts Monitoring System for Effective Remote Monitoring Control Ji-Hoon Lim 1), Seoksoo Kim 2) Abstract With

More information

On a Satellite Coverage

On a Satellite Coverage I. INTRODUCTION On a Satellite Coverage Problem DANNY T. CHI Kodak Berkeley Researc Yu T. su National Ciao Tbng University Te eart coverage area for a satellite in an Eart syncronous orbit wit a nonzero

More information

Chapter 6 Tail Design

Chapter 6 Tail Design apter 6 Tail Design Moammad Sadraey Daniel Webster ollege Table of ontents apter 6... 74 Tail Design... 74 6.1. Introduction... 74 6.. Aircraft Trim Requirements... 78 6..1. Longitudinal Trim... 79 6...

More information

A survey of Quality Engineering-Management journals by bibliometric indicators

A survey of Quality Engineering-Management journals by bibliometric indicators A survey of Quality Engineering-Management journals by bibliometric indicators 1 FIORENZO FRANCESCHINI, DOMENICO MAISANO POLITECNICO di TORINO Dipartimento di Sistemi di Produzione ed Economia dell Azienda

More information

Unemployment insurance/severance payments and informality in developing countries

Unemployment insurance/severance payments and informality in developing countries Unemployment insurance/severance payments and informality in developing countries David Bardey y and Fernando Jaramillo z First version: September 2011. Tis version: November 2011. Abstract We analyze

More information

Shell and Tube Heat Exchanger

Shell and Tube Heat Exchanger Sell and Tube Heat Excanger MECH595 Introduction to Heat Transfer Professor M. Zenouzi Prepared by: Andrew Demedeiros, Ryan Ferguson, Bradford Powers November 19, 2009 1 Abstract 2 Contents Discussion

More information

a joint initiative of Cost of Production Calculator

a joint initiative of Cost of Production Calculator a joint initiative of Cost of Production Calculator 1 KEY BENEFITS Learn to use te MAKING MORE FROM SHEEP cost of production calculator to: Measure te performance of your seep enterprise year on year Compare

More information

Binary Search Trees. Adnan Aziz. Heaps can perform extract-max, insert efficiently O(log n) worst case

Binary Search Trees. Adnan Aziz. Heaps can perform extract-max, insert efficiently O(log n) worst case Binary Searc Trees Adnan Aziz 1 BST basics Based on CLRS, C 12. Motivation: Heaps can perform extract-max, insert efficiently O(log n) worst case Has tables can perform insert, delete, lookup efficiently

More information

Industrial Robot: An International Journal Emerald Article: High-level robot programming based on CAD: dealing with unpredictable environments

Industrial Robot: An International Journal Emerald Article: High-level robot programming based on CAD: dealing with unpredictable environments Emerald Article: Hig-level robot programming based on CAD: dealing wit unpredictable environments Pedro Neto, Nuno Mendes, Ricardo Araújo, J Norberto Pires, A Paulo Moreira Article information: To cite

More information

Digital evolution Where next for the consumer facing business?

Digital evolution Where next for the consumer facing business? Were next for te consumer facing business? Cover 2 Digital tecnologies are powerful enablers and lie beind a combination of disruptive forces. Teir rapid continuous development demands a response from

More information

Once you have reviewed the bulletin, please

Once you have reviewed the bulletin, please Akron Public Scools OFFICE OF CAREER EDUCATION BULLETIN #5 : Driver Responsibilities 1. Akron Board of Education employees assigned to drive Board-owned or leased veicles MUST BE FAMILIAR wit te Business

More information

High-accuracy ultrasound target localization for hand-eye calibration between optical tracking systems and three-dimensional ultrasound

High-accuracy ultrasound target localization for hand-eye calibration between optical tracking systems and three-dimensional ultrasound High-accuracy ultrasound target localization for hand-eye calibration between optical tracking systems and three-dimensional ultrasound Ralf Bruder 1, Florian Griese 2, Floris Ernst 1, Achim Schweikard

More information

Torchmark Corporation 2001 Third Avenue South Birmingham, Alabama 35233 Contact: Joyce Lane 972-569-3627 NYSE Symbol: TMK

Torchmark Corporation 2001 Third Avenue South Birmingham, Alabama 35233 Contact: Joyce Lane 972-569-3627 NYSE Symbol: TMK News Release Torcmark Corporation 2001 Tird Avenue Sout Birmingam, Alabama 35233 Contact: Joyce Lane 972-569-3627 NYSE Symbol: TMK TORCHMARK CORPORATION REPORTS FOURTH QUARTER AND YEAR-END 2004 RESULTS

More information

THE ROLE OF LABOUR DEMAND ELASTICITIES IN TAX INCIDENCE ANALYSIS WITH HETEROGENEOUS LABOUR

THE ROLE OF LABOUR DEMAND ELASTICITIES IN TAX INCIDENCE ANALYSIS WITH HETEROGENEOUS LABOUR THE ROLE OF LABOUR DEMAND ELASTICITIES IN TAX INCIDENCE ANALYSIS WITH HETEROGENEOUS LABOUR Kesab Battarai 1,a and 1, a,b,c Jon Walley a Department of Economics, University of Warwick, Coventry, CV4 7AL,

More information

Pioneer Fund Story. Searching for Value Today and Tomorrow. Pioneer Funds Equities

Pioneer Fund Story. Searching for Value Today and Tomorrow. Pioneer Funds Equities Pioneer Fund Story Searcing for Value Today and Tomorrow Pioneer Funds Equities Pioneer Fund A Cornerstone of Financial Foundations Since 1928 Te fund s relatively cautious stance as kept it competitive

More information

REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING

REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING Ms.PALLAVI CHOUDEKAR Ajay Kumar Garg Engineering College, Department of electrical and electronics Ms.SAYANTI BANERJEE Ajay Kumar Garg Engineering

More information

Improved dynamic programs for some batcing problems involving te maximum lateness criterion A P M Wagelmans Econometric Institute Erasmus University Rotterdam PO Box 1738, 3000 DR Rotterdam Te Neterlands

More information

Computer Science and Engineering, UCSD October 7, 1999 Goldreic-Levin Teorem Autor: Bellare Te Goldreic-Levin Teorem 1 Te problem We æx a an integer n for te lengt of te strings involved. If a is an n-bit

More information

College Planning Using Cash Value Life Insurance

College Planning Using Cash Value Life Insurance College Planning Using Cas Value Life Insurance CAUTION: Te advisor is urged to be extremely cautious of anoter college funding veicle wic provides a guaranteed return of premium immediately if funded

More information

Volumes of Pyramids and Cones. Use the Pythagorean Theorem to find the value of the variable. h 2 m. 1.5 m 12 in. 8 in. 2.5 m

Volumes of Pyramids and Cones. Use the Pythagorean Theorem to find the value of the variable. h 2 m. 1.5 m 12 in. 8 in. 2.5 m -5 Wat You ll Learn To find te volume of a pramid To find te volume of a cone... And W To find te volume of a structure in te sape of a pramid, as in Eample Volumes of Pramids and Cones Ceck Skills You

More information

Perimeter, Area and Volume of Regular Shapes

Perimeter, Area and Volume of Regular Shapes Perimeter, Area and Volume of Regular Sapes Perimeter of Regular Polygons Perimeter means te total lengt of all sides, or distance around te edge of a polygon. For a polygon wit straigt sides tis is te

More information

Building an Advanced Invariant Real-Time Human Tracking System

Building an Advanced Invariant Real-Time Human Tracking System UDC 004.41 Building an Advanced Invariant Real-Time Human Tracking System Fayez Idris 1, Mazen Abu_Zaher 2, Rashad J. Rasras 3, and Ibrahiem M. M. El Emary 4 1 School of Informatics and Computing, German-Jordanian

More information

Factoring Synchronous Grammars By Sorting

Factoring Synchronous Grammars By Sorting Factoring Syncronous Grammars By Sorting Daniel Gildea Computer Science Dept. Uniersity of Rocester Rocester, NY Giorgio Satta Dept. of Information Eng g Uniersity of Padua I- Padua, Italy Hao Zang Computer

More information

The Demand for Food Away From Home Full-Service or Fast Food?

The Demand for Food Away From Home Full-Service or Fast Food? United States Department of Agriculture Electronic Report from te Economic Researc Service www.ers.usda.gov Agricultural Economic Report No. 829 January 2004 Te Demand for Food Away From Home Full-Service

More information

Gas Flow into Rotary Valve Intake and Exhaust Mechanism in Internal Combustion Engine

Gas Flow into Rotary Valve Intake and Exhaust Mechanism in Internal Combustion Engine World Academy of Science, Engineering and Tecnology International Journal of Mecanical, Aerospace, Industrial, Mecatronic and Manufacturing Engineering Vol:7, No:4, 13 Gas Flow into Rotary Valve Intake

More information

Solutions by: KARATUĞ OZAN BiRCAN. PROBLEM 1 (20 points): Let D be a region, i.e., an open connected set in

Solutions by: KARATUĞ OZAN BiRCAN. PROBLEM 1 (20 points): Let D be a region, i.e., an open connected set in KOÇ UNIVERSITY, SPRING 2014 MATH 401, MIDTERM-1, MARCH 3 Instructor: BURAK OZBAGCI TIME: 75 Minutes Solutions by: KARATUĞ OZAN BiRCAN PROBLEM 1 (20 points): Let D be a region, i.e., an open connected set

More information

Referendum-led Immigration Policy in the Welfare State

Referendum-led Immigration Policy in the Welfare State Referendum-led Immigration Policy in te Welfare State YUJI TAMURA Department of Economics, University of Warwick, UK First version: 12 December 2003 Updated: 16 Marc 2004 Abstract Preferences of eterogeneous

More information

Performance Evaluation of Selected Category of Public Sector Mutual Fund Schemes in India

Performance Evaluation of Selected Category of Public Sector Mutual Fund Schemes in India Performance Evaluation of Selected Category of Public Sector Mutual Scemes in India Dr. R. Karrupasamy Director, Department of Management Studies Neru College of Tecnology, Coimbatore, Sout India. Mrs.

More information

Chapter 11. Limits and an Introduction to Calculus. Selected Applications

Chapter 11. Limits and an Introduction to Calculus. Selected Applications Capter Limits and an Introduction to Calculus. Introduction to Limits. Tecniques for Evaluating Limits. Te Tangent Line Problem. Limits at Infinit and Limits of Sequences.5 Te Area Problem Selected Applications

More information

PASSIVE FREQUENCY DOUBLING ANTENNA SENSOR FOR WIRELESS STRAIN SENSING

PASSIVE FREQUENCY DOUBLING ANTENNA SENSOR FOR WIRELESS STRAIN SENSING Proceedings of te ASME 212 Conference on Smart Materials, Adaptive Structures and Intelligent Systems SMASIS212 September 19-21, 212, Stone Mountain, Georgia, USA SMASIS212-7923 PASSIVE FREQUENCY DOUBLING

More information

Tis Problem and Retail Inventory Management

Tis Problem and Retail Inventory Management Optimizing Inventory Replenisment of Retail Fasion Products Marsall Fiser Kumar Rajaram Anant Raman Te Warton Scool, University of Pennsylvania, 3620 Locust Walk, 3207 SH-DH, Piladelpia, Pennsylvania 19104-6366

More information

Environmental Policy and Competitiveness: The Porter Hypothesis and the Composition of Capital 1

Environmental Policy and Competitiveness: The Porter Hypothesis and the Composition of Capital 1 Journal of Environmental Economics and Management 7, 65 8 Ž 999. Article ID jeem.998.6, available online at ttp: www.idealibrary.com on Environmental Policy and Competitiveness: Te Porter ypotesis and

More information