Research Article Sleep Monitoring System Using Kinect Sensor

Size: px
Start display at page:

Download "Research Article Sleep Monitoring System Using Kinect Sensor"

Transcription

1 Distributed Sensor Networks Volume 2015, Article ID , 9 pages Research Article Sleep Monitoring System Using Kinect Sensor Jaehoon Lee, 1 Min Hong, 2 andsungyongryu 3 1 Department of Computer Science, Graduate School, Soonchunhyang University, Sinchang, Chungcheong, Republic of Korea 2 Department of Computer Software Engineering, Soonchunhyang University, Sinchang, Chungcheong, Republic of Korea 3 Department of Business Administration, Soonchunhyang University, Sinchang, Chungcheong, Republic of Korea Correspondence should be addressed to Sungyong Ryu; jackie@sch.ac.kr Received 21 January 2015; Accepted 15 April 2015 Academic Editor: Neil Y. Yen Copyright 2015 Jaehoon Lee et al. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Sleep activity is one of crucial factors for determining the quality of human life. However, a traditional sleep monitoring system onerously requires many devices to be attached to human body for achieving sleep related information. In this paper, we proposed and implemented the sleep monitoring system which can detect the sleep movement and posture during sleep using a Microsoft Kinect v2 sensor without any body attached devices. The proposed sleep monitoring system can readily gather the sleep related information that can reveal the sleep patterns of individuals. We expect that the analyzed sleep related data can significantly improve the sleep quality. 1. Introduction Recently, IoT (Internet of Things) technology has received great attention as one of the key issues for future technology and it provides the wireless connection to achieve the necessary information between any devices and systems. This IoT technology is expected to provide more convenient living environments to people in the near future. IoT technology is generally related with human behaviors as a commend input from various information that can be utilized to control the devices such as human face detection [1]and human gestures [2 4]. IoT technology has been also applied for the energy saving to efficiently control the limited natural resources [5]. This information can be a key element to design and implement the smart home [6]. Smart home platform has complicated connections to be communicated each other between all devices and natural behaviors of individuals should be detected by sensors to trigger the devices or systems [7]. Smart home platform can be included or combined with other technologies and the human health related wellness technology is one of them. The proposed sleep monitoring can be one of the elements for smart home system and it cantakecareorimprovethehumanlifethroughsleepstate monitoring and it is one part of improving human wellness. Recent human life is intensively busy and has been exposed to stressful work tasks and these cause the increasing number of insomnia patients as shown in Figure 1 [8]. Sleep disturbing has been known for causing the increased learning disabilities, inefficient work process, and unnecessary accidents that can cause serious illness [9]. Sleep disturbing canbecausedbyvariousfactorsandthediagnosisofsleep disturbing is also a highly difficult task. For sleep disturbing examination, patients should visit the hospital and should wear various devices; thus, they cannot sleep well due to unfamiliar sleep environments in hospital. In this paper, we introduce the Kinect sensor based simple sleep monitoring system to gather the sleep movement, posture, and environment not only to collect sleep movement information but also to extract the overall sleep information. Since it does not require us to wear any troublesome sensing devices, the proposed system can provide more natural and comfort sleep environments to collect the sleep related information. 2. Related Works Lee et al. [10] used acceleration sensors which are attached on epigastrium, mesogastrium, and lower abdomen using sleepwear. This study used 3 acceleration sensors that can detect the sleep posture and breathing during sleep. This detection is using voltage information from acceleration sensors. However, this approach cannot detect breathing

2 2 Distributed Sensor Networks Figure 2: Polysomnography devices Men Women Figure 1: Sleep difficulties at least once a week (%). when a patient is lying on side and front, because 3 axis acceleration sensors cannot detect the movement of chest and abdomen. U-healthcare based sleep monitoring system for sleep control and remote monitoring is applied with sensors and switches, and it shows an example of healthcare system using modified sleep mat [11]. This example is comprised of related sensing and receiving data part and controlling and all sleep related situations monitoring part. It used TMO (timetriggered message-triggered object) scheme model, and it collects the real time sleep data. Sleep detection module is separated in 3 parts which are position detect sensor, sound detect sensor, and vibration sensor to warning. In the monitoring system, on/off sensor collects the sleep motion data and it determines that the sleep position is good or bad. When the decision case is bad, the vibration sensor is working for user to notify the situation. In sleep monitoring via depth video image compression and analysis [12], the sleep detection is monitored by a Microsoft Kinect v1 using depth image and video. In this study,theydidnotuseskeletontrackingapproachwhichis included in the Kinect v1 SDK. The main purpose of this study was the detection of hypopnoea though the depth video image. The program can detect the change in depth image via the movement of the chest. However, it has limitation which is it can detect only hypopnoea that is just one of the symptoms of sleep disturbing. SmartbedroomforelderlyusingKinectisalsopurposed and implemented to help them by providing smart home environments using Kinect v1 [13]. This system mainly detects the arms motion and gives a warning for the risk of bed falling. To notify the risk of bed falling, it sets up the four corner points in the bed. This system detects and tracks the human body using skeleton tracking method in Kinect v1 SDK, and it notifies the warning when those skeleton points are out of the corners in bed. Also, it can recognize the arms motion that conveniently requests the help of other people for the elderly who find it difficult to get up from the bed. It tracks the angle of arm which is calculated by the elbow-towrist vector. However, it has the same limitation in general video recognition approach which makes it difficult to detect the human body when people use a blanket in bed. 3. Sleep State Monitoring Generally, there are two ways to detect the sleep state. We can directly attach some sensors to human body or we can record body movements during sleep to analyze the sleep quality. The direct sensor attachment based method can provide some important sleep related information from human body. In addition, it can provide scientifically accurate sleep state information. However, the wearing of complicated sensing devices leads to uncomfortable sleep environments and it may negatively affect the measurement of sleep state. Figure 2 shows the necessary devices for nocturnal polysomnography to diagnose the sleep state. Video based approach is also able to conveniently provide thesleepstate,butitismoredifficulttoanalyzethesleep state than attached sensors. Recently, color, infrared, and depth information can be obtained by camera and some other unwearable sensors are also able to achieve the sleep related information. In order to monitor the sleep state with video, it is necessary to recognize the shape of human body and then the image processing based approach is essential to extract the human body from the input images. Infrared and IIR (Imaging Infrared), differ integrator, skin segmentation [14], andskincolorandedgedetection[15] havebeenwidely applied to detect and track the movement of human body from video images Microsoft Kinect v2. In this paper, we utilized the Microsoft Kinect v2 to detect and track the movement of human body. We selected the Kinect v2 which is the latest version of Kinect and this version of Kinect provides the position of 25 joints, and detection range has been more improved than previous Kinect v1. In addition, Kinect v2 changedir(infrared)irradiationtotof(timeofflight) which is configured with one pair of receptors. The principle of TOF is the light reflection that measures the distance by the receptor. This new depth detection method provides much more accurate depth information than Kinect v1. Kinect v2 is only performed under

3 Distributed Sensor Networks 3 Kinect v2 TI sensor tag Bedroom Sleep monitoring system Sleep monitoring data server Depth Infrared Figure 3: Depth and infrared image from Kinect v2. Windows 8 OS (Operating System) and over Visual Studio Therefore, the proposed system is implemented with C++ using Kinect v2 SDK. We also utilized OpenCV library to detect and track the human body movement during sleep. The proposed system can recognize the human body through an infrared sensor and a depth sensor which are shown in Figure 3. The infrared sensor of Kinect v2 detects the reflected infrared rays and provides the movement of users with pixel by pixel information. The depth sensor can achieve the depth information which is made up with CMOS sensor that converts light to electrical image signal with infrared ray projector. The Kinect v2 includes the specific human body information and a matching algorithm which can detect human body movement with sensing information. Therefore, we can readily gather the sleep movement related information with Kinect Architecture of Sleep Monitoring System. Figure 4 shows the device architecture of proposed sleep monitoring system that automatically communicates with each device. This service stores the daily sleep state of users into the sleep monitoring data server. This sleep monitoring system stores user related information such as name, age, height, weight, and medical history. Also, sleep related information is stored into the database which is shown in Table Measurement of Sleep Movement In order to monitor user s movements during sleep, the proposed system should not only detect the human shape from image but also continuously track the movement of human body. Unlike wearing many sensors on human body, theproposedsystemuseskinectv2cameraforaninputimage to detect and track the movement of human body. Input data Monitoring data Sleep monitoring application Figure 4: Device relationship diagram. Table 1: Data field of system. Name Age Gender Height Weight Brief medical history Movement information during sleep Change of sleep posture Room temperature and humidity Since the Kinect v2 provides detecting of human body joints, it is possible to estimate the degree of human body movement. Because the Kinect v2 requires the minimum distance for object detection, we have to locate the Kinect v2 camera on the appropriate position which is between 0.5 m and 4.5 m from object. Therefore, we installed the aluminum angles to locate the Kinect camera at 2.0 m high on the bed. Figure 5 shows the configuration of proposed sleep monitoring system and the located Kinect camera to detect whole human body joints without any distortions.

4 4 Distributed Sensor Networks Kinect v2 TI sensor tag Figure 5: Configuration of the proposed sleep monitoring system. X, Y, Z m: movement h: hour Amount of major joints movement m/h Amount of minor joints movement m/h Figure 7: Comparing the movement value of major joints and minor joints. Figure 6: Detected 25 joints for body tracking. The Kinect v2 provides x, y, andz positions of 25 joints and distance data of objects from depth sensor. Since it is necessary to detect the overall movements of the human body, we store x, y,andz positions of all joints in every half second and Figure 6 shows the detected 25 joint positions. Because sleep movements mainly occur by limbs, we selected critical 19 joints relating with the sleep movements through the comparison and they are head, left shoulder, left elbow, left wrist, left hand, left hip, left knee, left ankle, left foot, left thumb, right shoulder, right elbow, right wrist, right hand, right hip, right knee, right ankle, right foot, and right thumb. Figure 7 depicts the total sleep movement value of 19 major joints and movement value of other joints. Since minor joints do not critically affect the body movement during sleep, we excluded the value of these joints from our calculation. The sleep movement value is calculated by using the Euclidean distance between previous position of joints and current position of joints from image sequences. All movement values of major joints are calculated every 0.5 seconds. The formula to obtain the sleep movement value is shown as (1). SM (sleep movement) is a distance of moved coordinate from previous coordinate of 19 key joints to current coordinate. X i ciscurrentx position, and X i pispreviousx position in image sequences: SM = 19 i=1 (Xi c X i p) 2 +(Y i c Y i p) 2 +(Z i c Z i p) 2. After calculating the first sleep movement value, the sleep monitoring system keeps accumulating the sleep movement valueuntiltheuserwakesup.atthesametime,theproposed sleep monitoring system compares image with 5 reference sleep postures to determine user s current sleep posture and Figure 8 shows the flowchart of proposed sleep monitoring system. Sleep monitoring system follows the above flow of process and the sleep monitoring result is provided by a smart phone application. The main page of smart phone application is shown in Figure 9. In addition, TI (Texas Instruments) sensor tag which is shown in Figure 10 is used to obtain the temperature and humidity of sleep environments. This sensor is connected with sleep monitoring application by Bluetooth, and this sensor provides 6 main pieces of data such as temperature, (1)

5 Distributed Sensor Networks 5 Start No Tracking body Yes Extracting movement data form major joints Extracting all joints data Image matching using SURF and boundary Analyzing movement and posture Saving movement data and posture data Providing movement and posture information of sleep End Figure 8: Flowchart of proposed sleep monitoring system. humidity, pressure, accelerometer, gyroscope, and magnetometer. For this study, we measured the sleep related environments with temperature and humidity sensors. 5. Sleep Movement Data Analysis For experimental test, 20 students participated for sleep state monitoring and the average age of participants was 23 years. We performed the sleep monitoring around 7 hours and the participants bodies were not covered with any blankets to accurately detect the sleep motions. We tried to provide similar sleep environments such as time of falling asleep, temperature, lighting and noise level of room, and humidity conditions for participants. There are general 6 sleep postures which are shown in Figure 11 such as foetus, log, yearner, soldier, freefaller, and starfish. In our system, we monitored the sleep posture of participants with 5 categories. Figure 12 shows the result of sleep movement and the change of sleep posture during sleep experiment. In Figure 12, x axis is a sleep time and y axis is a sleep movement value for left figure and y axis is type number of sleep postures for right figure, respectively. The sleep movement value is sharply altered when the body posture is changed. After the body posture is stabilized, the detected motion data is also almost stable. The proposed sleep monitoring system can precisely count the body movements and it returns the correct counts number for body posture change. In other words, the number of high peeks from the steady constant values signifies the change of body posture. In this study, we added up all SM values at each hour to make a decision for sleep state. Since we measure the sleep movement value every 0.5 seconds, we summed up 7,200 times. For HSM (Hourly Sleep Movement), collected range ofhsmvalueswas and we standardized this HSM valuein0to1.0by(2). In our system, we decide the sleep quality by the following: under 0.25 as a good with deep sleep, 0.25 to under 0.59 as a normal with regular sleep, and 0.59 to 1 as a bad with light sleep which is shown in (3). This criterion is decided from the range of entire SM value with video monitoring and user evaluation for sleep. In our experimental test, deep sleep was 43 hours (30.7%), regular sleep was 61 hours (43.6%), and light sleep was 36 hours (25.7%) in 140 testing hours. Table 2 shows the judgment of sleep movement per hour

6 6 Distributed Sensor Networks Foetus Log Yearner Soldier Freefaller Starfish Figure 11: Typical 6 sleep postures. Figure 9: Main page of sleep monitoring application on smart phone. Figure 10: TI sensor tag for temperature and humidity measurement. for 20 participants and the grade of sleep movement is the average of HSM value: HSM = 7200 t=0 (SM/1000) min max min Good (Deep Sleep): 0<HSM < 0.25 Normal (Normal Sleep): 0.25 HSM < 0.59 Bad (Light sleep): 0.59 HSM Sleep Posture Data Analysis Sleep posture is also an important factor for sleep quality. In general, people have 6 typical sleep postures that are founded (2) (3) through the research targeted for one thousand people by SAAS (Sleep Assessment and Advisory Service). According to their research, the sleep posture has some relationship with human characters. Thus, we analyze the sleep posture with 5 categories: foetus type, log type, yearner type, soldier type, and freefaller and starfish type which are shown in Figure 11. To determine the sleep posture, we mainly applied the boundary information for location of 4 key joints (left hand, left knee, right hand, and right knee). The posture change is robustly detected by the proposed posture verification algorithm which is based on the location of 4 joints in predefined boundary. The proposed posture verification algorithm findsthreebaselines(middle,upper,andlowerline)to determine the sleep posture with boundary information. The middle line is defined with extended line between neck joint and spine base joint. The upper line is determined with the spine midjoint and it is perpendicular to middle line. The lower line is determined with spine base joint and it is also perpendicular to middle line. With these three base lines which are shown in Figure 13, we can readily determine 5 sleep postures with locations of 4 key joints in boundary. In addition to the posture verification algorithm with boundary information, we used SURF (Speeded-Up Robust Features)methodinopenCVlibrarytofigureoutthesleep posture with extraction of feature points. The reference posturesarepredefinedbyimageandtheproposedalgorithm extracts the feature points between reference and current image and then determines the posture with feature point matching which is shown in Figure 14. Figure 15 shows the decisions of sleep posture type with the proposed sleep monitoring system. The sleep posture is determined with the combination of boundary and SURF method and we gave the priority to boundary information based method. When the position result is not well determined by boundary information based method due to failure of joint detection, we utilized the result of SURF based method to alleviate this problem. 7. Conclusions In this paper, we designed and implemented the sleep monitoring system using Microsoft Kinect v2 that does not require users to attach any inconvenient devices. The proposed system provides comfortable and natural sleep environments for experiment; thus, we believe that it is well suitable to

7 Distributed Sensor Networks 7 Figure 12: Result of experiment (movement and posture). Foetus Log Yearner Soldier Freefaller Starfish Figure 13: Sleep postures based on boundary information. Reference image Figure 15: Decision of sleep posture type. Current image Figure 14: Feature points matching with SURF method. monitor the ordinary sleep conditions. Also, it can monitor the exact number of sleep position changes during sleep. According to the experimental result data, we can detect sleep disorders such as restless legs syndrome in further research. The proposed sleep monitoring system can measure the sleep quality and can notify the daily sleep condition with sleep time, sleep posture, and sleep quality using application. It can also figure out the pleasant sleep condition for users with room humidity and temperature. However, the proposed system has a drawback which is that users could not use blankets, because depth sensor cannot work with blanket which covers human body. In addition, it is difficult to recognize front and back of sleep posture. For further research, we will add multi-kinect cameras to achieve more detailed information from the different range of viewpoints. Also, we will apply the Kinect v2 sound array sensor that can determine snoring and apnea of users [16]. We believe that we can comprehensively improve the proposed sleep monitoring system using the Kinect and unattached sensors for analyzing critical sleep factors such as snoring and external sleep disturbance sources. Disclosure This paper is an extended version of International Symposium on Wellness Technology and Service for Future Life Care (Wellness 2014) [17].

8 8 Distributed Sensor Networks Table 2: The amount of movement per hour. P T 1h 2h 3h 4h 5h 6h 7h Grade Case N Case N Case N Case G Case G Case N Case N Case G Case N Case B Case N Case N Case G Case N Case G Case N Case N Case N Case B Case G P: participant, T: time, andh: hour; Grade(G: good, N: normal, andb: bad). Conflict of Interests There is no conflict of interests regarding the publication of this paper. Acknowledgments This research was supported by the MSIP (Ministry of Science, ICT and Future Planning), Korea, under the C-ITRC (Convergence Information Technology Research Center) (IITP-2015-H ) supervised by the IITP (Institute for Information & Communications Technology Promotion). This work was supported by the Soonchunhyang University Research Fund. This research is extended by Analysis of Sleep Disturbing Factors using Kinect Sensors of CSA- 14 (International Conference on Computer Science and its Applications). References [1]X.Yang,G.Peng,Z.Cai,andK.Zeng, Occludedandlow resolution face detection with hierarchical deformable model, The Journal of Convergence,vol.4,no.2,pp.11 14,2013. [2] J.K.Lee,W.M.Kang,J.H.Park,andJ.S.Kim, Gesture-based wearable device for secure and effective information exchange on battlefield environment, The Journal of Convergence, vol.5, no.4,pp.6 10,2014. [3] A. Hussain, A. R. Abbasi, and N. Afzulpurkar, Detecting & interpreting self-manipulating hand movements for student s affect prediction, Human-Centric Computing and Information Sciences,vol.2,article14,18pages,2012. [4]A.Chaudhary,K.Vatwani,T.Agrawal,andJ.L.Raheja, A vision-based method to find fingertips in a closed hand, Journal of Information Processing Systems, vol.8,no.3,pp , [5] E.-J. Lee, C.-H. Kim, and I. Y. Jung, An intelligent green service in internet of things, The Journal of Convergence, vol. 5, no. 3, pp.4 8,2014. [6] J. Vanus, P. Kucera, R. Martinek, and J. Koziorek, Development and testing of a visualization application software, implemented with wireless control system in smart home care, Human- Centric Computing and Information Sciences, vol.4,article18, 19 pages, [7] N. Howard and E. Cambria, Intention awareness: improving upon situation awareness in human-centric environments, Human-Centric Computing and Information Sciences,vol.3,no. 9, pp. 1 17, [8] A.-M. Lehto and H. Sutela, Three Decades of Working Conditions. Findings of Finnish Quality of Work Life Surveys , Statistics Finland, [9] B. Sivertsen, T. B. Lallukka, P. Salo et al., Insomnia as a risk factor for ill health: results from the large population-based prospective HUNT Study in Norway, Journal of Sleep Research, vol.23,no.2,parti,pp ,2014. [10] J.-H. Lee, D.-J. Kim, and K.-H. Kim, Studies on development of sleeping and respiration pattern monitoring system use a 3 axis acceleration sensor, in Proceedings of the 2010 Conference oninformationandcontrolsystems, pp , [11] D.-H. Kim, C.-W. Jeong, and S.-C. Joo, U-healthcare based system for sleeping control and remote monitoring, Journal of Internet Computing and Services,vol.8,no.1,pp.33 45,2007. [12] C. Yang, G. Cheung, K. Chan, and V. Stankovic, Sleep monitoring via depth video compression & analysis, in Proceedings

9 Distributed Sensor Networks 9 of the IEEE International Conference on Multimedia and Expo Workshops (ICMEW 14), pp. 1 6, Chengdu, China, July [13] Y. Booranrom, B. Watanapa, and P. Mongkolnam, Smart bedroom for elderly using kinect, in Proceedings of the 2014 Computer Science and Engineering Conference, pp , [14] Z.H.Al-Tairi,R.W.Rahma,M.I.Saripan,andP.S.Sulaiman, Skin segmentation using YUV and RGB color spaces, Journal of Information Processing Systems, vol.10,no.2,pp , [15] D. Ghimire and J. Lee, A robust face detection method based on skin color and edges, Journal of Information Processing Systems, vol.9,no.1,pp ,2013. [16] L. C.-L. Chen, K.-W. Chen, and Y.-P. Hung, A sleep monitoring system based on audio, video and depth information for detecting sleep events, in Proceedings of the IEEE International Conference on Multimedia and Expo (ICME 14), pp. 1 6, Chengdu, China, July [17] J.-H. Lee, H.-S. Yum, D.-S. Park, and M. Hong, Analysis of sleep disturbing factors using Kinect sensors, in Proceedings of the International Symposium on Wellness Technology and Service for Future Life Care (Wellness 14),p.142,2014.

10 Rotating Machinery Engineering Journal of The Scientific World Journal Distributed Sensor Networks Journal of Sensors Journal of Control Science and Engineering Advances in Civil Engineering Submit your manuscripts at Journal of Journal of Electrical and Computer Engineering Robotics VLSI Design Advances in OptoElectronics Navigation and Observation Chemical Engineering Active and Passive Electronic Components Antennas and Propagation Aerospace Engineering Modelling & Simulation in Engineering Shock and Vibration Advances in Acoustics and Vibration

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

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

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

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

A Lip Reading Application on MS Kinect Camera

A Lip Reading Application on MS Kinect Camera A Lip Reading Application on MS Kinect Camera Alper Yargıç, Muzaffer Doğan Computer Engineering Department Anadolu University Eskisehir, Turkey {ayargic,muzafferd}@anadolu.edu.tr Abstract Hearing-impaired

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

Measurement of Sleep and Understanding of Sleep Apnea in Video

Measurement of Sleep and Understanding of Sleep Apnea in Video , pp.115-122 http://dx.doi.org/10.14257/ijmue.2015.10.7.12 Measurement of Sleep and Understanding of Sleep Apnea in Video Seong-Yoon Shin 1 and Sang-Won Lee 2* 1 First Author, Professor, Department of

More information

AVR Based Gesture Vocalizer Using Speech Synthesizer IC

AVR Based Gesture Vocalizer Using Speech Synthesizer IC AVR Based Gesture Vocalizer Using Speech Synthesizer IC Mr.M.V.N.R.P.kumar 1, Mr.Ashutosh Kumar 2, Ms. S.B.Arawandekar 3, Mr.A. A. Bhosale 4, Mr. R. L. Bhosale 5 Dept. Of E&TC, L.N.B.C.I.E.T. Raigaon,

More information

Set Your World in Motion. Skeleton measurement

Set Your World in Motion. Skeleton measurement Set Your World in Motion Skeleton measurement What is skeleton measurement? Use measurement tools, according to the definition of the size of the bones in various parts of the actor s body is measured

More information

Intelligent Frozen Shoulder Self-Home Rehabilitation Monitoring System

Intelligent Frozen Shoulder Self-Home Rehabilitation Monitoring System Intelligent Frozen Shoulder Self-Home Rehabilitation Monitoring System Jiann-I Pan* 1, Hui-Wen Chung 1, and Jen-Ju Huang 2 1 Department of Medical Informatics, Tzu-Chi University, Hua-Lien, Taiwan 2 Rehabilitation

More information

Research Article Development of a Gastric Cancer Diagnostic Support System with a Pattern Recognition Method Using a Hyperspectral Camera

Research Article Development of a Gastric Cancer Diagnostic Support System with a Pattern Recognition Method Using a Hyperspectral Camera Sensors Volume 2016, Article ID 1803501, 6 pages http://dx.doi.org/10.1155/2016/1803501 Research Article Development of a Gastric Cancer Diagnostic Support System with a Pattern Recognition Method Using

More information

Design of Palm Acupuncture Points Indicator

Design of Palm Acupuncture Points Indicator Design of Palm Acupuncture Points Indicator Wen-Yuan Chen, Shih-Yen Huang and Jian-Shie Lin Abstract The acupuncture points are given acupuncture or acupressure so to stimulate the meridians on each corresponding

More information

Developing a Game-Based Proprioception Reconstruction System for Patients with Ankle Sprain

Developing a Game-Based Proprioception Reconstruction System for Patients with Ankle Sprain Developing a Game-Based Proprioception Reconstruction System for Patients with Ankle Sprain Yu-Cheng Lin, Chung Shan Medical University, Taiwan Tzu-Fang Sheu, Providence University, Taiwan Hsiao Ping Lee,

More information

Methods of validation of occupational noise exposure measurement with multi aspect personal sound exposure meter

Methods of validation of occupational noise exposure measurement with multi aspect personal sound exposure meter Proceedings of ACOUSTICS 2016 Methods of validation of occupational noise exposure measurement with multi aspect personal sound exposure meter Marek Podgórski Svantek Sp. z o.o., Warsaw, Poland ABSTRACT

More information

BRITE R450. LightTrak Sensor Time/Date. Goal Progress Bar Activity Value Activity Type Notification Alert. Quick Start Guide

BRITE R450. LightTrak Sensor Time/Date. Goal Progress Bar Activity Value Activity Type Notification Alert. Quick Start Guide BRITE R450 LightTrak Sensor Time/Date Goal Progress Bar Activity Value Activity Type Notification Alert Quick Start Guide Welcome to LifeTrak. Let s take a quick tour of the basic features. To turn on

More information

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING

TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING 134 TWO HANDED SIGN LANGUAGE RECOGNITION SYSTEM USING IMAGE PROCESSING H.F.S.M.Fonseka 1, J.T.Jonathan 2, P.Sabeshan 3 and M.B.Dissanayaka 4 1 Department of Electrical And Electronic Engineering, Faculty

More information

Make a Smart IT & BT Devices for Future Warning for Heart Failure, Hypoglycemia, and Hyperglycemia Smart Watch. LP Lab LP Watch

Make a Smart IT & BT Devices for Future Warning for Heart Failure, Hypoglycemia, and Hyperglycemia Smart Watch. LP Lab LP Watch Index Technology Index Description Function of Hart attack Device Function of Hypoglycemia Device Abut Us Technology1 Technology2 Warning Sale Make a Smart IT & BT Devices for Future Warning for Heart

More information

A Sleeping Monitor for Snoring Detection

A Sleeping Monitor for Snoring Detection EECS 395/495 - mhealth McCormick School of Engineering A Sleeping Monitor for Snoring Detection By Hongwei Cheng, Qian Wang, Tae Hun Kim Abstract Several studies have shown that snoring is the first symptom

More information

Application of Motion Correction using 3D Autoregressive Model in Kinect-based Telemedicine

Application of Motion Correction using 3D Autoregressive Model in Kinect-based Telemedicine Application of Motion Correction using 3D Autoregressive Model in Kinect-based Telemedicine Baek Seob Kim 1, Yun Bae Kim 2, So-Jeong Kim 2,* and Dong-Hee Shin 3 1 Smart Content Research team, ETRI, 11-41

More information

Enhanced Asthma Management with Mobile Communication

Enhanced Asthma Management with Mobile Communication Enhanced Asthma Management with Mobile Communication P.S. Ngai, S. Chan, C.T. Lau, K.M. Lau Abstract In this paper, we propose a prototype system to enhance the management of asthma condition in patients

More information

Feasibility Evaluation of a Novel Ultrasonic Method for Prosthetic Control ECE-492/3 Senior Design Project Fall 2011

Feasibility Evaluation of a Novel Ultrasonic Method for Prosthetic Control ECE-492/3 Senior Design Project Fall 2011 Feasibility Evaluation of a Novel Ultrasonic Method for Prosthetic Control ECE-492/3 Senior Design Project Fall 2011 Electrical and Computer Engineering Department Volgenau School of Engineering George

More information

Android based Monitoring Human Knee Joint Movement Using Wearable Computing

Android based Monitoring Human Knee Joint Movement Using Wearable Computing Android based Monitoring Human Knee Joint Movement Using Wearable Computing Abstract In today s fast moving lifestyle, incidents regarding health issues are surfacing every day. One of the major issues

More information

Development of an Electronic Glove with Voice Output for Finger Posture Recognition

Development of an Electronic Glove with Voice Output for Finger Posture Recognition Development of an Electronic Glove with Voice Output for Finger Posture Recognition F. Wong*, E. H. Loh, P. Y. Lim, R. R. Porle, R. Chin, K. Teo and K. A. Mohamad Faculty of Engineering, Universiti Malaysia

More information

Sign Language to English (Slate8)

Sign Language to English (Slate8) Sign Language to English (Slate8) App Development Nathan Kebe El Faculty Advisor: Dr. Mohamad Chouikha 2 nd EECS Day April 20, 2018 Electrical Engineering and Computer Science (EECS) Howard University

More information

NEWBORN NURSES POLICY AND PROCEDURES. PURPOSE: Varying positions helps to stimulate physiological functioning and provides rest.

NEWBORN NURSES POLICY AND PROCEDURES. PURPOSE: Varying positions helps to stimulate physiological functioning and provides rest. NEWBORN NURSES POLICY AND PROCEDURES SUBJECT: POSITIONING EFFECTIVE DATE: 6/91 PURPOSE: Varying positions helps to stimulate physiological functioning and provides rest. POLICY: 1. The nurse will vary

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

Structural Analysis of Human Body Impact

Structural Analysis of Human Body Impact Structural Analysis of Human Body Impact Young-Shin Lee Dept. of Mechanical Design Engineering, Chungnam National University, Korea. Young-jin Choi Graduate School, Dept. of Mechanical Design Engineering,

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

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

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

Multimodality Sensor System for Sleep- Quality Monitoring

Multimodality Sensor System for Sleep- Quality Monitoring 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 IJCSMC, Vol. 3, Issue.

More information

INTERACTIVE GAMES USING KINECT 3D SENSOR TECHNOLOGY FOR AUTISTIC CHILDREN THERAPY By Azrulhizam Shapi i Universiti Kebangsaan Malaysia

INTERACTIVE GAMES USING KINECT 3D SENSOR TECHNOLOGY FOR AUTISTIC CHILDREN THERAPY By Azrulhizam Shapi i Universiti Kebangsaan Malaysia INTERACTIVE GAMES USING KINECT 3D SENSOR TECHNOLOGY FOR AUTISTIC CHILDREN THERAPY By Azrulhizam Shapi i Universiti Kebangsaan Malaysia INTRODUCTION Autism occurs throughout the world regardless of race,

More information

Gesture Recognition using Marathi/Hindi Alphabet

Gesture Recognition using Marathi/Hindi Alphabet Gesture Recognition using Marathi/Hindi Alphabet Rahul Dobale ¹, Rakshit Fulzele², Shruti Girolla 3, Seoutaj Singh 4 Student, Computer Engineering, D.Y. Patil School of Engineering, Pune, India 1 Student,

More information

Chapter 2. Development of a portable device for tele-monitoring. of physical activities during sleep

Chapter 2. Development of a portable device for tele-monitoring. of physical activities during sleep Author: Chih-Ming Cheng (2007-07-11); recommended: Yeh-Liang Hsu (2007-07-). Note: This article is Chapter 2 of Chih-Ming Cheng s PhD thesis Development of a portable system for tele-monitoring of sleep

More information

MindfulnessExercises.com

MindfulnessExercises.com We will do a brief body scan that is helpful for anxiety, depression, insomnia and pain. The body scan is a mindfulness practice that will allow you some time to be in your body fully and to get to know

More information

Version February 2016

Version February 2016 Version 3.1 29 February 2016 Health and Safety Unit 1 Table of Contents 1. Setting up your computer workstation... 3 Step 1: Adjusting yourself to the correct height... 3 Step 2 Adjusting your Chair...

More information

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

Sign Language Interpretation Using Pseudo Glove

Sign Language Interpretation Using Pseudo Glove Sign Language Interpretation Using Pseudo Glove Mukul Singh Kushwah, Manish Sharma, Kunal Jain and Anish Chopra Abstract The research work presented in this paper explores the ways in which, people who

More information

sensors ISSN

sensors ISSN Supplementary Information OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors A Review of Brain-Computer Interface Games and an Opinion Survey from Researchers, Developers and Users. Sensors

More information

Sleep diagnostics systems

Sleep diagnostics systems Sleep diagnostics systems DeVilbiss Healthcare introduces the SleepDoc Porti diagnostics systems powered by the technology and expertise of Dr Fenyves und Gut. From a 5 channel respiratory screener up

More information

EMOTIONAL LIGHTING SYSTEM ABLE TO EMOTION REASONING USING FUZZY INFERENCE

EMOTIONAL LIGHTING SYSTEM ABLE TO EMOTION REASONING USING FUZZY INFERENCE EMOTIONAL LIGHTING SYSTEM ABLE TO EMOTION REASONING USING FUZZY INFERENCE 1 BO-RAM KIM, 2 DONG KEUN KIM 1 Department of Mobile Software, Graduate School, Sangmyung University, Seoul 03016, Korea 2 Department

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

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

PURPOSE To provide the tools to set up and maintain a healthy office workspace & environment

PURPOSE To provide the tools to set up and maintain a healthy office workspace & environment Office Ergonomics PURPOSE To provide the tools to set up and maintain a healthy office workspace & environment WHAT IS A GOOD POSTURE? OFFICE SETUP CHAIR WORK SURFACE INPUT DEVICES MONITOR ACCESSORIES

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

The innovative intercom solution

The innovative intercom solution The innovative intercom solution WELCOME With the DIVUS door communication system meet elegant design with highest safety standards and complete comfort already at the front door. The new DIVUS VIDEOPHONE

More information

StykuTM VISUALIZE YOURSELF IN 3D. Product Catalog

StykuTM VISUALIZE YOURSELF IN 3D. Product Catalog StykuTM VISUALIZE YOURSELF IN 3D Product Catalog Styku is powered by the world s safest and most precise 3D sensor. In 2010, Microsoft made commercially available the first 3D camera for motion capture

More information

Feel Better. Stanford University ADJUSTING YOUR WORKSTATION PROPER ERGONOMIC POSTURE. USEFUL ERGONOMIC TIPS Work Better.

Feel Better. Stanford University ADJUSTING YOUR WORKSTATION PROPER ERGONOMIC POSTURE. USEFUL ERGONOMIC TIPS Work Better. Feel Better. PROPER ERGONOMIC POSTURE ADJUSTING YOUR WORKSTATION USEFUL ERGONOMIC TIPS Work Better. Stanford University Your workspace should respond to your changing needs, helping you eliminate uncomfortable

More information

Commonwealth Health Corporation NEXT

Commonwealth Health Corporation NEXT Commonwealth Health Corporation This computer-based learning (CBL) module details important aspects of musculoskeletal disorders, body mechanics and ergonomics in the workplace. It examines: what causes

More information

Development of a portable device for home monitoring of. snoring. Abstract

Development of a portable device for home monitoring of. snoring. Abstract Author: Yeh-Liang Hsu, Ming-Chou Chen, Chih-Ming Cheng, Chang-Huei Wu (2005-11-03); recommended: Yeh-Liang Hsu (2005-11-07). Note: This paper is presented at International Conference on Systems, Man and

More information

Biologically-Inspired Human Motion Detection

Biologically-Inspired Human Motion Detection Biologically-Inspired Human Motion Detection Vijay Laxmi, J. N. Carter and R. I. Damper Image, Speech and Intelligent Systems (ISIS) Research Group Department of Electronics and Computer Science University

More information

Mobile System Design for Scratch Recognition

Mobile System Design for Scratch Recognition Mobile System Design for Scratch Recognition Jongin Lee jongin.lee@kaist.ac.kr Dae-ki Cho Dept. of Computer Science, Princeton University 35 Olden Street, Princeton NJ 08540 USA dkcho@cs.princeton.edu

More information

Care that makes sense Designing assistive personalized healthcare with ubiquitous sensing

Care that makes sense Designing assistive personalized healthcare with ubiquitous sensing Care that makes sense Designing assistive personalized healthcare with ubiquitous sensing Care that makes sense The population is constantly aging Chronic diseases are getting more prominent Increasing

More information

Physical Monitoring in Daily Life by Remote Body Area Network System

Physical Monitoring in Daily Life by Remote Body Area Network System Journal of Physics: Conference Series OPEN ACCESS Physical Monitoring in Daily Life by Remote Body Area Network System To cite this article: Keisuke Kamada et al 2015 J. Phys.: Conf. Ser. 588 012015 View

More information

Goal Status Bar. Time/Date. Activity type. Activity value. Quick Start Guide. Model: Core C210

Goal Status Bar. Time/Date. Activity type. Activity value. Quick Start Guide. Model: Core C210 Goal Status Bar Time/Date Activity type Activity value Quick Start Guide Model: Core C210 To turn on your activity tracker, press and hold any button. Learn more For full instructions, helpful tips and

More information

CSE 118/218 Final Presentation. Team 2 Dreams and Aspirations

CSE 118/218 Final Presentation. Team 2 Dreams and Aspirations CSE 118/218 Final Presentation Team 2 Dreams and Aspirations Smart Hearing Hearing Impairment A major public health issue that is the third most common physical condition after arthritis and heart disease

More information

THE INTERACTIVE LEARNING OF INTEGRATING ANIMATION GAME WITH KINECT SYSTEM FOR SENIOR WITH MILD ALZHEIMER

THE INTERACTIVE LEARNING OF INTEGRATING ANIMATION GAME WITH KINECT SYSTEM FOR SENIOR WITH MILD ALZHEIMER THE INTERACTIVE LEARNING OF INTEGRATING ANIMATION GAME WITH KINECT SYSTEM FOR SENIOR WITH MILD ALZHEIMER Hui-Ying Chang 1, Shi-Jer Lou 2 & Tsai-Feng Cheng 3* (Corresponding Author) 1 Department of Industrial

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

Ergonomic Equipment Guide

Ergonomic Equipment Guide Ergonomic Equipment Guide Enhancing Wellness Through a Safer, More Efficient Workstation Version 2.3 (12/4/2014) A free resource provided by The Office Spot, who is solely responsible for its content.

More information

Combination of the Kinect with Virtual Reality in Balance Training for the Elderly

Combination of the Kinect with Virtual Reality in Balance Training for the Elderly Engineering, 2013, 5, 171-175 http://dx.doi.org/10.4236/eng.2013.510b037 Published Online October 2013 (http://www.scirp.org/journal/eng) Combination of the Kinect with Virtual Reality in Balance Training

More information

Courtesy of your source for the best ergonomic office furniture.

Courtesy of  your source for the best ergonomic office furniture. Enjoy this free ergonomic evaluation form courtesy of Get Up Stand Up Desk Co., your online source for the best ergonomic office furniture at the best prices. We hope that this evaluation will help you

More information

DC-6. Diagnostic Ultrasound System

DC-6. Diagnostic Ultrasound System DC-6 Diagnostic Ultrasound System MINDRAY is proud to introduce DC-6, a color Doppler ultrasound system for general applications. DC-6 incorporates the latest digital ultrasound image processing technology

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

N RISCE 2K18 ISSN International Journal of Advance Research and Innovation

N RISCE 2K18 ISSN International Journal of Advance Research and Innovation The Computer Assistance Hand Gesture Recognition system For Physically Impairment Peoples V.Veeramanikandan(manikandan.veera97@gmail.com) UG student,department of ECE,Gnanamani College of Technology. R.Anandharaj(anandhrak1@gmail.com)

More information

Improving Headphone Fit Using Design Of Cable

Improving Headphone Fit Using Design Of Cable Technical Disclosure Commons Defensive Publications Series October 27, 2017 Improving Headphone Fit Using Design Of Cable N/A Follow this and additional works at: http://www.tdcommons.org/dpubs_series

More information

PTA 210 PTA Techniques

PTA 210 PTA Techniques PTA 210 PTA Techniques Patient Positioning and Draping INTRO Patient Positioning Must be considered before, during and after treatment AND when the patient is to be at rest for a prolonged period of time

More information

BC380. The New Standard in Body Composition Analysis BODY COMPOSITION ANALYZER

BC380. The New Standard in Body Composition Analysis BODY COMPOSITION ANALYZER www.accuniq.com BC380 The New Standard in Body Composition Analysis BODY COMPOSITION ANALYZER Multi-Frequency Segmental Body Composition Analysis using BIA Technology 02 Product Introduction ACCUNIQ BC380

More information

Detection and Recognition of Sign Language Protocol using Motion Sensing Device

Detection and Recognition of Sign Language Protocol using Motion Sensing Device Detection and Recognition of Sign Language Protocol using Motion Sensing Device Rita Tse ritatse@ipm.edu.mo AoXuan Li P130851@ipm.edu.mo Zachary Chui MPI-QMUL Information Systems Research Centre zacharychui@gmail.com

More information

8. Counter Work essential tips

8. Counter Work essential tips 8. Counter Work essential tips Find an effective posture to perform your work Optimize your keying & screen viewing postures Minimize grasping & lifting motions Use efficient body motions to reach Operate

More information

Sign Language Recognition with the Kinect Sensor Based on Conditional Random Fields

Sign Language Recognition with the Kinect Sensor Based on Conditional Random Fields Sensors 2015, 15, 135-147; doi:10.3390/s150100135 Article OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Sign Language Recognition with the Kinect Sensor Based on Conditional Random Fields

More information

Gesture Control in a Virtual Environment. Presenter: Zishuo Cheng (u ) Supervisors: Prof. Tom Gedeon and Mr. Martin Henschke

Gesture Control in a Virtual Environment. Presenter: Zishuo Cheng (u ) Supervisors: Prof. Tom Gedeon and Mr. Martin Henschke Gesture Control in a Virtual Environment Presenter: Zishuo Cheng (u4815763) Supervisors: Prof. Tom Gedeon and Mr. Martin Henschke 2 Outline Background Motivation Methodology Result & Discussion Conclusion

More information

3. MANUAL ALPHABET RECOGNITION STSTM

3. MANUAL ALPHABET RECOGNITION STSTM Proceedings of the IIEEJ Image Electronics and Visual Computing Workshop 2012 Kuching, Malaysia, November 21-24, 2012 JAPANESE MANUAL ALPHABET RECOGNITION FROM STILL IMAGES USING A NEURAL NETWORK MODEL

More information

OPNAVINST G 30 Dec 05

OPNAVINST G 30 Dec 05 Appendix 23-B Computer Workstation Checklist The computer workstation checklist is one method available for performing computer workstation assessments. The checklist is designed to be printed as two double-sided

More information

Setting up Your Home Office

Setting up Your Home Office Setting up Your Home Office The home office is becoming more and more prevalent. Even those who do not work from home on a regular basis have computer workstations set up in the home for personal activities.

More information

ACUTE LEUKEMIA CLASSIFICATION USING CONVOLUTION NEURAL NETWORK IN CLINICAL DECISION SUPPORT SYSTEM

ACUTE LEUKEMIA CLASSIFICATION USING CONVOLUTION NEURAL NETWORK IN CLINICAL DECISION SUPPORT SYSTEM ACUTE LEUKEMIA CLASSIFICATION USING CONVOLUTION NEURAL NETWORK IN CLINICAL DECISION SUPPORT SYSTEM Thanh.TTP 1, Giao N. Pham 1, Jin-Hyeok Park 1, Kwang-Seok Moon 2, Suk-Hwan Lee 3, and Ki-Ryong Kwon 1

More information

HOW TO CHOOSE THE RIGHT CHAIR

HOW TO CHOOSE THE RIGHT CHAIR HOW TO CHOOSE THE RIGHT CHAIR ADJ SEAT HEIGHT & BACK: A GOOD SIZED SEAT: GOOD SEAT PADDING: Easy to adjust seat height. Provide a good range of approximately 40-53cm from the floor to the height of the

More information

An Edge-Device for Accurate Seizure Detection in the IoT

An Edge-Device for Accurate Seizure Detection in the IoT An Edge-Device for Accurate Seizure Detection in the IoT M. A. Sayeed 1, S. P. Mohanty 2, E. Kougianos 3, and H. Zaveri 4 University of North Texas, Denton, TX, USA. 1,2,3 Yale University, New Haven, CT,

More information

Overview Detection epileptic seizures

Overview Detection epileptic seizures Overview Detection epileptic seizures Overview Problem Goal Method Detection with accelerometers Detection with video data Result Problem Detection of epileptic seizures with EEG (Golden Standard) Not

More information

Design of a Virtual Robotic Arm based on the EMG variation

Design of a Virtual Robotic Arm based on the EMG variation , pp.38-43 http://dx.doi.org/10.14257/astl.2015.113.09 Design of a Virtual Robotic Arm based on the EMG variation Ho-Sun Shin 1, Asilbek Ganiev 2, Kang-Hee Lee 2 1 Department of Cultural Contents, Soongsil

More information

Adjust the chair height so that your feet rest comfortably on the floor, footrest or foot ring.

Adjust the chair height so that your feet rest comfortably on the floor, footrest or foot ring. Laboratory ergonomics Some tasks performed in research laboratories can lead to joint and muscle strains if done for prolonged periods. The following tips can help you to work effectively and reduce fatigue

More information

Research Article Assessment of Patellar Tendon Reflex Responses Using Second-Order System Characteristics

Research Article Assessment of Patellar Tendon Reflex Responses Using Second-Order System Characteristics Applied Bionics and Biomechanics Volume 2016, Article ID 7172948, 4 pages http://dx.doi.org/10.1155/2016/7172948 Research Article Assessment of Patellar Tendon Reflex Responses Using Second-Order System

More information

ITU-T. FG AVA TR Version 1.0 (10/2013) Part 3: Using audiovisual media A taxonomy of participation

ITU-T. FG AVA TR Version 1.0 (10/2013) Part 3: Using audiovisual media A taxonomy of participation International Telecommunication Union ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU FG AVA TR Version 1.0 (10/2013) Focus Group on Audiovisual Media Accessibility Technical Report Part 3: Using

More information

Sensory. Physical. Cognitive. Language 4/12/2016 LEARNING OBJECTIVES AT ASSESSMENT: SKILLS EVALUATION OVERVIEW

Sensory. Physical. Cognitive. Language 4/12/2016 LEARNING OBJECTIVES AT ASSESSMENT: SKILLS EVALUATION OVERVIEW ASSISTIVE TECHNOLOGY ASSESSMENT: SEATING AND POSITIONING FOR ACCESS Anne Cronin 2016 LEARNING OBJECTIVES Describe the principles related to assessment and intervention in assistive technology (AT) service

More information

ERGONOMIC ASSESSMENT TOOL. Eyes

ERGONOMIC ASSESSMENT TOOL. Eyes This tool was designed to provide guidance to perform ergonomic workstation evaluations for computer users. This form will determine how computer users interact with their workstations. Person/Workstation

More information

Reference Material Searched and Brought to you

Reference Material Searched and Brought to you Reference Material Searched and Brought to you by While requesting for additional reference material, always mention Title and Reference of the document. Please ensure you provide your name, company email

More information

Ergonomics 101. Presented by: Macomb Benefits

Ergonomics 101. Presented by: Macomb Benefits Ergonomics 101 Presented by: Macomb Benefits Today s agenda Learn what ergonomics is and why it s important at Be able to detect early symptoms of problems Have a list of comfort tips and quick fixes to

More information

Learning Utility for Behavior Acquisition and Intention Inference of Other Agent

Learning Utility for Behavior Acquisition and Intention Inference of Other Agent Learning Utility for Behavior Acquisition and Intention Inference of Other Agent Yasutake Takahashi, Teruyasu Kawamata, and Minoru Asada* Dept. of Adaptive Machine Systems, Graduate School of Engineering,

More information

Chapter 9: Exercise Instructions

Chapter 9: Exercise Instructions RESOURCES RESEARCHERS / MEDICAL HOW TO HELP SPONSORS GEHRIG CONNECTION MEDIA TELETHON MDA.ORG search our site Go MDA/ALS Newsmagazine Current Issue Home> Publications >Everyday Life With ALS: A Practical

More information

Development of a Quantitative Ergonomic Assessment Method for Helicopter Cockpit Design in a Digital Environment

Development of a Quantitative Ergonomic Assessment Method for Helicopter Cockpit Design in a Digital Environment Development of a Quantitative Ergonomic Assessment Method for Helicopter Cockpit Design in a Digital Environment Kihyo Jung 1, Jangwoon Park 1, Wonsup Lee 1, Jooho Uem 2, Byunggil Kang 2, Seikwon Park

More information

EMBEDDED PROJECTS-IEEE-NON IEEE DOMAINS

EMBEDDED PROJECTS-IEEE-NON IEEE DOMAINS EMBEDDED PROJECTS-IEEE-NON IEEE DOMAINS TECHNOLOGY : EMBEDDED (ATMEL/PIC/ARM) DOMAIN : IEEE TRANSACTIONS ON BIO MEDICAL ENGINEERING S.NO CODE TITLES 1 IBIO001 2 IBIO002 TRANSABDOMINAL FETAL HEART RATE

More information

Sign Language in the Intelligent Sensory Environment

Sign Language in the Intelligent Sensory Environment Sign Language in the Intelligent Sensory Environment Ákos Lisztes, László Kővári, Andor Gaudia, Péter Korondi Budapest University of Science and Technology, Department of Automation and Applied Informatics,

More information

Portable Healthcare System with Low-power Wireless ECG and Heart Sounds Measurement

Portable Healthcare System with Low-power Wireless ECG and Heart Sounds Measurement Portable Healthcare System with Low-power Wireless ECG and Heart Sounds Measurement Yi-Hsuan Liu, Yi-Ting Lee, and Yu-Jung Ko Department of Electrical Engineering, National Tsing Hua University, Hsinchu,

More information

Agitation sensor based on Facial Grimacing for improved sedation management in critical care

Agitation sensor based on Facial Grimacing for improved sedation management in critical care Agitation sensor based on Facial Grimacing for improved sedation management in critical care The 2 nd International Conference on Sensing Technology ICST 2007 C. E. Hann 1, P Becouze 1, J. G. Chase 1,

More information

Smart Wearable Body Equilibrium Correction System with Mobile Device

Smart Wearable Body Equilibrium Correction System with Mobile Device 2017 International Conference on Computer Science and Application Engineering (CSAE 2017) ISBN: 978-1-60595-505-6 Smart Wearable Body Equilibrium Correction System with Mobile Device Boon Giin Lee *, Teak

More information

Bellabeat LEAF Frequently Asked Questions

Bellabeat LEAF Frequently Asked Questions Bellabeat LEAF Frequently Asked Questions About the LEAF What is the LEAF? What does it do? The LEAF is a sleep, activity and reproductive health monitor that helps you cope with stress through built-in

More information

Low Back Pain Home Exercises

Low Back Pain Home Exercises Low Back Pain Home Exercises General Instructions The low back exercise program is a series of stretching exercises and strengthening exercises prescribed by your physician for your medical condition.

More information

Multimodal Data Collection Framework for Mental Stress Monitoring

Multimodal Data Collection Framework for Mental Stress Monitoring Multimodal Data Collection Framework for Mental Stress Monitoring Saewon Kye Junhyung Moon Juneil Lee Inho Choi Dongmi Cheon Kyoungwoo Lee Department of Computer Science Yonsei University Seoul, Republic

More information

Noise-Robust Speech Recognition Technologies in Mobile Environments

Noise-Robust Speech Recognition Technologies in Mobile Environments Noise-Robust Speech Recognition echnologies in Mobile Environments Mobile environments are highly influenced by ambient noise, which may cause a significant deterioration of speech recognition performance.

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

PERSONAL COMPUTER WORKSTATION CHECKLIST

PERSONAL COMPUTER WORKSTATION CHECKLIST PERSONAL COMPUTER WORKSTATION CHECKLIST Last Revised: 6/26/17 A. Summary Use the following checklists to assess your own computer workstation. If you say No to any items within the lists, it may indicate

More information