Detection Tracking and Recognition of Human Poses for a Real Time Spatial Game

Size: px
Start display at page:

Download "Detection Tracking and Recognition of Human Poses for a Real Time Spatial Game"

Transcription

1 Deecion Tracking and Recogniion of Human Poses for a Real Time Spaial Game Feifei Huo, Emile A. Hendriks, A.H.J. Oomes Delf Universiy of Technology The Neherlands f.huo@udelf.nl Pascal van Beek, Remco Velkamp Urech Universiy The Neherlands phbeek@sudens.cs.uu.nl Absrac In his paper, we presen an approach o deec, rack people, and recognize poses. The deeced poses are used for conrolling a real ime spaial game. In he people deecion, racking and pose recogniion sysem, body pars such as he orso and he hands are segmened from he whole body and racked over ime. The 2D coordinaes of hese body pars are used as he inpu of a pose recogniion sysem. By ransferring disance and angles beween he orso cener and he hands ino classifier feaure space, simple classifiers, such as he neares mean classifier, are sufficien for recognizing predefined key poses. The oupu of he classifier, ha is he idenificaion of he pose, is used o conrol color and acions of he virual acor. The posiion of he virual acor is seered by he deeced posiion of he user in he image. Keywords: Pose Recogniion, Spaial Game, Real Time. 1 INTRODUCTION Nowadays video-based applicaions have become more and more widespread [1]. A well-known video-based applicaion is man-machine ineracion, in which people can use heir facial expressions, gesures and poses o conrol e.g. virual acors or (serious) games. The essenial ingredien for an effecive man-machine ineracion experience is ha he sysem indicaes is level of undersanding of he user s movemen. Therefore, human moion analysis plays an imporan role in man-machine ineracion. Generally, here are wo approaches o obain he movemen of human body. One approach is marker-based, in which users need o wear specific sui wih sensors on i. These sensors are used o capure he moion of differen body pars. The oher approach is vision-based, in which users are oally free of any obrusive sensors. The movemen of users is analyzed from he recorded video daa. Compared wih he firs approach, he second one may have less accuracy of reading moion informaion. However, i is more convenien and friendly o users, especially for gaming applicaions. Therefore in his paper, we propose a vision-based people deecion, racking, and pose recogniion sysem. I direcly uses he capured video frame as inpu, hen gives he 2D posiion and pose of he people if here are people appearing in he scene. The posiion and pose informaion is conneced o a spaial game sysem, and used as he conrol command of he spaial game. The remainder of he paper is organized as follows. In Secion 2, we give a brief inroducion of previous researches. The mehodology of he proposed approach is described in Secion 3. In Secion 4, we show he spaial game applicaion. A he end, he conclusion is drawn in Secion 5. 2 PREVIOUS RESEARCHES Alhough here has been published a significan number of research papers on human body racking and pose recogniion, many research issues sill remain o be solved. In [2] he body pars are reliably labeled and locaed by 2D conour shape analysis. Tracking performance is significanly increased by aking color ino accoun. The limiaion of his mehod is ha all he body pars need o be segmened alhough hey may no be needed for cerain applicaions. In [3], an approach o esimae 3D human pose wih muliple cameras is proposed. I can deal wih cluered scenes and self-occlusion under some consrains. Bu he processing ime for pose esimaion is abou 45

2 seconds per frame, which is no suiable for real-ime applicaions. In [4] an exemplar based approach is used o localize and recognize human poses. However, he pose deecor is only learn from walking poses, so hey can no deec people wih oher poses han walking. In his paper, we presen an approach for real-ime people deecion, racking, and pose recogniion, which can handle a variey of poses and is fas enough o seer a real ime game. The oupu of he pose classifier is used for conrolling appearance and acions wihin his spaial game. Fig.1 gives he flowchar of he proposed sysem. 3 METHODOLOGY Fig.1. The flowchar of he proposed sysem MOTION EXTRACTION In an indoor scenario, cameras are usually a fixed locaions, so we do no need o consider moion of he scene for foreground obec exracion. Therefore, background subracion is a quie suiable mehod in his case. Compared o emporal differencing, he background subracion will no only give he edges bu he whole silhouee of he moving obecs. The firs sep of he background subracion is o build up a background image, which should no include any foreground obecs. In our implemenaion, he background image is buil by using a mixure of Gaussian model in [5]. This mehod is also robus o cluered scenes. The background image is updaed by using curren frames, in order o deal wih he change of lighing condiions. Afer he background image is obained, he pixelwise difference beween he curren frame and he background model is used o classify each pixel as eiher foreground or no. A difference image D beween an inpu image F and he background image B shows only he moving obec regions, while he saionary background is suppressed (see eq.1). D = F B (1) A foreground binary image is obained by using he difference image Di, and a hreshold T d (see eq.2). T d can be obained experimenally and is found ou o be no very sensiive for differen indoor scenes. Fig.2 shows he inpu image F and is foreground binary image R. R 1 = 0 if D else T d (2) (a) (b) Fig.2. Exracion of foreground binary image: (a) inpu image F, (b) foreground binary image R.

3 3.2. TORSO AND HAND SEGMENTATION Afer we obain he moion-based human body blob, nex sep is o segmen differen body pars. This can be based on he selecion of various feaures, such as shape, edge, silhouee, conour and color of human s body. We use a 2D silhouee model o deec he orso and use skin color for he deecion of hands Torso segmenaion Afer he foreground binary image is buil, we use a geomerical characerisic of persons o deec hem. The prior knowledge of human geomerical srucure ha we use is a head-shoulder-upperbody model, shown in Fig.3. The parameers in his 2D human shape model are posiion and scale, so his model is described as P = ( x, y, scale). If he scale parameer in he 2D model is deermined, he widh and lengh of human upper body can also be derived according o he shape characerisic of persons. Since he recorded video daa is from one single camera, he posiion of he human is given by 2D coordinaes, ha is x and y coordinae. In he real 3D world, his mehod can be easily exended o muliple view approaches by fusing he 2D daa derived from synchronized cameras ino 3D real coordinaes. Afer he definiion of he human model, he problem comes up wih how o use his 2D model o deermine if here is a person in he image or no. Generally he inuiive soluion is exhausively searching he image for he defined model. Alhough here are only hree parameers in his model, x y coordinae and scale, i sill needs a large amoun of calculaions o find he global opimal soluion. In he siuaion of more han one person appearing in he image simulaneously, his exhausive search is oo far away from real ime applicaions. So i is impracical o use his model direcly for emplae maching. However, his deecion and racking problem can be seen as a sae esimaion problem. To solve saisical mehods, such as paricle filers, can be used, which is especially suiable for non-gaussian and muli-model siuaions. In a paricle filer, he probabiliy of deecion of a person in he image is represened as he finess coefficien of he defined 2D shape model. The definiion of his finess coefficien is he same as [6]. The emplae used o calculae he finess coefficien is shown in Fig.3 (b). I is composed of wo regions: foreground region F and background region B, which is surrounding region F. (a) Fig.3. (a) One sample in a paricle filer, (b) wo dimensional human model o calculae finess coefficien [6]. In order o consruc he probabiliy, he finess coefficien should be a value beween 1 and 0. This requiremen is saisfied by using he following definiion (see eq.3). (3) 1 F B, if F > B ω = Area( F) 0, oherwise Where Area( F ) = Area( B), F is he summaion of he pixel values in region F, B is a summaion of he pixel values in region B. Hopefully foreground pixels wih a value 1 will fall ino region F as much as possible and background pixels wih a value 0 are only included in region B. Under his opimal siuaion he finess coefficien will be 1, which means he foreground binary image saisfy he 2D model perfecly. We use his finess coefficien ω as he probabiliy of a person presen in he image. The larger he value of he finess coefficien is, he higher he probabiliy of a person exising in he image. By fiing his 2D model on he foreground binary image, people s head and orso can be segmened from oher pars. (b)

4 3.2.2 Hand segmenaion In addiion o he 2D model menioned in for human s orso deecion and racking, foreground pixels are furher segmened ino skin-color and non-skin-color regions. A skin color model in he RGB color-space is used o selec skin color pixels on he foreground image. This human skin color model is similar o he model in [7]. If foreground pixels mapping ino he RGB color-space saisfy he following condiions in eq.4 [7], hey will be considered as skin-color pixels. People s face and orso region are excluded from skin color deecion by masking he head and orso region esimaed from B π π G π π B π π arcan( ) <, arcan( ) <, arcan( ) < (4) R 4 8 R 6 18 G 5 15 Afer he skin color pixels are seleced, wo pos-processing seps are used o ge rid of false posiive deecions. The firs sep is o delee regions wih a very small size, which are impossible o be hand regions. In he second sep, a moion mask is inroduced o exclude regions which are far away from previous hand locaions. I limis he movemen of hands wihin a cerain bounding box. From he remaining wo larges blobs, we calculae he ceners of graviy and use hem o represen he posiion of he hands FEATURE SPACE CONSTRUCTION The inpu of he proposed pose recogniion sysem are 2D posiions of he orso cener and he hands. However, we ransfer hem ino normalized feaure space and rain he classifier in his new feaure space. The reason is ha he pose recogniion sysem should be scene invarian. Tha is, no maer where he person is in he scene, or how far he person is from he cameras, he predefined key poses should be recognized. Therefore he feaure space is buil by using angles and relaive posiions beween hands and orso cener. We consruc he following 6 feaure F = c, c, c,, c : componens, denoed as { } se l l r r l ( x2 x2) ( y c1 =, 2 y2) ( x c2 =, 2 x2) ( y c3 =, 2 y2) y c4 =, 2 y2 c5 = arcan l s s s s x x r, 2 2 c6 = arcan r 2 2 x2 x2 y y (5) l l r r Here ( x2, y 2), ( x2, y2) and ( x2, y2 ) are he 2D posiions of he orso cener, lef hand and righ hand. s is he scale parameer in 2D model. The classifier will be rained and esed on his 6D feaure space F POSE CLASSIFICATION The key poses are designed for gaming conrol, so hey should be easy for users o remember and perform. We also choose he number of he poses no oo high o make i easier for users. In our sysem, we defined nine poses in oal, as shown in Fig.4. From op row o boom row and lef o righ, hese nine poses are labeled as pose1 o pose9. In order o build a classifier, we manually labeled he frames conaining he nine poses ino nine classes. For each pose, he samples are seleced from differen persons. Our experimenal daa se conains 1515 samples of 9 pose ypes (classes) and 6 feaures. On average, each pose class is represened by 170 samples. The performances of several saisical classifiers wih differen complexiies are compared. Specifically, we evaluaed he neares mean classifier (NMC), he linear classifier (LDC) and he quadraic classifier (QDC) assuming normal densiies and he non-parameric Parzen classifier [8]. We observe ha he simples mehod (NMC) provides comparable performance o more complex classifiers which need an exra dimensionaliy reducion sep o avoid he curse of dimensionaliy. We conclude ha he exraced feaures are informaive and do no require use of more complex classifiers. Therefore, we chose a simple classifier, 10-neares neighbourhood classifier (NNC), for he pose classificaion par of our sysem. I is easy o implemen and also benefis from he compuaion poin of view. se

5 Fig.4. Predefined key poses. From op row o boom row and lef o righ, hese nine poses are labeled as pose1 o pose RESULTS AND DISCUSSION The proposed sysem is implemened in C++ wih OpenCV libraries [9]. The processing ime for each frame is seconds, including background subracion, body pars segmenaion and pose recogniion. We esed he sysem wih more han 20 users. We also chose he differen indoor environmen wih various seings. Some of he experimenal resuls are shown in Fig.5. An online video demo is also available [10]. People s head and orso are indicaed wih yellow and red recangles. Wihin his 2D model, he locaion of head op, head cener, orso cener, orso boom and boh shoulder can be esimaed, which are presened by yellow and red cross. People s lef and righ hand are marked wih blue and green cross separaely. The oupu of he pose recogniion sysem is an ineger, he number shown in Fig.5. I gives he indicaion which pose user is performing. This ineger and he 1D (horizonal) posiion of he user will be used as he conrol command of a spaial game. We evaluaed pose classifiers using cross-validaion approaches. The average error for all he poses is 6% by using NMC. The resul shows ha here is a clear separaion beween pre-defined poses. We also calculae he confusion marices of he 9-class pose classifier (NMC). The resuls are promising. Mos of he poses can be recognized very well. More deails abou he pose classificaion can be found in [11].

6 Fig.5. Resuls from people segmenaion and pose recogniion. 4. SPATIAL GAME APPLICATION 4.1. IMPLEMENTATION As an applicaion for he pose recogniion sysem we implemened a spaial game, based on he proposal of Phong in [12]. This is a variaion of he game Pong [13] in which he player conrols a ba o bounce off balls. In Phong he player conrols a chameleon which has o bounce off phoons, see in Fig.6. The posiion of he chameleon is deermined by he player s posiion in fron of he camera. The phoons can have 6 differen colors: red, blue, green, yellow, cyan and magena. The chameleon can change ino each of hese colors when he player adops he appropriae pose. (a) Fig.6. (a) Color and posiion of he chameleon are conrolled by pose and posiion of he player, (b) he ongue of he chameleon is also conrolled by a pose o cach flies [12]. (b)

7 When he phoon his he ceiling, i changes color. When he phoon is bounced off while he chameleon has he wrong color, he conrols flip. Lef becomes righ and vice versa. When he chameleon has he righ color while bouncing he phoon off, he score and speed of he phoon is increased. When he chameleon misses he phoon he ground is heaed up. Afer 4 misses he ground is oo ho and he game is over. A random momens a bug flies ino he scene which can be eaen by he chameleon when he player adaps o he eaing pose. This will increase he score and he ground will cool down. The game is implemened using he graphics engine Ogre [14]. The inpu for he game is given by he pose recogniion sysem. The pose recogniion sysem and he spaial game are wo separae applicaions which communicae via sockes [15]. Therefore, i is possible for he wo applicaions o run on differen compuers and communicae hrough a nework. The pose recogniion sysem sends wo ypes of daa o he spaial game in every ime sep. I sends an ineger ha represens a pose (1-9) and an ineger represening he 1D-locaion of he player. Whenever he spaial game receives his daa, i updaes he posiion of he chameleon according o he posiion ineger and i carries ou he acion belonging o he pose index ha was send. These acions consis of 6 poses for changing he chameleon ino he 6 differen colors, 1 pose is for eaing he bug, 1 pose is for saring he game and 1 pose is o pause he game. Fig.7 gives a screen sho of user playing he game. On he lef side is he inerface of he game, which shows he level, bounces, hea and score of he player. The hree windows on he righ side are he resuls from vision-based analysis. From op o boom, hey are original image, resuls from body pars segmenaion and pose recogniion, and foreground binary image RESULTS AND DISCUSSION In our firs es runs i became clear ha he sensiiviy of he pose recogniion o deec he change of poses gave a problem for he game player. Whenever he player needs o change from one pose o anoher here could be a differen pose adoped ha is in beween hese wo poses. When his happens he color of he chameleon in he game is shorly changed ino an unwaned color. This problem has been overcome by using a couner whenever a new pose is adoped. The new pose has o be adoped for 4 consecuive ime seps unil is corresponding acion is carried ou. This adusmen improved he playabiliy of he game as he user feels having a beer conrol of he chameleon. We did encouner a shor delay in handling he players inpu. The delay is caused by he image processing ime. This is mosly noiced wih updaing he chameleon s posiion by he player s acual locaion, bu he delay is oo small o acually cause gameplay problems. Fig.7. Spaial game inerface. On he lef side is he inerface of he game, which shows he level, bounces, hea and score of he player. The hree windows on he righ side are he resuls from vision-based analysis. From op o boom, hey are original image, resuls from body pars segmenaion and pose recogniion, and foreground binary image.

8 The implemenaion of he Phong game showed ha he gameplay of he spaial game is ineresing. As a nex sep i is good o reduce he delay o a minimum. Afer his improvemen i is ineresing o creae a more complex game wih an elaborae user inerface. 5 CONCLUSION In his paper, we described a real-ime compuer vision based applicaion. The proposed sysem is composed of wo pars. The firs par is video-based people deecion, racking and pose recogniion sysem. I direcly uses he capured video frame as inpu, hen gives he 2D posiion and pose of he people if here are people appearing in he scene. The posiion and pose informaion is conneced o he second par, a spaial game sysem, and used as he conrol command of he game. This pose-driven spaial game is a real ime man-machine ineracion wihou obrusive sensors. I shows he possibiliy of a new way of ineracions in novel compuer games and enerainmen. The combinaion of compuer vision research and a pracical applicaion is quie useful. I allows us o direcly es if he proposed algorihm saisfies cerain requiremens, in a specific applicaion environmen. Fuure work will include improving he robusness of he sysem (e.g. beer skin color deecion, more robus feaure deecion) and developing muliple-user applicaions. One of he challenges will be o solve he occlusion problem if users are allowed o move freely. ACKNOWLEDGMENTS This research has been suppored by he GATE (Game Research for Training and Enerainmen) proec, funded by he Neherlands Organizaion for Scienific Research (NWO) and he Neherlands ICT Research and Innovaion Auhoriy (ICT Regie). The spaial game is based on he proposal of Berend Berendsen. REFERENCES [1] Moeslund, T. B. Hilon, A. and Kruger, V. (2006). A survey of advances in vision-based human moion capure and analysis. In Compuer Vision and Image Undersanding, vol. 104, pages , [2] Wren, C. Azarbayean A. Darrell, T. and Penland, P. (1997). Pfinder: real-ime racking of he human body. In IEEE Transacion on Paern Analysis and Machine Inelligence, vol.19, no.7, pages , [3] Gupa, A. Mial, A. Davis, L. S. (2008). Consrain inegraion for efficien muliview pose esimaion wih self-occlusion. In IEEE Transacions on Paern Analysis and Machine Inelligence, pages , [4] Rogez, G. Rihan, J. Ramalingam S. and ec, (2008). Randomized rees for human pose deecion. In Proceedings IEEE Compuer Sociey Conference on Compuer Vision and Paern Recogniion, IEEE, June [5] Sauffer, C. and Grimson, W. (1999). Adapive background mixure models for real-ime racking. In Proceedings IEEE Compuer Sociey Conference on Compuer Vision and Paern Recogniion, vol. II, pages , [6] Miciloa, A. (2005). Deecion and racking of humans for visual ineracion. In PhD. Disseraion, School of Elecronics and Physical Sciences, Universiy of Surrey, [7] Porikl F.M. and Tuzel, O. (2003). Human body racking by adapive background models and mean-shif analysis. In IEEE Inernaional Workshop on Performance Evaluaion of Tracking and Surveillance, [8] PRTools oolbox hp://prools.org and PRSD Sudio hp://prsdsudio.com sofware packages. [9] hp://opencv.willowgarage.com/wiki/ [10] hp://prsysdesign.ne/index.php/hml/blog_commens/embedding_classifi [11] Huo, F. Hendriks, E.A. Paclik, P. and Oomes, A.H.J. (2009). Markerless human moion capure and pose recogniion. In Inernaional Workshop on Image Analysis for Mulimedia Ineracive Services (WIAMIS), 2009.

9 [12] Berendsen, B. (2008). Tracking and 3D body model fiing using muliple cameras. Maser s hesis, UU, Deparmen of Compuer Science, INF/SCR , [13] hp:// [14] hp:// [15] hp://en.wikipedia.org/wiki/inerne_socke

Image segmentation. Motivation. Objective. Definitions. A classification of segmentation techniques. Assumptions for thresholding

Image segmentation. Motivation. Objective. Definitions. A classification of segmentation techniques. Assumptions for thresholding Moivaion Image segmenaion Which pixels belong o he same objec in an image/video sequence? (spaial segmenaion) Which frames belong o he same video sho? (emporal segmenaion) Which frames belong o he same

More information

A Face Detection Method Based on Skin Color Model

A Face Detection Method Based on Skin Color Model A Face Deecion Mehod Based on Skin Color Model Dazhi Zhang Boying Wu Jiebao Sun Qinglei Liao Deparmen of Mahemaics Harbin Insiue of Technology Harbin China 150000 Zhang_dz@163.com mahwby@hi.edu.cn sunjiebao@om.com

More information

Upper Body Tracking for Human-Machine Interaction with a Moving Camera

Upper Body Tracking for Human-Machine Interaction with a Moving Camera The 2009 IEEE/RSJ Inernaional Conference on Inelligen Robos and Sysems Ocober -5, 2009 S. Louis, USA Upper Body Tracking for Human-Machine Ineracion wih a Moving Camera Yi-Ru Chen, Cheng-Ming Huang, and

More information

Improved TLD Algorithm for Face Tracking

Improved TLD Algorithm for Face Tracking Absrac Improved TLD Algorihm for Face Tracking Huimin Li a, Chaojing Yu b and Jing Chen c Chongqing Universiy of Poss and Telecommunicaions, Chongqing 400065, China a li.huimin666@163.com, b 15023299065@163.com,

More information

A Fast Stereo-Based Multi-Person Tracking using an Approximated Likelihood Map for Overlapping Silhouette Templates

A Fast Stereo-Based Multi-Person Tracking using an Approximated Likelihood Map for Overlapping Silhouette Templates A Fas Sereo-Based Muli-Person Tracking using an Approximaed Likelihood Map for Overlapping Silhouee Templaes Junji Saake Jun Miura Deparmen of Compuer Science and Engineering Toyohashi Universiy of Technology

More information

Learning in Games via Opponent Strategy Estimation and Policy Search

Learning in Games via Opponent Strategy Estimation and Policy Search Learning in Games via Opponen Sraegy Esimaion and Policy Search Yavar Naddaf Deparmen of Compuer Science Universiy of Briish Columbia Vancouver, BC yavar@naddaf.name Nando de Freias (Supervisor) Deparmen

More information

Robust Multi-view Face Detection Using Error Correcting Output Codes

Robust Multi-view Face Detection Using Error Correcting Output Codes Robus Muli-view Face Deecion Using Error Correcing Oupu Codes Hongming Zhang,2, Wen GaoP P, Xilin Chen 2, Shiguang Shan 2, and Debin Zhao Deparmen of Compuer Science and Engineering, Harbin Insiue of Technolog

More information

STEREO PLANE MATCHING TECHNIQUE

STEREO PLANE MATCHING TECHNIQUE STEREO PLANE MATCHING TECHNIQUE Commission III KEY WORDS: Sereo Maching, Surface Modeling, Projecive Transformaion, Homography ABSTRACT: This paper presens a new ype of sereo maching algorihm called Sereo

More information

Video Content Description Using Fuzzy Spatio-Temporal Relations

Video Content Description Using Fuzzy Spatio-Temporal Relations Proceedings of he 4s Hawaii Inernaional Conference on Sysem Sciences - 008 Video Conen Descripion Using Fuzzy Spaio-Temporal Relaions rchana M. Rajurkar *, R.C. Joshi and Sananu Chaudhary 3 Dep of Compuer

More information

COSC 3213: Computer Networks I Chapter 6 Handout # 7

COSC 3213: Computer Networks I Chapter 6 Handout # 7 COSC 3213: Compuer Neworks I Chaper 6 Handou # 7 Insrucor: Dr. Marvin Mandelbaum Deparmen of Compuer Science York Universiy F05 Secion A Medium Access Conrol (MAC) Topics: 1. Muliple Access Communicaions:

More information

MORPHOLOGICAL SEGMENTATION OF IMAGE SEQUENCES

MORPHOLOGICAL SEGMENTATION OF IMAGE SEQUENCES MORPHOLOGICAL SEGMENTATION OF IMAGE SEQUENCES B. MARCOTEGUI and F. MEYER Ecole des Mines de Paris, Cenre de Morphologie Mahémaique, 35, rue Sain-Honoré, F 77305 Fonainebleau Cedex, France Absrac. In image

More information

Research Article Auto Coloring with Enhanced Character Registration

Research Article Auto Coloring with Enhanced Character Registration Compuer Games Technology Volume 2008, Aricle ID 35398, 7 pages doi:0.55/2008/35398 Research Aricle Auo Coloring wih Enhanced Characer Regisraion Jie Qiu, Hock Soon Seah, Feng Tian, Quan Chen, Zhongke Wu,

More information

A Matching Algorithm for Content-Based Image Retrieval

A Matching Algorithm for Content-Based Image Retrieval A Maching Algorihm for Conen-Based Image Rerieval Sue J. Cho Deparmen of Compuer Science Seoul Naional Universiy Seoul, Korea Absrac Conen-based image rerieval sysem rerieves an image from a daabase using

More information

Implementing Ray Casting in Tetrahedral Meshes with Programmable Graphics Hardware (Technical Report)

Implementing Ray Casting in Tetrahedral Meshes with Programmable Graphics Hardware (Technical Report) Implemening Ray Casing in Terahedral Meshes wih Programmable Graphics Hardware (Technical Repor) Marin Kraus, Thomas Erl March 28, 2002 1 Inroducion Alhough cell-projecion, e.g., [3, 2], and resampling,

More information

Visual Indoor Localization with a Floor-Plan Map

Visual Indoor Localization with a Floor-Plan Map Visual Indoor Localizaion wih a Floor-Plan Map Hang Chu Dep. of ECE Cornell Universiy Ihaca, NY 14850 hc772@cornell.edu Absrac In his repor, a indoor localizaion mehod is presened. The mehod akes firsperson

More information

CAMERA CALIBRATION BY REGISTRATION STEREO RECONSTRUCTION TO 3D MODEL

CAMERA CALIBRATION BY REGISTRATION STEREO RECONSTRUCTION TO 3D MODEL CAMERA CALIBRATION BY REGISTRATION STEREO RECONSTRUCTION TO 3D MODEL Klečka Jan Docoral Degree Programme (1), FEEC BUT E-mail: xkleck01@sud.feec.vubr.cz Supervised by: Horák Karel E-mail: horak@feec.vubr.cz

More information

Optimal Crane Scheduling

Optimal Crane Scheduling Opimal Crane Scheduling Samid Hoda, John Hooker Laife Genc Kaya, Ben Peerson Carnegie Mellon Universiy Iiro Harjunkoski ABB Corporae Research EWO - 13 November 2007 1/16 Problem Track-mouned cranes move

More information

IntentSearch:Capturing User Intention for One-Click Internet Image Search

IntentSearch:Capturing User Intention for One-Click Internet Image Search JOURNAL OF L A T E X CLASS FILES, VOL. 6, NO. 1, JANUARY 2010 1 InenSearch:Capuring User Inenion for One-Click Inerne Image Search Xiaoou Tang, Fellow, IEEE, Ke Liu, Jingyu Cui, Suden Member, IEEE, Fang

More information

Moving Object Detection Using MRF Model and Entropy based Adaptive Thresholding

Moving Object Detection Using MRF Model and Entropy based Adaptive Thresholding Moving Objec Deecion Using MRF Model and Enropy based Adapive Thresholding Badri Narayan Subudhi, Pradipa Kumar Nanda and Ashish Ghosh Machine Inelligence Uni, Indian Saisical Insiue, Kolkaa, 700108, India,

More information

Gender Classification of Faces Using Adaboost*

Gender Classification of Faces Using Adaboost* Gender Classificaion of Faces Using Adaboos* Rodrigo Verschae 1,2,3, Javier Ruiz-del-Solar 1,2, and Mauricio Correa 1,2 1 Deparmen of Elecrical Engineering, Universidad de Chile 2 Cener for Web Research,

More information

A Novel Approach for Monocular 3D Object Tracking in Cluttered Environment

A Novel Approach for Monocular 3D Object Tracking in Cluttered Environment Inernaional Journal of Compuaional Inelligence Research ISSN 0973-1873 Volume 13, Number 5 (2017), pp. 851-864 Research India Publicaions hp://www.ripublicaion.com A Novel Approach for Monocular 3D Objec

More information

Analysis of Various Types of Bugs in the Object Oriented Java Script Language Coding

Analysis of Various Types of Bugs in the Object Oriented Java Script Language Coding Indian Journal of Science and Technology, Vol 8(21), DOI: 10.17485/ijs/2015/v8i21/69958, Sepember 2015 ISSN (Prin) : 0974-6846 ISSN (Online) : 0974-5645 Analysis of Various Types of Bugs in he Objec Oriened

More information

The Impact of Product Development on the Lifecycle of Defects

The Impact of Product Development on the Lifecycle of Defects The Impac of Produc Developmen on he Lifecycle of Rudolf Ramler Sofware Compeence Cener Hagenberg Sofware Park 21 A-4232 Hagenberg, Ausria +43 7236 3343 872 rudolf.ramler@scch.a ABSTRACT This paper invesigaes

More information

A time-space consistency solution for hardware-in-the-loop simulation system

A time-space consistency solution for hardware-in-the-loop simulation system Inernaional Conference on Advanced Elecronic Science and Technology (AEST 206) A ime-space consisency soluion for hardware-in-he-loop simulaion sysem Zexin Jiang a Elecric Power Research Insiue of Guangdong

More information

Image Based Computer-Aided Manufacturing Technology

Image Based Computer-Aided Manufacturing Technology Sensors & Transducers 03 by IFSA hp://www.sensorsporal.com Image Based Compuer-Aided Manufacuring Technology Zhanqi HU Xiaoqin ZHANG Jinze LI Wei LI College of Mechanical Engineering Yanshan Universiy

More information

Sam knows that his MP3 player has 40% of its battery life left and that the battery charges by an additional 12 percentage points every 15 minutes.

Sam knows that his MP3 player has 40% of its battery life left and that the battery charges by an additional 12 percentage points every 15 minutes. 8.F Baery Charging Task Sam wans o ake his MP3 player and his video game player on a car rip. An hour before hey plan o leave, he realized ha he forgo o charge he baeries las nigh. A ha poin, he plugged

More information

A Bayesian Approach to Video Object Segmentation via Merging 3D Watershed Volumes

A Bayesian Approach to Video Object Segmentation via Merging 3D Watershed Volumes A Bayesian Approach o Video Objec Segmenaion via Merging 3D Waershed Volumes Yu-Pao Tsai 1,3, Chih-Chuan Lai 1,2, Yi-Ping Hung 1,2, and Zen-Chung Shih 3 1 Insiue of Informaion Science, Academia Sinica,

More information

Evaluation and Improvement of Region-based Motion Segmentation

Evaluation and Improvement of Region-based Motion Segmentation Evaluaion and Improvemen of Region-based Moion Segmenaion Mark Ross Universiy Koblenz-Landau, Insiue of Compuaional Visualisics, Universiässraße 1, 56070 Koblenz, Germany Email: ross@uni-koblenz.de Absrac

More information

Design Alternatives for a Thin Lens Spatial Integrator Array

Design Alternatives for a Thin Lens Spatial Integrator Array Egyp. J. Solids, Vol. (7), No. (), (004) 75 Design Alernaives for a Thin Lens Spaial Inegraor Array Hala Kamal *, Daniel V azquez and Javier Alda and E. Bernabeu Opics Deparmen. Universiy Compluense of

More information

Low-Cost WLAN based. Dr. Christian Hoene. Computer Science Department, University of Tübingen, Germany

Low-Cost WLAN based. Dr. Christian Hoene. Computer Science Department, University of Tübingen, Germany Low-Cos WLAN based Time-of-fligh fligh Trilaeraion Precision Indoor Personnel Locaion and Tracking for Emergency Responders Third Annual Technology Workshop, Augus 5, 2008 Worceser Polyechnic Insiue, Worceser,

More information

FIELD PROGRAMMABLE GATE ARRAY (FPGA) AS A NEW APPROACH TO IMPLEMENT THE CHAOTIC GENERATORS

FIELD PROGRAMMABLE GATE ARRAY (FPGA) AS A NEW APPROACH TO IMPLEMENT THE CHAOTIC GENERATORS FIELD PROGRAMMABLE GATE ARRAY (FPGA) AS A NEW APPROACH TO IMPLEMENT THE CHAOTIC GENERATORS Mohammed A. Aseeri and M. I. Sobhy Deparmen of Elecronics, The Universiy of Ken a Canerbury Canerbury, Ken, CT2

More information

Real Time Integral-Based Structural Health Monitoring

Real Time Integral-Based Structural Health Monitoring Real Time Inegral-Based Srucural Healh Monioring The nd Inernaional Conference on Sensing Technology ICST 7 J. G. Chase, I. Singh-Leve, C. E. Hann, X. Chen Deparmen of Mechanical Engineering, Universiy

More information

MODEL BASED TECHNIQUE FOR VEHICLE TRACKING IN TRAFFIC VIDEO USING SPATIAL LOCAL FEATURES

MODEL BASED TECHNIQUE FOR VEHICLE TRACKING IN TRAFFIC VIDEO USING SPATIAL LOCAL FEATURES MODEL BASED TECHNIQUE FOR VEHICLE TRACKING IN TRAFFIC VIDEO USING SPATIAL LOCAL FEATURES Arun Kumar H. D. 1 and Prabhakar C. J. 2 1 Deparmen of Compuer Science, Kuvempu Universiy, Shimoga, India ABSTRACT

More information

Robust Visual Tracking for Multiple Targets

Robust Visual Tracking for Multiple Targets Robus Visual Tracking for Muliple Targes Yizheng Cai, Nando de Freias, and James J. Lile Universiy of Briish Columbia, Vancouver, B.C., Canada, V6T 1Z4 {yizhengc, nando, lile}@cs.ubc.ca Absrac. We address

More information

LAMP: 3D Layered, Adaptive-resolution and Multiperspective Panorama - a New Scene Representation

LAMP: 3D Layered, Adaptive-resolution and Multiperspective Panorama - a New Scene Representation Submission o Special Issue of CVIU on Model-based and Image-based 3D Scene Represenaion for Ineracive Visualizaion LAMP: 3D Layered, Adapive-resoluion and Muliperspecive Panorama - a New Scene Represenaion

More information

4. Minimax and planning problems

4. Minimax and planning problems CS/ECE/ISyE 524 Inroducion o Opimizaion Spring 2017 18 4. Minima and planning problems ˆ Opimizing piecewise linear funcions ˆ Minima problems ˆ Eample: Chebyshev cener ˆ Muli-period planning problems

More information

Probabilistic Detection and Tracking of Motion Discontinuities

Probabilistic Detection and Tracking of Motion Discontinuities Probabilisic Deecion and Tracking of Moion Disconinuiies Michael J. Black David J. Flee Xerox Palo Alo Research Cener 3333 Coyoe Hill Road Palo Alo, CA 94304 fblack,fleeg@parc.xerox.com hp://www.parc.xerox.com/fblack,fleeg/

More information

Voltair Version 2.5 Release Notes (January, 2018)

Voltair Version 2.5 Release Notes (January, 2018) Volair Version 2.5 Release Noes (January, 2018) Inroducion 25-Seven s new Firmware Updae 2.5 for he Volair processor is par of our coninuing effors o improve Volair wih new feaures and capabiliies. For

More information

A High-Speed Adaptive Multi-Module Structured Light Scanner

A High-Speed Adaptive Multi-Module Structured Light Scanner A High-Speed Adapive Muli-Module Srucured Ligh Scanner Andreas Griesser 1 Luc Van Gool 1,2 1 Swiss Fed.Ins.of Techn.(ETH) 2 Kaholieke Univ. Leuven D-ITET/Compuer Vision Lab ESAT/VISICS Zürich, Swizerland

More information

Real time 3D face and facial feature tracking

Real time 3D face and facial feature tracking J Real-Time Image Proc (2007) 2:35 44 DOI 10.1007/s11554-007-0032-2 ORIGINAL RESEARCH PAPER Real ime 3D face and facial feaure racking Fadi Dornaika Æ Javier Orozco Received: 23 November 2006 / Acceped:

More information

EECS 487: Interactive Computer Graphics

EECS 487: Interactive Computer Graphics EECS 487: Ineracive Compuer Graphics Lecure 7: B-splines curves Raional Bézier and NURBS Cubic Splines A represenaion of cubic spline consiss of: four conrol poins (why four?) hese are compleely user specified

More information

Location. Electrical. Loads. 2-wire mains-rated. 0.5 mm² to 1.5 mm² Max. length 300 m (with 1.5 mm² cable). Example: Belden 8471

Location. Electrical. Loads. 2-wire mains-rated. 0.5 mm² to 1.5 mm² Max. length 300 m (with 1.5 mm² cable). Example: Belden 8471 Produc Descripion Insallaion and User Guide Transiser Dimmer (454) The DIN rail mouned 454 is a 4channel ransisor dimmer. I can operae in one of wo modes; leading edge or railing edge. All 4 channels operae

More information

Detection and segmentation of moving objects in highly dynamic scenes

Detection and segmentation of moving objects in highly dynamic scenes Deecion and segmenaion of moving objecs in highly dynamic scenes Aurélie Bugeau Parick Pérez INRIA, Cenre Rennes - Breagne Alanique Universié de Rennes, Campus de Beaulieu, 35 042 Rennes Cedex, France

More information

Wheelchair-user Detection Combined with Parts-based Tracking

Wheelchair-user Detection Combined with Parts-based Tracking Wheelchair-user Deecion Combined wih Pars-based Tracking Ukyo Tanikawa 1, Yasuomo Kawanishi 1, Daisuke Deguchi 2,IchiroIde 1, Hiroshi Murase 1 and Ryo Kawai 3 1 Graduae School of Informaion Science, Nagoya

More information

Real-Time Avatar Animation Steered by Live Body Motion

Real-Time Avatar Animation Steered by Live Body Motion Real-Time Avaar Animaion Seered by Live Body Moion Oliver Schreer, Ralf Tanger, Peer Eiser, Peer Kauff, Bernhard Kaspar, and Roman Engler 3 Fraunhofer Insiue for Telecommunicaions/Heinrich-Herz-Insiu,

More information

Reinforcement Learning by Policy Improvement. Making Use of Experiences of The Other Tasks. Hajime Kimura and Shigenobu Kobayashi

Reinforcement Learning by Policy Improvement. Making Use of Experiences of The Other Tasks. Hajime Kimura and Shigenobu Kobayashi Reinforcemen Learning by Policy Improvemen Making Use of Experiences of The Oher Tasks Hajime Kimura and Shigenobu Kobayashi Tokyo Insiue of Technology, JAPAN genfe.dis.iech.ac.jp, kobayasidis.iech.ac.jp

More information

AML710 CAD LECTURE 11 SPACE CURVES. Space Curves Intrinsic properties Synthetic curves

AML710 CAD LECTURE 11 SPACE CURVES. Space Curves Intrinsic properties Synthetic curves AML7 CAD LECTURE Space Curves Inrinsic properies Synheic curves A curve which may pass hrough any region of hreedimensional space, as conrased o a plane curve which mus lie on a single plane. Space curves

More information

Multi-Target Detection and Tracking from a Single Camera in Unmanned Aerial Vehicles (UAVs)

Multi-Target Detection and Tracking from a Single Camera in Unmanned Aerial Vehicles (UAVs) 2016 IEEE/RSJ Inernaional Conference on Inelligen Robos and Sysems (IROS) Daejeon Convenion Cener Ocober 9-14, 2016, Daejeon, Korea Muli-Targe Deecion and Tracking from a Single Camera in Unmanned Aerial

More information

An Adaptive Spatial Depth Filter for 3D Rendering IP

An Adaptive Spatial Depth Filter for 3D Rendering IP JOURNAL OF SEMICONDUCTOR TECHNOLOGY AND SCIENCE, VOL.3, NO. 4, DECEMBER, 23 175 An Adapive Spaial Deph Filer for 3D Rendering IP Chang-Hyo Yu and Lee-Sup Kim Absrac In his paper, we presen a new mehod

More information

Tracking Appearances with Occlusions

Tracking Appearances with Occlusions Tracking ppearances wih Occlusions Ying Wu, Ting Yu, Gang Hua Deparmen of Elecrical & Compuer Engineering Norhwesern Universiy 2145 Sheridan oad, Evanson, IL 60208 {yingwu,ingyu,ganghua}@ece.nwu.edu bsrac

More information

Occlusion-Free Hand Motion Tracking by Multiple Cameras and Particle Filtering with Prediction

Occlusion-Free Hand Motion Tracking by Multiple Cameras and Particle Filtering with Prediction 58 IJCSNS Inernaional Journal of Compuer Science and Nework Securiy, VOL.6 No.10, Ocober 006 Occlusion-Free Hand Moion Tracking by Muliple Cameras and Paricle Filering wih Predicion Makoo Kao, and Gang

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are InechOpen, he world s leading publisher of Open Access books Buil by scieniss, for scieniss 4,000 116,000 120M Open access books available Inernaional auhors and ediors Downloads Our auhors are

More information

J. Vis. Commun. Image R.

J. Vis. Commun. Image R. J. Vis. Commun. Image R. 20 (2009) 9 27 Conens liss available a ScienceDirec J. Vis. Commun. Image R. journal homepage: www.elsevier.com/locae/jvci Face deecion and racking using a Boosed Adapive Paricle

More information

MoBAN: A Configurable Mobility Model for Wireless Body Area Networks

MoBAN: A Configurable Mobility Model for Wireless Body Area Networks MoBAN: A Configurable Mobiliy Model for Wireless Body Area Neworks Majid Nabi 1, Marc Geilen 1, Twan Basen 1,2 1 Deparmen of Elecrical Engineering, Eindhoven Universiy of Technology, he Neherlands 2 Embedded

More information

User Adjustable Process Scheduling Mechanism for a Multiprocessor Embedded System

User Adjustable Process Scheduling Mechanism for a Multiprocessor Embedded System Proceedings of he 6h WSEAS Inernaional Conference on Applied Compuer Science, Tenerife, Canary Islands, Spain, December 16-18, 2006 346 User Adjusable Process Scheduling Mechanism for a Muliprocessor Embedded

More information

Dynamic Route Planning and Obstacle Avoidance Model for Unmanned Aerial Vehicles

Dynamic Route Planning and Obstacle Avoidance Model for Unmanned Aerial Vehicles Volume 116 No. 24 2017, 315-329 ISSN: 1311-8080 (prined version); ISSN: 1314-3395 (on-line version) url: hp://www.ijpam.eu ijpam.eu Dynamic Roue Planning and Obsacle Avoidance Model for Unmanned Aerial

More information

Audio Engineering Society. Convention Paper. Presented at the 119th Convention 2005 October 7 10 New York, New York USA

Audio Engineering Society. Convention Paper. Presented at the 119th Convention 2005 October 7 10 New York, New York USA Audio Engineering Sociey Convenion Paper Presened a he 119h Convenion 2005 Ocober 7 10 New Yor, New Yor USA This convenion paper has been reproduced from he auhor's advance manuscrip, wihou ediing, correcions,

More information

MIC2569. Features. General Description. Applications. Typical Application. CableCARD Power Switch

MIC2569. Features. General Description. Applications. Typical Application. CableCARD Power Switch CableCARD Power Swich General Descripion is designed o supply power o OpenCable sysems and CableCARD hoss. These CableCARDs are also known as Poin of Disribuion (POD) cards. suppors boh Single and Muliple

More information

TrackNet: Simultaneous Detection and Tracking of Multiple Objects

TrackNet: Simultaneous Detection and Tracking of Multiple Objects TrackNe: Simulaneous Deecion and Tracking of Muliple Objecs Chenge Li New York Universiy cl2840@nyu.edu Gregory Dobler New York Universiy greg.dobler@nyu.edu Yilin Song New York Universiy ys1297@nyu.edu

More information

CHANGE DETECTION - CELLULAR AUTOMATA METHOD FOR URBAN GROWTH MODELING

CHANGE DETECTION - CELLULAR AUTOMATA METHOD FOR URBAN GROWTH MODELING CHANGE DETECTION - CELLULAR AUTOMATA METHOD FOR URBAN GROWTH MODELING Sharaf Alkheder, Jun Wang and Jie Shan Geomaics Engineering, School of Civil Engineering, Purdue Universiy 550 Sadium Mall Drive, Wes

More information

Weighted Voting in 3D Random Forest Segmentation

Weighted Voting in 3D Random Forest Segmentation Weighed Voing in 3D Random Fores Segmenaion M. Yaqub,, P. Mahon 3, M. K. Javaid, C. Cooper, J. A. Noble NDORMS, Universiy of Oxford, IBME, Deparmen of Engineering Science, Universiy of Oxford, 3 MRC Epidemiology

More information

Multi-camera multi-object voxel-based Monte Carlo 3D tracking strategies

Multi-camera multi-object voxel-based Monte Carlo 3D tracking strategies RESEARCH Open Access Muli-camera muli-objec voxel-based Mone Carlo 3D racking sraegies Crisian Canon-Ferrer *, Josep R Casas, Monse Pardàs and Enric Mone Absrac This aricle presens a new approach o he

More information

Multiple View Discriminative Appearance Modeling with IMCMC for Distributed Tracking

Multiple View Discriminative Appearance Modeling with IMCMC for Distributed Tracking Muliple View Discriminaive ing wih IMCMC for Disribued Tracking Sanhoshkumar Sunderrajan, B.S. Manjunah Deparmen of Elecrical and Compuer Engineering Universiy of California, Sana Barbara {sanhosh,manj}@ece.ucsb.edu

More information

MOTION DETECTORS GRAPH MATCHING LAB PRE-LAB QUESTIONS

MOTION DETECTORS GRAPH MATCHING LAB PRE-LAB QUESTIONS NME: TE: LOK: MOTION ETETORS GRPH MTHING L PRE-L QUESTIONS 1. Read he insrucions, and answer he following quesions. Make sure you resae he quesion so I don hae o read he quesion o undersand he answer..

More information

Improving Occupancy Grid FastSLAM by Integrating Navigation Sensors

Improving Occupancy Grid FastSLAM by Integrating Navigation Sensors Improving Occupancy Grid FasSLAM by Inegraing Navigaion Sensors Chrisopher Weyers Sensors Direcorae Air Force Research Laboraory Wrigh-Paerson AFB, OH 45433 Gilber Peerson Deparmen of Elecrical and Compuer

More information

PART 1 REFERENCE INFORMATION CONTROL DATA 6400 SYSTEMS CENTRAL PROCESSOR MONITOR

PART 1 REFERENCE INFORMATION CONTROL DATA 6400 SYSTEMS CENTRAL PROCESSOR MONITOR . ~ PART 1 c 0 \,).,,.,, REFERENCE NFORMATON CONTROL DATA 6400 SYSTEMS CENTRAL PROCESSOR MONTOR n CONTROL DATA 6400 Compuer Sysems, sysem funcions are normally handled by he Monior locaed in a Peripheral

More information

FACIAL ACTION TRACKING USING PARTICLE FILTERS AND ACTIVE APPEARANCE MODELS. Soumya Hamlaoui & Franck Davoine

FACIAL ACTION TRACKING USING PARTICLE FILTERS AND ACTIVE APPEARANCE MODELS. Soumya Hamlaoui & Franck Davoine FACIAL ACTION TRACKING USING PARTICLE FILTERS AND ACTIVE APPEARANCE MODELS Soumya Hamlaoui & Franck Davoine HEUDIASYC Mixed Research Uni, CNRS / Compiègne Universiy of Technology BP 20529, 60205 Compiègne

More information

Visual Perception as Bayesian Inference. David J Fleet. University of Toronto

Visual Perception as Bayesian Inference. David J Fleet. University of Toronto Visual Percepion as Bayesian Inference David J Flee Universiy of Torono Basic rules of probabiliy sum rule (for muually exclusive a ): produc rule (condiioning): independence (def n ): Bayes rule: marginalizaion:

More information

Joint Feature Learning With Robust Local Ternary Pattern for Face Recognition

Joint Feature Learning With Robust Local Ternary Pattern for Face Recognition Join Feaure Learning Wih Robus Local Ternary Paern for Face Recogniion Yuvaraju.M 1, Shalini.S 1 Assisan Professor, Deparmen of Elecrical and Elecronics Engineering, Anna Universiy Regional Campus, Coimbaore,

More information

Video-Based Face Recognition Using Probabilistic Appearance Manifolds

Video-Based Face Recognition Using Probabilistic Appearance Manifolds Video-Based Face Recogniion Using Probabilisic Appearance Manifolds Kuang-Chih Lee Jeffrey Ho Ming-Hsuan Yang David Kriegman klee10@uiuc.edu jho@cs.ucsd.edu myang@honda-ri.com kriegman@cs.ucsd.edu Compuer

More information

Robot localization under perceptual aliasing conditions based on laser reflectivity using particle filter

Robot localization under perceptual aliasing conditions based on laser reflectivity using particle filter Robo localizaion under percepual aliasing condiions based on laser refleciviy using paricle filer DongXiang Zhang, Ryo Kurazume, Yumi Iwashia, Tsuomu Hasegawa Absrac Global localizaion, which deermines

More information

4.1 3D GEOMETRIC TRANSFORMATIONS

4.1 3D GEOMETRIC TRANSFORMATIONS MODULE IV MCA - 3 COMPUTER GRAPHICS ADMN 29- Dep. of Compuer Science And Applicaions, SJCET, Palai 94 4. 3D GEOMETRIC TRANSFORMATIONS Mehods for geomeric ransformaions and objec modeling in hree dimensions

More information

Less Pessimistic Worst-Case Delay Analysis for Packet-Switched Networks

Less Pessimistic Worst-Case Delay Analysis for Packet-Switched Networks Less Pessimisic Wors-Case Delay Analysis for Packe-Swiched Neworks Maias Wecksén Cenre for Research on Embedded Sysems P O Box 823 SE-31 18 Halmsad maias.wecksen@hh.se Magnus Jonsson Cenre for Research

More information

Hidden Markov Model and Chapman Kolmogrov for Protein Structures Prediction from Images

Hidden Markov Model and Chapman Kolmogrov for Protein Structures Prediction from Images Hidden Markov Model and Chapman Kolmogrov for Proein Srucures Predicion from Images Md.Sarwar Kamal 1, Linkon Chowdhury 2, Mohammad Ibrahim Khan 2, Amira S. Ashour 3, João Manuel R.S. Tavares 4, Nilanjan

More information

NEWTON S SECOND LAW OF MOTION

NEWTON S SECOND LAW OF MOTION Course and Secion Dae Names NEWTON S SECOND LAW OF MOTION The acceleraion of an objec is defined as he rae of change of elociy. If he elociy changes by an amoun in a ime, hen he aerage acceleraion during

More information

IAJIT First Online Publication

IAJIT First Online Publication An Improved Feaure Exracion and Combinaion of Muliple Classifiers for Query-by- ming Naha Phiwma and Parinya Sanguansa 2 Deparmen of Compuer Science, Suan Dusi Rajabha Universiy, Thailand 2 Faculy of Engineering

More information

Detection of salient objects with focused attention based on spatial and temporal coherence

Detection of salient objects with focused attention based on spatial and temporal coherence ricle Informaion Processing Technology pril 2011 Vol.56 No.10: 1055 1062 doi: 10.1007/s11434-010-4387-1 SPECIL TOPICS: Deecion of salien objecs wih focused aenion based on spaial and emporal coherence

More information

Network management and QoS provisioning - QoS in Frame Relay. . packet switching with virtual circuit service (virtual circuits are bidirectional);

Network management and QoS provisioning - QoS in Frame Relay. . packet switching with virtual circuit service (virtual circuits are bidirectional); QoS in Frame Relay Frame relay characerisics are:. packe swiching wih virual circui service (virual circuis are bidirecional);. labels are called DLCI (Daa Link Connecion Idenifier);. for connecion is

More information

Image Content Representation

Image Content Representation Image Conen Represenaion Represenaion for curves and shapes regions relaionships beween regions E.G.M. Perakis Image Represenaion & Recogniion 1 Reliable Represenaion Uniqueness: mus uniquely specify an

More information

CENG 477 Introduction to Computer Graphics. Modeling Transformations

CENG 477 Introduction to Computer Graphics. Modeling Transformations CENG 477 Inroducion o Compuer Graphics Modeling Transformaions Modeling Transformaions Model coordinaes o World coordinaes: Model coordinaes: All shapes wih heir local coordinaes and sies. world World

More information

Track-based and object-based occlusion for people tracking refinement in indoor surveillance

Track-based and object-based occlusion for people tracking refinement in indoor surveillance Trac-based and objec-based occlusion for people racing refinemen in indoor surveillance R. Cucchiara, C. Grana, G. Tardini Diparimeno di Ingegneria Informaica - Universiy of Modena and Reggio Emilia Via

More information

Shortest Path Algorithms. Lecture I: Shortest Path Algorithms. Example. Graphs and Matrices. Setting: Dr Kieran T. Herley.

Shortest Path Algorithms. Lecture I: Shortest Path Algorithms. Example. Graphs and Matrices. Setting: Dr Kieran T. Herley. Shores Pah Algorihms Background Seing: Lecure I: Shores Pah Algorihms Dr Kieran T. Herle Deparmen of Compuer Science Universi College Cork Ocober 201 direced graph, real edge weighs Le he lengh of a pah

More information

Nonparametric CUSUM Charts for Process Variability

Nonparametric CUSUM Charts for Process Variability Journal of Academia and Indusrial Research (JAIR) Volume 3, Issue June 4 53 REEARCH ARTICLE IN: 78-53 Nonparameric CUUM Chars for Process Variabiliy D.M. Zombade and V.B. Ghue * Dep. of aisics, Walchand

More information

Assignment 2. Due Monday Feb. 12, 10:00pm.

Assignment 2. Due Monday Feb. 12, 10:00pm. Faculy of rs and Science Universiy of Torono CSC 358 - Inroducion o Compuer Neworks, Winer 218, LEC11 ssignmen 2 Due Monday Feb. 12, 1:pm. 1 Quesion 1 (2 Poins): Go-ack n RQ In his quesion, we review how

More information

MOTION TRACKING is a fundamental capability that

MOTION TRACKING is a fundamental capability that TECHNICAL REPORT CRES-05-008, CENTER FOR ROBOTICS AND EMBEDDED SYSTEMS, UNIVERSITY OF SOUTHERN CALIFORNIA 1 Real-ime Moion Tracking from a Mobile Robo Boyoon Jung, Suden Member, IEEE, Gaurav S. Sukhame,

More information

In fmri a Dual Echo Time EPI Pulse Sequence Can Induce Sources of Error in Dynamic Magnetic Field Maps

In fmri a Dual Echo Time EPI Pulse Sequence Can Induce Sources of Error in Dynamic Magnetic Field Maps In fmri a Dual Echo Time EPI Pulse Sequence Can Induce Sources of Error in Dynamic Magneic Field Maps A. D. Hahn 1, A. S. Nencka 1 and D. B. Rowe 2,1 1 Medical College of Wisconsin, Milwaukee, WI, Unied

More information

STRING DESCRIPTIONS OF DATA FOR DISPLAY*

STRING DESCRIPTIONS OF DATA FOR DISPLAY* SLAC-PUB-383 January 1968 STRING DESCRIPTIONS OF DATA FOR DISPLAY* J. E. George and W. F. Miller Compuer Science Deparmen and Sanford Linear Acceleraor Cener Sanford Universiy Sanford, California Absrac

More information

Web System for the Remote Control and Execution of an IEC Application

Web System for the Remote Control and Execution of an IEC Application Web Sysem for he Remoe Conrol and Execuion of an IEC 61499 Applicaion Oana ROHAT, Dan POPESCU Faculy of Auomaion and Compuer Science, Poliehnica Universiy, Splaiul Independenței 313, Bucureși, 060042,

More information

A Hierarchical Object Recognition System Based on Multi-scale Principal Curvature Regions

A Hierarchical Object Recognition System Based on Multi-scale Principal Curvature Regions A Hierarchical Objec Recogniion Sysem Based on Muli-scale Principal Curvaure Regions Wei Zhang, Hongli Deng, Thomas G Dieerich and Eric N Morensen School of Elecrical Engineering and Compuer Science Oregon

More information

IDEF3 Process Description Capture Method

IDEF3 Process Description Capture Method IDEF3 Process Descripion Capure Mehod IDEF3 is par of he IDEF family of mehods developmen funded by he US Air Force o provide modelling suppor for sysems engineering and enerprise inegraion 2 IDEF3 Mehod

More information

Rao-Blackwellized Particle Filtering for Probing-Based 6-DOF Localization in Robotic Assembly

Rao-Blackwellized Particle Filtering for Probing-Based 6-DOF Localization in Robotic Assembly MITSUBISHI ELECTRIC RESEARCH LABORATORIES hp://www.merl.com Rao-Blackwellized Paricle Filering for Probing-Based 6-DOF Localizaion in Roboic Assembly Yuichi Taguchi, Tim Marks, Haruhisa Okuda TR1-8 June

More information

Michiel Helder and Marielle C.T.A Geurts. Hoofdkantoor PTT Post / Dutch Postal Services Headquarters

Michiel Helder and Marielle C.T.A Geurts. Hoofdkantoor PTT Post / Dutch Postal Services Headquarters SHORT TERM PREDICTIONS A MONITORING SYSTEM by Michiel Helder and Marielle C.T.A Geurs Hoofdkanoor PTT Pos / Duch Posal Services Headquarers Keywords macro ime series shor erm predicions ARIMA-models faciliy

More information

Gauss-Jordan Algorithm

Gauss-Jordan Algorithm Gauss-Jordan Algorihm The Gauss-Jordan algorihm is a sep by sep procedure for solving a sysem of linear equaions which may conain any number of variables and any number of equaions. The algorihm is carried

More information

Viewpoint Invariant 3D Landmark Model Inference from Monocular 2D Images Using Higher-Order Priors

Viewpoint Invariant 3D Landmark Model Inference from Monocular 2D Images Using Higher-Order Priors Viewpoin Invarian 3D Landmark Model Inference from Monocular 2D Images Using Higher-Order Priors Chaohui Wang 1,2, Yun Zeng 3, Loic Simon 1, Ioannis Kakadiaris 4, Dimiris Samaras 3, Nikos Paragios 1,2

More information

Visualizing Complex Notions of Time

Visualizing Complex Notions of Time Visualizing Complex Noions of Time Rober Kosara, Silvia Miksch Insiue of Sofware Technology, Vienna Universiy of Technology, Vienna, Ausria Absrac Time plays an imporan role in medicine. Condiions are

More information

Chapter 8 LOCATION SERVICES

Chapter 8 LOCATION SERVICES Disribued Compuing Group Chaper 8 LOCATION SERVICES Mobile Compuing Winer 2005 / 2006 Overview Mobile IP Moivaion Daa ransfer Encapsulaion Locaion Services & Rouing Classificaion of locaion services Home

More information

Computer representations of piecewise

Computer representations of piecewise Edior: Gabriel Taubin Inroducion o Geomeric Processing hrough Opimizaion Gabriel Taubin Brown Universiy Compuer represenaions o piecewise smooh suraces have become vial echnologies in areas ranging rom

More information

CONTEXT MODELS FOR CRF-BASED CLASSIFICATION OF MULTITEMPORAL REMOTE SENSING DATA

CONTEXT MODELS FOR CRF-BASED CLASSIFICATION OF MULTITEMPORAL REMOTE SENSING DATA ISPRS Annals of he Phoogrammery, Remoe Sensing and Spaial Informaion Sciences, Volume I-7, 2012 XXII ISPRS Congress, 25 Augus 01 Sepember 2012, Melbourne, Ausralia CONTEXT MODELS FOR CRF-BASED CLASSIFICATION

More information

Object Trajectory Proposal via Hierarchical Volume Grouping

Object Trajectory Proposal via Hierarchical Volume Grouping Objec Trajecory Proposal via Hierarchical Volume Grouping Xu Sun 1, Yuanian Wang 1, Tongwei Ren 1,, Zhi Liu 2, Zheng-Jun Zha 3, and Gangshan Wu 1 1 Sae Key Laboraory for Novel Sofware Technology, Nanjing

More information

Graffiti Detection Using Two Views

Graffiti Detection Using Two Views Graffii Deecion Using wo Views Luigi Di Sefano Federico ombari Alessandro Lanza luigi.disefano@unibo.i federico.ombari@unibo.i alanza@arces.unibo.i Sefano Maoccia sefano.maoccia@unibo.i Sefano Moni sefano.moni3@sudio.unibo.i

More information