Real-Time 3D TUG Test Movement Analysis for Balance Assessment Using Microsoft Kinect

Size: px
Start display at page:

Download "Real-Time 3D TUG Test Movement Analysis for Balance Assessment Using Microsoft Kinect"

Transcription

1 Real-Time 3D TUG Test Movement Analysis for Balance Assessment Using Microsoft Kinect Asma Hassani 1, Alexandre Kubicki 2,3, Vincent Brost 1, and Fan Yang 1 1 Laboratoire LE2I CNRS 6306, université de Bourgogne, Dijon, France {asma.hassani, vincent.brost, fanyang}@u-bourgogne.fr 2 INSERM U1093, cognition action et plasticité sensori-motrice, campus universitaire, université de Bourgogne, BP 27877, Dijon, France 3 Centre Hospitalier Universitaire de Dijon, Hôpital de Champmaillot, 2 rue Jules Violle, Dijon, France alexandre.kubicki@u-bourgogne.fr Abstract. In this paper, a real-time 3D computer vision system for balance assessment based on the Kinect sensor is presented. It is intended for rehabilitation of the frail elderly in home-based environment. The system runs in real-time and is capable of extracting nine spatio-temporal parameters from recorded joint positions by 3D skeletal sequence processing. In this study, ten healthy young subjects and ten elderly subjects were asked to perform the TUG (Timed Up and Go) test in order to compare the results between the 2 groups. Through the TUG movements, the parameters were calculated and we mainly analyze the transfer from sitting-to-standing and back-to-sitting that represent two of the most commonly executed human movements. The results showed good estimation with important precision. In addition, we observed that the trunk angle is the most important parameter that allow to show the effect of aging. Keywords: Geriatric health autonomy assessment Kinect spatio-temporal movement parameter extraction 3D real-time video processing 1 Introduction The proportion of older people in the population is increasing, hence the need for balance assessment in the frail elderly. This allows to evaluate the motor abilities of the frail elderly so health professionals could be alerted in case of deterioration. Thus, to deal with the social consequences of aging, several methods for balance assessment in elderly were proposed. Most of these methods are not suitable for the home environment and imply complex operations to perform [1]. In addition, there is a lack of physiotherapy at home. Recently, Kinect sensor has been used in prototype systems for fall detection [2] and assessment of postural control [3]. In [4], the authors developed a Kinectbased rehabilitation system to assist therapists in their work with students who had motor disabilities. Indeed, Kinect is a low-cost and portable device that combines an RGB camera, a depth sensor and a multi-array microphone. It offers

2 2 inexpensive depth sensing for a wide variety of emerging applications in computer vision, augmented reality and robotics. In addition, it allows to perform marker-less human 3D tracking of the body movements in home environments. In [5], the study showed that results (segment lengths and angle estimation) for shoulder are accurate with Kinect and that it could be used at home for rehabilitation exercises. Furthermore, gait velocity [2], hand and elbow movements [6] can be assessed by means of Kinect. Moreover, it allows to evaluate anatomical landmark displacement and trunk angle during commonly performed clinical tests of postural control that represent favorable results when compared to some existing 3D motion analysis systems [3]. In addition, in [7], Kinect has been shown to be able to create a 3D human model with similar accuracy to expensive and complex 3D body scanning systems. In this paper, we present a low-cost, robust and home-based system for realtime balance assessment in the frail elderly. In fact, the earlier balance problem detection and the precocity of rehabilitation could allow, through a primary or secondary prevention, prolonging functional independence of elderly. Our system can accurately measure several parameters that have been shown relevant for balance assessment. It automatically and accurately extracts shoulder kinematics and TUG duration by the use of the 3D skeleton, with robustness to environmental changes and variations in the placement of the Kinect sensor. We present the results obtained from 10 healthy young subjects and 10 elderly subjects and a comparison between the results of the two groups was carried out in an attempt to highlight motor behavior disorders. This article is organized as follows: section 2 presents the proposed real-time system from data acquisition to feature parameter extraction after a brief description of the TUG test. Section 3 illustrates experiment tests and the analysis of the results. Finally, we discuss and conclude this study in section 4. 2 System and Protocol Description 2.1 Timed Up and Go Test The Timed Up and Go test is a simple clinical balance test that requires no special equipment or training. It has been shown to predict falls risk in the elderly and assess functional mobility. The TUG test consists of a sequence of sit-to-stand (STS), walking a distance of 3 m, turning and back-to-sit (BTS) [8]. The total time taken to complete the TUG test allows predicting the risk of falling. A score of 12 s is considered as the upper limit of normal mobility. Abnormal mobility was defined as having a TUG score of >= 20 s. The TUG includes two actions that are commonly executed throughout the different stages of the human lifetime: STS and BTS. The shoulder moves in the sagittal plane with a forward-upward (STS) and downward-backward (BTS) displacement. These movements allow estimating some parameters that were identified in the literature as relevant for balance assessment [9]. These parameters are the following: a) movement duration, b) shoulder path curvature, c)

3 3 trunk angle, and d) ratio which matches the vertical phase duration divided by the horizontal phase duration. 2.2 Experimental Setup and Data Acquisition The sensor was placed at a height of cm from the ground, and the chair was placed at a distance of m from the camera (see Fig. 1). The subject directly faced the Kinect sensor. The Kinect does not require any calibration; whenever a subject is in the camera s field of view his stick figure skeleton is automatically created. This skeleton information allows determining in real-time spatio temporal parameters which are relevant for the balance assessment. To extract parameters for balance assessment, we capture Kinect skeleton recordings of the TUG movement realized by the subject. Therefore, we use the data acquired to compute the parameters set. The Kinect sensor and its SDK produce a 3D virtual skeleton to establish the positions of 20 skeleton joints on a human form. For example, skeleton tracking determines where a user s head, hands, knees, and center of mass are. For each of these skeleton joints, X, Y, and Z values are reported. Kinect provides approximately 30 skeleton frames per second. Fig. 1. Overview of the experimental setup. 2.3 Sitting Posture Recognition Using the SVM Classifier The sitting posture corresponds to both the initial and final phases of the TUG test. In order to automatically recognize the sitting posture, we based on the Support Vector Machine applied to the depth positions of the skeleton joints. The Support Vector Machine (SVM) [10] is a powerful classification method that showed impressive classification performance in pattern recognition applications, including action recognition [11 14]. The linear SVM allows to separate

4 4 two sets of d-dimensional samples, i.e, it determines the hyperplane w.x+b where w, x and b are a weight vector, the vector of features and a constant, respectively. The purpose consists to find the optimal decision function that maximizes the distance between the nearest point x i and the hyperplane. Regarding the nonlinear SVM, it is used to transform the training data within a higher dimension into a new dimension. In our study, we use SVM with linear kernel to recognize the sitting posture (see Fig. 2). The head joint is considered as the origin of the skeleton so that our system is independent of the position of the person. A training set of skeleton joints is collected that corresponds to subjects performing the STS and BTS transfers, which include the sitting posture, and the walking action. The classification method takes input vectors of the depth positions of the 20 body joints as both training and testing data. The training data contain 8314 input vectors. A vector of the training set classification labels is given. It classifies the data in two classes: 1 for the positive class, and -1 for the negative class. Concerning the test data, each frame is treated separately, i.e, for each frame, a vector of test data is inputted and processed. Fig. 2. The proposed method of the sitting posture recognition. However, the sensor sometimes produces erroneous data. To overcome this problem, we compared the data of each frame to those of the ten frames that precede it according to some criteria such as the shoulder position, the trunk angle value and the distance between hip and knee. Thus, if the difference is greater than a certain threshold, for each criterion of comparison, the data of this frame will be removed. 2.4 Kinematic Parameters Extraction Process The calculation of the parameters starts (ends) when the sitting posture is recognized by means of the SVM classifier. Extracted features correspond to the kinematics of shoulder displacement during STS and BTS and the TUG duration. STS is composed of two main phases: the first phase is the forward flexion and the second, the extension phase, starts on lift-off of the buttocks from the

5 5 seat and ends when maximum hip, trunk and knee extension and maximum head flexion velocity are reached. BTS is characterized by a movement in the opposite direction than STS: downward and backward. The parameters are the following [1]: Shoulder path curvature. Shoulder paths during forward and backward displacements are similar and almost straight, therefore the curvature of path for upward and downward displacements were only calculated. Curvature is defined as follows: cur = D max (1) L where L corresponds to a straight line passing between the initial and the final position of shoulder displacement and D max means the maximal perpendicular distance measured from the actual path to the straight line. Fig. 3. Shoulder path during STS transfer. Curvature of paths is given by the ratio Dmax/L (adapted from Mourey et al [9]). Ratio. The ratio is computed as follows: ratio = D vph D hph (2) where D vph and D hph represent the vertical and the horizontal movement duration, respectively. Trunk angle. It refers to the angle θ between the trunk and the vertical plane passing through the center of mass of the body.

6 6 Movement duration. The total movement duration of shoulder motion, during STS, corresponds to the time interval between the moment when the shoulder depth component exceeded 8.5% of its initial position, and the moment when the head vertical component reaches or exceeds 94% of the size of the person. The thresholds are experimentally determined. In BTS, it is defined as the time interval between the moment when the shoulder vertical component drops its peak value, and the moment when the vertical components of the hips reach their minimum values and the trunk angle reaches its limit. TUG duration. TUG duration, measured in seconds, means the total time taken to perform all TUG tasks. It corresponds to the time interval between the moment when the forward phase starts and the moment when the backward phase ends. 3 Experiments and Results 3.1 Experimental protocol Ten elderly subjects and ten healthy young subjects participated in the present study. Among the elderly subjects, there is a person possessing a cane and a little mobility in the cervical spine, another subject with mild to moderate Alzheimer s disease. Subjects were asked to complete three trials of the TUG test: to rise from a chair, walk 3 m, cross a mark on the floor, turn around, walk back, and sit down. 3.2 Result Analysis Figure 4 shows the results of the trunk angle during STS and BTS for both of the healthy young subjects and the elderly subjects. During the STS transfer, averages of trunk angle for elderly and young subjects were ± 9.44 and ± 9.18 respectively. During the BTS transfer, they were ± and ± Thus, elderly subjects showed an altered trunk angle: angle in young group was more than twice angle in elderly group, and this can be explained by the motor strategies changes (less trunk flexion) associated to aging and frailty. Indeed, the trunk angle is important for the maintenance and control of posture: the trunk flexion allows shifting the center of mass towards the future basis of support in this dynamic balance task. It corresponds to a postural anticipation needed to perform the transfer, and directly allowed by the motor planning process. As regards the ratio, the values were between 1.70 and in the elderly group and between 1.03 and 4.18 in the young group during STS. This parameter is strongly linked with the trunk angles. An increase of the ratio can be interpreted as both an increase in vertical phase duration and a decrease in horizontal phase duration.

7 7 (a) STS Trunk Angle ( ) (b) BTS Trunk Angle ( ) Fig. 4. Distribution of the trunk angles during STS and BTS for 10 elderly subjects and 10 young subjects. Concerning the curvature, it was ± 0.13 in the elderly group and 0.07 ± 0.03 in the young group during STS. During BTS, it was 0.18 ± 0.11 in the elderly group and 0.12 ± 0.05 in the young group. For both groups, duration of STS was shorter than duration of BTS, except for a few cases, which is proved in the work of Manckoundia [9]. In addition, results showed that elderly subjects executed BTS motions significantly more slowly than young subjects. Concerning the TUG duration, for the young subjects, the values were between 8.21 s and s which refer to healthy subjects as the limit score is not exceeded. For the elderly subjects, the values were between s and s. Thus, there are several levels of functional abilities, including the frail elderly (TUG duration > 30 s). A one-way analysis of variance (one-way ANOVA) was performed whose factor is Group that included young and elderly. The parameters showing a main effect of the factor Group were the trunk angle in both STS and BTS transfers and the STS ratio. Results from the one-way ANOVA showed that there were significant differences between groups at STS trunk angle [F (1, 18) = 23.12, p = ], BTS trunk angle [F (1, 18) = 17.56, p = ] and STS ratio [F (1, 18) = 6.07, p = 0.024]. These parameters were significantly linked to functional abilities. The Table 1 presents the parameters values of the BTS transfers given by the two persons shown in Fig. 5. The first person (a) performed a sub-optimal BTS transfer and the second (b) performed a non-optimal BTS transfer. Based on

8 8 (a) Sub-optimal BTS transfer (b) Non-optimal BTS transfer Fig. 5. BTS transfer. these results, we can suggest that our system produces good measurement estimation specially regarding the trunk angle estimation. Furthermore, the TUG is widely used and well validated for the quantitative aspect (duration). However, this test requires the execution of various complex movements whose quality is not taken into consideration in the final result of the test. Our system allows to calculate parameters that help to evaluate the quality of these movements (ratio, angle). Table 1. The results obtained from the BTS transfers shown in Figure 5. Figure Ratio Curvature Trunk angle Duration a b Conclusions In this work, we have presented a novel movement analysis system for realtime balance assessment in the frail elderly, in home-based environment, using the Kinect sensor. Kinect allows to track the TUG test movements of subject

9 9 in real-time. Using the 3D virtual skeleton, our system analyzes the TUG test movement and nine spatio-temporal parameters are automatically extracted for STS and BTS transfers by 3D real-time video processing. Results of the preliminary experiments obtained with ten healthy young subjects and ten elderly subjects are consistent with previous studies [15, 16] and show good estimation with important precision. Moreover, our system points out that the trunk angle is an interesting parameter that allows to show the effect of aging. Currently, we are collecting more data from elderly subjects. Our future works consist to classify data so that the system can give the result that older people have balance problems or not and to verify the reliability of this classification. References 1. Hassani, A., Kubicki, A., Brost, V., Yang, F.: Preliminary study on the design of a low-cost movement analysis system: reliability measurement of timed up and go test. In: 9th International Conference on Computer Vision Theory and Applications (VISAPP). (2014) Stone, E., Skubic, M.: Evaluation of an inexpensive depth camera for passive in-home fall risk assessment. In: th International Conference on Pervasive Computing Technologies for Healthcare (PervasiveHealth). (2011) Clark, R.A., Pua, Y.H., Fortin, K., Ritchie, C., Webster, K.E., Denehy, L., Bryant, A.L.: Validity of the microsoft kinect for assessment of postural control. Gait & Posture 36 (2012) Chang, Y.J., Chen, S.F., Huang, J.D.: A kinect-based system for physical rehabilitation: A pilot study for young adults with motor disabilities. Research in Developmental Disabilities 32 (2011) Bonnechère, B., Jansen, B., Salvia, P., Bouzahouene, H., Omelina, L., Cornelis, J., Rooze, M., VAN SINT JAN, S.: What are the current limits of the kinect sensor? Proc. 9th Intl Conf. Disability, Virtual Reality & Associated Technologies (ICDVRAT) (2012) Chang, C.Y., Lange, B., Zhang, M., Koenig, S., Requejo, P., Somboon, N., Sawchuk, A., Rizzo, A.: Towards pervasive physical rehabilitation using microsoft kinect. In: th International Conference on Pervasive Computing Technologies for Healthcare (PervasiveHealth). (2012) Weiss, A., Hirshberg, D., Black, M.: Home 3D body scans from noisy image and range data. In: 2011 IEEE International Conference on Computer Vision (ICCV). (2011) Dubost, V., Beauchet, O., Manckoundia, P., Herrmann, F., Mourey, F.: Decreased trunk angular displacement during sitting down: an early feature of aging. Physical therapy 85 (2005) Manckoundia, P., Mourey, F., Pfitzenmeyer, P., Papaxanthis, C.: Comparison of motor strategies in sit-to-stand and back-to-sit motions between healthy and alzheimer s disease elderly subjects. Neuroscience 137 (2006) Cortes, C., Vapnik, V.: Support-vector networks. Machine Learning 20 (1995) Oshita, M., Matsunaga, T.: Automatic learning of gesture recognition model using SOM and SVM. In: Proceedings of the 6th International Conference on Advances in Visual Computing - Volume Part I. ISVC 10, Berlin, Heidelberg (2010)

10 Kim, T.K., Cipolla, R.: Gesture recognition under small sample size. In: Proceedings of the 8th Asian Conference on Computer Vision - Volume Part I. ACCV 07, Berlin, Heidelberg (2007) Danafar, S., Gheissari, N.: Action recognition for surveillance applications using optic flow and SVM. In: Proceedings of the 8th Asian Conference on Computer Vision - Volume Part II. ACCV 07, Berlin, Heidelberg (2007) Munsell, B.C., Temlyakov, A., Qu, C., Wang, S.: Person identification using fullbody motion and anthropometric biometrics from kinect videos. In: Proceedings of the 12th International Conference on Computer Vision - Volume Part III. ECCV 12, Berlin, Heidelberg (2012) Mourey, F., Grishin, A., d Athis, P., Pozzo, T., Stapley, P.: Standing up from a chair as a dynamic equilibrium task: a comparison between young and elderly subjects. The journals of gerontology. Series A, Biological sciences and medical sciences 55 (2000) B Mourey, F., Pozzo, T., Rouhier-Marcer, I., Didier, J.P.: A kinematic comparison between elderly and young subjects standing up from and sitting down in a chair. Age and ageing 27 (1998)

Accuracy and validity of Kinetisense joint measures for cardinal movements, compared to current experimental and clinical gold standards.

Accuracy and validity of Kinetisense joint measures for cardinal movements, compared to current experimental and clinical gold standards. Accuracy and validity of Kinetisense joint measures for cardinal movements, compared to current experimental and clinical gold standards. Prepared by Engineering and Human Performance Lab Department of

More information

Design and Implementation study of Remote Home Rehabilitation Training Operating System based on Internet

Design and Implementation study of Remote Home Rehabilitation Training Operating System based on Internet IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Design and Implementation study of Remote Home Rehabilitation Training Operating System based on Internet To cite this article:

More information

Experimental evaluation of the accuracy of the second generation of Microsoft Kinect system, for using in stroke rehabilitation applications

Experimental evaluation of the accuracy of the second generation of Microsoft Kinect system, for using in stroke rehabilitation applications Experimental evaluation of the accuracy of the second generation of Microsoft Kinect system, for using in stroke rehabilitation applications Mohammad Hossein Saadatzi 1 Home-based Stroke Rehabilitation

More information

Use of Kinect Tool to Measure the Physical Capabilities of Patients for Wolf Motor Function Test in Centre Hospitalier Universitaire de Grenoble (CHU)

Use of Kinect Tool to Measure the Physical Capabilities of Patients for Wolf Motor Function Test in Centre Hospitalier Universitaire de Grenoble (CHU) Use of Kinect Tool to Measure the Physical Capabilities of Patients for Wolf Motor Function Test in Centre Hospitalier Universitaire de Grenoble (CHU) Abstract Amirmahdi TAHERI* 1, Julien VEYTIZOU 1, Guillaume

More information

KINETISENSE 3D CONCUSSION WHITE PAPER

KINETISENSE 3D CONCUSSION WHITE PAPER KINETISENSE 3D CONCUSSION WHITE PAPER Concussion is a significant problem, whether it is received through a high impact sport, a car crash, or other means. Difficult in detection and proper management,

More information

Eldercare and Rehabilitation Technology for Better Health

Eldercare and Rehabilitation Technology for Better Health Eldercare and Rehabilitation Technology for Better Health Marjorie Skubic, PhD Professor, Electrical and Computer Engineering Director, Center for Eldercare and Rehabilitation Technology University of

More information

THE APPLICATION OF MOTION PATTERN RECOGNITION IN THE BEHAVIOMETRICS OF HUMAN KINEMATICS

THE APPLICATION OF MOTION PATTERN RECOGNITION IN THE BEHAVIOMETRICS OF HUMAN KINEMATICS THE APPLICATION OF MOTION PATTERN RECOGNITION IN THE BEHAVIOMETRICS OF HUMAN KINEMATICS Andar Bagus Sriwarno Research Group of Human and Industrial Product, Industrial Design Section Faculty of Art and

More information

Kinematics of Lateral Transfers: A Pilot Study. Sharon Sonenblum, ScM Thursday, August 4 th, 2005

Kinematics of Lateral Transfers: A Pilot Study. Sharon Sonenblum, ScM Thursday, August 4 th, 2005 Kinematics of Lateral Transfers: A Pilot Study Sharon Sonenblum, ScM Thursday, August 4 th, 2005 What is a lateral transfer? Background Lateral transfers are very important to the independent function

More information

Intelligent Sensor Systems for Healthcare: A Case Study of Pressure Ulcer TITOLO. Prevention and Treatment TESI. Rui (April) Dai

Intelligent Sensor Systems for Healthcare: A Case Study of Pressure Ulcer TITOLO. Prevention and Treatment TESI. Rui (April) Dai Intelligent Sensor Systems for Healthcare: A Case Study of Pressure Ulcer TITOLO Prevention and Treatment TESI Rui (April) Dai Assistant Professor Department of Computer Science North Dakota State University

More information

914. Application of accelerometry in the research of human body balance

914. Application of accelerometry in the research of human body balance 914. Application of accelerometry in the research of human body balance A. Kilikevičius 1, D. Malaiškaitė 2, P. Tamošauskas 3, V. Morkūnienė 4, D. Višinskienė 5, R. Kuktaitė 6 1 Vilnius Gediminas Technical

More information

Gait Assessment & Implications in Geriatric Rehabilitation

Gait Assessment & Implications in Geriatric Rehabilitation Gait Assessment & Implications in Geriatric Rehabilitation Therapy Network Seminars, Inc. Nicole Dawson, PT, PhD, GCS Learning Objectives Following completion of this webinar, participants will be able

More information

Spinal Biomechanics & Sitting Posture

Spinal Biomechanics & Sitting Posture Spinal Biomechanics & Sitting Posture Sitting: weight of the body is transferred to a supporting area 1.Main Contact points (seat) Ischial tuberosities Soft tissues 2. Secondary contact points (other)

More information

Motion Capture Assessment of Athletic Injury Risk

Motion Capture Assessment of Athletic Injury Risk Motion Capture Assessment of Athletic Injury Risk Susan Giblin, Dara Meldrum, Mark McGroarty, Friedrich Wetterling Kitman Labs Ltd., Joyce s Walk, Dublin 1, Ireland Royal College of Surgeons, Stephen s

More information

A study of the relationship between sit-to-stand activity and seat orientation

A study of the relationship between sit-to-stand activity and seat orientation A study of the relationship between sit-to-stand activity and seat orientation Chikamune Wada a, Takahito Oda a, Yoshiyuki Tomiyama a and Shuichi Ino b a Graduate School of Life Science and Systems Engineering,

More information

ON DEVELOPING A REAL-TIME FALL DETECTING AND PROTECTING SYSTEM USING MOBILE DEVICE

ON DEVELOPING A REAL-TIME FALL DETECTING AND PROTECTING SYSTEM USING MOBILE DEVICE ON DEVELOPING A REAL-TIME FALL DETECTING AND PROTECTING SYSTEM USING MOBILE DEVICE Bing-Shiang Yang, Yu-Ting Lee, and Cheng-Wei Lin Biomechanics and Medical Application Laboratory, Department of Mechanical

More information

FYP12013 Kinect in Physiotherapy

FYP12013 Kinect in Physiotherapy Supervisor: Dr. Chui Chun Kit Cheng Ka Chun 2010552025 Chan Ka Kit 2010219908 Leung Chun Ho 2010561038 Yu Charlene Cheuk Lam 2010233227 Contents SECTION 1 INTRODUCTION 3 1.1 OVERVIEW 3 1.2 RELATED WORK

More information

Lecture 2. Statics & Dynamics of Rigid Bodies: Human body 30 August 2018

Lecture 2. Statics & Dynamics of Rigid Bodies: Human body 30 August 2018 Lecture 2. Statics & Dynamics of Rigid Bodies: Human body 30 August 2018 Wannapong Triampo, Ph.D. Static forces of Human Body Equilibrium and Stability Stability of bodies. Equilibrium and Stability Fulcrum

More information

TURKISH SIGN LANGUAGE RECOGNITION USING HIDDEN MARKOV MODEL

TURKISH SIGN LANGUAGE RECOGNITION USING HIDDEN MARKOV MODEL TURKISH SIGN LANGUAGE RECOGNITION USING HIDDEN MARKOV MODEL Kakajan Kakayev 1 and Ph.D. Songül Albayrak 2 1,2 Department of Computer Engineering, Yildiz Technical University, Istanbul, Turkey kkakajan@gmail.com

More information

What is Kinesiology? Basic Biomechanics. Mechanics

What is Kinesiology? Basic Biomechanics. Mechanics What is Kinesiology? The study of movement, but this definition is too broad Brings together anatomy, physiology, physics, geometry and relates them to human movement Lippert pg 3 Basic Biomechanics the

More information

KILLER #1. Workout Summary REALITY FITNESS THE WORKOUTS KILLER #1 1. Don t forget to warm up and cool down! Take a 1 minute break in between each set.

KILLER #1. Workout Summary REALITY FITNESS THE WORKOUTS KILLER #1 1. Don t forget to warm up and cool down! Take a 1 minute break in between each set. KILLER #1 Workout Summary Don t forget to warm up and cool down! Take a 1 minute break in between each set. SERIES ONE Complete 2 sets of series one and then 2 sets of series two. EXERCISE 1 - Squats 2

More information

Electromyogram-Assisted Upper Limb Rehabilitation Device

Electromyogram-Assisted Upper Limb Rehabilitation Device Electromyogram-Assisted Upper Limb Rehabilitation Device Mikhail C. Carag, Adrian Joseph M. Garcia, Kathleen Mae S. Iniguez, Mikki Mariah C. Tan, Arthur Pius P. Santiago* Manufacturing Engineering and

More information

Total Hip Replacement Rehabilitation: Progression and Restrictions

Total Hip Replacement Rehabilitation: Progression and Restrictions Total Hip Replacement Rehabilitation: Progression and Restrictions The success of total hip replacement (THR) is a result of predictable pain relief, improvements in quality of life, and restoration of

More information

FUSE TECHNICAL REPORT

FUSE TECHNICAL REPORT FUSE TECHNICAL REPORT 1 / 16 Contents Page 3 Page 4 Page 8 Page 10 Page 13 Page 16 Introduction FUSE Accuracy Validation Testing LBD Risk Score Model Details FUSE Risk Score Implementation Details FUSE

More information

Assessing the Kinect s Capabilities to Perform a Time-Based Clinical Test for Fall Risk Assessment in Older People

Assessing the Kinect s Capabilities to Perform a Time-Based Clinical Test for Fall Risk Assessment in Older People Assessing the Kinect s Capabilities to Perform a Time-Based Clinical Test for Fall Risk Assessment in Older People Jaime A. Garcia 1, Yusuf Pisan 2, Chek Tien Tan 2, and Karla Felix Navarro 1 1 mhealth

More information

Flexibility. STRETCH: Kneeling gastrocnemius. STRETCH: Standing gastrocnemius. STRETCH: Standing soleus. Adopt a press up position

Flexibility. STRETCH: Kneeling gastrocnemius. STRETCH: Standing gastrocnemius. STRETCH: Standing soleus. Adopt a press up position STRETCH: Kneeling gastrocnemius Adopt a press up position Rest one knee on mat with the opposite leg straight Maintain a neutral spine position Push through arms to lever ankle into increased dorsiflexion

More information

Appendix 1: Description of the Ossébo fall and injury prevention exercise programme [posted as supplied by author]

Appendix 1: Description of the Ossébo fall and injury prevention exercise programme [posted as supplied by author] Appendix 1: Description of the Ossébo fall and injury prevention exercise programme [posted as supplied by author] Overall description Programme duration: 2 years/8 quarters Weekly frequency: 1 group session

More information

NZQA Expiring unit standard 7026 version 4 Page 1 of 7. Apply knowledge of functional anatomy and biomechanics

NZQA Expiring unit standard 7026 version 4 Page 1 of 7. Apply knowledge of functional anatomy and biomechanics Page 1 of 7 Title Apply knowledge of functional anatomy and biomechanics Level 5 Credits 5 Purpose People credited with this unit standard are able to: apply knowledge of human anatomy relevant to exercise

More information

Balance Maintenance during Seated Reaches of People with Spinal Cord Injury

Balance Maintenance during Seated Reaches of People with Spinal Cord Injury 2004-01-2138 Balance Maintenance during Seated Reaches of People with Spinal Cord Injury Matthew B. Parkinson, Matthew P. Reed and Don B. Chaffin University of Michigan Copyright 2004 SAE International

More information

A Survey on the Use of Microsoft Kinect for Physical Rehabilitation

A Survey on the Use of Microsoft Kinect for Physical Rehabilitation Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

FES Standing: The Effect of Arm Support on Stability and Fatigue During Sit-to-Stand Manoeuvres in SCI Individuals

FES Standing: The Effect of Arm Support on Stability and Fatigue During Sit-to-Stand Manoeuvres in SCI Individuals FES Standing: The Effect of Arm Support on Stability and Fatigue During Sit-to-Stand Manoeuvres in SCI Individuals Musfirah Abd Aziz and Nur Azah Hamzaid Abstract Functional Electrical Stimulation (FES)

More information

Exercise: The Backbone of Spine Treatment

Exercise: The Backbone of Spine Treatment Exercise: The Backbone of Spine Treatment North American Spine Society Public Education Series The Importance of Exercise Spine experts agree that physical activity is important for people with low back

More information

Evaluating Fundamental

Evaluating Fundamental 12 Locomotor Lab 12.1 Evaluating Fundamental Skills Purpose Practice in learning to observe and evaluate locomotor skills from video performance. Procedures Listed below are several websites showing children

More information

GENERAL EXERCISES YOGA BMW MANUFACTURING CO. PZ-AM-G-US I July 2017

GENERAL EXERCISES YOGA BMW MANUFACTURING CO. PZ-AM-G-US I July 2017 GENERAL EXERCISES YOGA BMW MANUFACTURING CO. PZ-AM-G-US I July 2017 Disclosure: The exercises, stretches, and mobilizations provided in this presentation are for educational purposes only are not to be

More information

Finger spelling recognition using distinctive features of hand shape

Finger spelling recognition using distinctive features of hand shape Finger spelling recognition using distinctive features of hand shape Y Tabata 1 and T Kuroda 2 1 Faculty of Medical Science, Kyoto College of Medical Science, 1-3 Imakita Oyama-higashi, Sonobe, Nantan,

More information

An Innovative Measurement in Musculoskeletal Rehabilitation Using 3D Motion Analysis

An Innovative Measurement in Musculoskeletal Rehabilitation Using 3D Motion Analysis An Innovative Measurement in Musculoskeletal Rehabilitation Using 3D Motion Analysis Caroline Wong 1 Leo Kam 1 Sharon Tsang 2 1. Physiotherapist I, Prince of Wales Hospital, Hong Kong 2. Assistant Professor,

More information

Obesity is associated with reduced joint range of motion (Park, 2010), which has been partially

Obesity is associated with reduced joint range of motion (Park, 2010), which has been partially INTRODUCTION Obesity is associated with reduced joint range of motion (Park, 2010), which has been partially attributed to adipose tissues around joints limiting inter-segmental rotations (Gilleard, 2007).

More information

Chapter 6. Results. 6.1 Introduction

Chapter 6. Results. 6.1 Introduction Chapter 6 Results 6.1 Introduction This chapter presents results of both optimization and characterization approaches. In the optimization case, we report results of an experimental study done with persons.

More information

Discrepancies in Knee Joint Moments Using Common Anatomical Frames Defined by Different Palpable Landmarks

Discrepancies in Knee Joint Moments Using Common Anatomical Frames Defined by Different Palpable Landmarks Journal of Applied Biomechanics, 2008, 24, 185-190 2008 Human Kinetics, Inc. Discrepancies in Knee Joint Moments Using Common Anatomical Frames Defined by Different Palpable Landmarks Dominic Thewlis,

More information

American Council on Exercise

American Council on Exercise American Council on Exercise February 23, 2015 Fitnovatives Blog Exercise Progressions for Clients Who Are Overweight or Are Affected by Obesity While there is no single right way to train clients who

More information

Posture. Kinesiology RHS 341 Lecture 10 Dr. Einas Al-Eisa

Posture. Kinesiology RHS 341 Lecture 10 Dr. Einas Al-Eisa Posture Kinesiology RHS 341 Lecture 10 Dr. Einas Al-Eisa Posture = body alignment = the relative arrangement of parts of the body Changes with the positions and movements of the body throughout the day

More information

Evaluating the accuracy of markerless body tracking for digital ergonomic assessment using consumer electronics

Evaluating the accuracy of markerless body tracking for digital ergonomic assessment using consumer electronics Evaluating the accuracy of markerless body tracking for digital ergonomic assessment using consumer electronics Dominik Bonin a, Sascha Wischniewski a a Unit Human Factors, Ergonomics, Federal Institute

More information

Starting a Strength Training Program

Starting a Strength Training Program MINTO PREVENTION & REHABILITATION CENTRE CENTRE DE PREVENTION ET DE READAPTATION MINTO Starting a Strength Training Program About This Kit The key to improving strength is applying resistance to the muscle

More information

Thoracic Home Exercise Program

Thoracic Home Exercise Program Home Exercise Program 1. Bridging Laying on your back, knees bent with feet flat on the floor, arms along side resting on the floor, tighten your abdominals to stabilize your low back. Raise your buttocks

More information

Self-Transfer Assistive Device for Hip and Knee Replacement Patients

Self-Transfer Assistive Device for Hip and Knee Replacement Patients Self-Transfer Assistive Device for Hip and Knee Replacement Patients Bita Kasra, Lars Maxfield, Niklas Menke, Sina Tautz Advisor: Dr. Michael Sracic Milwaukee School of Engineering Senior Design Project

More information

Functional Movement Screen (Cook, 2001)

Functional Movement Screen (Cook, 2001) Functional Movement Screen (Cook, 2001) TEST 1 DEEP SQUAT Purpose - The Deep Squat is used to assess bilateral, symmetrical, mobility of the hips, knees, and ankles. The dowel held overhead assesses bilateral,

More information

KINECT Applications for The Physical Rehabilitation

KINECT Applications for The Physical Rehabilitation KINECT Applications for The Physical Rehabilitation Naofumi KITSUNEZAKI College of Science and Engineering Aoyama Gakuin University Sagamihara-shi, Japan kitsunezaki@it.aoyama.ac.jp Eijiro ADACHI, Takashi

More information

Incredible Workout That You Should Do To Improve Your Neck Posture

Incredible Workout That You Should Do To Improve Your Neck Posture Incredible Workout That You Should Do To Improve Your Neck Posture Author : Vini Posted : Apr 19, 2018 EXERCISE Tight muscles in your neck and chest can cause poor neck posture. Weak muscles in your neck

More information

Objectives. Saturday Morning Cartoon Memories! Too Bad It s Not That Funny. Golden Years in the Golden State? Not According to Data for California

Objectives. Saturday Morning Cartoon Memories! Too Bad It s Not That Funny. Golden Years in the Golden State? Not According to Data for California P R E S E N T E D B Y The OC (Anaheim), CA August 12 16, 2009 August 14, 2009 Session 230 Exercise Program Design for Falls Prevention Dr. Christian Thompson & Rodney Corn Objectives 1. Describe the prevalence

More information

Motor Control in Biomechanics In Honor of Prof. T. Kiryu s retirement from rich academic career at Niigata University

Motor Control in Biomechanics In Honor of Prof. T. Kiryu s retirement from rich academic career at Niigata University ASIAN SYMPOSIUM ON Motor Control in Biomechanics In Honor of Prof. T. Kiryu s retirement from rich academic career at Niigata University APRIL 20, 2018 TOKYO INSTITUTE OF TECHNOLOGY Invited Speakers Dr.

More information

BIOMECHANICS. Biomechanics - the application of mechanical laws to living structures, specifically to the locomotor system of the human body.

BIOMECHANICS. Biomechanics - the application of mechanical laws to living structures, specifically to the locomotor system of the human body. 1 BIOMECHANICS Biomechanics - the application of mechanical laws to living structures, specifically to the locomotor system of the human body. I. Uses of Biomechanical Analyses Improvement of sports skill

More information

Heel Slides. Isometric Quad. For Appointments call:

Heel Slides. Isometric Quad. For Appointments call: For Appointments call: 612-672-7100 Login ptrx.org/en/fv2d6ekjsq Exercise Prescription Date May 11, 2017 Assigning Provider Shannon Kelly PT, OCS Prescription Description - Post-op Phase 1 & 2 Heel Slides

More information

AN APPROACH TO ESTIMATING CALORIC EXPENDITURE DURING EXERCISE ACTIVITY USING NON-INVASIVE KINECT CAMERA. A Thesis. Presented to

AN APPROACH TO ESTIMATING CALORIC EXPENDITURE DURING EXERCISE ACTIVITY USING NON-INVASIVE KINECT CAMERA. A Thesis. Presented to AN APPROACH TO ESTIMATING CALORIC EXPENDITURE DURING EXERCISE ACTIVITY USING NON-INVASIVE KINECT CAMERA A Thesis Presented to The Graduate Faculty of The University of Akron In Partial Fulfillment of the

More information

Body Mechanics When caring for a client

Body Mechanics When caring for a client Body Mechanics When caring for a client If assistance is needed, find out the client's strengths and weaknesses. Often one side of the body is stronger. The stronger side should be transferred first. When

More information

The Effects of Posture on Neck Flexion Angle While Using a Smartphone according to Duration

The Effects of Posture on Neck Flexion Angle While Using a Smartphone according to Duration J Korean Soc Phys Med, 2016; 11(3): 35-39 http://dx.doi.org/10.13066/kspm.2016.11.3.35 Online ISSN: 2287-7215 Print ISSN: 1975-311X Research Article Open Access The Effects of Posture on Neck Flexion Angle

More information

Analysis of Emotion Recognition using Facial Expressions, Speech and Multimodal Information

Analysis of Emotion Recognition using Facial Expressions, Speech and Multimodal Information Analysis of Emotion Recognition using Facial Expressions, Speech and Multimodal Information C. Busso, Z. Deng, S. Yildirim, M. Bulut, C. M. Lee, A. Kazemzadeh, S. Lee, U. Neumann, S. Narayanan Emotion

More information

Angular Measurements with BIOPAC Goniometers & Torsiometers

Angular Measurements with BIOPAC Goniometers & Torsiometers APPLICATION NOTES 42 Aero Camino, Goleta, CA 93117 Tel (805) 685-0066 Fax (805) 685-0067 info@biopac.com support@.biopac.com Application Note 140 Angular Measurements with BIOPAC Goniometers & Torsiometers

More information

TAKE-OFF KINEMATICS OF BEAM DISMOUNTS

TAKE-OFF KINEMATICS OF BEAM DISMOUNTS TAKE-OFF KINEMATICS OF BEAM DISMOUNTS P.A. McLaughlin, H. Geiblinger and W.E. Morrison Biomechanics Unit, Dep't of Physical Education and Recreation and Centre for Rehabilitation, Exercise and Sport Science,

More information

Osteoporosis Protocol

Osteoporosis Protocol PRODUCTS HELPING PEOPLE HELP THEMSELVES! Osteoporosis Protocol Rehabilitation using the Resistance Chair General Information Osteoporosis is a condition where bones gradually decrease in mass or density

More information

Sit to Stand. The sit to stand maneuver assisted by the Up n Free accomplishes three important functions:

Sit to Stand. The sit to stand maneuver assisted by the Up n Free accomplishes three important functions: Sit to Stand The sit to stand maneuver assisted by the Up n Free accomplishes three important functions: 1. Raising the user by supplementing their lower extremity strength 2. Learning/reinforcing the

More information

Development of Computer Aided Posture Analysis for Rapid Upper Limb Assessment with Ranged Camera

Development of Computer Aided Posture Analysis for Rapid Upper Limb Assessment with Ranged Camera 3rd South East Asian Network of Ergonomics Societies International Conference 2014, Singapore Development of Computer Aided Posture Analysis for Rapid Upper Limb Assessment with Ranged Camera Sakol TEERAVARUNYOU

More information

Estimation of the Upper Limb Lifting Movement Under Varying Weight and Movement Speed

Estimation of the Upper Limb Lifting Movement Under Varying Weight and Movement Speed 1 Sungyoon Lee, 1 Jaesung Oh, 1 Youngwon Kim, 1 Minsuk Kwon * Jaehyo Kim 1 Department of mechanical & control engineering, Handong University, qlfhlxhl@nate.com * Department of mechanical & control engineering,

More information

Physical & Occupational Therapy

Physical & Occupational Therapy In this section you will find our recommendations for exercises and everyday activities around your home. We hope that by following our guidelines your healing process will go faster and there will be

More information

Read this while adjusting your Mirra. chair

Read this while adjusting your Mirra. chair Read this while adjusting your Mirra chair Instructions on this card show all possible adjustments. Specific adjustments vary according to chair model. To view the Mirra chair user-adjustment video, visit

More information

A kinematic comparison between elderly and young subjects standing up from and sitting down in a chair

A kinematic comparison between elderly and young subjects standing up from and sitting down in a chair Age and Ageing 1998; 27: 137-146 A kinematic comparison between elderly and young subjects standing up from and sitting down in a chair FRANCE MOUREX THIERRY POZZO 1, INES ROUHIER-MARCER, JEAN-PIERRE DIDIER

More information

Posture Monitor. User Manual. Includes setup, guidelines and troubleshooting information for your Posture Monitor App

Posture Monitor. User Manual. Includes setup, guidelines and troubleshooting information for your Posture Monitor App Posture Monitor User Manual Includes setup, guidelines and troubleshooting information for your Posture Monitor App All rights reserved. This manual shall not be copied, in whole or in part, without the

More information

Identification of Muscle Synergy Parameters in Different Strategies of Human Standing-up Motion

Identification of Muscle Synergy Parameters in Different Strategies of Human Standing-up Motion Identification of Muscle Synergy Parameters in Different Strategies of Human Standing-up Motion Ningjia Yang, Qi An, Hiroshi Yamakawa, Yusuke Tamura, Atsushi Yamashita, Hajime Asama (The University of

More information

VIPR and Power plate EXERCISE - 1 EXERCISE Fitness Professionals Ltd 2011 Job No. 2968

VIPR and Power plate EXERCISE - 1 EXERCISE Fitness Professionals Ltd 2011 Job No. 2968 FIT FOR DAILY LIFE To be fit for daily life includes many movement abilities. Dynamic stability, co-ordination, balance, motor control, mobility and efficiency are all vital (including basic strength and

More information

TAKE-OFF CHARACTERISTICS OF DOUBLE BACK SOMERSAULTS ON THE FLOOR

TAKE-OFF CHARACTERISTICS OF DOUBLE BACK SOMERSAULTS ON THE FLOOR TAKE-OFF CHARACTERISTICS OF DOUBLE BACK SOMERSAULTS ON THE FLOOR H. Geiblinger, W. E. Morrison & P. A. McLaughlin Biomechanics Unit, Dep't of Physical Education and Recreation and Centre for Rehabilitation,

More information

Brunel balance assessment (BBA)

Brunel balance assessment (BBA) Brunel balance assessment (BBA) Tyson, S Title Authors Type URL Brunel balance assessment (BBA) Tyson, S Published Date 2004 Monograph This version is available at: http://usir.salford.ac.uk/4886/ USIR

More information

Human movements evaluation using depth sensors. Carlos Palma

Human movements evaluation using depth sensors. Carlos Palma Human movements evaluation using depth sensors Carlos Palma March 26, 2017 Human Movements Evaluation Using Depth Sensors Carlos Fernando Palma Roldan In partial Fullfillment of the requirements for the

More information

THE DESIGN AND IMPLEMENTATION OF A KINECT-BASED REHABILITATION EXERCISE MONITORING AND GUIDANCE SYSTEM HAI FENG. Bachelor of Electrical Engineering

THE DESIGN AND IMPLEMENTATION OF A KINECT-BASED REHABILITATION EXERCISE MONITORING AND GUIDANCE SYSTEM HAI FENG. Bachelor of Electrical Engineering THE DESIGN AND IMPLEMENTATION OF A KINECT-BASED REHABILITATION EXERCISE MONITORING AND GUIDANCE SYSTEM HAI FENG Bachelor of Electrical Engineering YanShan University, China May 2009 submitted in partial

More information

Kinect-based application for progress monitoring of the stroke patients

Kinect-based application for progress monitoring of the stroke patients Kinect-based application for progress monitoring of the stroke patients Sofija Spasojević, Nela V. Ilić, Aleksandar Rodić and José Santos-Victor Abstract In this paper, we present a new approach for monitoring

More information

Evidence- Based Examination of the Lumbar Spine Presented by Chad Cook, PT, PhD, MBA, FAAOMPT Practice Sessions/Skill Check- offs

Evidence- Based Examination of the Lumbar Spine Presented by Chad Cook, PT, PhD, MBA, FAAOMPT Practice Sessions/Skill Check- offs Evidence- Based Examination of the Lumbar Spine Presented by Chad Cook, PT, PhD, MBA, FAAOMPT Practice Sessions/Skill Check- offs Chapter Five: Movement Examination of the Lumbar Spine Time) (45 minutes

More information

2017 COS ANNUAL MEETING AND EXHIBITION HOME EXERCISES

2017 COS ANNUAL MEETING AND EXHIBITION HOME EXERCISES UPPER BODY Push Up From a push up position. Lower whole body down to floor. Press up to return to start position. Maintain abdominal hollow and neutral spinal alignment throughout movement. Note: Perform

More information

Gender Based Influences on Seated Postural Responses

Gender Based Influences on Seated Postural Responses Gender Based Influences on Seated Postural Responses Jack P. Callaghan PhD Canada Research Chair in Spine Biomechanics and Injury Prevention Department of Kinesiology Faculty of Applied Health Sciences

More information

HIWIN Thesis Award 2007

HIWIN Thesis Award 2007 HIWIN Thesis Award 2007 Optimal Design Laboratory & Gerontechnology Research Center Yuan Ze University Physical Activity Physical activity can be regarded as any bodily movement or posture produced by

More information

Co-morbidities and Exercise with Parkinson s Disease (COPE) Exercise Manual

Co-morbidities and Exercise with Parkinson s Disease (COPE) Exercise Manual Name: Date: Co-morbidities and Exercise with Parkinson s Disease (COPE) Exercise Manual This program is organized into 6 themed stations done like a circuit to address the specific difficulties that a

More information

Lower Extremity Physical Performance Testing. Return to Function (Level I): Core Stability

Lower Extremity Physical Performance Testing. Return to Function (Level I): Core Stability Physical performance testing is completed with patients in order to collect data and make observations regarding the overall function of the limb integrated into the entire functional unit of the body,

More information

A Vision-Based System for Movement Analysis in Medical Applications: The Example of Parkinson Disease

A Vision-Based System for Movement Analysis in Medical Applications: The Example of Parkinson Disease A Vision-Based System for Movement Analysis in Medical Applications: The Example of Parkinson Disease Sofija Spasojević 1,2,3(&), José Santos-Victor 3, Tihomir Ilić 4, Slađan Milanović 5, Veljko Potkonjak

More information

Muscle Activation in strength training exercises with and without using the clip-on device Gripper

Muscle Activation in strength training exercises with and without using the clip-on device Gripper Muscle Activation in strength training exercises with and without using the clip-on device Gripper Contract research for Actiweight AS by The Norwegian School of Sport Sciences 2016 Responsible: Tron Krosshaug,

More information

Kinect Based Edutainment System For Autistic Children

Kinect Based Edutainment System For Autistic Children Kinect Based Edutainment System For Autistic Children Humaira Rana 1, Shafaq Zehra 2, Almas Sahar 3, Saba Nazir 4 and Hashim Raza Khan 5 12345 Department of Electronics Engineering, NED University of Engineering

More information

TRAINING THE CORE BEGIN WITH ONE SET OF ALL 17 EXERCISES FOR A TOTAL OF 250 REPS. NEXT, MOVE TO TWO SETS FOR A TOTAL OF 500 REPS.

TRAINING THE CORE BEGIN WITH ONE SET OF ALL 17 EXERCISES FOR A TOTAL OF 250 REPS. NEXT, MOVE TO TWO SETS FOR A TOTAL OF 500 REPS. TRAINING THE CORE 1. LATERAL SIT UPS.X 20 (10 EACH SIDE) 2. HYPEREXTENSIONS.X 10 3. LEG HUGS...X 15 4. RUSSIAN TWIST X 20 (10 EACH SIDE) 5. HIP CURLS..X 14 (7 EACH LEG) 6. JACK KNIFES..X 10 7. REVERSE

More information

7 Grip aperture and target shape

7 Grip aperture and target shape 7 Grip aperture and target shape Based on: Verheij R, Brenner E, Smeets JBJ. The influence of target object shape on maximum grip aperture in human grasping movements. Exp Brain Res, In revision 103 Introduction

More information

SpineScan Instructions for Use

SpineScan Instructions for Use Introduction... 2 Operating Instructions... 3 Trunk Angle Application... 4 Kyphosis Application... 6 ROM Applications... 7 Lateral Bending Application... 7 Flexion/Extension Application... 8 Rotation Application...

More information

Respiration & Trunk control The Great Connection. Brief Review of Normal Development of the Rib Cage

Respiration & Trunk control The Great Connection. Brief Review of Normal Development of the Rib Cage Respiration & Trunk control The Great Connection. are part of a complex combination of interactive systems. Muscles of respiration are part of the musculature of dynamic postural control. First 3 Years

More information

...let s move. Improve BIOSWING. Your professional exercise manual. The swinging rod with attenuation and frequency regulators.

...let s move. Improve BIOSWING. Your professional exercise manual. The swinging rod with attenuation and frequency regulators. www.bioswing.de Your professional exercise manual BIOSWING Improve The swinging rod with attenuation and frequency regulators...let s move * Bioswing Improve 150 7 Schwingstäbe im Test HEFT 3 MÄRZ 2012

More information

DESIGN AND IMPLEMENTATION OF A MECHATRONIC SYSTEM FOR LOWER LIMB MEDICAL REHABILITATION

DESIGN AND IMPLEMENTATION OF A MECHATRONIC SYSTEM FOR LOWER LIMB MEDICAL REHABILITATION International Journal of Modern Manufacturing Technologies ISSN 2067 3604, Vol. IV, No. 2 / 2012 17 DESIGN AND IMPLEMENTATION OF A MECHATRONIC SYSTEM FOR LOWER LIMB MEDICAL REHABILITATION Ana-Maria Amancea

More information

REHABILITATION IN VIRTUAL REALITY VAST.REHAB IS DESIGNED FOR PHYSICAL, OCCUPATIONAL AND COGNITIVE THERAPY

REHABILITATION IN VIRTUAL REALITY VAST.REHAB IS DESIGNED FOR PHYSICAL, OCCUPATIONAL AND COGNITIVE THERAPY VAST.REHAB IS DESIGNED FOR PHYSICAL, OCCUPATIONAL AND COGNITIVE THERAPY We create a fully-featured virtual reality exercise and diagnostic system with the flexibility to work for everyone from small physiotherapy

More information

Analysis of the functional biomechanics of different chair types during esports activity

Analysis of the functional biomechanics of different chair types during esports activity Analysis of the functional biomechanics of different chair types during esports activity Final Report December 2017 Dr. Frank Emrich Scientific Consultant Biomechanics & Ergonomics 1 Introduction The esports

More information

Core exercises. Abdominal Ball Passing

Core exercises. Abdominal Ball Passing Abdominal Ball Passing Start with ball in hands, tighten abdominal muscle to stabilize spine and lift legs up to grasp ball. Pass ball to feet. Lower legs down while keeping your abdominal muscles tight

More information

FROZEN SHOULDER REHABILITATION EXERCISES

FROZEN SHOULDER REHABILITATION EXERCISES FROZEN SHOULDER REHABILITATION EXERCISES Exercise no. 1) Bend forward so that your torso is parallel to the ground, and lean on a stool or table with your healthy arm. Completely relax your sore arm, and

More information

National Exams November hours duration

National Exams November hours duration National Exams November 2012 3 hours duration 1. If doubt exists as to the interpretation of any question, the candidate is urged to include a clear statement of any assumptions made in the answer booklet.

More information

VON SMART. (Seniors Maintaining Active Role Together) In-Home Program. Exercise Instructions

VON SMART. (Seniors Maintaining Active Role Together) In-Home Program. Exercise Instructions VON SMART (Seniors Maintaining Active Role Together) In-Home Program Exercise Instructions This VON SMART Exercise Instruction Packet is designed to guide you through the 15 VON SMART In- Home Exercises.

More information

Development of esmoca RULA, Motion Capture Instrumentation for RULA Assessment

Development of esmoca RULA, Motion Capture Instrumentation for RULA Assessment Journal of Physics: Conference Series PAPER OPEN ACCESS Development of esmoca RULA, Motion Capture Instrumentation for RULA Assessment To cite this article: S Akhmad and A Arendra 2018 J. Phys.: Conf.

More information

Prater Chiropractic Wellness Center 903 W. South St. Kalamazoo, MI PH: (269)

Prater Chiropractic Wellness Center 903 W. South St. Kalamazoo, MI PH: (269) Purpose of Program After an injury or surgery, an exercise conditioning program will help you return to daily activities and enjoy a more active, healthy lifestyle. Following a well-structured conditioning

More information

Introduction to Biomechanical Analysis

Introduction to Biomechanical Analysis Introduction to Biomechanical Analysis LEARNING OBJECTIVES: At the end of this laboratory exercise the student will be able to: Identify forces used during activities Identify moments used during activities

More information

Page 1 of 5. Figure A

Page 1 of 5. Figure A Introduction Around May of 2002 some of my students and myself came up with an idea that was of a redesign and improvement approach to the Ergonomics of a Computer Designer s workspace and placement specifications

More information

CS 2310 Software Engineering Final Project Report. Arm Motion Assessment for Remote Physical Therapy Using Kinect

CS 2310 Software Engineering Final Project Report. Arm Motion Assessment for Remote Physical Therapy Using Kinect I. Introduction & Motivation CS 2310 Software Engineering Final Project Report Arm Motion Assessment for Remote Physical Therapy Using Kinect Kinect based remote physical therapy systems are becoming increasingly

More information

RELATIONSHIP OF SELECTED KINEMATIC VARIABLES WITH THE PERFORMANCE OF UPSTART (KIP) ON HORIZONTAL BAR IN MEN S ARTISTIC GYMNASTICS

RELATIONSHIP OF SELECTED KINEMATIC VARIABLES WITH THE PERFORMANCE OF UPSTART (KIP) ON HORIZONTAL BAR IN MEN S ARTISTIC GYMNASTICS RELATIONSHIP OF SELECTED KINEMATIC VARIABLES WITH THE PERFORMANCE OF UPSTART (KIP) ON HORIZONTAL BAR IN MEN S ARTISTIC GYMNASTICS Kumar Arun, Assistant Professor, Department of Sports Biomechanics, L.N.I.P.E.,

More information

Non-Invasive Motion Analysis for Stroke Rehabilitation using off the Shelf 3D Sensors

Non-Invasive Motion Analysis for Stroke Rehabilitation using off the Shelf 3D Sensors Non-Invasive Motion Analysis for Stroke Rehabilitation using off the Shelf 3D Sensors Nadav Eichler Department of Computer Science Haifa University, Israel Email: eichler@outlook.com Dorit Itah Occupational

More information