A People Counting Method Based on Head Detection and Tracking

Size: px
Start display at page:

Download "A People Counting Method Based on Head Detection and Tracking"

Transcription

1 SMARTCOMP 2014 A People Counting Metod Based on Head Detection and Tracking Bin Li, Jian Zang, Zeng Zang, Yong Xu Bio-Computing Researc Center, Senzen Graduate Scool, Harbin Institute of Tecnology, Senzen, Cina olybiner@gmail.com, zpower007@163.com, darrenzz219@gmail.com, laterfall@itsz.edu.cn Abstract Tis paper proposes a novel people counting metod based on ead detection and tracking to evaluate te number of people wo move under an over-ead camera. Tere are four main parts in te proposed metod: foreground extraction, ead detection, ead tracking, and crossing-line judgment. Te proposed metod first utilizes an effective foreground extraction metod to obtain foreground regions of moving people, and some morpological operations are employed to optimize te foreground regions. Ten it exploits a LBP feature based Adaboost classifier for ead detection in te optimized foreground regions. After ead detection is performed, te candidate ead object is tracked by a local ead tracking metod based on Meansift algoritm. Based on ead tracking, te metod finally uses crossing-line judgment to determine weter te candidate ead object will be counted or not. Experiments sow tat our metod can obtain promising people counting accuracy about 96% and acceptable computation speed under different circumstances. Keywords people counting; ead detection; LBP; ead tracking I. INTRODUCTION People counting tecniques ave been applied in many public places wit entrances, suc as supermarkets, subways and bus stations. Te people flow data of tese scenes can supply useful information for public security, marketing decision and resource allocation. Wit te increasing requirements for automatic people counting systems based on digital image processing and computer vision, effective people counting metods become remarkable and meaningful. Many studies on people counting ave been done [1-5]. Caroenpong [1] introduced a ead detection metod by using partial ead contour, and tey used te eclipse model to fit te contour. Zao et al. [2] utilized te air-color and ead contour features to detect uman eads. It is known tat uman eads ave an approximate circular sape, so te contour template is commonly used in ead detection. But te contour template based metod is often influenced by oter objects similar to uman eads in scenes. Mukerjee et al. [3] proposed an effective passenger counting metod, wic first uses Houg [4] circle transform to detect uman eads, and ten performs ead tracking using te optical flow metod [5]. However, te tracking metod based on te optical flow requires a large amount of calculation. In tis paper, we propose a people counting metod based on ead detection and tracking to solve te mentioned problems. Te proposed metod uses an over-ead camera to acquire videos of walking people. As a result, te ead is a stable, visible and evident part of a moving uman, and te proposed metod can divide umans into individuals. We also propose a novel metod for ead detection using a LBP feature based Adaboost classifier, and a kind of local ead tracking metod based on Meansift algoritm. We also propose an effective foreground extraction metod for ead detection and a crossing-line judgment metod wic is integrated wit ead tracking to perform people counting. Te remainder of tis paper is structured as follows. In Section 2, te framework of our metod is introduced. In Section 3, we describe te details of our metod including foreground extraction, ead detection, ead tracking and crossing-line judgment. In Section 4, experimental results and analyses are presented. Finally, we draw our conclusions in Section 5. II. FRAMEWORK OF OUR METHOD Te overall framework of te proposed metod as been presented in Fig. 1. Fig. 1 Framework of our metod /14/$ IEEE

2 Tere are four main parts in our metod: foreground extraction, ead detection, ead tracking, and crossing-line judgment. Te metod starts wit frame image acquisition from input videos. And ten te foreground extraction is performed to obtain regions of moving objects in frame images. Here VIBE proposed by Olivier Barnic et al. [6][7] is used as te foreground extraction tecnique. And some morpological operations are also employed to optimize te foreground regions. After te foreground extraction is implemented, a trained LBP feature based Adaboost classifier is applied to detect uman eads in te extracted foreground regions. Next, a local tracking metod based on Meansift algoritm is used to track te detected uman eads. Finally, te tracking results combined wit positions of te uman eads are applied to count te eads wic are crossing a counting line. Te counting line is a straigt line drawn by user and sould be vertical or orizontal across te frame image. It will be introduced in details later in tis paper. It is clear tat te number of eads and people are te same. III. PROPOSED METHODS A. Foreground Extraction In order to obtain regions of moving objects in frame images, foreground extraction tecniques sould be performed. Many tecniques, suc as background subtraction, frame difference, and GMM ave been proposed for foreground extraction [8]. Te background subtraction metod is quite sensitive to ligt canges and sadows and frame difference metod often produces gosts and oles. Te GMM metod [8] is very time-consuming in real-time applications. In contrast, te VIBE algoritm [6][7] is efficient, anti-noise and it takes up less memory. Terefore, we adopt it to perform foreground extraction. Te preliminary results are sown in Fig. 2. our experiment, we set its value as 200. Te value is suitable for tat te camera is installed about 2~3 metres ig from te ground. Tis eigt is commonly used in practical usage. Furtermore, morpological operations including image erosion and dilation are used to eliminate te noise and fill te oles. In tis paper, we firstly use closing operation wit 2*2 template to process foreground regions, and ten exploit opening operation wit 2*2 template to process te regions. Te optimized foreground regions after above operations are sown in Fig. 3. From Fig. 3, we can see tat irrelevant blobs in Fig. 2 are removed. Moreover, from Fig. 3 we can see tat noise in Fig. 2 is disposed and oles in Fig. 2 are filled. Fig. 3. Te optimized results of foreground regions: result by using an area tresold; result by using morpological operations. B. Head Detection In order to detect uman eads in frame images accurately, we use te binary image of foreground regions as mask to extract region of interest (ROI) from initial video frame images. Generally, in te binary image resulting from foreground extraction, foreground regions are wit gray value 1 and background regions are wit gray value 0. Tus, we firstly invert te binary image, convert it from binary to RGB mode, and ten perform bitwise-or operation wit te initial frame image. Finally, we can obtain useful foreground regions including moving uman objects of initial frame image. Te results are sown in Fig. 4. Fig. 2. Te preliminary results of foreground extraction: current frame image; result of VIBE algoritm. Te foreground regions obtained using te above metods usually contain muc noise and a lot of oles, and some blobs wic are not components of moving uman bodies. In order to remove te blobs, we utilize a tresolding formula to judge weter blobs sould be reserved or not as follows: 0, Area( B) Tarea B( i, j) (1) 1, Area( B) Tarea Were Area( B ) is contour area of a blob, and T area is an area tresold determined by prior knowledge of ead size. In Fig. 4. Te results of ROI extraction: te initial frame image; te ROI image including moving uman objects. After te operations stated above, te retained regions are defined as te candidate regions for ead detection. Ten, an off-line trained LBP based Adaboost classifier is used to detect uman eads. Te LBP feature as been proved to be a very good texture descriptor for objects [11]. We evaluate some oter feature descriptors for ead detection during experiments, and finally find tat LBP feature can give te 137

3 best detection accuracy and acieve a quite ig speed. In our experiment, we resize eac sample image of uman ead to 24*24 pixels. And for simplicity s sake, we regard eac resized sample image as a feature window. Eac feature window is split into 3*3 blocks wit te size of 8*8 pixels. Te non-uniform 8-neigborood LBP feature is adopted. Ten we can figure out te LBP descriptor in eac block using integral image metod [9][10], and furter get te LBP descriptor for te wole feature window. After preliminary ead detection, we use two tresolds of ead size to filter some false detected ead objects. Te minimum ead size S min is set to 20*20 because some objects could be smaller tan training samples, and te maximum ead size S max is set to 100*100 according to te video resolution. Te final ead detection results in candidate regions are sown in Fig. 5. Fig. 5. Head detection results in candidate regions C. Head Tracking After ead detection, we take detected uman eads as candidate ead objects to be tracked, and propose a local ead tracking metod based on Meansift algoritm. A counting line sould be specified vertically or orizontally across te frame image. Due to te time elapsed wen people crossing line is very sort, so ead objects just move in a local area around counting line during tis period. According to tis, we add a counting region centred on counting line to assist in tracking as sown in Fig. 6. Fig. 6. Counting line and counting region: orizontal; vertical. Te proposed local ead tracking algoritm is stated as follows: 1) Initialization: In te beginning, te algoritm produces a tracking of ead objects and initializes te tracking to empty. 2) Update: If a ead object is detected in a frame image, it will be determined weter to be added to te tracking or not according to te following rules: a) Out of counting region or not: If te centre of te ead object is out of te counting region, it will not be added to te tracking. Here te centre means te centre of bounding rectangle of te ead object. Te decision rule can be stated as follows: ( x xl x xr ) 0, H ( y yu y yd ) (2) candidate, oterwise. Were H denotes te ead object, x and y respectively represent x-coordinate and y-coordinate of centre of te ead object H, x L and x R respectively represent x-coordinate of left and rigt border of te counting region (if vertical), and y and U y D respectively represent y-coordinate of up and down border of te counting region (if orizontal). b) Already in te tracking or not: If te ead object is in te counting region, it will be determined weter it is already in te tracking or it is a new ead object according to te decision rule as follows: 0, Areaoverlap ( H, H ) T H (3) newobj, oterwise. Were H is eac ead object already in te tracking, Area ( H, H ) means te area of overlap between H and overlap H, and T is a tresold to measure degree of overlap. In our experiment, te value of T is set as 1. 3) Meansift iteration: Te Meansift algoritm is used to calculate new coordinates of eac ead object in te tracking. During tis process, te algoritm compares te new coordinates wit te previous coordinates of te ead object. If te Euclidean distance between tem is less tan a tresold T d or number of iterations is larger tan anoter tresold T n, te algoritm stops te iteration and updates te ead object. Finally te new position of te ead object is added to its route. In our experiment, T d is set to 0.2 and T n is set to 10. 4) Termination: If te tracking is not empty, te algoritm uses crossing-line judgment to determine weter eac ead object in tracking is crossing counting line or not. If te crossing-line condition is satisfied, te algoritm adds count number by 1; oterwise it repeats te process from 2) to 4). D. Crossing-line Judgment After te counting line and region are specified, relative locations between a ead object and counting line and region 138

4 can be determined. Tus, we can use te information to determine te initial moving direction of te ead object as follows: If te counting line and region is vertical: left2 rigt, x _ ini xl DH (4) rigt2 left, x _ ini xr If te counting line and region is orizontal: up 2 down, y _ ini yu DH (5) down2 up, y _ ini yd Were D H is te initial moving direction of te ead object, and x _ ini and y _ ini respectively represent initial x-coordinate and y-coordinate of centre of te ead object. After te initial moving direction of te ead object is determined, we can perform crossing-line judgment using current position of te ead object as rules below: left2 rigt, DH left2rigt and x xr rigt2 left, DH rigt2left and x xl DC (6) up2 down, DH up2down and y yd down2 up, DH down2up and y yu Were D C is te direction for counting people, and x, y represent te current x-coordinate and y-coordinate of centre of te ead object H, respectively. If te ead object satisfies one of cases ed above, we add count number corresponding to D C by 1; oterwise te ead object will be discarded. IV. EXPERIMENTAL RESULTS A. Training Because of lack of famous open-access datasets for ead detection, so we collected some ead images from camera, pedestrian datasets and internet. Tere are 2800 positive samples wit te size of 24*24 pixels, and 3000 negative samples wit different kind of sizes but larger tan tat of positive samples. Some positive and negative samples are sown in Fig. 7. Fig. 7. Some training samples: positive samples; negative samples. Here we use LBP feature based Adaboost classifier to train samples to get ead detector. Te typical process of training can refer to [9]. In our training process, te number of stages of classifier is set to 20, te minimum it rate of eac stage is 0.995, and te maximum false alarm rate of eac stage is 0.5. B. Testing Testing videos are obtained by using an indoor over-ead camera. Eac video as te same resolution of 352*288(CIF). All te experiments run on a computer wit 2GB memory and AMD 2.49 GHz CPU. In order to measure te performance of our metod, we could calculate detection rate, recall, and accuracy troug te following formulas: TP DetectionRate (7) TP FP TP Re call (8) TP FN TP TN Accuracy (9) TP FP TN FN Were TP denotes true positives, FP denotes false positives, TN denotes true negatives, and FN denotes false negatives. In te first experiment, we compared our metod wit HOG based Adaboost classifier [12] and HOG based SVM metod [13] on testing videos. Te comparison results are sown in Table I. Table I. Te comparison wit oter metods SVM-HO G Adaboost- HOG Our metod Detection rate 88.4% 94.1% 98.9% Recall 97.1% 86.5% 99.1% Accuracy 86.1% 82.1% 98.1% Average time per frame 67.8ms 40.7ms 36.4ms Compared wit oter relevant metods, our metod can acieve te igest detection rate, recall and accuracy. Meanwile, our metod costs te minimum time and tus as te best real-time performance. We demonstrate some detection results of mentioned metods in Fig

5 (c) (d) Fig. 8. Experimental results of mentioned metods, and from left to rigt tey are: SVM-HOG, Adaboost-HOG, and our metod: detection results wen people crossing; detection results of one-way walking people; (c) (d) detection results wen crowd density is ig. From te detection results in Fig. 8, we can see tat HOG based SVM metod often gives ig false positive rate, and HOG based Adaboost metod often gives ig false negative rate. But our metod can often provide accurate detection results. In te second experiment, we tested our metod on videos of different scenes. Here we coose 4 kinds of scenes. Te results are sown in Table II. Table II. Experiment results in different scenes Bi-directi onal Hig density Fuzzy scene Carrying tings Real number True positives False positives False negatives Accuracy 98.7% 96.8% 92.3% 97.4% We also provide some people counting results in mentioned scenes in Fig. 9. Te first scene is tat people walk bi-directionally, te second one is tat te crowd as ig density, te tird one is tat ligt canges and te scene is fuzzy sometimes, and te last one is tat people are carrying someting else. From Table II and Fig. 9 we can see tat our metod fit well in different scenes, wic proves tat our metod is quite robust and effective. (c) (d) Fig. 9. People counting results in different scenes: people walk bi-directionally; te crowd as ig density; (c) ligt canges and te scene is fuzzy; (d) people are carrying tings. C. Analysis Compared wit oter reported approaces, our metod can acieve better performance. Te comparison results are sown in Table III. Table III. Te comparison wit oter reported metods Metod Recall Accuracy BFR+MEA [14] 94.3% 94.5% Houg+Optical flow [3] 97.4% 93.5% Face detection [15] 82.6% 87.8% Our metod 98.9% 96.3% Firstly, our metod uses an over-ead camera to acquire videos of walking people in order to divide umans into individuals. Tis approac can avoid overlap of moving people wic frequently occurs in people counting based on face detection, ead-soulder detection and uman detection. Also, we reduce false detection rate troug te foreground extraction and te LBP feature based Adaboost classifier, 140

6 wic can eliminate oter static and irrelevant objects in frame images. Furtermore, our metod produces a tracking of ead objects and updates it all te time, to store track of eac ead object and ensure accurate people counting of te crowd. Compared wit metod proposed in [14], our metod solves overlap problem caused by ead-soulder detection of moving people, and works well wen crowd density is ig. Compared wit metod proposed in [3], our metod as faster ead detection and tracking speed, and solves problem of inaccuracy in detection caused by Houg circle transform. Compared wit metod proposed in [15], our metod mainly uses ead features to represent uman caracteristics, because ead feature is simple and effective for ead tracking. V. CONCLUSIONS Tis paper presents a novel metod for people counting based on ead detection and tracking. Te proposed metod generally consists of four parts: foreground extraction, ead detection, ead tracking, and crossing-line judgment. To solve te problems of ligt variations, background interference and irrelevant objects, we firstly perform foreground extraction and morpological operations to get candidate regions. Ten we apply LBP feature based Adaboost classifier to detect uman eads in te candidate regions. Te detected eads are tracked by a local ead tracking metod based on Meansift algoritm. Finally we use crossing-line judgment based on tracking results and positions of ead objects to determine weter te ead object sould be counted or not. Te proposed metod allows us to count moving people from different directions. Experimental results sow tat our metod can acieve promising people counting accuracy and acceptable computation speed, and is suitable for te real-time applications. Te proposed metod works well in different scenes and various crowd densities. tecnique for background detection and subtraction in video sequences, IEEE International Conference on Acoustics, Speec and Signal Processing, pp , April [8] Cris Stauffer and W.E.L Grimson, Adaptive background mixture models for real-time tracking, Computer Vision and Pattern Recognition, vol. 2, pp , [9] Paul Viola and Micael Jones, Rapid object detection using a boosted cascade of simple features, Computer Vision and Pattern Recognition, vol. 1, pp , [10] Paul Viola and Micael Jones, Robust real-time face detection, International Journal of Computer Vision, vol. 2, pp , [11] T. Ojala, M. Pietikainen, and D. Harwood, A comparative study of texture measures wit classification based on feature distributions, Pattern Recognition, vol. 29, pp , [12] Qiang Zu, Sai Avidan, Mei-Cen Ye, and Kwang-Ting Ceng, Fast uman detection using a cascade of istograms of oriented gradients, Computer Vision and Pattern Recognition, vol. 2, pp , [13] Navneet Dalal and Bill Triggs, Histograms of oriented gradients for uman detection, Computer Vision and Pattern Recognition, vol. 1, pp , [14] Yaowu Hu, Ping Zou, Hao Zou, A new fast and robust metod based on ead detection for people-flow counting system, International Journal of Information Engineering, vol. 1, pp , [15] Tsongyi Cen, Caoo Cen, Dajinn Wang, and Yili Kuo, A people counting system based on face-detection, International Conference on Genetic and Evolutionary Computing, pp , ACKNOWLEDGMENT Tis paper is partly supported by NSFC under grants No and ,as well as te Senzen Municipal Science and Tecnology Innovation Council (Nos. JCYJ and JCYJ ). REFERENCES [1] Teekapun Caroenpong, Human ead detection by using partial ead contour, Proceedings of te Tird International Conference on Knowledge and Smart Tecnologies, pp , [2] Min Zao, Di-ua Sun, and Wan-mei Fan, Hair-color model and adaptive contour templates based ead detection, Proceedings of te 8t World Congress on Intelligent Control and Automation, pp , July [3] Satarupa Mukerjee, BaidyaNatSaa, Iqbal Jamal, Ricard Leclerc, and Nilanjan Ray, A novel framework for automatic passenger counting, IEEE International Conference on Image Processing, pp , [4] R. C. Gonzalez and R. E. Woods, Digital Image Processing, 3rd ed., Prentice Hall, [5] B. K. P. Horn and B. G. Scunck, Determining optical flow, Artif. Intell., vol. 17, pp , [6] Olivier Barnic and Marc Van Droogenbroeck, ViBe: a universal background subtraction algoritm for video sequences, IEEE Transactions on Image Processing, vol. 20, no. 6, pp , June [7] Olivier Barnic and Marc Van Droogenbroeck, ViBe: a powerful 141

Pedestrian Protection System for ADAS using ARM 9

Pedestrian Protection System for ADAS using ARM 9 Pedestrian Protection System for ADAS using ARM 9 Rajashri Sanatkumar Dixit S.T. Gandhe Pravin Dhulekar ABSTRACT We developed pedestrian protection system by using haar cascade algorithm with Friendly

More information

Sight Distance. The availability of sufficient sight distance for the driver to see ahead is critical to the design of a safe highway.

Sight Distance. The availability of sufficient sight distance for the driver to see ahead is critical to the design of a safe highway. Sigt Distance Te availability of sufficient sigt distance for te driver to see aead is critical to te design of a safe igway. Wat is sigt distance? Sigt distance is te lengt of igway visible to a driver.

More information

A Cache Model of the Block Correlations Directed Cache Replacement Algorithm

A Cache Model of the Block Correlations Directed Cache Replacement Algorithm Applied atematics & Information Sciences An International Journal 211 NSP 5 (2) (211),79S-88S A Cace odel of te Block Correlations Directed Cace Replacement Algoritm Zu Xudong Scool of Computer Science

More information

EFFECTS OF DESIGN PARAMETERS ON WIND SPEED FOR LARGE THREE-BLADED UPWIND HORIZONTAL AXIS WIND TURBINE

EFFECTS OF DESIGN PARAMETERS ON WIND SPEED FOR LARGE THREE-BLADED UPWIND HORIZONTAL AXIS WIND TURBINE Journal of Teoretical and pplied Information Tecnology 15 t November. Vol. 45 No.1 5 - JTIT & LLS. ll rigts reserved. ISSN: 1-645 www.jatit.org E-ISSN: 11-315 EFFETS OF DESIGN PRMETERS ON WIND SPEED FOR

More information

Design of a Pedestrian Detection System Based on OpenCV. Ning Xu and Yong Ren*

Design of a Pedestrian Detection System Based on OpenCV. Ning Xu and Yong Ren* International Conference on Education, Management, Commerce and Society (EMCS 2015) Design of a Pedestrian Detection System Based on OpenCV Ning Xu and Yong Ren* Applied Technology College of Soochow University

More information

IMO REVIEW OF THE INTACT STABILITY CODE. Sample calculations using a wind criterion. Submitted by Germany. Resolution A.749 (18) and MSC.

IMO REVIEW OF THE INTACT STABILITY CODE. Sample calculations using a wind criterion. Submitted by Germany. Resolution A.749 (18) and MSC. INTERNATIONAL MARITIME ORGANIZATION E IMO SU-COMMITTEE ON STAILITY AND LOAD LINES AND ON FISING VESSELS SAFETY 46t session Agenda item 6 SLF 46/6/8 3 July 2003 Original: ENGLIS REVIEW OF TE INTACT STAILITY

More information

A Bag-of-Gait Model for Gait Recognition

A Bag-of-Gait Model for Gait Recognition A Bag-of-Gait Model for Gait Recognition Jianzhao Qin, T. Luo, W. Shao, R. H. Y. Chung and K. P. Chow The Department of Computer Science, The University of Hong Kong, Hong Kong, China Abstract In this

More information

Cricket umpire assistance and ball tracking system using a single smartphone camera

Cricket umpire assistance and ball tracking system using a single smartphone camera 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 Cricket umpire assistance and ball tracking system using a single smartphone camera Udit Arora

More information

Quadratic Modeling Exercises

Quadratic Modeling Exercises Quadratic Modeling Exercises Pages 330 333 Problems 1,5-12,14,15,17,19,21 (for 19 and 21, you re only deciding between linear and quadratic; we ll get to exponential soon!) In class, we analyzed te function

More information

ASSESSMENT OF PRV TURNAROUND INTERVAL

ASSESSMENT OF PRV TURNAROUND INTERVAL ASSESSMENT OF PRV TURNAROUND INTERVAL Alex Bond, Arcadis Vectra, UK; Adrian Beec, Centrica Energy and Jon Gould, Centrica Energy, UK Te inspection and testing of pressure relief valves (PRVs) is a critical

More information

REVIEW OF THE STUDY ON THE UNDERWATER TOPOGRAPHY DETECTION WITH SAR IMAGERY IN SINO-EUROPEAN DRAGON COOPERATION PROGRAMME

REVIEW OF THE STUDY ON THE UNDERWATER TOPOGRAPHY DETECTION WITH SAR IMAGERY IN SINO-EUROPEAN DRAGON COOPERATION PROGRAMME REVIEW OF THE STUDY ON THE UNDERWATER TOPOGRAPHY DETECTION WITH SAR IMAGERY IN SINO-EUROPEAN DRAGON COOPERATION PROGRAMME J. Yang (1), J.Zang (1), (2), J. Meng (1) (1) First Institute of Oceanograpy, State

More information

Open Research Online The Open University s repository of research publications and other research outputs

Open Research Online The Open University s repository of research publications and other research outputs Open Research Online The Open University s repository of research publications and other research outputs Developing an intelligent table tennis umpiring system Conference or Workshop Item How to cite:

More information

Recognition of Tennis Strokes using Key Postures

Recognition of Tennis Strokes using Key Postures ISSC 2010, UCC, Cork, June 23 24 Recognition of Tennis Strokes using Key Postures Damien Connaghan, Ciarán Ó Conaire, Philip Kelly, Noel E. O Connor CLARITY: Centre for Sensor Web Technologies Dublin City

More information

5.8. Solving Three-Dimensional Problems by Using Trigonometry. LEARN ABOUT the Math. Matt s Solution. 328 Chapter 5

5.8. Solving Three-Dimensional Problems by Using Trigonometry. LEARN ABOUT the Math. Matt s Solution. 328 Chapter 5 YOU WILL NEE dynamic geometry software (optional) Solving Tree-imensional Problems by Using Trigonometry GOL Solve tree-dimensional problems by using trigonometry. LERN OUT te Mat From point, Manny uses

More information

Ship Underkeel Clearance in Waves

Ship Underkeel Clearance in Waves Gourlay, T.P. 007 Sip underkeel clearance in, Proc. Coasts and Ports, Melbourne, July 007 Sip Underkeel Clearance in Waves Tim Gourlay 1 1 Centre for Marine Science and Tecnology, Curtin University of

More information

Pedestrian Friendly Traffic Signal Control

Pedestrian Friendly Traffic Signal Control Pedestrian Friendly Traffic Signal Control FINAL RESEARCH REPORT Stephen F. Smith (PI), Gregory J. Barlow, Hsu-Chieh Hu, Ju-Hsuan Hua Contract No. DTRT12GUTG11 DISCLAIMER The contents of this report reflect

More information

DESIGN ENVELOPE 6800 G 1 DUTY PUMP

DESIGN ENVELOPE 6800 G 1 DUTY PUMP DESIGN ENVELOPE 68 G 1 DUTY PUMP AND 1 STANDBY, DOMESTIC WATER BOOSTER WIT STANDBY N122s N192s SUBMITTAL File No: 1.615 Date: june 27, 217 Supersedes: new Date: new Job: Representative: Engineer: Contractor:

More information

Performance of Fully Automated 3D Cracking Survey with Pixel Accuracy based on Deep Learning

Performance of Fully Automated 3D Cracking Survey with Pixel Accuracy based on Deep Learning Performance of Fully Automated 3D Cracking Survey with Pixel Accuracy based on Deep Learning Kelvin C.P. Wang Oklahoma State University and WayLink Systems Corp. 2017-10-19, Copenhagen, Denmark European

More information

#19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS

#19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS #19 MONITORING AND PREDICTING PEDESTRIAN BEHAVIOR USING TRAFFIC CAMERAS Final Research Report Luis E. Navarro-Serment, Ph.D. The Robotics Institute Carnegie Mellon University November 25, 2018. Disclaimer

More information

Trap spacing and layout: experiments in stoat control in the Dart Valley,

Trap spacing and layout: experiments in stoat control in the Dart Valley, Trap spacing and layout: experiments in stoat control in te Dart Valley, 1992 95 SCIENCE FOR CONSERVATION 118 B.L. Lawrence and C.F.J. O Donnell Publised by Department of Conservation P.O. Box 10-420 Wellington,

More information

HIGH RESOLUTION DEPTH IMAGE RECOVERY ALGORITHM USING GRAYSCALE IMAGE.

HIGH RESOLUTION DEPTH IMAGE RECOVERY ALGORITHM USING GRAYSCALE IMAGE. HIGH RESOLUTION DEPTH IMAGE RECOVERY ALGORITHM USING GRAYSCALE IMAGE Kazunori Uruma 1, Katsumi Konishi 2, Tomohiro Takahashi 1 and Toshihiro Furukawa 1 1 Graduate School of Engineering, Tokyo University

More information

Video Based Accurate Step Counting for Treadmills

Video Based Accurate Step Counting for Treadmills Proceedings Video Based Accurate Step Counting for Treadmills Qingkai Zhen, Yongqing Liu, Qi Hu and Qi Chen * Sport Engineering Center, China Institute of Sport Science, Beijing 100061, China; zhenqingkai@ciss.cn

More information

INTRODUCTION TO PATTERN RECOGNITION

INTRODUCTION TO PATTERN RECOGNITION INTRODUCTION TO PATTERN RECOGNITION 3 Introduction Our ability to recognize a face, to understand spoken words, to read handwritten characters all these abilities belong to the complex processes of pattern

More information

Active Pedestrian Protection System, Project Review

Active Pedestrian Protection System, Project Review T_AP00966 Active Pedestrian Protection System, Project Review 2010. 10. 29 Ho Gi Jung The School of Electronic and Electrical Engineering Yonsei University, South Korea Project Overview Objectives To develop

More information

IN-VEHICLE PEDESTRIAN DETECTION USING STEREO VISION TECHNOLOGY

IN-VEHICLE PEDESTRIAN DETECTION USING STEREO VISION TECHNOLOGY IN-VEHICLE PEDESTRIAN DETECTION USING STEREO VISION TECHNOLOGY Wei Zhang, Ph.D., P.E. Highway Research Engineer, Office of Safety Research & Development, HRDS-10 Federal Highway Administration 6300 Georgetown

More information

Danyal Education :,I. Unit 6 Pressure. A 1500kgm3 C 800kgm3. B 1000kgm3. D 500kgm3 ( ) D the packet has a small hole that allowed air to leak in.

Danyal Education :,I. Unit 6 Pressure. A 1500kgm3 C 800kgm3. B 1000kgm3. D 500kgm3 ( ) D the packet has a small hole that allowed air to leak in. Unit 6 ressure 1. A column of liquid X floats on water in a U-tube of uniform cross-section area. If te density of water is 1000 kg m-3, find te density of liquid X. 10 :,I A 1500kgm3 C 800kgm3 B 1000kgm3

More information

Generation of See-Through Baseball Movie from Multi-Camera Views

Generation of See-Through Baseball Movie from Multi-Camera Views Generation of See-Through Baseball Movie from Multi-Camera Views Takanori Hashimoto #1, Yuko Uematsu #2, Hideo Saito #3 # Keio University 3-14-1 Hiyoshi, Kohoku-ku, Yokohama, 223-8522 Japan 1 takanori@hvrl.ics.keio.ac.jp

More information

International Resort & Retailer Associations Membership Application

International Resort & Retailer Associations Membership Application International Resort & Retailer Associations Membersip Application PADI International Resort and Retailer Associations Membersip Agreement PLEASE READ CAREFULLY Membersip in te PADI International Resort

More information

Hello 4-H General Leaders, Light Horse Leaders, and Light Horse Members, and Parents.

Hello 4-H General Leaders, Light Horse Leaders, and Light Horse Members, and Parents. February 1, 018 ATTN: 4-H Nova Scotia Ligt Horse Leaders and Members Hello 4-H General Leaders, Ligt Horse Leaders, and Ligt Horse Members, and Parents. Welcome to te 018 4-H year. I would like to take

More information

Standard Test Methods for One-Dimensional Swell or Settlement Potential of Cohesive Soils 1

Standard Test Methods for One-Dimensional Swell or Settlement Potential of Cohesive Soils 1 Designation: 96 AMERICAN SOCIETY FOR TESTING AND MATERIALS 100 Barr Harbor Dr., West Consoocken, PA 19428 Reprinted from te Annual Book of ASTM Standards. Copyrigt ASTM Standard Test Metods for One-Dimensional

More information

ASSESSMENT OF CORRECTNESS OF INFORMATION OBTAINED FROM AUTOMATIC IDENTIFICATION OF SHIP S SYSTEM (AIS)

ASSESSMENT OF CORRECTNESS OF INFORMATION OBTAINED FROM AUTOMATIC IDENTIFICATION OF SHIP S SYSTEM (AIS) Journal of KONES Powertrain and Transport, Vol. 17, No. 3 2010 ASSESSMENT OF CORRECTNESS OF INFORMATION OBTAINED FROM AUTOMATIC IDENTIFICATION OF SHIP S SYSTEM (AIS) Henryk niegocki Gdynia Maritime University,

More information

POOL BOILING HEAT TRANSFER OF ETHANOL-WATER MIXTURES AT SUB-ATMOSPHERIC PRESSURES

POOL BOILING HEAT TRANSFER OF ETHANOL-WATER MIXTURES AT SUB-ATMOSPHERIC PRESSURES Proceedings of te 22 t National and t International ISHMT-ASME Heat and Mass Transfer Conference December 28-3, 203, IIT Karagpur, India HMTC300649 POOL BOILING HEAT TRANSFER OF ETHANOL-WATER MIXTURES

More information

How can you compare lengths between the customary and metric systems? 6 ft. ACTIVITY: Customary Measure History

How can you compare lengths between the customary and metric systems? 6 ft. ACTIVITY: Customary Measure History 5.7 Converting Measures How can you compare lengts between te customary and metric systems? yd 6 ft ACTIVITY: Customary Measure History COMMON CORE Converting Measures In tis lesson, you will use conversion

More information

PEDESTRIAN behavior modeling and analysis is

PEDESTRIAN behavior modeling and analysis is 4354 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 25, NO. 9, SEPTEMBER 2016 Pedestrian Behavior Modeling From Stationary Crowds With Applications to Intelligent Surveillance Shuai Yi, Hongsheng Li, and

More information

Decompression Method For Massive Compressed Files In Mobile Rich Media Applications

Decompression Method For Massive Compressed Files In Mobile Rich Media Applications 2010 10th IEEE International Conference on Computer and Information Technology (CIT 2010) Decompression Method For Massive Compressed Files In Mobile Rich Media Applications Houchen Li, Zhijie Qiu, Lei

More information

A Research on the Airflow Efficiency Analysis according to the Variation of the Geometry Tolerance of the Sirocco Fan Cut-off for Air Purifier

A Research on the Airflow Efficiency Analysis according to the Variation of the Geometry Tolerance of the Sirocco Fan Cut-off for Air Purifier A Research on the Airflow Efficiency Analysis according to the Variation of the Geometry Tolerance of the Sirocco Fan Cut-off for Air Purifier Jeon-gi Lee*, Choul-jun Choi*, Nam-su Kwak*, Su-sang Park*

More information

Early Skip Decision based on Merge Index of SKIP for HEVC Encoding

Early Skip Decision based on Merge Index of SKIP for HEVC Encoding , pp.287-292 http://dx.doi.org/10.14257/astl.2016.139.60 Early Skip Decision based on Merge Index of SKIP for HEVC Encoding Jinwoo Jeong, Sungjei Kim, and Yong-Hwan Kim, Intelligent Image Processing Research

More information

Figure 2: Principle of GPVS and ILIDS.

Figure 2: Principle of GPVS and ILIDS. Summary Bubbly flows appear in many industrial applications. In electrochemistry, bubbles emerge on the electrodes in e.g. hydrolysis of water, the production of chloride and as a side-reaction in metal

More information

APPLICATION TO HOST A TOURNAMENT OR GAMES

APPLICATION TO HOST A TOURNAMENT OR GAMES A Proud Member of US Soccer Affiliated wit te Federation International de Football Association Please Type or Print Clearly - Do Not Staple APPLICATION TO OST A TOURNAMENT OR GAMES Name of Tournament or

More information

THe rip currents are very fast moving narrow channels,

THe rip currents are very fast moving narrow channels, 1 Rip Current Detection using Optical Flow Shweta Philip sphilip@ucsc.edu Abstract Rip currents are narrow currents of fast moving water that are strongest near the beach. These type of currents are dangerous

More information

GOLOMB Compression Technique For FPGA Configuration

GOLOMB Compression Technique For FPGA Configuration GOLOMB Compression Technique For FPGA Configuration P.Hema Assistant Professor,EEE Jay Shriram Group Of Institutions ABSTRACT Bit stream compression is important in reconfigurable system design since it

More information

Quantifying the Bullwhip Effect of Multi-echelon System with Stochastic Dependent Lead Time

Quantifying the Bullwhip Effect of Multi-echelon System with Stochastic Dependent Lead Time Quantifying the Bullwhip Effect of Multi-echelon System with Stochastic Dependent Lead Time Ngoc Anh Dung Do 1, Peter Nielsen 1, Zbigniew Michna 2, and Izabela Ewa Nielsen 1 1 Aalborg University, Department

More information

REPRESENTATION OF HUMAN GAIT TRAJECTORY THROUGH TEMPOROSPATIAL IMAGE MODELLING

REPRESENTATION OF HUMAN GAIT TRAJECTORY THROUGH TEMPOROSPATIAL IMAGE MODELLING REPRESENTATION OF HUMAN GAIT TRAJECTORY THROUGH TEMPOROSPATIAL IMAGE MODELLING Md. Akhtaruzzaman, Amir A. Shafie and Md. Raisuddin Khan Department of Mechatronics Engineering, Kulliyyah of Engineering,

More information

APPLICATION TO HOST A TOURNAMENT OR GAMES

APPLICATION TO HOST A TOURNAMENT OR GAMES A Proud Member of US Soccer Affiliated wit te Federation International de Football Association Please Type or Print Clearly - Do Not Staple APPLICATION TO OST A TOURNAMENT OR GAMES Name of Tournament or

More information

UAV-based monitoring of pedestrian groups

UAV-based monitoring of pedestrian groups UAV-based monitoring of pedestrian groups Florian Burkert, Friedrich Fraundorfer Technische Universität München, 04.09.2013, UAV-g 2013, Rostock 1 Motivation 2 Overview State of the art UAV imagery for

More information

Vibration Analysis and Test of Backup Roll in Temper Mill

Vibration Analysis and Test of Backup Roll in Temper Mill Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Vibration Analysis and Test of Backup Roll in Temper Mill Yuanmin Xie College of Machinery and Automation, Wuhan University of Science and

More information

BIKE MS: EXPRESS SCRIPTS GATEWAY GETAWAY RIDE 2014 EVENT GUIDE 48,000 RIDERS MORE THAN 7 MILLION MILES RIDDEN $30 MILLION RAISED

BIKE MS: EXPRESS SCRIPTS GATEWAY GETAWAY RIDE 2014 EVENT GUIDE 48,000 RIDERS MORE THAN 7 MILLION MILES RIDDEN $30 MILLION RAISED BIKE MS: EXPRESS SCRIPTS GATEWAY GETAWAY RIDE 2014 EVENT GUIDE S M e k i B s 30! n r u T 48,000 RIDERS MORE THAN 7 MILLION MILES RIDDEN $30 MILLION RAISED Te National MS Society committed to dedicate $250

More information

An approach for optimising railway traffic flow on high speed lines with differing signalling systems

An approach for optimising railway traffic flow on high speed lines with differing signalling systems Computers in Railways XIII 27 An approach for optimising railway traffic flow on high speed lines with differing signalling systems N. Zhao, C. Roberts & S. Hillmansen Birmingham Centre for Railway Research

More information

APPLICATION TO HOST A TOURNAMENT OR GAMES

APPLICATION TO HOST A TOURNAMENT OR GAMES A Proud Member of US Soccer Affiliated wit te Federation International de Football Association Please Type or Print Clearly - Do Not Staple APPLICATION TO OST A TOURNAMENT OR GAMES Name of Tournament or

More information

Step Detection Algorithm For Accurate Distance Estimation Using Dynamic Step Length

Step Detection Algorithm For Accurate Distance Estimation Using Dynamic Step Length Step Detection Algorithm For Accurate Distance Estimation Using Dynamic Step Length Ahmad Abadleh ahmad_a@mutah.edu.jo Eshraq Al-Hawari eshraqh@mutah.edu.jo Esra'a Alkafaween Esra_ok@mutah.edu.jo Hamad

More information

A real time vessel air gap monitoring system

A real time vessel air gap monitoring system Journal of Physics: Conference Series A real time vessel air gap monitoring system To cite this article: D McStay and K Thabeth 2009 J. Phys.: Conf. Ser. 178 012038 View the article online for updates

More information

Neural Network in Computer Vision for RoboCup Middle Size League

Neural Network in Computer Vision for RoboCup Middle Size League Journal of Software Engineering and Applications, 2016, *,** Neural Network in Computer Vision for RoboCup Middle Size League Paulo Rogério de Almeida Ribeiro 1, Gil Lopes 1, Fernando Ribeiro 1 1 Department

More information

APPLICATION TO HOST A TOURNAMENT OR GAMES

APPLICATION TO HOST A TOURNAMENT OR GAMES Please Type or Print Clearly - Do Not Staple A Proud Member of US Soccer Affiliated wit te Federation International de Football Association APPLICATION TO OST A TOURNAMENT OR GAMES Name of Tournament or

More information

APPLICATION TO HOST A TOURNAMENT OR GAMES

APPLICATION TO HOST A TOURNAMENT OR GAMES A Proud Member of US Soccer Affiliated wit te Federation International de Football Association Please Type or Print Clearly - Do Not Staple APPLICATION TO OST A TOURNAMENT OR GAMES Name of Tournament or

More information

Introduction to Pattern Recognition

Introduction to Pattern Recognition Introduction to Pattern Recognition Jason Corso SUNY at Buffalo 12 January 2009 J. Corso (SUNY at Buffalo) Introduction to Pattern Recognition 12 January 2009 1 / 28 Pattern Recognition By Example Example:

More information

APPLICATION TO HOST A TOURNAMENT OR GAMES

APPLICATION TO HOST A TOURNAMENT OR GAMES Please Type or Print Clearly - Do Not Staple A Proud Member of US Soccer Affiliated wit te Federation International de Football Association APPLICATION TO OST A TOURNAMENT OR GAMES Name of Tournament or

More information

Sample Problems. Lecture Notes Motion Problems page 1

Sample Problems. Lecture Notes Motion Problems page 1 Lecture Notes Motion Problems page 1 Sample Problems 1. We traveled for nine ours. Ten we increased our velocity by 10 les per our and traveled an additional ve ours. Wat was our original velocity if all

More information

APPLICATION TO HOST A TOURNAMENT OR GAMES

APPLICATION TO HOST A TOURNAMENT OR GAMES Please Type or Print Clearly - Do Not Staple A Proud Member of US Soccer Affiliated wit te Federation International de Football Association APPLICATION TO OST A TOURNAMENT OR GAMES Name of Tournament or

More information

APPLICATION TO HOST A TOURNAMENT OR GAMES

APPLICATION TO HOST A TOURNAMENT OR GAMES Please Type or Print Clearly - Do Not Staple A Proud Member of US Soccer Affiliated wit te Federation International de Football Association APPLICATION TO OST A TOURNAMENT OR GAMES Name of Tournament or

More information

4. Learning Pedestrian Models

4. Learning Pedestrian Models Learning Pedestrian Models for Silhouette Refinement L. Lee G. Dalley K. Tieu Massachusettes Institute of Technology Artificial Intelligence Laboratory {llee, dalleyg, tieu}@ai.mit.edu Abstract We present

More information

MICROSIMULATION USING FOR CAPACITY ANALYSIS OF ROUNDABOUTS IN REAL CONDITIONS

MICROSIMULATION USING FOR CAPACITY ANALYSIS OF ROUNDABOUTS IN REAL CONDITIONS Session 5. Transport and Logistics System Modelling Proceedings of the 11 th International Conference Reliability and Statistics in Transportation and Communication (RelStat 11), 19 22 October 2011, Riga,

More information

APPLICATION TO HOST A TOURNAMENT OR GAMES

APPLICATION TO HOST A TOURNAMENT OR GAMES A Proud Member of US Soccer Affiliated wit te Federation International de Football Association Please Type or Print Clearly - Do Not Staple APPLICATION TO OST A TOURNAMENT OR GAMES Name of Tournament or

More information

Generation of solitary waves by forward- and backward-step bottom forcing. Citation Journal of Fluid Mechanics, 2001, v. 432 n. 1, p.

Generation of solitary waves by forward- and backward-step bottom forcing. Citation Journal of Fluid Mechanics, 2001, v. 432 n. 1, p. Title Generation of solitary waves by forward- and backward-step bottom forcing Autor(s) Zang, D; Cwang, ATY Citation Journal of Fluid Mecanics, 21, v. 432 n. 1, p. 341-35 Issued Date 21 URL ttp://dl.andle.net/1722/42135

More information

Lake Roosevelt Angler Creel Survey Survey Design and Protocol

Lake Roosevelt Angler Creel Survey Survey Design and Protocol 1 Lake Roosevelt Angler Creel Survey 2017 Survey Design and Protocol Contact Info Cas Lawson Fiseries Biologist (509) 244-7041 ext. 204 Carle.Lawson@SpokaneTribe.com Elliott Kittel Fiseries Biologist (509)

More information

Evaluation of the depth camera based SLAM algorithms

Evaluation of the depth camera based SLAM algorithms 21 12 2017 12 Electri c Machines and Control Vol. 21 No. 12 Dec. 2017 SLAM 1 1 2 1 1. 150080 2. 100190 : 3 ( SLAM), SLAM V2,RTAB-Map DVO SLAM, 3 SLAM SLAM, TUM ICL-NUIM, SLAM, SLAM, SLAM :, SLAM V2;, DVO

More information

THE APPLICATION OF BASKETBALL COACH S ASSISTANT DECISION SUPPORT SYSTEM

THE APPLICATION OF BASKETBALL COACH S ASSISTANT DECISION SUPPORT SYSTEM THE APPLICATION OF BASKETBALL COACH S ASSISTANT DECISION SUPPORT SYSTEM LIANG WU Henan Institute of Science and Technology, Xinxiang 453003, Henan, China E-mail: wuliang2006kjxy@126.com ABSTRACT In the

More information

JPEG-Compatibility Steganalysis Using Block-Histogram of Recompression Artifacts

JPEG-Compatibility Steganalysis Using Block-Histogram of Recompression Artifacts JPEG-Compatibility Steganalysis Using Block-Histogram of Recompression Artifacts Jan Kodovský, Jessica Fridrich May 16, 2012 / IH Conference 1 / 19 What is JPEG-compatibility steganalysis? Detects embedding

More information

u = Open Access Reliability Analysis and Optimization of the Ship Ballast Water System Tang Ming 1, Zhu Fa-xin 2,* and Li Yu-le 2 " ) x # m," > 0

u = Open Access Reliability Analysis and Optimization of the Ship Ballast Water System Tang Ming 1, Zhu Fa-xin 2,* and Li Yu-le 2  ) x # m, > 0 Send Orders for Reprints to reprints@benthamscience.ae 100 The Open Automation and Control Systems Journal, 015, 7, 100-105 Open Access Reliability Analysis and Optimization of the Ship Ballast Water System

More information

Using image processing for biomechanics measures in swimming

Using image processing for biomechanics measures in swimming Using image processing for biomechanics measures in swimming Author Dubois, Robin, Thiel, David, James, Daniel Published 2012 Journal Title Procedia Engineering DOI https://doi.org/10.1016/j.proeng.2012.04.138

More information

Analysis and realization of synchronized swimming in URWPGSim2D

Analysis and realization of synchronized swimming in URWPGSim2D International Conference on Manufacturing Science and Engineering (ICMSE 2015) Analysis and realization of synchronized swimming in URWPGSim2D Han Lu1, a *, Li Shu-qin2, b * 1 School of computer, Beijing

More information

Technical Note. Determining the surface tension of liquids by measurements on pendant drops

Technical Note. Determining the surface tension of liquids by measurements on pendant drops Technical Note Pendant Drop Measurements Technical note: TN316e Industry section: all Author: FT, TW Date: 12/2010 Method: Drop Shape Analyzer DSA100 Keywords: Methods, surface tension, interfacial tension,

More information

Lab 4: Pressure Gradients over a Wing

Lab 4: Pressure Gradients over a Wing 2009 Lab 4: Pressure Gradients over a Wing Innovative Scientific Solutions Inc. 2766 Indian Ripple Road Dayton, OH 45440 (937)-429-4980 Lab 4: Pressure Gradients over a Wing Introduction: Like the previous

More information

Smart Cars for Safe Driving

Smart Cars for Safe Driving Smart Cars for Safe Driving Prof. Dr. Dariu M. Gavrila Environment Perception Group Research and Advanced Engineering XXXII Jornadas de Automática, Sevilla, 9-9-2011 We originally thought Machine Intelligence

More information

Application of Bayesian Networks to Shopping Assistance

Application of Bayesian Networks to Shopping Assistance Application of Bayesian Networks to Shopping Assistance Yang Xiang, Chenwen Ye, and Deborah Ann Stacey University of Guelph, CANADA Abstract. We develop an on-line shopping assistant that can help a e-shopper

More information

Basketball field goal percentage prediction model research and application based on BP neural network

Basketball field goal percentage prediction model research and application based on BP neural network ISSN : 0974-7435 Volume 10 Issue 4 BTAIJ, 10(4), 2014 [819-823] Basketball field goal percentage prediction model research and application based on BP neural network Jijun Guo Department of Physical Education,

More information

Investigation of Gait Representations in Lower Knee Gait Recognition

Investigation of Gait Representations in Lower Knee Gait Recognition Investigation of Gait Representations in Lower Knee Gait Recognition Chirawat Wattanapanich and Hong Wei Computational Vision Group, School of Systems Engineering, University of Reading, Reading, United

More information

Road Data Input System using Digital Map in Roadtraffic

Road Data Input System using Digital Map in Roadtraffic Data Input System using Digital Map in traffic Simulation Namekawa,M 1., N.Aoyagi 2, Y.Ueda 2 and A.Satoh 2 1 College of Management and Economics, Kaetsu University, Tokyo, JAPAN 2 Faculty of Engineering,

More information

A Point-Based Algorithm to Generate Final Table States of Football Tournaments

A Point-Based Algorithm to Generate Final Table States of Football Tournaments International Journal of Computing Academic Research (IJCAR) ISSN 2305-9184, Volume 7, Number 3 (June 2018), pp.38-42 MEACSE Publications http://www.meacse.org/ijcar A Point-Based Algorithm to Generate

More information

A Novel Gear-shifting Strategy Used on Smart Bicycles

A Novel Gear-shifting Strategy Used on Smart Bicycles 2012 International Conference on Industrial and Intelligent Information (ICIII 2012) IPCSIT vol.31 (2012) (2012) IACSIT Press, Singapore A Novel Gear-shifting Strategy Used on Smart Bicycles Tsung-Yin

More information

Gas Bubble Shape Measurement and Analysis

Gas Bubble Shape Measurement and Analysis Gas Bubble Shape Measurement and Analysis Claudius Zelenka Institute of Computer Science, Kiel University, Germany Abstract. This work focuses on the precise quantification of bubble streams from underwater

More information

FACE DETECTION. Lab on Project Based Learning May Xin Huang, Mark Ison, Daniel Martínez Visual Perception

FACE DETECTION. Lab on Project Based Learning May Xin Huang, Mark Ison, Daniel Martínez Visual Perception FACE DETECTION Lab on Project Based Learning May 2011 Xin Huang, Mark Ison, Daniel Martínez Visual Perception Contents Introduction Exploration into local invariant features The final method Results Conclusions

More information

Aalborg Universitet. Publication date: Document Version Accepted author manuscript, peer reviewed version

Aalborg Universitet. Publication date: Document Version Accepted author manuscript, peer reviewed version Aalborg Universitet Automatic Detection Of Conflicts At Signalized Intersections Madsen, Tanja Kidholm Osmann; Bahnsen, Chris Holmberg; Lahrmann, Harry Spaabæk; Moeslund, Thomas B. Publication date: 2014

More information

Electromyographic (EMG) Decomposition. Tutorial. Hamid R. Marateb, PhD; Kevin C. McGill, PhD

Electromyographic (EMG) Decomposition. Tutorial. Hamid R. Marateb, PhD; Kevin C. McGill, PhD Electromyographic (EMG) Decomposition Tutorial Hamid R. Marateb, PhD; Kevin C. McGill, PhD H. Marateb is with the Biomedical Engineering Department, Faculty of Engineering, the University of Isfahan, Isfahan,

More information

Review Article Assessing Effectiveness and Costs in Robot-Mediated Lower Limbs Rehabilitation: A Meta-Analysis and State of the Art

Review Article Assessing Effectiveness and Costs in Robot-Mediated Lower Limbs Rehabilitation: A Meta-Analysis and State of the Art Journal of Healtcare Engineering Volume 2018, Article ID 7492024, 9 pages ttps://doi.org/10.1155/2018/7492024 Review Article Assessing Effectiveness and Costs in Robot-Mediated Lower Limbs Reabilitation:

More information

IEEE RAS Micro/Nano Robotics & Automation (MNRA) Technical Committee Mobile Microrobotics Challenge 2016

IEEE RAS Micro/Nano Robotics & Automation (MNRA) Technical Committee Mobile Microrobotics Challenge 2016 IEEE RAS Micro/Nano Robotics & Automation (MNRA) Technical Committee Mobile Microrobotics Challenge 2016 OFFICIAL RULES Version 2.0 December 15, 2015 1. THE EVENTS The IEEE Robotics & Automation Society

More information

Areas of Trapezoids, Rhombuses, and Kites. To find the area of a trapezoid, rhombus, or kite

Areas of Trapezoids, Rhombuses, and Kites. To find the area of a trapezoid, rhombus, or kite 10-2 Areas of Trapezoids, Rombuses, and Kites Common Core State Standards G-MG.A.1 Use geometric sapes, teir measures, and teir properties to describe objects. MP 1, MP 3, MP 4, MP 6 Objective To find

More information

A computer program that improves its performance at some task through experience.

A computer program that improves its performance at some task through experience. 1 A computer program that improves its performance at some task through experience. 2 Example: Learn to Diagnose Patients T: Diagnose tumors from images P: Percent of patients correctly diagnosed E: Pre

More information

Tennis Plots: Game, Set, and Match

Tennis Plots: Game, Set, and Match Tennis Plots: Game, Set, and Match Michael Burch and Daniel Weiskopf Visualization Research Center, University of Stuttgart, Allmandring 19, 70569 Stuttgart {michael.burch,daniel.weiskopf}@visus.uni-stuttgart.de

More information

Advanced PMA Capabilities for MCM

Advanced PMA Capabilities for MCM Advanced PMA Capabilities for MCM Shorten the sensor-to-shooter timeline New sensor technology deployed on off-board underwater systems provides navies with improved imagery and data for the purposes of

More information

Recognizing Human Gait Types 183

Recognizing Human Gait Types 183 Recognizing Human Gait Types 183 11 X Recognizing Human Gait Types Preben Fihl and Thomas B. Moeslund Aalborg University Denmark 1. Introduction Everyday people will observe, analyze, and interpret the

More information

Gait Recognition. Yu Liu and Abhishek Verma CONTENTS 16.1 DATASETS Datasets Conclusion 342 References 343

Gait Recognition. Yu Liu and Abhishek Verma CONTENTS 16.1 DATASETS Datasets Conclusion 342 References 343 Chapter 16 Gait Recognition Yu Liu and Abhishek Verma CONTENTS 16.1 Datasets 337 16.2 Conclusion 342 References 343 16.1 DATASETS Gait analysis databases are used in a myriad of fields that include human

More information

Nadiya Afzal 1, Mohd. Sadim 2

Nadiya Afzal 1, Mohd. Sadim 2 Applying Analytic Hierarchy Process for the Selection of the Requirements of Institute Examination System Nadiya Afzal 1, Mohd. Sadim 2 1 M.Tech. Scholar-IV Semester, Department of Computer Science and

More information

Vision Based Autonomous Underwater Vehicle for Pipeline Tracking

Vision Based Autonomous Underwater Vehicle for Pipeline Tracking Vision Based Autonomous Underwater Vehicle for Pipeline Tracking Manikandan. G 1, Sridevi. S 2, Dhanasekar. J 3 Assistant Professor, Department of Mechatronics Engineering, Bharath University, Chennai,

More information

ASSESSMENT OF CORRECTNESS OF INFORMATION OBTAINED FROM AUTOMATIC IDENTIFICATION OF SHIP S SYSTEM (AIS)

ASSESSMENT OF CORRECTNESS OF INFORMATION OBTAINED FROM AUTOMATIC IDENTIFICATION OF SHIP S SYSTEM (AIS) ASSESSMENT OF CORRECTNESS OF INFORMATION OBTAINED FROM AUTOMATIC IDENTIFICATION OF SHIP S SYSTEM (AIS) Henryk Śniegocki Akademia Morska w Gdyni, Katedra Nawigacji Aleja Jana Pawła II 3, 81-345 Gdynia,

More information

Numerical simulation of three-dimensional flow field in three-line rollers and four-line rollers compact spinning systems using finite element method

Numerical simulation of three-dimensional flow field in three-line rollers and four-line rollers compact spinning systems using finite element method Indian Journal of Fibre & Textile Research Vol. 42, March 2017, pp. 77-82 Numerical simulation of three-dimensional flow field in three-line rollers and four-line rollers compact spinning systems using

More information

1. Introduction. Faustini Libent Ishabailu 1, Dr. Pei Zhijun 2, Abdalla Mohamed Hambal 3

1. Introduction. Faustini Libent Ishabailu 1, Dr. Pei Zhijun 2, Abdalla Mohamed Hambal 3 Human Gait Recognition System Based On Principal Component Analysis [PCA] Faustini Libent Ishabailu 1, Dr. Pei Zhijun 2, Abdalla Mohamed Hambal 3 1 Department of Electronics, Tianjin University of Technology

More information

Published in: IEEE Conference on Advanced Video and Signal Based Surveillance, AVSS 2007

Published in: IEEE Conference on Advanced Video and Signal Based Surveillance, AVSS 2007 Aalborg Universitet Classification of Gait Types Based on the Duty-factor Fihl, Preben; Moeslund, Thomas B. Published in: IEEE Conference on Advanced Video and Signal Based Surveillance, 2007. AVSS 2007

More information

CFD SIMULATIONS OF GAS DISPERSION IN VENTILATED ROOMS

CFD SIMULATIONS OF GAS DISPERSION IN VENTILATED ROOMS CFD SIMULATIONS OF GAS DISPERSION IN VENTILATED ROOMS T. Gélain, C. Prévost Institut de Radioprotection et de Sûreté Nucléaire (IRSN), Saclay, France Abstract In order to better understand the risks due

More information

Bicycle Safety Map System Based on Smartphone Aided Sensor Network

Bicycle Safety Map System Based on Smartphone Aided Sensor Network , pp.38-43 http://dx.doi.org/10.14257/astl.2013.42.09 Bicycle Safety Map System Based on Smartphone Aided Sensor Network Dongwook Lee 1, Minsoo Hahn 1 1 Digital Media Lab., Korea Advanced Institute of

More information

Pendant Drop Measurements

Pendant Drop Measurements KRÜSS pplication Note TN316d Page 1 Pendant Drop Measurements pplication note: TN316d Industry section: all uthor: Dr. Tobias Winkler Date: December 2010 Method: Drop Shape nalysis System DS100 Drop Shape

More information