A Smart Home Design and Implementation Based on Kinect

Size: px
Start display at page:

Download "A Smart Home Design and Implementation Based on Kinect"

Transcription

1 2018 International Conference on Physics, Computing and Mathematical Modeling (PCMM 2018) ISBN: A Smart Home Design and Implementation Based on Kinect Jin-wen DENG 1,2, Xue-jun ZHANG 1,2,*, Yue WANG 3 and Mu-jun LIU 4 1 School of Computer, Electronics and Information, Guangxi University, China 2 Guangxi Key Laboratory of Multimedia Communications and Network Technology, Guangxi University, Nanning , China *Corresponding author Keywords: Smart home, Kinect somatosensory device, Skeleton recognition, SVM. Abstract. We proposed a smart home cloud system based on the Kinect camera combining control unit of STM32 with SVM classifier and networking technology. Human skeleton-based identification and posture recognition is fulfilled with Kinect depth sensor, from which users can enter different positions according to their preferences for system to learn, ultimately allow appliances have accurate predictive features. Instead of using any third-party media to complete the home appliances control, our system applies face recognition and bone matching technology to open the door, or alarm stranger invasion. Together with child fall/rain protection window, home electric power detection and web controller, it can enhance the intelligent level and security capability of the current smart home system. Introduction With the development of internet technology and mobile internet terminal platform, technologies such as Internet of Things (IOT) are gradually mature, that leads smart home to step into people's lives. In order to improve the intelligent and security level and achieve autonomous control, we designs a smart home [1] automation system based on WiFi data transmission IOT technology and kernel controller STM32. The introduction of Kinect somatosensory device, obtains the human skeleton information which adopts a new identification method [2], and achieves a high recognition rate. The system has the following benefits: low cost, big profit, high practical marketing value. Composition and Design Block Diagram This smart home cloud system mainly consists three parts: the control terminal, the communication link, and the smart user port [3]. The control terminal mainly takes the STM32 as the processing center which collects, analyzes, processes data according to different pre-set conditions. It sends out control instruction signal, and uploads the processing result to the user port through the link, and then provide real-time feedbacks through the APP to the user. WiFi module and cloud server platform for remote data exchange is used in communication link, so that the control terminal and the client can achieve real-time human-computer interaction; the client is used to receive and display system data sent by the control terminal, intuitively shows the status of the home system with a graphical interface, and enable the user to remotely control the home through the interactive interface. The overall system diagram is shown in Figure 1.1, while the system in the family application is shown in Figure1.2. Kinect Technology Application in the System Nowadays, effective identification becomes more and more important. Existing biometrics have limitations; this paper realizes the design of the acquisition and control system of access control system with Kinect as the core component. Due to the body's bones belong to the biological properties of the physical, which has high stability that cannot be fake. Obtaining the human skeleton information from Kinect as the authentication to judge the legitimacy of visitors, Kinect is a 399

2 three-dimensional body sensor [4], through its infrared CMOS camera and RGB camera together to form a 3D depth sensor, cooperate with its internal processing chip, the "depth field" imaging could be obtained for bone recognition [5], motion tracking, and face detection. Figure 1.1. The overall system diagram. Figure 1.2. The system in the family application. Identification Based on Human Skeleton Data and Methods to Open the Door The system has 3 ways to open the door, including bones, fingerprints, mobile phones, combined with an automatic alarm. Its original skeleton recognition system was based on WPF developed by VS2013 using C# language that included 6 modules: skeleton data entry, training model, adjustment parameters, character recognition, gesture recognition and real-time character image display. Identifying Bone Structure Principle Inside the Kinect, a skeleton was represented by 25 joints, as shown in Figure 2.1. As one walks into Kinect's view, it automatically looked for 25 knuckles of an individual (standing pose), represented by three-dimensional coordinates (x, y, z). In the system, we eventually need the individual three-dimensional coordinates of 25 nodes, the implementation process was as follows: 1) Opened KinectSensor first, then got BodyFrameSource and ColorFrameSource data sources via KinectSensor for color image data and skeleton data. 2) In the Kinect C # API, event mode was used to access skeletal and color image data, defining frame arrival events. 3) Opened colorframereader and bodyframereader, to obtain the ColorFrame, BodyFrame objects. 4) Opened the color image data stream and skeleton data stream, got the color image and bone data. 5) Processed color image data and converted it to jpg format. 6) Extracting the three-dimensional coordinates of the 25 coordinate points and coordinated conversion using coordinatemapper, and then drew the skeletal frame using WPF Canvas layout. 7) The color images and bone images displayed in real time to the same window, to achieve the skeleton structure recognition. Selection and Optimization of Skeletal Features Data Set Construction. We collected a set of character skeletal data of different height and gender and randomly selected 30 people's data as a sample. Due to the instability of Kinect sensor, the identification of some points might be erroneous, making the distance unstable, such as the distance between ankle and foot. Thus, we chose a relatively stable group of 30 different skeletal fragments as candidate features. Features Selection. The coordinates of the skeletal joint point were determined by the Kinect's three-dimensional coordinate system. As shown in Figure 2.2, the origin (0,0,0) of the Kinect's 3D coordinates was located at the center of the Kinect's infrared camera. According to the extracted coordinates of 25 human skeletal joints, each joint was connected to form a segment of bone, different skeletal features were obtained by calculating different skeletal distances. As shown in Figure 2.3, Dist i represented one of the skeletal features we selected. Assuming that the coordinates of the two joint points a and b are respectively (x 1,y 1,z 1 ) and (x 2,y 2,z 2 ), the distance between the two joint points was calculated as: 400

3 (1) We recombined 25 joints to make different kinds of features by calculating the distance between different joint points. Finally, the skeleton feature vector could be expressed as: F = (Dist1, Dist2,..., Distn) Where Dist n represented the distance of a skeletal segment. (2) Figure 2.1. Joints position. Figure 2.2. Three-dimensional coordinate system. Figure 2.3. Skeleton feature selection. SVM Classifier Support Vector Machine (SVM), a classifier first proposed by Vapnik [6] in 1995, can improve the generalization ability of classifiers by finding the structural risk minimization. The system uses SVM algorithm for people recognition. SVM Optimization and Feature Selection. The characteristics play a very important role on the performance of the algorithm. By combining different features [7] using 10-fold cross-validation, we found features combination with the highest recognition rate by changing the number of samples, kernel functions, the number of feature points and the parameters c and g multiple times. Figure 2.4 shows SVM optimization result, the recognition rate reaches % and the top 50% of features combinations is the optimal features. Training and Character Recognition In this paper, 30 human skeletal data were used as training samples, SVM was used to train the classification model using the optimal parameters obtained above. In the stage of character recognition, new skeletal sample data are scanned and inputted into the trained SVM model. The output was the classification result of the sample as shown in Figure 2.5. Figure 2.4. SVM parameter optimization accuracy curve. Figure 2.5. Kinect figure skeletal identification flow chart. System Realization and Experimental Result Analysis In this paper, smart home system using C/S architecture with WiFi Ad hoc network, through the home gateway to establish real-time data control link between control center and client which could achieve various types of home information. The system structure was shown in Figure

4 Figure 3.1. The system structure. Figure 3.2. The character recognition system interface. The Function that Console should be Completed. The system control terminal using STM32F103 as the main control chip. Kinect as control terminal sensor, connected with the PC. Data and order were transferred through serial communication between STM32F103. It had many functions: automated appliance controlling, integrated information display, skeleton information matching to open the door and stranger alarm, intelligent child-drop prevention automatic windows, temperature and humidity information integrated display. Online Real-time Character Recognition System Based on Kinect. The system had realized the intelligent access control has three advantages: Skeleton recognition makes up for the deficiency of existing recognition; Using anti-interference ability wireless WiFi signal; Realizing phone as remote control. Figure 3.2 shows the recognition system interface. Home application control using posture recognition based on Kinect. Kinect 3D technology [8] was used to in gesture recognition. According to different users habits to develop different home application control. As shown in Figure 3.3 and Figure 3.4, each command switch corresponded to the posture represent a system custom operating instruction. Client Implementation In order to facilitate system main- tenance and function expansion, we designed a mobile client based on Android operating system and JAVA language. It had the advantages of simple interface, convenient operation and low cost. We could see the mobile client control interface, the APP face recognition login screen and responding screen to voice commands on phone in Figure 3.4. Figure 3.3. Electric control method. Figure 3.4. APP face recognition login. Figure 3.5. Custom operation instruction. Experimental Results Analysis In order to tested the accuracy of character identification, 2 masters of 10 persons, 6 masters of 30 persons and 10 masters of 50 persons were tested respectively, and each species was measured 10 times and average the results was in the Table 3.2. Among them, TN = Number of master data classified as master; FN = Number of stranger data classified as master; TP = Number of stranger data correctly classified as they are; FN = Number of master data classified as stranger; Sensitivity = TP/(TP+FN); Specificity = TN/(TN+FP); PPV = TP/(TP+FP); Accuracy = (TP+TN)/(TP+FN+TN+FP). Experiments show that this character recognition the accuracy of this character identification is high. 402

5 Table 3.2. The accuracy of character identification. Table 3.3. The accuracy of difference instuctions sheet. In order to test the reliability and stability of posture recognition system, 100 measurements were made for each command under the same conditions. Table 3.3 summarized the accuracy of difference instuctions, which demonstrates that this gesture recognition works robust in our experiments. Conclusion The results of the study indicate that compared with smart home products in the market, the advantages of this system are embodied in security, scalability and low cost. With the successful introduction of Kinect, users simply neeed to give a gesture to control the indoor facilities which effectively improve the intelligence of smart home level. This means it get rid of the dependence on the mobile internet side and free up users hands. The next step will be further used Kinect technology to improve people's intelligent living standards by combining smart home with smart health care. Acknowledgments This work was supported in part by two research support from the National Natural Science Foundation of China (Nos and ). References [1] Shi Y, Xie W, Xu G, et al. The smart classroom: merging technologies for seamless tele-education[j]. IEEE Pervasive Computing, 2003, 2(2): [2] Zollhöfer M, Martinek M, Greiner G, et al. Automatic reconstruction of personalized avatars from 3D face scans[j]. Computer Animation and Virtual Worlds, 2011, 22(2 3): [3] Sun, C., Y. Hsieh and P. Georgescu, A model for HIV transmission with two interacting high-risk groups. Nonlinear Analysis-Real World Applications, : p [4] Zhang Z. Microsoft kinect sensor and its effect[j]. IEEE multimedia, 2012, 19(2): [5] Pal D H, Kakade S. Dynamic hand gesture recognition using kinect sensor[c]. Global Trends in Signal Processing, Information Computing and Communication (ICGTSPICC), 2016 International Conference on, 2016: [6] Sotiris V A, Peter W T, Pecht M G. Anomaly detection through a bayesian support vector machine[j]. IEEE Transactions on Reliability, 2010, 59(2): [7] Ghaddar, B. and J. Naoum-Sawaya, High dimensional data classification and feature selection using support vector machines. European Journal Of Operational Research, (3): p [8] Loeb, H., et al., Automated recognition of rear seat occupants' head position using Kinect 3D point cloud. Journal of safety research, : p

KINECT CONTROLLED HUMANOID AND HELICOPTER

KINECT CONTROLLED HUMANOID AND HELICOPTER KINECT CONTROLLED HUMANOID AND HELICOPTER Muffakham Jah College of Engineering & Technology Presented by : MOHAMMED KHAJA ILIAS PASHA ZESHAN ABDUL MAJEED AZMI SYED ABRAR MOHAMMED ISHRAQ SARID MOHAMMED

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

Classification for Motion Game Based on EEG Sensing

Classification for Motion Game Based on EEG Sensing Classification for Motion Game Based on EEG Sensing Ran WEI 1,3,4, Xing-Hua ZHANG 1,4, Xin DANG 2,3,4,a and Guo-Hui LI 3 1 School of Electronics and Information Engineering, Tianjin Polytechnic University,

More information

Design and Implementation of an Intuitive Gesture Recognition System Using a Hand-held Device

Design and Implementation of an Intuitive Gesture Recognition System Using a Hand-held Device Design and Implementation of an Intuitive Gesture Recognition System Using a Hand-held Device Hung-Chi Chu 1, Yuan-Chin Cheng 1 1 Department of Information and Communication Engineering, Chaoyang University

More information

The Hand Gesture Recognition System Using Depth Camera

The Hand Gesture Recognition System Using Depth Camera The Hand Gesture Recognition System Using Depth Camera Ahn,Yang-Keun VR/AR Research Center Korea Electronics Technology Institute Seoul, Republic of Korea e-mail: ykahn@keti.re.kr Park,Young-Choong VR/AR

More information

The User Activity Reasoning Model Based on Context-Awareness in a Virtual Living Space

The User Activity Reasoning Model Based on Context-Awareness in a Virtual Living Space , pp.62-67 http://dx.doi.org/10.14257/astl.2015.86.13 The User Activity Reasoning Model Based on Context-Awareness in a Virtual Living Space Bokyoung Park, HyeonGyu Min, Green Bang and Ilju Ko Department

More information

Design of intelligent vehicle control system based on machine visual

Design of intelligent vehicle control system based on machine visual Advances in Engineering Research (AER), volume 117 2nd Annual International Conference on Electronics, Electrical Engineering and Information Science (EEEIS 2016) Design of intelligent vehicle control

More information

A Gesture Oriented Android Multi Touch Interaction Scheme of Car. Feilong Xu

A Gesture Oriented Android Multi Touch Interaction Scheme of Car. Feilong Xu 3rd International Conference on Management, Education, Information and Control (MEICI 2015) A Gesture Oriented Android Multi Touch Interaction Scheme of Car Feilong Xu 1 Institute of Information Technology,

More information

Intelligent Identification System Research

Intelligent Identification System Research 2016 International Conference on Manufacturing Construction and Energy Engineering (MCEE) ISBN: 978-1-60595-374-8 Intelligent Identification System Research Zi-Min Wang and Bai-Qing He Abstract: From the

More information

Drink Bottle Defect Detection Based on Machine Vision Large Data Analysis. Yuesheng Wang, Hua Li a

Drink Bottle Defect Detection Based on Machine Vision Large Data Analysis. Yuesheng Wang, Hua Li a Advances in Computer Science Research, volume 6 International Conference on Artificial Intelligence and Engineering Applications (AIEA 06) Drink Bottle Defect Detection Based on Machine Vision Large Data

More information

FACE VERIFICATION SYSTEM IN MOBILE DEVICES BY USING COGNITIVE SERVICES

FACE VERIFICATION SYSTEM IN MOBILE DEVICES BY USING COGNITIVE SERVICES International Journal of Intelligent Systems and Applications in Engineering Advanced Technology and Science ISSN:2147-67992147-6799 www.atscience.org/ijisae Original Research Paper FACE VERIFICATION SYSTEM

More information

Journal of Chemical and Pharmaceutical Research, 2013, 5(9): Research Article. The design of panda-oriented intelligent recognition system

Journal of Chemical and Pharmaceutical Research, 2013, 5(9): Research Article. The design of panda-oriented intelligent recognition system Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2013, 5(9):341-346 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 The design of panda-oriented intelligent recognition

More information

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation Sensors & Transducers, Vol. 6, Issue 2, December 203, pp. 53-58 Sensors & Transducers 203 by IFSA http://www.sensorsportal.com A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition

More information

6 System architecture

6 System architecture 6 System architecture is an application for interactively controlling the animation of VRML avatars. It uses the pen interaction technique described in Chapter 3 - Interaction technique. It is used in

More information

Research on Presentation of Multimedia Interactive Electronic Sand. Table

Research on Presentation of Multimedia Interactive Electronic Sand. Table International Conference on Education Technology and Economic Management (ICETEM 2015) Research on Presentation of Multimedia Interactive Electronic Sand Table Daogui Lin Fujian Polytechnic of Information

More information

Hand Gesture Recognition System Using Camera

Hand Gesture Recognition System Using Camera Hand Gesture Recognition System Using Camera Viraj Shinde, Tushar Bacchav, Jitendra Pawar, Mangesh Sanap B.E computer engineering,navsahyadri Education Society sgroup of Institutions,pune. Abstract - In

More information

Research on an Economic Localization Approach

Research on an Economic Localization Approach Computer and Information Science; Vol. 12, No. 1; 2019 ISSN 1913-8989 E-ISSN 1913-8997 Published by Canadian Center of Science and Education Research on an Economic Localization Approach 1 Yancheng Teachers

More information

Drive Me : a Interaction System Between Human and Robot

Drive Me : a Interaction System Between Human and Robot 14 th International Conference on DEVELOPMENT AND APPLICATION SYSTEMS, Suceava, Romania, May 24-26, 2018 Drive Me : a Interaction System Between Human and Robot Stefan-Gheorghe Pentiuc Faculty of Electrical

More information

Computer Vision in Human-Computer Interaction

Computer Vision in Human-Computer Interaction Invited talk in 2010 Autumn Seminar and Meeting of Pattern Recognition Society of Finland, M/S Baltic Princess, 26.11.2010 Computer Vision in Human-Computer Interaction Matti Pietikäinen Machine Vision

More information

Research on Hand Gesture Recognition Using Convolutional Neural Network

Research on Hand Gesture Recognition Using Convolutional Neural Network Research on Hand Gesture Recognition Using Convolutional Neural Network Tian Zhaoyang a, Cheng Lee Lung b a Department of Electronic Engineering, City University of Hong Kong, Hong Kong, China E-mail address:

More information

Fabrication of the kinect remote-controlled cars and planning of the motion interaction courses

Fabrication of the kinect remote-controlled cars and planning of the motion interaction courses Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 174 ( 2015 ) 3102 3107 INTE 2014 Fabrication of the kinect remote-controlled cars and planning of the motion

More information

Air Marshalling with the Kinect

Air Marshalling with the Kinect Air Marshalling with the Kinect Stephen Witherden, Senior Software Developer Beca Applied Technologies stephen.witherden@beca.com Abstract. The Kinect sensor from Microsoft presents a uniquely affordable

More information

International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015)

International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) Equipment body feeling maintenance teaching system Research Based on Kinect Fushuan Wu 1, a, Jianren

More information

A Study on the control Method of 3-Dimensional Space Application using KINECT System Jong-wook Kang, Dong-jun Seo, and Dong-seok Jung,

A Study on the control Method of 3-Dimensional Space Application using KINECT System Jong-wook Kang, Dong-jun Seo, and Dong-seok Jung, IJCSNS International Journal of Computer Science and Network Security, VOL.11 No.9, September 2011 55 A Study on the control Method of 3-Dimensional Space Application using KINECT System Jong-wook Kang,

More information

Research on Intelligent Helmet for Safety Monitoring in Coal Mine

Research on Intelligent Helmet for Safety Monitoring in Coal Mine 2017 2 nd International Conference on Architectural Engineering and New Materials (ICAENM 2017) ISBN: 978-1-60595-436-3 Research on Intelligent Helmet for Safety Monitoring in Coal Mine Xiucai Guo and

More information

Design of WSN for Environmental Monitoring Using IoT Application

Design of WSN for Environmental Monitoring Using IoT Application Design of WSN for Environmental Monitoring Using IoT Application Sarika Shinde 1, Prof. Venkat N. Ghodke 2 P.G. Student, Department of E and TC Engineering, DPCOE Engineering College, Pune, Maharashtra,

More information

Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization

Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization Sensors and Materials, Vol. 28, No. 6 (2016) 695 705 MYU Tokyo 695 S & M 1227 Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization Chun-Chi Lai and Kuo-Lan Su * Department

More information

Cooperative anti-collision algorithm based on relay sensor in RFID system Xinxian Li, Xiaoling Sun2, b, Weiqin Li2, c, Daisong Shi2, d

Cooperative anti-collision algorithm based on relay sensor in RFID system Xinxian Li, Xiaoling Sun2, b, Weiqin Li2, c, Daisong Shi2, d rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 0) Cooperative anti-collision algorithm based on relay sensor in RFID system, a Xinxian Li, Xiaoling

More information

Design a Model and Algorithm for multi Way Gesture Recognition using Motion and Image Comparison

Design a Model and Algorithm for multi Way Gesture Recognition using Motion and Image Comparison e-issn 2455 1392 Volume 2 Issue 10, October 2016 pp. 34 41 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Design a Model and Algorithm for multi Way Gesture Recognition using Motion and

More information

Wednesday, October 29, :00-04:00pm EB: 3546D. TELEOPERATION OF MOBILE MANIPULATORS By Yunyi Jia Advisor: Prof.

Wednesday, October 29, :00-04:00pm EB: 3546D. TELEOPERATION OF MOBILE MANIPULATORS By Yunyi Jia Advisor: Prof. Wednesday, October 29, 2014 02:00-04:00pm EB: 3546D TELEOPERATION OF MOBILE MANIPULATORS By Yunyi Jia Advisor: Prof. Ning Xi ABSTRACT Mobile manipulators provide larger working spaces and more flexibility

More information

Just how smart is your home?

Just how smart is your home? Just how smart is your home? A look at the features and benefits of LightwaveRF technology to control lighting, heating and security in your home. John Shermer Technology Choices Technology Choices Zigbee

More information

Live Hand Gesture Recognition using an Android Device

Live Hand Gesture Recognition using an Android Device Live Hand Gesture Recognition using an Android Device Mr. Yogesh B. Dongare Department of Computer Engineering. G.H.Raisoni College of Engineering and Management, Ahmednagar. Email- yogesh.dongare05@gmail.com

More information

GESTURE RECOGNITION SOLUTION FOR PRESENTATION CONTROL

GESTURE RECOGNITION SOLUTION FOR PRESENTATION CONTROL GESTURE RECOGNITION SOLUTION FOR PRESENTATION CONTROL Darko Martinovikj Nevena Ackovska Faculty of Computer Science and Engineering Skopje, R. Macedonia ABSTRACT Despite the fact that there are different

More information

Space Research expeditions and open space work. Education & Research Teaching and laboratory facilities. Medical Assistance for people

Space Research expeditions and open space work. Education & Research Teaching and laboratory facilities. Medical Assistance for people Space Research expeditions and open space work Education & Research Teaching and laboratory facilities. Medical Assistance for people Safety Life saving activity, guarding Military Use to execute missions

More information

Design and Application of Multi-screen VR Technology in the Course of Art Painting

Design and Application of Multi-screen VR Technology in the Course of Art Painting Design and Application of Multi-screen VR Technology in the Course of Art Painting http://dx.doi.org/10.3991/ijet.v11i09.6126 Chang Pan University of Science and Technology Liaoning, Anshan, China Abstract

More information

Internet of Things Application Practice and Information and Communication Technology

Internet of Things Application Practice and Information and Communication Technology 2019 2nd International Conference on Computer Science and Advanced Materials (CSAM 2019) Internet of Things Application Practice and Information and Communication Technology Chen Ning Guangzhou City Polytechnic,

More information

Toward an Augmented Reality System for Violin Learning Support

Toward an Augmented Reality System for Violin Learning Support Toward an Augmented Reality System for Violin Learning Support Hiroyuki Shiino, François de Sorbier, and Hideo Saito Graduate School of Science and Technology, Keio University, Yokohama, Japan {shiino,fdesorbi,saito}@hvrl.ics.keio.ac.jp

More information

Analysis on Privacy and Reliability of Ad Hoc Network-Based in Protecting Agricultural Data

Analysis on Privacy and Reliability of Ad Hoc Network-Based in Protecting Agricultural Data Send Orders for Reprints to reprints@benthamscience.ae The Open Electrical & Electronic Engineering Journal, 2014, 8, 777-781 777 Open Access Analysis on Privacy and Reliability of Ad Hoc Network-Based

More information

Research on emotional interaction design of mobile terminal application. Xiaomeng Mao

Research on emotional interaction design of mobile terminal application. Xiaomeng Mao Advanced Materials Research Submitted: 2014-05-25 ISSN: 1662-8985, Vols. 989-994, pp 5528-5531 Accepted: 2014-05-30 doi:10.4028/www.scientific.net/amr.989-994.5528 Online: 2014-07-16 2014 Trans Tech Publications,

More information

Stabilize humanoid robot teleoperated by a RGB-D sensor

Stabilize humanoid robot teleoperated by a RGB-D sensor Stabilize humanoid robot teleoperated by a RGB-D sensor Andrea Bisson, Andrea Busatto, Stefano Michieletto, and Emanuele Menegatti Intelligent Autonomous Systems Lab (IAS-Lab) Department of Information

More information

Automatic Licenses Plate Recognition System

Automatic Licenses Plate Recognition System Automatic Licenses Plate Recognition System Garima R. Yadav Dept. of Electronics & Comm. Engineering Marathwada Institute of Technology, Aurangabad (Maharashtra), India yadavgarima08@gmail.com Prof. H.K.

More information

Research of Tunnel Construction Monitoring System Based on Senor Information Fusion

Research of Tunnel Construction Monitoring System Based on Senor Information Fusion Sensors & Transducers, Vol. 170, Issue 5, May 014, pp. 54-59 Sensors & Transducers 014 by IFS Publishing, S. L. http://www.sensorsportal.com Research of Tunnel Construction Monitoring System Based on Senor

More information

Automated Meeting Rooms Using Audiovisual Sensors Using Internet of Things

Automated Meeting Rooms Using Audiovisual Sensors Using Internet of Things Automated Meeting Rooms Using Audiovisual Sensors Using Internet of Things Chinmay Divekar 1, Akshay Deshmukh 2, Bhushan Borse 3, Mr.Akshay Jain 4 1,2,3 Department of Computer Engineering, PVG s College

More information

Summary of robot visual servo system

Summary of robot visual servo system Abstract Summary of robot visual servo system Xu Liu, Lingwen Tang School of Mechanical engineering, Southwest Petroleum University, Chengdu 610000, China In this paper, the survey of robot visual servoing

More information

Physical layer authentication of Internet of Things wireless devices through permutation and dispersion entropy

Physical layer authentication of Internet of Things wireless devices through permutation and dispersion entropy Physical layer authentication of Internet of Things wireless devices through permutation and dispersion entropy Gianmarco Baldini European Commission DG.JRC.E3 Gianmarco.Baldini@ec.europa.eu 1 Internet

More information

An Engraving Character Recognition System Based on Machine Vision

An Engraving Character Recognition System Based on Machine Vision 2017 2 nd International Conference on Artificial Intelligence and Engineering Applications (AIEA 2017) ISBN: 978-1-60595-485-1 An Engraving Character Recognition Based on Machine Vision WANG YU, ZHIHENG

More information

Gesture Recognition with Real World Environment using Kinect: A Review

Gesture Recognition with Real World Environment using Kinect: A Review Gesture Recognition with Real World Environment using Kinect: A Review Prakash S. Sawai 1, Prof. V. K. Shandilya 2 P.G. Student, Department of Computer Science & Engineering, Sipna COET, Amravati, Maharashtra,

More information

Design of a Remote-Cockpit for small Aerospace Vehicles

Design of a Remote-Cockpit for small Aerospace Vehicles Design of a Remote-Cockpit for small Aerospace Vehicles Muhammad Faisal, Atheel Redah, Sergio Montenegro Universität Würzburg Informatik VIII, Josef-Martin Weg 52, 97074 Würzburg, Germany Phone: +49 30

More information

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged ADVANCED ROBOTICS SOLUTIONS * Intelli Mobile Robot for Multi Specialty Operations * Advanced Robotic Pick and Place Arm and Hand System * Automatic Color Sensing Robot using PC * AI Based Image Capturing

More information

Designing the Smart Foot Mat and Its Applications: as a User Identification Sensor for Smart Home Scenarios

Designing the Smart Foot Mat and Its Applications: as a User Identification Sensor for Smart Home Scenarios Vol.87 (Art, Culture, Game, Graphics, Broadcasting and Digital Contents 2015), pp.1-5 http://dx.doi.org/10.14257/astl.2015.87.01 Designing the Smart Foot Mat and Its Applications: as a User Identification

More information

Development a File Transfer Application by Handover for 3D Video Communication System in Synchronized AR Space

Development a File Transfer Application by Handover for 3D Video Communication System in Synchronized AR Space Development a File Transfer Application by Handover for 3D Video Communication System in Synchronized AR Space Yuki Fujibayashi and Hiroki Imamura Department of Information Systems Science, Graduate School

More information

Design of Experimental Platform for Intelligent Car. , Heyan Wang

Design of Experimental Platform for Intelligent Car. , Heyan Wang 7th International Conference on Education, Management, Computer and Medicine (EMCM 2016) Design of Experimental Platform for Intelligent Car 1, a* Hongtao Yu 1, b, Sen Wang 2, c, Heyan Wang 1, d and Yanhua

More information

Vein and Fingerprint Identification Multi Biometric System: A Novel Approach

Vein and Fingerprint Identification Multi Biometric System: A Novel Approach Vein and Fingerprint Identification Multi Biometric System: A Novel Approach Hatim A. Aboalsamh Abstract In this paper, a compact system that consists of a Biometrics technology CMOS fingerprint sensor

More information

Application and Research of Kinect Motion Sensing Technology on Substation Simulation Training System

Application and Research of Kinect Motion Sensing Technology on Substation Simulation Training System Send Orders for Reprints to reprints@benthamscience.ae The Open Cybernetics & Systemics Journal, 2014, 8, 667-675 667 Open Access Application and Research of Kinect Motion Sensing Technology on Substation

More information

2 Intelligent meter reading mode

2 Intelligent meter reading mode 3rd International Conference on Multimedia Technology(ICMT 2013) Intelligent water meter with low power consumption based on ZigBee technology Zhe Xie Rangding Wang 1 Abstract. A design of intelligent

More information

A Step Forward in Virtual Reality. Department of Electrical and Computer Engineering

A Step Forward in Virtual Reality. Department of Electrical and Computer Engineering A Step Forward in Virtual Reality Team Step Ryan Daly Electrical Engineer Jared Ricci Electrical Engineer Joseph Roberts Electrical Engineer Steven So Electrical Engineer 2 Motivation Current Virtual Reality

More information

NTU Robot PAL 2009 Team Report

NTU Robot PAL 2009 Team Report NTU Robot PAL 2009 Team Report Chieh-Chih Wang, Shao-Chen Wang, Hsiao-Chieh Yen, and Chun-Hua Chang The Robot Perception and Learning Laboratory Department of Computer Science and Information Engineering

More information

OSGi-Based Context-Aware Middleware for Building Intelligent Services in a Smart Home Environment

OSGi-Based Context-Aware Middleware for Building Intelligent Services in a Smart Home Environment OSGi-Based Context-Aware Middleware for Building Intelligent Services in a Smart Home Environment SHU-CHEN CHENG1, CHIEN-FENG LAI2 Department of Computer Science and Information Engineering, Southern Taiwan

More information

Kinect Interface for UC-win/Road: Application to Tele-operation of Small Robots

Kinect Interface for UC-win/Road: Application to Tele-operation of Small Robots Kinect Interface for UC-win/Road: Application to Tele-operation of Small Robots Hafid NINISS Forum8 - Robot Development Team Abstract: The purpose of this work is to develop a man-machine interface for

More information

Research and implementation of key technologies for smart park construction based on the internet of things and cloud computing 1

Research and implementation of key technologies for smart park construction based on the internet of things and cloud computing 1 Acta Technica 62 No. 3B/2017, 117 126 c 2017 Institute of Thermomechanics CAS, v.v.i. Research and implementation of key technologies for smart park construction based on the internet of things and cloud

More information

Research and application on the smart home based on component technologies and Internet of Things

Research and application on the smart home based on component technologies and Internet of Things Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 2087 2092 Advanced in Control Engineering and Information Science Research and application on the smart home based on component

More information

Development of a telepresence agent

Development of a telepresence agent Author: Chung-Chen Tsai, Yeh-Liang Hsu (2001-04-06); recommended: Yeh-Liang Hsu (2001-04-06); last updated: Yeh-Liang Hsu (2004-03-23). Note: This paper was first presented at. The revised paper was presented

More information

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects NCCT Promise for the Best Projects IEEE PROJECTS in various Domains Latest Projects, 2009-2010 ADVANCED ROBOTICS SOLUTIONS EMBEDDED SYSTEM PROJECTS Microcontrollers VLSI DSP Matlab Robotics ADVANCED ROBOTICS

More information

Sensor Technology and Industry Development Trend in China and Betterment Approaches

Sensor Technology and Industry Development Trend in China and Betterment Approaches Sensor Technology and Industry Development Trend in China and Betterment Approaches Abstract Zhengqing Li University of Sanya, Sanya 572022, China Sensor technology is one of the most rapidly developing

More information

The Study on the Application of the Intelligent Technology in the Sightseeing Agricultural Parks

The Study on the Application of the Intelligent Technology in the Sightseeing Agricultural Parks Abstract The Study on the Application of the Intelligent Technology in the Sightseeing Agricultural Parks Lei Feng, Jie Zhao Department of Architecture, Henan Technical College of Construction, Zhengzhou

More information

SOUND SOURCE RECOGNITION FOR INTELLIGENT SURVEILLANCE

SOUND SOURCE RECOGNITION FOR INTELLIGENT SURVEILLANCE Paper ID: AM-01 SOUND SOURCE RECOGNITION FOR INTELLIGENT SURVEILLANCE Md. Rokunuzzaman* 1, Lutfun Nahar Nipa 1, Tamanna Tasnim Moon 1, Shafiul Alam 1 1 Department of Mechanical Engineering, Rajshahi University

More information

Always stay in touch with your home!

Always stay in touch with your home! Always stay in touch with your home! 01 Meet Cockpit Fulfill your dream of a functional intelligent home Can you imagine life without smartphones, tablets or any other portable device that facilitate your

More information

The 2019 Biometric Technology Rally

The 2019 Biometric Technology Rally DHS SCIENCE AND TECHNOLOGY The 2019 Biometric Technology Rally Kickoff Webinar, November 5, 2018 Arun Vemury -- DHS S&T Jake Hasselgren, John Howard, and Yevgeniy Sirotin -- The Maryland Test Facility

More information

License Plate Localisation based on Morphological Operations

License Plate Localisation based on Morphological Operations License Plate Localisation based on Morphological Operations Xiaojun Zhai, Faycal Benssali and Soodamani Ramalingam School of Engineering & Technology University of Hertfordshire, UH Hatfield, UK Abstract

More information

Controlling Robot through SMS with Acknowledging facility

Controlling Robot through SMS with Acknowledging facility IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 3 Ver. III (May Jun. 2014), PP 65-69 Controlling Robot through SMS with Acknowledging

More information

ReVRSR: Remote Virtual Reality for Service Robots

ReVRSR: Remote Virtual Reality for Service Robots ReVRSR: Remote Virtual Reality for Service Robots Amel Hassan, Ahmed Ehab Gado, Faizan Muhammad March 17, 2018 Abstract This project aims to bring a service robot s perspective to a human user. We believe

More information

Separately Excited DC Motor for Electric Vehicle Controller Design Yulan Qi

Separately Excited DC Motor for Electric Vehicle Controller Design Yulan Qi 6th International Conference on Sensor etwork and Computer Engineering (ICSCE 2016) Separately Excited DC Motor for Electric Vehicle Controller Design ulan Qi Wuhan Textile University, Wuhan, China Keywords:

More information

Virtual Grasping Using a Data Glove

Virtual Grasping Using a Data Glove Virtual Grasping Using a Data Glove By: Rachel Smith Supervised By: Dr. Kay Robbins 3/25/2005 University of Texas at San Antonio Motivation Navigation in 3D worlds is awkward using traditional mouse Direct

More information

Homeostasis Lighting Control System Using a Sensor Agent Robot

Homeostasis Lighting Control System Using a Sensor Agent Robot Intelligent Control and Automation, 2013, 4, 138-153 http://dx.doi.org/10.4236/ica.2013.42019 Published Online May 2013 (http://www.scirp.org/journal/ica) Homeostasis Lighting Control System Using a Sensor

More information

Target Recognition and Tracking based on Data Fusion of Radar and Infrared Image Sensors

Target Recognition and Tracking based on Data Fusion of Radar and Infrared Image Sensors Target Recognition and Tracking based on Data Fusion of Radar and Infrared Image Sensors Jie YANG Zheng-Gang LU Ying-Kai GUO Institute of Image rocessing & Recognition, Shanghai Jiao-Tong University, China

More information

A Study of Optimal Spatial Partition Size and Field of View in Massively Multiplayer Online Game Server

A Study of Optimal Spatial Partition Size and Field of View in Massively Multiplayer Online Game Server A Study of Optimal Spatial Partition Size and Field of View in Massively Multiplayer Online Game Server Youngsik Kim * * Department of Game and Multimedia Engineering, Korea Polytechnic University, Republic

More information

A Fault Detection Device for Energy Metering Equipment

A Fault Detection Device for Energy Metering Equipment 2017 2nd International Conference on Manufacturing Science and Information Engineering (ICMSIE 2017) ISBN: 978-1-60595-516-2 A Fault Detection Device for Energy Metering Equipment Weineng Wang, Guangming

More information

Real Time Hand Gesture Tracking for Network Centric Application

Real Time Hand Gesture Tracking for Network Centric Application Real Time Hand Gesture Tracking for Network Centric Application Abstract Chukwuemeka Chijioke Obasi 1 *, Christiana Chikodi Okezie 2, Ken Akpado 2, Chukwu Nnaemeka Paul 3, Asogwa, Chukwudi Samuel 1, Akuma

More information

e-navigation Underway International February 2016 Kilyong Kim(GMT Co., Ltd.) Co-author : Seojeong Lee(Korea Maritime and Ocean University)

e-navigation Underway International February 2016 Kilyong Kim(GMT Co., Ltd.) Co-author : Seojeong Lee(Korea Maritime and Ocean University) e-navigation Underway International 2016 2-4 February 2016 Kilyong Kim(GMT Co., Ltd.) Co-author : Seojeong Lee(Korea Maritime and Ocean University) Eureka R&D project From Jan 2015 to Dec 2017 15 partners

More information

FPGA-BASED DESIGN AND IMPLEMENTATION OF THREE-PRIORITY PERSISTENT CSMA PROTOCOL

FPGA-BASED DESIGN AND IMPLEMENTATION OF THREE-PRIORITY PERSISTENT CSMA PROTOCOL U.P.B. Sci. Bull., Series C, Vol. 79, Iss. 4, 2017 ISSN 2286-3540 FPGA-BASED DESIGN AND IMPLEMENTATION OF THREE-PRIORITY PERSISTENT CSMA PROTOCOL Xu ZHI 1, Ding HONGWEI 2, Liu LONGJUN 3, Bao LIYONG 4,

More information

Definitions and Application Areas

Definitions and Application Areas Definitions and Application Areas Ambient intelligence: technology and design Fulvio Corno Politecnico di Torino, 2013/2014 http://praxis.cs.usyd.edu.au/~peterris Summary Definition(s) Application areas

More information

A New Fake Iris Detection Method

A New Fake Iris Detection Method A New Fake Iris Detection Method Xiaofu He 1, Yue Lu 1, and Pengfei Shi 2 1 Department of Computer Science and Technology, East China Normal University, Shanghai 200241, China {xfhe,ylu}@cs.ecnu.edu.cn

More information

Computer Control System Application for Electrical Engineering and Electrical Automation

Computer Control System Application for Electrical Engineering and Electrical Automation IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Computer Control System Application for Electrical Engineering and Electrical Automation To cite this article: Weigang Liu 2018

More information

Study of multi physical parameter monitoring device based on FBG sensors demodulation system

Study of multi physical parameter monitoring device based on FBG sensors demodulation system Advances in Engineering Research (AER), volume 116 International Conference on Communication and Electronic Information Engineering (CEIE 2016) Study of multi physical parameter monitoring device based

More information

SPTF: Smart Photo-Tagging Framework on Smart Phones

SPTF: Smart Photo-Tagging Framework on Smart Phones , pp.123-132 http://dx.doi.org/10.14257/ijmue.2014.9.9.14 SPTF: Smart Photo-Tagging Framework on Smart Phones Hao Xu 1 and Hong-Ning Dai 2* and Walter Hon-Wai Lau 2 1 School of Computer Science and Engineering,

More information

Team Description Paper

Team Description Paper Tinker@Home 2016 Team Description Paper Jiacheng Guo, Haotian Yao, Haocheng Ma, Cong Guo, Yu Dong, Yilin Zhu, Jingsong Peng, Xukang Wang, Shuncheng He, Fei Xia and Xunkai Zhang Future Robotics Club(Group),

More information

ELG 5121/CSI 7631 Fall Projects Overview. Projects List

ELG 5121/CSI 7631 Fall Projects Overview. Projects List ELG 5121/CSI 7631 Fall 2009 Projects Overview Projects List X-Reality Affective Computing Brain-Computer Interaction Ambient Intelligence Web 3.0 Biometrics: Identity Verification in a Networked World

More information

Service Robots in an Intelligent House

Service Robots in an Intelligent House Service Robots in an Intelligent House Jesus Savage Bio-Robotics Laboratory biorobotics.fi-p.unam.mx School of Engineering Autonomous National University of Mexico UNAM 2017 OUTLINE Introduction A System

More information

The Fifth Electronics Research Institute of the Ministry of Industry and Information Technology, Guangzhou, China

The Fifth Electronics Research Institute of the Ministry of Industry and Information Technology, Guangzhou, China 2016 International Conference on Humanities Science, Management and Education Technology (HSMET 2016) ISBN: 978-1-60595-394-6 Research on Science and Technology Project Management Based on Data Knowledge

More information

MOTOBRIDGE IP INTEROPERABILITY SOLUTION

MOTOBRIDGE IP INTEROPERABILITY SOLUTION MOTOBRIDGE IP INTEROPERABILITY SOLUTION PROVEN MISSION CRITICAL PERFORMANCE YOU CAN COUNT ON MOTOROLA MOTOBRIDGE SOLUTION THE PROVEN AND AFFORDABLE WAY TO BRIDGE THE GAPS IN YOUR COMMUNICATIONS Interoperability

More information

AUTONOMOUS NAVIGATION SYSTEM BASED ON GPS

AUTONOMOUS NAVIGATION SYSTEM BASED ON GPS AUTONOMOUS NAVIGATION SYSTEM BASED ON GPS Zhaoxiang Liu, Gang Liu * Key Laboratory of Modern Precision Agriculture System Integration Research, China Agricultural University, Beijing, China, 100083 * Corresponding

More information

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP LIU Ying 1,HAN Yan-bin 2 and ZHANG Yu-lin 3 1 School of Information Science and Engineering, University of Jinan, Jinan 250022, PR China

More information

Image Manipulation Interface using Depth-based Hand Gesture

Image Manipulation Interface using Depth-based Hand Gesture Image Manipulation Interface using Depth-based Hand Gesture UNSEOK LEE JIRO TANAKA Vision-based tracking is popular way to track hands. However, most vision-based tracking methods can t do a clearly tracking

More information

Wireless Music Player Design Based on White LED Visible Light Communication Shu-min ZHANG, Chun-xian XIAO, Chen-qiao XUE and Jin-ming LU

Wireless Music Player Design Based on White LED Visible Light Communication Shu-min ZHANG, Chun-xian XIAO, Chen-qiao XUE and Jin-ming LU 2017 2nd International Conference on Electrical and Electronics: Techniques and Applications (EETA 2017) ISBN: 978-1-60595-416-5 Wireless Music Player Design Based on White LED Visible Light Communication

More information

SIMULATION-BASED MODEL CONTROL USING STATIC HAND GESTURES IN MATLAB

SIMULATION-BASED MODEL CONTROL USING STATIC HAND GESTURES IN MATLAB SIMULATION-BASED MODEL CONTROL USING STATIC HAND GESTURES IN MATLAB S. Kajan, J. Goga Institute of Robotics and Cybernetics, Faculty of Electrical Engineering and Information Technology, Slovak University

More information

Study of WLAN Fingerprinting Indoor Positioning Technology based on Smart Phone Ye Yuan a, Daihong Chao, Lailiang Song

Study of WLAN Fingerprinting Indoor Positioning Technology based on Smart Phone Ye Yuan a, Daihong Chao, Lailiang Song International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) Study of WLAN Fingerprinting Indoor Positioning Technology based on Smart Phone Ye Yuan a, Daihong Chao,

More information

A Study on Motion-Based UI for Running Games with Kinect

A Study on Motion-Based UI for Running Games with Kinect A Study on Motion-Based UI for Running Games with Kinect Jimin Kim, Pyeong Oh, Hanho Lee, Sun-Jeong Kim * Interaction Design Graduate School, Hallym University 1 Hallymdaehak-gil, Chuncheon-si, Gangwon-do

More information

We create robot! You create future!

We create robot! You create future! We create robot! You create future! www.ubtrobot.com Established in 2012, UBTECH Robotics Corp to the robot dream. From the invention of core components of steering engine and sensor of the robot to the

More information

Heriot-Watt University

Heriot-Watt University Heriot-Watt University Heriot-Watt University Research Gateway An Analysis of Currency of Computer Science Student Dissertation Topics in Higher Education Jehoshaphat, Ijagbemi Kolawole; Taylor, Nicholas

More information

A High Definition Motion JPEG Encoder Based on Epuma Platform

A High Definition Motion JPEG Encoder Based on Epuma Platform Available online at www.sciencedirect.com Procedia Engineering 29 (2012) 2371 2375 2012 International Workshop on Information and Electronics Engineering (IWIEE) A High Definition Motion JPEG Encoder Based

More information