View-invariant Estimation of Height and Stride for Gait Recognition

Size: px
Start display at page:

Download "View-invariant Estimation of Height and Stride for Gait Recognition"

Transcription

1 View-invariant Estimation of Height and Stride for Gait Recognition Chiraz BenAbdelkaderÝ, Ross CutlerÞ, and Larry DavisÝ Ý University of Maryland, College Park ÞMicrosoft Research Abstract. We present a parametric method to automatically identify people in monocular low-resolution video by estimating the height and stride parameters of their walking gait. Stride parameters (stride length and cadence) are functions of body height, weight, and gender. Previous work has demonstrated effective use of these biometrics for identification and verification of people. In this paper, we show that performance is significantly improved by using height as an additional discriminant feature. Height is estimated by robustly segmenting the person from the background and fitting their apparent height to a time-dependent model. This method is correspondence-free and works with low-resolution images of people. It is also view-invariant, albeit performance is optimal in near fronto-parallel configurations. Identification accuracy is estimated at 47% for fronto-parallel sequences of 41 people, and 65% for non-fronto-parallel sequences of 17 people, compared with 18% and 51%, respectively, when only stride and cadence are used. 1 Introduction Gait is an emergent behavioral biometric that involves the use of an individual s walking style to determine or validate identity [1]. Because it can be measured at a distance, i.e. not requiring interaction with the subject, there has also been increased interest in using gait features for human identification in surveillance applications [2]. The motivation for this line of research comes from psychophysical experiments [3 5] as well as biomechanics studies [6 8], both of which provide evidence that gait dynamics (and the motion patterns they generate) contain a signature that is characteristic of, and possibly unique to, each individual. This is what makes each person seems to have a distinctive idiosyncratic way of walking. However, complete and accurate characterization of gait dynamics requires knowledge of the kinematics of tens, if not hundreds, of body landmarks (such as joints and extremities) [7]. Existing video-based gait analysis methods rely on markers or wearable instruments [8]. Achieving this via automatic feature extraction and tracking in low-resolution surveillance video remains difficult and error-prone due to self-occlusion, insufficient texture, etc. In this paper, we propose a correspondence-free, view-invariant, method to robustly compute four gait variables from low-resolution video. The first two variables characterize the timevariation of the person s apparent height (the mean and amplitude of vertical oscillation), and the other two characterize the stride dimensions (the cadence and stride length). We will show that, while these four gait features obviously do not uniquely characterize gait dynamics, they are quite effective in filtering identity.

2 We use the term apparent height to refer to the person s height while walking, which is a time-dependent quantity, and is different from (though related to) their stature, or standing-height, which is a constant quantity. Because apparent height is a function of the person s cadence (as we shall discuss later), it also can be regarded as a gait parameter. Accurate estimation of these gait features is achieved by exploiting the periodic nature of human walking, and computing the features over many steps. Cadence is estimated via periodicity analysis of the binary silhouette. Using a calibrated camera system, the stride length is estimated by first tracking the person and estimating their distance travelled over a period of time, then counting the number of steps (again using periodicity). Height parameters are estimated by robustly segmenting the person from the background and fitting their apparent height to a timedependent model. We evaluate the discrimination power of these four gait variables using K-nearest neighbor classification in the 4-D feature space they span. Identification accuracy is estimated at 47% for a set of fronto-parallel sequences of 41 people (4 of each), and 65% for non-fronto-parallel sequences of 17 people (7 of each on average). This is a significant increase over 18% and 51%, respectively, obtained when using stride parameters only for classification. This method works with low-resolution images of people, and is robust to changes in lighting, clothing, and random (non-systematic) tracking errors. It is also in principle view-invariant, since it uses 3D quantities for classification. However, performance is optimal in near fronto-parallel configurations in which estimation of the stride and height parameters is most accurate. 1.1 Assumptions Our method makes the following assumptions: People walk upright on a known plane with constant velocity (i.e. in both speed and direction) for at least 3-4 seconds. The camera is static and is calibrated with respect to the ground plane. The frame rate is greater than twice the frequency of the walking. 2 Background and Related Work Several approaches already exist in the computer vision literature on automatic person identification from gait (termed gait recognition) from video [9 13, 2, 14 17]. Closely related to these are the methods for human detection in video, which essentially classify moving objects as human or non-human [18 2], and those for human motion classification, which recognize different types of human locomotion, such as walking, running, limping, etc. [21, 22]. These approaches are typically either holistic [9 12, 2, 14] or model-based [21, 18, 22, 15, 16, 23, 17]. In the former, gait is characterized by the statistics of the spatiotemporal patterns generated by the silhouette of the walking person in the image. That is, a set of features (the gait signature) is computed from these patterns, and used for classification. Model-based approaches, on the other hand, use a model of either the person s shape (structure) or motion, in order to recover features of gait mechanics, such as stride dimensions [18, 23, 17] and kinematics of joint angles [22, 15, 16]. In [18], Yasutomi and Mori estimate cadence and stride length in much the same way as we do (i.e. based on periodicity analysis of image features and a calibrated camera), and use them for pedestrian detection. Specifically, they assume two independent Gaussian distributions for the stride length and cadence of typical human walking, and classify a moving object as human if its computed cadence and stride length values are at most 3 standard deviations away from

3 the mean values. Obviously this does not exploit the strong correlation between stride length and cadence, unlike our method. Cutler and Davis [19] use the periodicity of image similarity plots to estimate the stride of a walking and running person, assuming a calibrated camera. They contend that stride could be used as a biometric, though they have not conducted any study showing how useful it is as a biometric. In [23], Davis demonstrates the effectiveness of stride length and cadence in discriminating the walking gaits children and adults, though he relies on motion-capture data to extract these features. Perhaps the method most akin to ours is that of Johnson and Bobick [17], in which they extract four static parameters, namely the body height, torso length, leg length and step length, and use them for person identification. These features are estimated as the distances between certain body parts when the feet are maximally apart (i.e. at the double-support phase of walking). Hence, they too use stride parameters (step length only) and height-related parameters (stature, leg length and torso length) for identification. However, they consider stride length to be a static gait parameter, while in fact it varies considerably for any one individual over the range of their free-walking speeds. The typical range of variation for adults is about 3cm [6], which is hardly negligible. This is why we use both cadence and stride length. Furthermore, their approach for estimating the step length does not exploit the periodicity of walking, and is hence not robust to systematic tracking and calibration errors. Model Background Segment and track person Sequence of binary silhouettes ; (width, height, 2D position) Compute gait period Estimate 3D trajectory Compute apparent height Camera calibration; Ground plane Compute cadence Compute stride Fit height model Identify person Fig. 1. Overview of Method. 3 Method The algorithm consists of three main modules, as shown in Figure 1. The first module tracks the walking person in each frame, and extracts their binary silhouette along with its 2D position in the image. Since the camera is static, we use a non-parametric background modeling technique for

4 segmentation that is quite robust to lighting changes, camera jitter and to the presence of shadows [24]. Foreground blobs are tracked in each frame via simple spatial and temporal coherence: based on overlap of respective bounding boxes in consecutive frames [25]. Once a person has been tracked for a sufficient number of frames, the second module uses the obtained sequence of binary silhouettes to estimate the two height and two stride parameters. Finally, the third module determines the person s identity via standard pattern classification in the 4-D feature space of these four parameters. 3.1 Estimating Ground Position Estimating the person s current 3D position on the ground is instrumental in computing both their distance walked (and hence the stride length) and apparent height, as will be discussed in the next two sections. Assuming the person walks on a plane and that the camera is calibrated with respect to this plane, we compute their 3D position as the inverse projection of the location of their feet in the image [26]. Furthermore, since the feet are mostly apart during walking, we need to locate the point half-way between the two feet. In the fronto-parallel case, we simply approximate this point in the image as the midpoint of the lower edge of the silhouette s bounding box (Figure 2(a)), while in the non-fronto-parallel case we estimate it by finding the local minimum of a signature, ܵ, of the binary silhouette (Figure 2(b)). Specifically, for each Ü along the width of the bounding box, ܵ is defined as the vertical distance between the bottom edge of the bounding box and the lowest silhouette point at that Ü, as illustrated in Figure 2(c)-2(d). 3.2 Estimating Stride Parameters The basic descriptors of human locomotion are speed Î (in meters/sec), cadence (in steps/min) and stride length Ä (in meters/stride) 1. They are related by a simple equation [7, 8]: Î ½ Ä, ½¾¼ and so only two of these variables need to be specified at any time. Therefore, assuming nearly constant-velocity walking with period Ì (seconds/cycle), over a distance Ï (in meters) and Æ steps, then and Ä are estimated by: ½¾¼ Ì Ä Ï Æ (1) (2) Furthermore, if is the frame sampling rate and Ò is the video sequence length (in frames), then Æ Ì Ò Ï and consequently Ä ÒÌ. As described in our previous work [26], we compute the gait period Ì via periodicity analysis of the width of the silhouette bounding box (see Figure 3(a)). Assuming the person walks in a straight line, Ï is estimated as the distance between the first and last point of the person s 3D trajectory, i.e. the positions in the first and Òth frames (see Figure 3(b)). 3.3 Estimating Height Parameters Human walking involves rhythmic up-and-down displacement of the upper body (from pelvis to head), hence the apparent bobbing of the head [6, 27]. It is in fact the nature of bipedal locomotion 1 1 stride = 2 steps.

5 H x Y-profile Fig. 2. Computing the person s height (red segment) and the mid-feet location (green dot) in the image: (a) The fronto-parallel case. (b) The non-fronto-parallel case. (c) Geometry of the nonfronto-parallel case. (d) Locating the feet by finding local minima of a silhouette signature. Fig. 3. (a) Computing the gait period Ì via periodicity analysis of the bounding box width of binary silhouettes. (b) Smoothed 2D trajectory (blue dots) traced by the person s head and feet, estimated here as the midpoints of the upper and lower edges of the bounding box. The red dots repeat with period ̾ and correspond to frames when both feet are maximally apart.

6 that demands these vertical oscillations of the body, mainly because the distance between the trunk and the floor (ground) when the legs are spread apart must be less than when it passes over a relatively extended (erect) leg. Furthermore, these vertical movements must occur in a smooth sinusoidal manner for the conservation of energy [28, 6]. This is particularly evident in the image trajectory of the head shown in Figure 3(b). Thus, the apparent height of a walking person can be modelled as a sinusoidal curve: ص «Ò Ø µ (3) The maximum apparent height, «, occurs at the mid-stance phase of walking (when the legs are closest together), and is slightly smaller than the person s stature, though typically within less than 1 cm 2. The minimum height, «, occurs at the mid-swing phase of walking (when the legs are furthest apart). We estimate the person s apparent height from their height in the image, Á, for the three different configurations illustrated in Figure 3.3 as follows: Á Ó Ú ÝÙ Ò Ú (4) Ó Ú Á Ý (5) Ò Ú Á Ó Ú ÝÙ Ò Ú Á Ó Ý (6) Ú Ò Ú where Ý and Ý Ù are respectively the person s lower (feet) and upper (head) vertical coordinates in the image, Á ÝÙ Ý is the person s height in the image, Ú is the tilt angle, is the camera focal length (in pixels), and is the distance from the camera center to the person (i.e. depth). These three cases respectively correspond to when the person is entirely above the image center, entirely below the image center, or neither. Note that when the person is sufficiently far from the camera, using orthographic projection reduces to the numerator Á. The person s height in the image, Á, is estimated as the vertical distance between the head and the feet. In a fronto-parallel sequence, this corresponds to the bounding box height of the binary silhouette, while in a non-fronto parallel configuration it is approximated by the vertical segment that extends from the top of the bounding box (the head) to the point halfway between the two feet, as illustrated in Figure 2). Then, given the time-series ص of apparent heights of a walking person measured over a video sequence of length Ò, and assuming a known frequency of gait (note ¾ Ì ), we estimate the three parameters of the model in Equation 3 via least squares fitting as described in [29]. Specifically, assuming a data model: ص «Ó Ø µ Ø Ø ¼ ½ Ò (7) the unknown parameters of the model that minimize the sum-square of the residuals are given by ½ Ò È Ò Ø½ ص and «Ô ¾ ¾, where ¾ Ò È Ò Ø½ ص µ Ó Ø and ¾ Ò È Ò Ø½ ص µ Ò Ø. Figure 3.3 shows an example of a height series (blue dashed line) fitted to the model (red solid line) via above method. Here, ½ Ñ and «¾Ñ, and the person s real height is ½Ñ. 2 Stature can hence be estimated quite accurately from apparent height: À «. Since and «are together more informative than À, we use them instead of À for identification.

7 Fig. 4. Estimating the person s apparent height from their height in the image, Á, for the three different configurations: when person is entirely above the image center, entirely below the image center, and at the center of the image height (meters) time (frames) Fig. 5. Apparent height data (blue); model (red).

8 3.4 Error Analysis As shown in [26], the uncertainty both in and Ä is a decreasing function of the number of steps walked, Æ, and hence can be effectively reduced by using a large Æ, regardless of whether the uncertainty is caused by random or systematic error [3]. Systematic error can for example be caused by strong shadows that are segmented with the silhouette. However, the uncertainty in height does not possess this nice property; it does not necessarily decrease when estimated over many frames. Intuitively, this is because height is estimated independently in each frame (hence obtaining several height measurements from the sequence), while a single estimate of cadence and stride length is computed over the entire sequence. Assuming for simplicity that Ú Ø ¼ in Equations 4-6, then the uncertainty in each height measurement is given by: Ö Á µ ¾ Á µ¾ Thus the only way to reduce this uncertainty is by reducing the uncertainty in and Á, denoted by and Á, respectively. Obviously, the values of or cannot be controlled since they depend on the actual position and height of person. Furthermore, if the source of this uncertainty is from random (i.e. non-systematic) errors only, then by by estimating as the average of Ò measurements (from Ò or more frames) we reduce its uncertainty by a factor of ½ Ô Ò. However, repeated measurements of cannot reduce the uncertainty caused by systematic error (such as persistent shadows in the silhouette or calibration error) [3]. 3.5 Gait Classifier Stride length and cadence are both known to be (approximately) increasing linear functions of Ô Î [31, 6, 8, 32]. Obviously this implies that and Ä vary linearly as the person changes their walking speed. Furthermore, stride length is determined mainly by the person s stature, weight, age and gender [7] (though age has no significance unless the person is less than 7 or past 6 years old). However, the coefficient of correlation between stride length and stature is typically found to be less than or around.6. Hence stature accounts for at most 36% of the variation in stride length, and so it cannot be predicted solely from cadence and stride length. Apparent height, i.e. the pair and «, also varies with Î. Specifically, «increases with speed, while both and «decrease as speed increases [6, 28]. For example, the mean value for «is ¾ Ñ for free-speed walking and ¼ Ñ for fast-walking (measured over 3 normal adult men [28]). Thus, our four gait features,, «, and Ä, are all correlated, and we expect that they together form tight modes in 4-D space. While we can not claim these features uniquely characterize a person, our goal is to assess their discriminability, and hence how much they can filter identity in a large population. To this end, we build a supervised pattern classifier that uses these four features as the input feature vector. Specifically, we use K-nearest neighbor non-parametric pattern classifier. 4 Experiments and Results The method is tested both on a set of fronto-parallel sequences, taken in an outdoor environment with 41 people (7 females and 34 males) on 2 different days (Figure 6(a)), and a set of 131 non-fronto-parallel sequences of 17 different people (Figure 6(b)).

9 The distributions of the corresponding height and stride features are illustrated in Figure 7 for both sets of sequences. Height estimates (À «) for this configuration are accurate to within Ñ. Fig. 6. Example of (a) fronto-parallel and (b) non-fronto-parallel outdoor sequences used to test method. We used 1-NN (or KNN with à ½) and the leave-one-out cross validation technique [33] to estimate the classification rate. Results are shown in Figure 8(a) and Figure 8(b) in terms of the rank order statistic for three different feature subsets. This is defined as the (cumulative) probability that the actual class of a test measurement is among its top matches; is called the rank [34]. Hence it effectively characterizes the filtering capability of the classification features, i.e. how much of the database is eliminated as possible matches of the given person with some confidence. For example, Figure 8(a) indicates that, based on all 4 gait features, a person is identified as one of 12 people with 9% confidence, which eliminates more than 2/3 of the database. Obviously, the feature set «Äµ is a much better filter than ĵ, but is only slightly better than ĵ, i.e. using «does not seem to be buying us much. Obviously, the best identification accuracy for the fronto-parallel sequences (Figure 8(a)) is obtained when all four features are used. Furthermore, the addition of into the classification feature set induced a significantly larger performance improvement than «, which seems to suggest that has better discriminability than «. Perhaps this can be explained by the fact that «varies over a much smaller range than, and hence is more easily swamped by noise in. Indeed the amount of noise in the gait feature affects its class separability properties. The identification performance for non-fronto-parallel sequences (Figure 8(a)) also improves significantly when is added to the feature set (from 51% to 65%). However, when «is added to the feature set, performance degrades significantly (47%). Again, this can be explained by the presence of large noise in (which is even larger than in fronto-parallel sequences because of larger calibration errors) that affects «more than because of its smaller range of variation. 5 Conclusions and Future Work We presented a parametric approach for human identification from low-resolution video using height and stride parameters of walking gait. It achieves its accuracy by exploiting the periodic nature of human walking, and computing the gait features over many steps. We found a significant improvement in identification performance (47% and 65%) when both height and stride

10 Mean Height (cm) 5 Height Variation Amplitude (cm) Stride length (cm) Cadence (steps/min) Stride length (cm) Cadence (steps/min) Height (cm) (b) 3 Mean Height (cm) 35 Height Variation Amplitude (cm) Stride length (cm) Cadence (steps/min) 3 Stride length (cm) Cadence (steps/min) Height (cm) (d) Fig. 7. Distribution of data in feature space of fronto-parallel (top row) and non-fronto-parallel (bottom row) sequences: (a,c) Scatter plot of, and Ä. (b,d) Histograms of (clockwise from top-left to lower-right), «, and Ä, respectively Cumulative match score Cumulative match score cadence and stride only mean height, cadence and stride Rank all cadence and stride only mean height, cadence and stride all Rank Fig. 8. Identification performance in terms of rank order statistics (the classification rate corresponds to ÖÒ ½) for: (a) Fronto-parallel sequences (b) Non-fronto-parallel sequences.

11 parameters are used than when stride parameters only are used (18% and 51%). Perhaps the best approach for achieving better identification results is to combine these gait features with other biometrics, such as face recognition and hair color. The method is view-invariant, works with low-resolution video, and is robust to changes in lighting, clothing, and tracking errors. However, estimation of the proposed gait features is more accurate in near-fronto-parallel viewpoints, which inevitably affects their class separability (i.e. discriminability) across viewpoints. Finally, while stride estimation is robust to both random and systematic tracking errors, height estimation is only robust to random errors. We plan to investigate ways to alleviate this problem. Acknowledgment The support of DARPA (Human ID project, grant No ) is gratefully acknowledged. References 1. Cattin, P.C., Zlatnik, D., Borer, R.: Biometric system using human gait. In: Mechatronics and Machine Vision in Practice. (21) 2. Hayfron-Acquah, J.B., Nixon, M.S., Carter, J.N.: Recognising human and animal movement by symmetry. In: AVBPA. (21) 3. Johansson, G.: Visual perception of biological motion and a model for its analysis. Perception and Psychophysics 14 (1973) 4. Cutting, J., Kozlowski, L.: Recognizing friends by their walk: Gait perception without familiarity cues. Bulletin Psychonomic Soc. 9 (1977) Barclay, C., Cutting, J., Kozlowski, L.: Temporal and spatial factors in gait perception that influence gender recognition. Perception and Psychophysics 23 (1978) Inman, V., Ralston, H.J., Todd, F.: Human Walking. Williams and Wilkins (1981) 7. Winter, D.: The Biomechanics and Motor Control of Human Gait. Univesity of Waterloo Press (1987) 8. Perry, J.: Gait Analysis: Normal and Pathological Function. SLACK Inc. (1992) 9. Niyogi, S., Adelson, E.: Analyzing and recognizing walking figures in XYT. In: CVPR. (1994) 1. Murase, H., Sakai, R.: Moving object recognition in eigenspace representation: gait analysis and lip reading. PRL 17 (1996) 11. Little, J., Boyd, J.: Recognizing people by their gait: the shape of motion. Videre 1 (1998) 12. Huang, P.S., Harris, C.J., Nixon, M.S.: Comparing different template features for recognizing people by their gait. In: BMVC. (1998) 13. He, Q., Debrunner, C.: Individual recognition from periodic activity using hidden markov models. In: IEEE Workshop on Human Motion. (2) 14. BenAbdelkader, C., Cutler, R., Davis, L.: Eigengait: Motion-based recognition of people using image self-similarity. In: AVBPA. (21) 15. Cunado, D., Nixon, M., Carter, J.: Gait extraction and description by evidence gathering. In: AVBPA. (1999) 16. Yam, C., Nixon, M.S., Carter, J.N.: Extended model-based automatic gait recognition of walking and running. In: AVBPA. (21) 17. Johnson, A., Bobick, A.: Gait recognition using static activity-specific parameters. In: CVPR. (21) 18. Yasutomi, S., Mori, H.: A method for discriminating pedestrians based on rythm. In: IEEE/RSG Intl Conf. on Intelligent Robots and Systems. (1994)

12 19. Cutler, R., Davis, L.: Robust real-time periodic motion detection, analysis and applications. PAMI 13 (2) 2. Song, Y., Feng, X., Perona, P.: Towards detection of human motion. In: CVPR. (2) 21. Campbell, L.W., Bobick, A.: Recognition of human body motion using phase space constraints. In: ICCV. (1995) 22. Meyer, D., Psl, J., Niemann, H.: Gait classification with hmms for trajectories of body parts extracted by mixture densities. In: BMVC. (1998) 23. Davis, J.W.: Visual categorization of children and adult walking styles. In: AVBPA. (21) 24. Elgammal, A., Harwood, D., Davis, L.: Non-parametric model for background subtraction. In: ICCV. (2) 25. Haritaoglu, I., Harwood, D., Davis, L.: W4s: A real-time system for detecting and tracking people in 21/2 d. In: ECCV. (1998) 26. BenAbdelkader, C., Cutler, R., Davis, L.: Stride and cadence as a biometric in automatic person identification and verification. In: FGR. (22) 27. Rose, J., Gamble, J.G.: Human Walking. Williams and Wilkins (1994) 28. Murray, M., Kory, C., Clarkson, B.H., Sepic, S.B.: Comparison of free and fast speed walking patterns of normal men. American Journal of Physical Medicine 45 (1966) 29. Bloomfield, P.: Fourier Analysis of Time Series: an Introduction. John Wiley and Sons (1976) 3. Bevington, P.R., Robinson, D.K.: Data reduction and error analysis for the physical sciences. McGraw-Hill (1992) 31. Grieve, D.W., Gear, R.: The relationship between length of stride, step frequency, time of swing and speed of walking for children and adults. Journal of Ergonomics 5 (1966) 32. Zatsiorky, V.M., Werner, S.L., Kaimin, M.A.: Basic kinematics of walking. Journal of Sports Medicine and Physical Fitness 34 (1994) 33. Fukunaga, K.: Introduction to Statistical Pattern Recognition. New York Academic Press (199) 34. Philips, J., Hyeonjoon, Rizvi, S., Rauss, P.: The feret evaluation methodology for face recognition algorithms. PAMI 22 (2)

Gait as a Biometric for Person Identification in Video Sequences. Chiraz BenAbdelkader

Gait as a Biometric for Person Identification in Video Sequences. Chiraz BenAbdelkader Gait as a Biometric for Person Identification in Video Sequences Chiraz BenAbdelkader June 5, 2001 Abstract The term gait recognition is typically used to signify the identification of individuals in image

More information

Gait Analysis for Recognition and Classification

Gait Analysis for Recognition and Classification Gait Analysis for Recognition and Classification L. Lee W. E. L. Grimson MIT Artificial Intelligence Lab Cambridge, MA 0239 Abstract This paper describes a representation of gait appearance for the purpose

More information

A Study of Human Gaits across Different Speeds

A Study of Human Gaits across Different Speeds A Study of Human Gaits across Different Speeds Rawesak Tanawongsuwan and Aaron Bobick College of Computing, GVU Center, Georgia Institute of Technology Atlanta, GA 333-8 USA ftee afbg@cc.gatech.edu Abstract

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

Biomechanics and Models of Locomotion

Biomechanics and Models of Locomotion Physics-Based Models for People Tracking: Biomechanics and Models of Locomotion Marcus Brubaker 1 Leonid Sigal 1,2 David J Fleet 1 1 University of Toronto 2 Disney Research, Pittsburgh Biomechanics Biomechanics

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

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

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

Geometric moments for gait description

Geometric moments for gait description Geometric moments for gait description C. Toxqui-Quitl, V. Morales-Batalla, A. Padilla-Vivanco, and C. Camacho-Bello. Universidad Politécnica de Tulancingo, Ingenierías 100, 43629 Hidalgo, México. ctoxqui@upt.edu.mx

More information

Gait analysis for human identification

Gait analysis for human identification Gait analysis for human identification A. Kale, N. Cuntoor, B. Yegnanarayana, A.N Rajagopalan, and R. Chellappa Center for Automation Research, University of Maryland, College Park, MD 20742 kale, cuntoor,

More information

Silhouette-based Human Identification from Body Shape and Gait Λ. 2. Method

Silhouette-based Human Identification from Body Shape and Gait Λ. 2. Method Silhouette-based Human Identification from Body Shape and Gait Λ Robert T. Collins, Ralph Gross and Jianbo Shi Robotics Institute, Carnegie Mellon University Email: frcollins,rgross,jshig@cs.cmu.edu Abstract

More information

Analysis of Gait Characteristics Changes in Normal Walking and Fast Walking Of the Elderly People

Analysis of Gait Characteristics Changes in Normal Walking and Fast Walking Of the Elderly People IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 08, Issue 7 (July. 2018), V (V) 34-41 www.iosrjen.org Analysis of Gait Characteristics Changes in and Of the Elderly

More information

ZMP Trajectory Generation for Reduced Trunk Motions of Biped Robots

ZMP Trajectory Generation for Reduced Trunk Motions of Biped Robots ZMP Trajectory Generation for Reduced Trunk Motions of Biped Robots Jong H. Park School of Mechanical Engineering Hanyang University Seoul, 33-79, Korea email:jong.park@ieee.org Yong K. Rhee School of

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

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

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

Object Recognition. Selim Aksoy. Bilkent University

Object Recognition. Selim Aksoy. Bilkent University Image Classification and Object Recognition Selim Aksoy Department of Computer Engineering Bilkent University saksoy@cs.bilkent.edu.tr Image classification Image (scene) classification is a fundamental

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

Introduction to Pattern Recognition

Introduction to Pattern Recognition Introduction to Pattern Recognition Jason Corso SUNY at Buffalo 19 January 2011 J. Corso (SUNY at Buffalo) Introduction to Pattern Recognition 19 January 2011 1 / 32 Examples of Pattern Recognition in

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

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

Human Pose Tracking III: Dynamics. David Fleet University of Toronto

Human Pose Tracking III: Dynamics. David Fleet University of Toronto Human Pose Tracking III: Dynamics David Fleet University of Toronto CIFAR Summer School, 2009 Interactions with the world are fundamental Implausible motions [Poon and Fleet, 01] Kinematic Model: damped

More information

Available online at ScienceDirect. Procedia Engineering 112 (2015 )

Available online at  ScienceDirect. Procedia Engineering 112 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 112 (2015 ) 540 545 7th Asia-Pacific Congress on Sports Technology, APCST 2015 Movement variability of professional pool billiards

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

In memory of Dr. Kevin P. Granata, my graduate advisor, who was killed protecting others on the morning of April 16, 2007.

In memory of Dr. Kevin P. Granata, my graduate advisor, who was killed protecting others on the morning of April 16, 2007. Acknowledgement In memory of Dr. Kevin P. Granata, my graduate advisor, who was killed protecting others on the morning of April 16, 2007. There are many others without whom I could not have completed

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

Development of a load model for men-induced loads on stairs

Development of a load model for men-induced loads on stairs Porto, Portugal, 30 June - 2 July 2014 A. Cunha, E. Caetano, P. Ribeiro, G. Müller (eds.) ISSN: 2311-9020; ISBN: 978-972-752-165-4 Development of a load model for men-induced loads on stairs Benjamin Czwikla

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

An investigation of kinematic and kinetic variables for the description of prosthetic gait using the ENOCH system

An investigation of kinematic and kinetic variables for the description of prosthetic gait using the ENOCH system An investigation of kinematic and kinetic variables for the description of prosthetic gait using the ENOCH system K. OBERG and H. LANSHAMMAR* Amputee Training and Research Unit, University Hospital, Fack,

More information

Title: Modeling Crossing Behavior of Drivers and Pedestrians at Uncontrolled Intersections and Mid-block Crossings

Title: Modeling Crossing Behavior of Drivers and Pedestrians at Uncontrolled Intersections and Mid-block Crossings Title: Modeling Crossing Behavior of Drivers and Pedestrians at Uncontrolled Intersections and Mid-block Crossings Objectives The goal of this study is to advance the state of the art in understanding

More information

APPROACH RUN VELOCITIES OF FEMALE POLE VAULTERS

APPROACH RUN VELOCITIES OF FEMALE POLE VAULTERS APPROACH RUN VELOCITIES OF FEMALE POLE VAULTERS Peter M. McGinnis, Physical Education Department, SUNY College at Cortland, Cortland, New York INTRODUCTION Running speed is an important determinant of

More information

AIS data analysis for vessel behavior during strong currents and during encounters in the Botlek area in the Port of Rotterdam

AIS data analysis for vessel behavior during strong currents and during encounters in the Botlek area in the Port of Rotterdam International Workshop on Next Generation Nautical Traffic Models 2013, Delft, The Netherlands AIS data analysis for vessel behavior during strong currents and during encounters in the Botlek area in the

More information

Using Ground Reaction Forces from Gait Analysis: Body Mass as a Weak Biometric

Using Ground Reaction Forces from Gait Analysis: Body Mass as a Weak Biometric Using Ground Reaction Forces from Gait Analysis: Body Mass as a Weak Biometric Jam Jenkins 1, Carla Ellis 2 1 Western Carolina University Department of Math and Computer Science Cullowhee, NC 28723 USA

More information

SPIRIT III Radiometer Saturation Effect

SPIRIT III Radiometer Saturation Effect Utah State University DigitalCommons@USU Space Dynamics Lab Publications Space Dynamics Lab 1-1-1997 SPIRIT III Radiometer Saturation Effect Joseph J. Tansock Follow this and additional works at: https://digitalcommons.usu.edu/sdl_pubs

More information

Sample Solution for Problem 1.a

Sample Solution for Problem 1.a Sample Solution for Problem 1.a 1 Inverted Pendulum Model (IPM) 1.1 Equations of Motion and Ground Reaction Forces Figure 1: Scheme of the Inverted Pendulum Model (IPM). The equations of motion of this

More information

Calculation of Trail Usage from Counter Data

Calculation of Trail Usage from Counter Data 1. Introduction 1 Calculation of Trail Usage from Counter Data 1/17/17 Stephen Martin, Ph.D. Automatic counters are used on trails to measure how many people are using the trail. A fundamental question

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

Motion Control of a Bipedal Walking Robot

Motion Control of a Bipedal Walking Robot Motion Control of a Bipedal Walking Robot Lai Wei Ying, Tang Howe Hing, Mohamed bin Hussein Faculty of Mechanical Engineering Universiti Teknologi Malaysia, 81310 UTM Skudai, Johor, Malaysia. Wylai2@live.my

More information

Chapter 5: Methods and Philosophy of Statistical Process Control

Chapter 5: Methods and Philosophy of Statistical Process Control Chapter 5: Methods and Philosophy of Statistical Process Control Learning Outcomes After careful study of this chapter You should be able to: Understand chance and assignable causes of variation, Explain

More information

Ball impact dynamics of knuckling shot in soccer

Ball impact dynamics of knuckling shot in soccer Available online at www.sciencedirect.com Procedia Engineering 34 (2012 ) 200 205 9 th Conference of the International Sports Engineering Association (ISEA) Ball impact dynamics of knuckling shot in soccer

More information

Nature Neuroscience: doi: /nn Supplementary Figure 1. Visual responses of the recorded LPTCs

Nature Neuroscience: doi: /nn Supplementary Figure 1. Visual responses of the recorded LPTCs Supplementary Figure 1 Visual responses of the recorded LPTCs (a) The mean±sd (n=3 trials) of the direction-selective (DS) responses (i.e., subtracting the null direction, ND, from the preferred direction,

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

Traffic Parameter Methods for Surrogate Safety Comparative Study of Three Non-Intrusive Sensor Technologies

Traffic Parameter Methods for Surrogate Safety Comparative Study of Three Non-Intrusive Sensor Technologies Traffic Parameter Methods for Surrogate Safety Comparative Study of Three Non-Intrusive Sensor Technologies CARSP 2015 Collision Prediction and Prevention Approaches Joshua Stipancic 2/32 Acknowledgements

More information

Legendre et al Appendices and Supplements, p. 1

Legendre et al Appendices and Supplements, p. 1 Legendre et al. 2010 Appendices and Supplements, p. 1 Appendices and Supplement to: Legendre, P., M. De Cáceres, and D. Borcard. 2010. Community surveys through space and time: testing the space-time interaction

More information

Keywords Gait recognition, principal component analysis, motion features.

Keywords Gait recognition, principal component analysis, motion features. Abstract We describe a methodology for classification of gait (walk, run, jog, etc.) and recognition of individuals based on gait using two successive stages of principal component analysis (PCA) on kinematic

More information

Walking with coffee: when and why coffee spills

Walking with coffee: when and why coffee spills Walking with coffee: when and why coffee spills Hans C. Mayer and Rouslan Krechetnikov Department of Mechanical Engineering University of California at Santa Barbara February 20-24, 2012 Page 1/25 Motivation

More information

University of Kassel Swim Start Research

University of Kassel Swim Start Research University of Kassel Swim Start Research Sebastian Fischer & Armin Kibele Institute for Sports and Sport Science, University of Kassel, Germany Research Fields: Swim Start research I. Materials and Equipment

More information

Gait Analysis of a Little Biped Robot. Received May 2015; accepted July 2015

Gait Analysis of a Little Biped Robot. Received May 2015; accepted July 2015 ICIC Express Letters Part B: Applications ICIC International c216 ISSN 2185-2766 Volume 7, Number 5, May 216 pp. 1 6 Gait Analysis of a Little Biped Robot Chi-Sheng Tsai 1, Chen-Huei Hsieh 1, Wenning QIU

More information

DETRMINATION OF A PLUNGER TYPE WAVE MAKER CHARACTERISTICE IN A TOWING TANK

DETRMINATION OF A PLUNGER TYPE WAVE MAKER CHARACTERISTICE IN A TOWING TANK The 9 th International Conference on Coasts, Ports and Marine Structures (ICOPMAS 2010) 29 Nov.-1 Dec. 2010 (Tehran) DETRMINATION OF A PLUNGER TYPE WAVE MAKER CHARACTERISTICE IN A TOWING TANK sayed mohammad

More information

ScienceDirect. Rebounding strategies in basketball

ScienceDirect. Rebounding strategies in basketball Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 72 ( 2014 ) 823 828 The 2014 conference of the International Sports Engineering Association Rebounding strategies in basketball

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

Advances in Automatic Gait Recognition

Advances in Automatic Gait Recognition Advances in Automatic Gait Recognition Mark S. Nixon, John N. Carter School of Electronics and Computer Science, University of Southampton, SO17 1BJ, UK msn@ecs.soton.ac.uk; http://ecs.soton.ac.uk/~msn

More information

Automated Markerless Analysis of Human Gait Motion for Recognition and Classification

Automated Markerless Analysis of Human Gait Motion for Recognition and Classification Automated Markerless Analysis of Human Gait Motion for Recognition and Classification Jang-Hee Yoo and Mark S. Nixon We present a new method for an automated markerless system to describe, analyze, and

More information

Supplementary Figure 1 An insect model based on Drosophila melanogaster. (a)

Supplementary Figure 1 An insect model based on Drosophila melanogaster. (a) Supplementary Figure 1 An insect model based on Drosophila melanogaster. (a) Side and ventral images of adult female flies used to calculate the sizes of body and leg segments. Scale bar is 0.3 mm. Green,

More information

Aalborg Universitet. Published in: Proceedings of Offshore Wind 2007 Conference & Exhibition. Publication date: 2007

Aalborg Universitet. Published in: Proceedings of Offshore Wind 2007 Conference & Exhibition. Publication date: 2007 Aalborg Universitet Design Loads on Platforms on Offshore wind Turbine Foundations with Respect to Vertical Wave Run-up Damsgaard, Mathilde L.; Gravesen, Helge; Andersen, Thomas Lykke Published in: Proceedings

More information

Analysis of Car-Pedestrian Impact Scenarios for the Evaluation of a Pedestrian Sensor System Based on the Accident Data from Sweden

Analysis of Car-Pedestrian Impact Scenarios for the Evaluation of a Pedestrian Sensor System Based on the Accident Data from Sweden 136 S.N. Huang, J.K. Yang Division of Vehicle Safety, Chalmers University of Technology, Göteborg, Sweden F. Eklund Automotive Safety Electronics, Autoliv Electronics AB, Linköping, Sweden Analysis of

More information

The Influence of Load Carrying Modes on Gait variables of Healthy Indian Women

The Influence of Load Carrying Modes on Gait variables of Healthy Indian Women The Influence of Load Carrying Modes on Gait variables of Healthy Indian Women *Guha Thakurta A, Iqbal R and De A National Institute of Industrial Engineering, Powai, Vihar Lake, Mumbai-400087, India,

More information

In ocean evaluation of low frequency active sonar systems

In ocean evaluation of low frequency active sonar systems Acoustics 8 Paris In ocean evaluation of low frequency active sonar systems K.T. Hjelmervik and G.H. Sandsmark FFI, Postboks 5, 39 Horten, Norway kth@ffi.no 2839 Acoustics 8 Paris Sonar performance measurements

More information

Tutorial for the. Total Vertical Uncertainty Analysis Tool in NaviModel3

Tutorial for the. Total Vertical Uncertainty Analysis Tool in NaviModel3 Tutorial for the Total Vertical Uncertainty Analysis Tool in NaviModel3 May, 2011 1. Introduction The Total Vertical Uncertainty Analysis Tool in NaviModel3 has been designed to facilitate a determination

More information

3D Turbulence at the Offshore Wind Farm Egmond aan Zee J.W. Wagenaar P.J. Eecen

3D Turbulence at the Offshore Wind Farm Egmond aan Zee J.W. Wagenaar P.J. Eecen 3D Turbulence at the Offshore Wind Farm Egmond aan Zee J.W. Wagenaar P.J. Eecen OWEZ_R_121_3Dturbulence_20101008 ECN-E--10-075 OCTOBER 2010 Abstract NoordzeeWind carries out an extensive measurement and

More information

SCIENTIFIC COMMITTEE SEVENTH REGULAR SESSION August 2011 Pohnpei, Federated States of Micronesia

SCIENTIFIC COMMITTEE SEVENTH REGULAR SESSION August 2011 Pohnpei, Federated States of Micronesia SCIENTIFIC COMMITTEE SEVENTH REGULAR SESSION 9-17 August 2011 Pohnpei, Federated States of Micronesia CPUE of skipjack for the Japanese offshore pole and line using GPS and catch data WCPFC-SC7-2011/SA-WP-09

More information

Impact Points and Their Effect on Trajectory in Soccer

Impact Points and Their Effect on Trajectory in Soccer Proceedings Impact Points and Their Effect on Trajectory in Soccer Kaoru Kimachi 1, *, Sungchan Hong 2, Shuji Shimonagata 3 and Takeshi Asai 2 1 Doctoral Program of Coaching Science, University of Tsukuba,

More information

Lesson 14: Simple harmonic motion, Waves (Sections )

Lesson 14: Simple harmonic motion, Waves (Sections ) Circular Motion and Simple Harmonic Motion The projection of uniform circular motion along any ais (the -ais here) is the same as simple harmonic motion. We use our understanding of uniform circular motion

More information

EFFICIENCY OF TRIPLE LEFT-TURN LANES AT SIGNALIZED INTERSECTIONS

EFFICIENCY OF TRIPLE LEFT-TURN LANES AT SIGNALIZED INTERSECTIONS EFFICIENCY OF TRIPLE LEFT-TURN LANES AT SIGNALIZED INTERSECTIONS Khaled Shaaban, Ph.D., P.E., PTOE (a) (a) Assistant Professor, Department of Civil Engineering, Qatar University (a) kshaaban@qu.edu.qa

More information

EVALUATION OF ENVISAT ASAR WAVE MODE RETRIEVAL ALGORITHMS FOR SEA-STATE FORECASTING AND WAVE CLIMATE ASSESSMENT

EVALUATION OF ENVISAT ASAR WAVE MODE RETRIEVAL ALGORITHMS FOR SEA-STATE FORECASTING AND WAVE CLIMATE ASSESSMENT EVALUATION OF ENVISAT ASAR WAVE MODE RETRIEVAL ALGORITHMS FOR SEA-STATE FORECASTING AND WAVE CLIMATE ASSESSMENT F.J. Melger ARGOSS, P.O. Box 61, 8335 ZH Vollenhove, the Netherlands, Email: info@argoss.nl

More information

Gait Analyser. Description of Walking Performance

Gait Analyser. Description of Walking Performance Gait Analyser Description of Walking Performance This brochure will help you to understand clearly the parameters described in the report of the Gait Analyser, provide you with tips to implement the walking

More information

INTERACTION OF STEP LENGTH AND STEP RATE DURING SPRINT RUNNING

INTERACTION OF STEP LENGTH AND STEP RATE DURING SPRINT RUNNING INTERACTION OF STEP LENGTH AND STEP RATE DURING SPRINT RUNNING Joseph P. Hunter 1, Robert N. Marshall 1,, and Peter J. McNair 3 1 Department of Sport and Exercise Science, The University of Auckland, Auckland,

More information

Currents measurements in the coast of Montevideo, Uruguay

Currents measurements in the coast of Montevideo, Uruguay Currents measurements in the coast of Montevideo, Uruguay M. Fossati, D. Bellón, E. Lorenzo & I. Piedra-Cueva Fluid Mechanics and Environmental Engineering Institute (IMFIA), School of Engineering, Research

More information

Prediction of Nearshore Waves and Currents: Model Sensitivity, Confidence and Assimilation

Prediction of Nearshore Waves and Currents: Model Sensitivity, Confidence and Assimilation Prediction of Nearshore Waves and Currents: Model Sensitivity, Confidence and Assimilation H. Tuba Özkan-Haller College of Oceanic and Atmospheric Sciences Oregon State University, 104 Ocean Admin Bldg

More information

Body Stabilization of PDW toward Humanoid Walking

Body Stabilization of PDW toward Humanoid Walking Body Stabilization of PDW toward Humanoid Walking Masaki Haruna, Masaki Ogino, Koh Hosoda, Minoru Asada Dept. of Adaptive Machine Systems, Osaka University, Suita, Osaka, 565-0871, Japan ABSTRACT Passive

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

intended velocity ( u k arm movements

intended velocity ( u k arm movements Fig. A Complete Brain-Machine Interface B Human Subjects Closed-Loop Simulator ensemble action potentials (n k ) ensemble action potentials (n k ) primary motor cortex simulated primary motor cortex neuroprosthetic

More information

Naval Postgraduate School, Operational Oceanography and Meteorology. Since inputs from UDAS are continuously used in projects at the Naval

Naval Postgraduate School, Operational Oceanography and Meteorology. Since inputs from UDAS are continuously used in projects at the Naval How Accurate are UDAS True Winds? Charles L Williams, LT USN September 5, 2006 Naval Postgraduate School, Operational Oceanography and Meteorology Abstract Since inputs from UDAS are continuously used

More information

THE WAVE CLIMATE IN THE BELGIAN COASTAL ZONE

THE WAVE CLIMATE IN THE BELGIAN COASTAL ZONE THE WAVE CLIMATE IN THE BELGIAN COASTAL ZONE Toon Verwaest, Flanders Hydraulics Research, toon.verwaest@mow.vlaanderen.be Sarah Doorme, IMDC, sarah.doorme@imdc.be Kristof Verelst, Flanders Hydraulics Research,

More information

Transformation of nonfunctional spinal circuits into functional states after the loss of brain input

Transformation of nonfunctional spinal circuits into functional states after the loss of brain input Transformation of nonfunctional spinal circuits into functional states after the loss of brain input G. Courtine, Y. P. Gerasimenko, R. van den Brand, A. Yew, P. Musienko, H. Zhong, B. Song, Y. Ao, R.

More information

ASSESMENT Introduction REPORTS Running Reports Walking Reports Written Report

ASSESMENT Introduction REPORTS Running Reports Walking Reports Written Report ASSESMENT REPORTS Introduction Left panel Avatar Playback Right Panel Patient Gait Parameters Report Tab Click on parameter to view avatar at that point in time 2 Introduction Software will compare gait

More information

The Intrinsic Value of a Batted Ball Technical Details

The Intrinsic Value of a Batted Ball Technical Details The Intrinsic Value of a Batted Ball Technical Details Glenn Healey, EECS Department University of California, Irvine, CA 9617 Given a set of observed batted balls and their outcomes, we develop a method

More information

Person Re-identification in frontal gait sequences via Histogram of Optic flow Energy Image

Person Re-identification in frontal gait sequences via Histogram of Optic flow Energy Image Person Re-identification in frontal gait sequences via Histogram of Optic flow Energy Image Athira Nambiar, Jacinto C. Nascimento, Alexandre Bernardino, and José Santos-Victor Institute for Systems and

More information

*Author for Correspondence

*Author for Correspondence COMPARISON OF SELECTED KINEMATIC PARAMETERS OF THE BALL MOVEMENT AT FREE THROW AND JUMP SHOT OF BASKETBALL ADULT PLAYERS *Mahdi Arab Khazaeli 1, Heydar Sadeghi 1, Alireza Rahimi 2 And Masoud Mirmoezzi

More information

Chapter 11 Waves. Waves transport energy without transporting matter. The intensity is the average power per unit area. It is measured in W/m 2.

Chapter 11 Waves. Waves transport energy without transporting matter. The intensity is the average power per unit area. It is measured in W/m 2. Energy can be transported by particles or waves: Chapter 11 Waves A wave is characterized as some sort of disturbance that travels away from a source. The key difference between particles and waves is

More information

Aspects of gravimeter calibration by time domain comparison of gravity records

Aspects of gravimeter calibration by time domain comparison of gravity records 1 of 8 2/18/2011 3:51 PM Aspects of gravimeter calibration by time domain comparison of gravity records Bruno Meurers Institute for Meteorology and Geophysics University of Vienna bruno.meurers@univie.ac.at

More information

Variable Face Milling to Normalize Putter Ball Speed and Maximize Forgiveness

Variable Face Milling to Normalize Putter Ball Speed and Maximize Forgiveness Proceedings Variable Face Milling to Normalize Putter Ball Speed and Maximize Forgiveness Jacob Lambeth *, Dustin Brekke and Jeff Brunski Cleveland Golf, 5601 Skylab Rd. Huntington Beach, CA 92647, USA;

More information

Pedestrian traffic flow operations on a platform: observations and comparison with simulation tool SimPed

Pedestrian traffic flow operations on a platform: observations and comparison with simulation tool SimPed Pedestrian traffic flow operations on a platform: observations and comparison with simulation tool SimPed W. Daamen & S. P. Hoogendoorn Department Transport & Planning, Delft University of Technology,

More information

1. Task Definition. Automated Human Gait Recognition Ifueko Igbinedion, Ysis Tarter CS 229, Fall 2013

1. Task Definition. Automated Human Gait Recognition Ifueko Igbinedion, Ysis Tarter CS 229, Fall 2013 Automated Human Gait Recognition Ifueko Igbinedion, Ysis Tarter CS 229, Fall 2013 1. Task Definition Motivation A reliable way of human identification is in high demand in today s society. There has been

More information

ISOLATION OF NON-HYDROSTATIC REGIONS WITHIN A BASIN

ISOLATION OF NON-HYDROSTATIC REGIONS WITHIN A BASIN ISOLATION OF NON-HYDROSTATIC REGIONS WITHIN A BASIN Bridget M. Wadzuk 1 (Member, ASCE) and Ben R. Hodges 2 (Member, ASCE) ABSTRACT Modeling of dynamic pressure appears necessary to achieve a more robust

More information

Deakin Research Online

Deakin Research Online Deakin Research Online This is the published version: Lazarescu, Mihai and Venkatesh, Svetha 2003, Using camera motion to identify different types of American football plays, in ICME 2003 : Proceedings

More information

Paper 2.2. Operation of Ultrasonic Flow Meters at Conditions Different Than Their Calibration

Paper 2.2. Operation of Ultrasonic Flow Meters at Conditions Different Than Their Calibration Paper 2.2 Operation of Ultrasonic Flow Meters at Conditions Different Than Their Calibration Mr William Freund, Daniel Measurement and Control Mr Klaus Zanker, Daniel Measurement and Control Mr Dale Goodson,

More information

Humanoid Robots and biped locomotion. Contact: Egidio Falotico

Humanoid Robots and biped locomotion. Contact: Egidio Falotico Humanoid Robots and biped locomotion Contact: Egidio Falotico e.falotico@sssup.it Outline What is a Humanoid? Why Develop Humanoids? Challenges in Humanoid robotics Active vs Passive Locomotion Active

More information

Evaluating the Influence of R3 Treatments on Fishing License Sales in Pennsylvania

Evaluating the Influence of R3 Treatments on Fishing License Sales in Pennsylvania Evaluating the Influence of R3 Treatments on Fishing License Sales in Pennsylvania Prepared for the: Pennsylvania Fish and Boat Commission Produced by: PO Box 6435 Fernandina Beach, FL 32035 Tel (904)

More information

A Conceptual Approach for Using the UCF Driving Simulator as a Test Bed for High Risk Locations

A Conceptual Approach for Using the UCF Driving Simulator as a Test Bed for High Risk Locations A Conceptual Approach for Using the UCF Driving Simulator as a Test Bed for High Risk Locations S. Chundi, M. Abdel-Aty, E. Radwan, H. Klee and E. Birriel Center for Advanced Transportation Simulation

More information

ABSTRACT PATTERNS USING 3D-DYNAMIC MODELING. Kaustav Nandy, Master of Science, Department of Electrical And Computer Engineering

ABSTRACT PATTERNS USING 3D-DYNAMIC MODELING. Kaustav Nandy, Master of Science, Department of Electrical And Computer Engineering ABSTRACT Title of Thesis: IDENTIFICATION OF HUMAN WALKING PATTERNS USING 3D-DYNAMIC MODELING Kaustav Nandy, Master of Science, 26 Thesis Directed By: Professor. Rama Chellappa Department of Electrical

More information

Automated Proactive Road Safety Analysis

Automated Proactive Road Safety Analysis Transportation Research At McGill Seminar Nicolas Saunier nicolas.saunier@polymtl.ca November 25 th 2010 Outline 1 2 for 3 using Video Data 4 Using Microscopic Data 5 A World Health Issue Over 1.2 million

More information

DOI /HORIZONS.B P23 UDC : (497.11) PEDESTRIAN CROSSING BEHAVIOUR AT UNSIGNALIZED CROSSINGS 1

DOI /HORIZONS.B P23 UDC : (497.11) PEDESTRIAN CROSSING BEHAVIOUR AT UNSIGNALIZED CROSSINGS 1 DOI 10.20544/HORIZONS.B.03.1.16.P23 UDC 656.142.054:159.922(497.11) PEDESTRIAN CROSSING BEHAVIOUR AT UNSIGNALIZED CROSSINGS 1 JelenaMitrovićSimić 1, Valentina Basarić, VukBogdanović Department of Traffic

More information

23 RD INTERNATIONAL SYMPOSIUM ON BALLISTICS TARRAGONA, SPAIN APRIL 2007

23 RD INTERNATIONAL SYMPOSIUM ON BALLISTICS TARRAGONA, SPAIN APRIL 2007 23 RD INTERNATIONAL SYMPOSIUM ON BALLISTICS TARRAGONA, SPAIN 16-20 APRIL 2007 AN INVESTIGATION INTO THE INTERRELATION BETWEEN THE INTERNAL AND EXTERNAL BALLISTICS OF FIRING A TP-T TANK AMMUNITION M. H.

More information

Nitrogen subtraction on reported CO 2 emission using ultrasonic flare gas meter

Nitrogen subtraction on reported CO 2 emission using ultrasonic flare gas meter Nitrogen subtraction on reported CO 2 emission using ultrasonic flare gas meter Kjell-Eivind Frøysa, Christian Michelsen Research AS, Bergen, Norway Henning Ekerhovd, StatoilHydro ASA, Kollsnes, Norway

More information

Effects of directionality on wind load and response predictions

Effects of directionality on wind load and response predictions Effects of directionality on wind load and response predictions Seifu A. Bekele 1), John D. Holmes 2) 1) Global Wind Technology Services, 205B, 434 St Kilda Road, Melbourne, Victoria 3004, Australia, seifu@gwts.com.au

More information

A New Approach to Modeling Vertical Stiffness in Heel-Toe Distance Runners

A New Approach to Modeling Vertical Stiffness in Heel-Toe Distance Runners Brigham Young University BYU ScholarsArchive All Faculty Publications 2003-12-01 A New Approach to Modeling Vertical Stiffness in Heel-Toe Distance Runners Iain Hunter iain_hunter@byu.edu Follow this and

More information

Using sensory feedback to improve locomotion performance of the salamander robot in different environments

Using sensory feedback to improve locomotion performance of the salamander robot in different environments Using sensory feedback to improve locomotion performance of the salamander robot in different environments João Lourenço Silvério Assistant: Jérémie Knüsel Structure of the presentation: I. Overview II.

More information

WIND-INDUCED LOADS OVER DOUBLE CANTILEVER BRIDGES UNDER CONSTRUCTION

WIND-INDUCED LOADS OVER DOUBLE CANTILEVER BRIDGES UNDER CONSTRUCTION WIND-INDUCED LOADS OVER DOUBLE CANTILEVER BRIDGES UNDER CONSTRUCTION S. Pindado, J. Meseguer, J. M. Perales, A. Sanz-Andres and A. Martinez Key words: Wind loads, bridge construction, yawing moment. Abstract.

More information

A study of advection of short wind waves by long waves from surface slope images

A study of advection of short wind waves by long waves from surface slope images A study of advection of short wind waves by long waves from surface slope images X. Zhang, J. Klinke, and B. Jähne SIO, UCSD, CA 993-02, USA Abstract Spatial and temporal measurements of short wind waves

More information