Towards Safe Interactions with a Sturdy Humanoid Robot

Size: px
Start display at page:

Download "Towards Safe Interactions with a Sturdy Humanoid Robot"

Transcription

1 Towards Safe Interactions with a Sturdy Humanoid Robot Ester Martínez and Angel P. del Pobil Abstract On the way to autonomous robots, interaction plays a main role since it allows to adequately perform their tasks as well as identifying human beings or other robots who indicate the task to be performed or jointly carry out a task. System dependability in a dynamic, unknown environment requires to properly detect all the surrounding elements, especially those in movement, in order to avoid collisions. A variety of sensors have been developed with that aim, but they are not limited in robotic systems which operate in humanpopulated, everyday environments. Here, we propose a sturdy humanoid torso which incorporates a visual system composed of a fisheye camera mounted in the front side of the robot base. We present a robust visual application that allows the system to interact with its environment and all its surrounding elements by properly adapting to it, as shown by the presented experimental results on a laboratory set-up. I. INTRODUCTION On the way to autonomous robots, interaction plays a main role since it allows to adequately perform their tasks as well as identifying human beings or other robots who indicate the task to be performed or jointly carry out a task. So, system dependability is defined in terms of adequately task performing in a dynamic, unknown environment. For that, all the surrounding elements should be properly detected, especially those in movement, in order to avoid collisions. However, devices developed for collision avoidance in industry such as cages, laser fencing or visual acoustic signals, are not suitable because they considerably restrict the system autonomy, flexibility or performance time. Thus, with the aim of avoiding those constraints, a robot-embedded sensor might be suitable for our goal. Among the available ones, intensity cameras are a good alternative since they are an important source of information. Nevertheless, traditional cameras have a narrow field of view by partially covering the environment. That makes necessary to combine some of them to cover the whole workspace and, as a consequence, realtime execution cannot be obtained. As an alternative, fisheye cameras may be used because they provide panoramic vision and one or two of them allow to cover the whole workspace without resulting in a time-consuming application. Here, we propose a humanoid robot torso which incorporates a visual system composed of a fisheye (Foculus FO124TC IEEE1394 camera, with a FUJINON-YV2.2X1.4A- 2 lens which provides 185 field of view), pointing upwards to the ceiling, to guarantee the whole coverage of the system workspace (see Fig. 1). With the aim of designing dependable robotic systems, we present a robust visual application that allows the system to interact with its environment and all its elements by properly adapting to it. This is mainly important when real environments are considered because different uncontrolled factors such as blinking of screens, passage of time or sudden changes in illumination might occur. For that, under the hypothesis that the system is at rest, we present an approach based on motion detection that accurately detects, recognizes (when human- or robot-robot interaction takes place) and tracks moving surrounding elements. Since it is based on panoramic vision, it can efficiently handle interactions with its environment by showing up in any 360 direction around the robot. Basically, the visual application is divided into two steps. In a first step, moving elements are detected by means of a robust, modified background maintenance approach; while, in the second stage, two different actions can take place by depending on the robot goal. When the system is waiting for having a direct interaction with a person or another robotic system, the designed application performs a process for interaction element identification. On the contrary, if it is performing a manipulation task, the visual application simply controls the activity around it in order to make decisions such that no damage is caused. In the following sections we present a deeper view of the system. We begin in Section II with an overall description of the modified background maintenance approach for a robust motion detection. Then, the element identification method for interaction is presented in Section III, whereas Section IV introduces a surrounding activity surveillance for safety issues. Finally, some experimental results are shown in Section V and discussed in Section VI. The authors are with the Robotic Intelligence Lab, Universitat Jaume- I, Castellón, Spain. Angel P. del Pobil is on leave in Department of Interaction Science, Sungkyunkwan University, Seoul, South Korea. {emartine, pobil}@icc.uji.es Fig. 1. camera Experimental Setup: external view of the humanoid robot and the

2 II. OUR BACKGROUND MAINTENANCE APPROACH FOR MOTION DETECTION An adaptive background maintenance approach combined with a global illumination change detection method is used to proper detect any moving object in a robot workspace and its surrounding area under the hypothesis that the system is at rest. Thus, first of all, it is necessary to describe the kind of environments robotic system has to work with, in order to know the issues to be solved. They should be real scenarios where conditions may considerably vary. Therefore, if the vision system is analysing an outdoor environment, it must be capable of dealing with shadows, gradual changes in illumination due to day time, sudden changes in illumination if any artificial lightning is switched on/off at any time, reflections on mirrors, the waving of trees and/or plants and occlusions. On the contrary, if system is working in indoor environments, source of condition changes, but not its effect. That is why so many conditions as possible should be taken into account. A deep research has been carried out to adapt detection approaches to those factors, although one of the most common is background maintenance approach [1] [2] [3] [4]. In that approach, a moving object is identified by using a background model obtained after observing several seconds the scene. Mainly, the background model consists of an estimation of a Gaussian distribution, or a mixture of them as it was presented in [5] [6] [7] [8], such that pixels are classified as foreground when they do not fit the estimated background model. Nevertheless, this approach presents some drawbacks to be overcome: everything seen when the initial background model is being built is considered background no sudden change in illumination occurs during the whole experiment only non-stationary regions are highlighted, so an object which appeared in the scene and then stopped moving for a period of time can be modelled as a part of the background no difference between a foreground object that becomes motionless and a background object that moves, and then becomes motionless a foreground object s pixel characteristics may be subsumed by the modeled background What we propose is to take advantage of difference techniques to overcome background modelling problems. Thus, in the same way to techniques belonging to this approach, the developed method involves two different stages: 1) A training period such that a scene is observed during several seconds in order to build a starting statistical background model. In our case, it corresponds to a Gaussian distribution. Moreover, another technique, based on frame differences, is used to control the activity within the robot workspace during this stage. In that way, the initial background model is obtained without any restrictions of bootstrapping, unlike previous approaches. 2) A segmentation period where, once an initial background model is built, both an image processing and a background model updating phase start. In addition, when a global change in illumination occurs, it is detected at frame level and the background model is properly adapted. Thus, when a human or another moving object like a robot enters a room where the robot is, it is detected by means of the background model at pixel level. It is possible because each pixel belonging to the moving object has an intensity value which does not fit into the background model. Then, the obtained binary image is improved based on the proper combination of subtraction techniques. Moreover, two consecutive morphological operations are applied to erase isolated points or lines caused by the dynamic factors abovementioned. The next step is properly updating the statistical model with the values of the pixels classified as background in order to adapt it to some small changes that do not represent targets. At the same time, a process for sudden illumination change detection is performed at frame level. This step is necessary because the model is based on intensity values and a change in illumination causes a variation of them. So, a new adaptive background model is built when an event of this type occurs. Note that it is assumed that a significant illumination change has taken place when there is a change in more pixels than two thirds of the image size and the difference between the number of foreground pixels in the current frame with respect the previous one is less than a threshold. The last constraint is necessary in order to avoid false alarms due to target proximity to the camera. III. ELEMENT IDENTIFICATION FOR ROBOT INTERACTION Once all moving elements in the scene are detected, an element identification method is required when system is waiting for an interaction. So, on the one hand, when targets are human beings, the Viola-Jones classifier can be used. However, it is important to take into account that face detection is only applied over the detected blobs and not over the whole image. In that way, time-consumption is considerably reduced. In addition, an important distinction is achieved, namely between people who the system is interested in interacting with and other people or moving objects around the system. On the other hand, when interaction is with another robot, a different identification technique has to be used. In our case, colour patterns have been used as it is depicted in Fig. 2. Nevertheless, each detected blob has different orientation by depending on its position inside the scene. So, several rotations would be necessary in order to correctly identify/match the images of the same object in two different frames. Thus, it is necessary to obtain the panoramic image of the potential targets before running the corresponding identification algorithm in order to be successful in our goal.

3 Fig. 2. Colour patterns used for robot recognition in robot-robot interaction mode This transformation (graphically described in Fig. III) is as follows: φ = c/r med R med = (R min + R max )/2.0 (1) c 1 = c 0 + (R min + r)sinφ r 1 = r 0 + (R min + r)cosφ where (c 0,r 0 ) correspond to the image centre coordinates in terms of column and row respectively, while (c 1,r 1 ) are the coordinates in the new perspective image; φ is the angle between Y-axis and the ray from the image centre to the considered pixel; and, R min and R max are, respectively, the minimum and maximum radius of a torus which encloses the area to be transformed. These radii are obtained from the four corners of the minimum rectangle that encloses the blob to be transformed. Fig. 3. Representative perspective image from a fisheye image Note that this transformation is done only for each region detected as object of interest since transformation of the whole image could become very high time-consuming. IV. SURROUNDING ACTIVITY MONITORING On the contrary, the visual application may simply control the activity around the robotic system in order to make correct decisions such that no damage is caused. In this case, after detecting all surrounding moving elements, the robotic system should estimate collision risk. For that, the system needs to track and estimate the 3D pose of each detected blob. Firstly, with the aim of guaranteeing that each target element is described by means of one blob, a merge algorithm, based on neighbourhood and feature similarity, is applied. Then, minimum rounded rectangles are generated. After that, to perform the corresponding tracking, a pattern is built from each of them. In this case, a pattern is intended as the data structure such that allows the system to track the moving objects by means of matching an object in two consecutive frames even when it suffers a partial or whole occlusion. Thus, in our case, a target pattern is composed of two different items: a representative image of the target, obtained as explained in the previous section by reducing timeconsumption a feature array whose elements contain information about brightness and blob width and height, among other things, used to properly match the images of the same object in two consecutive frames Therefore, representative images are compared with the extracted from the previous frame. In this way, a pixelsimilarity likehood between representative images is obtained. Furthermore, a feature-similarity likehood is generated from feature array comparison. Both likehoods are properly combined to properly match the two images from the same object in consecutive frames. With regard to 3D pose estimation, since the visual system is composed of one fisheye camera, another approach to obtain that information is required. Here, we have used the stereo head camera embedded in the humanoid torso. So, the direction of moving element with respect to the robotic system may be estimated from the fisheye camera. From that information and the next movement of the robotic system, we determine the target with the high likelihood to crash with the system. Then, after properly positioning the stereo head, depth estimation takes place. Finally, we determine whether the next movement may be safely carried out or the system has to wait for a while until the moving element is out of its workspace. V. EXPERIMENTAL RESULTS As mentioned above, our experimental set-up is composed of a humanoid robot which incorporates a visual system composed of a Foculus camera with a fisheye lens mounted in the front side of the robot base such that it is pointing upwards to the ceiling in order to cover the whole robot system workspace (see Fig. 1). Images are acquired in 24- bit RGB colour model with a 640x480 resolution. Two different kinds of experiments were carried out. First, the performance was evaluated when the system is waiting for an interaction. Then, environment monitoring was analised. Firstly, an interaction task was studied. For that, visual system was located at different places in our laboratory room and some individuals were moving around it in order to be detected and identified. Figure 4 shows some of the obtained results such that, in a first step, individuals were successfully detected anywhere they were located with respect to the

4 robotic system (up to a distance of 10 metres) from the captured image. Then, their corresponding perspective image was obtained in order to be finally identified by means of Viola-Jones classifier. Take into account that the classifier input is the whole perspective image of the individual and not the top part of it. The reason lies in there is no warranty the body proportion is visible at any time. So, people might be identified even when partial occlusions of the body occur. Anyway, computation time for face detection was considerably reduced from ms -required when the whole image was considered (640x480 resolution)- to ms when the generated perspective image of the detected blobs were analysed. Capture Image Segmentation Result Panoramic Image Fig. 5. Some experimental results for detection evaluation such that different factors, which might affect segmentation process (i.e. clothes colour, individuals location or illumination), are studied Fig. 4. Experimental samples of people detection and identification. The designed visual application detects different individuals moving around the system from fisheye images. For each one, a perspective representation is obtained and provided to Viola-Jones classifier for their identification by considerably reducing its time-consumption Secondly, the system dependability was evaluated when environment surveillance is considered. Again, two different kind of experiments were carried out. As it can be observed in Fig. 5, visual application was tested from a detection point of view when some individuals were moving around the system. It was only considered detection aspect because in that way it could be studied system restrictions when different scenarios and conditions such as clothes colour, individuals location or illumination, are considered. Segmentation results show the proper detection of all the individuals whenever they were and whichever their features were. Moreover, designed application was assessed for safety issues in the sense of avoiding collisions. It is a keypoint when robot systems have considerable dimensions and caused damage could be considerable. So, from a fisheye image, the visual application detects all moving surrounding elements and decides which one has the highest risk to be crashed with the next movement to achieve its task. Once their direction is estimated, the stereo head is located in order to take a stereo pair that allows to estimate their depth, as it is depicted in Fig. 6. In that way, system determines if next movement may be safely carried out or, on the contrary, it has to wait until its movement path is free of collisions. VI. CONCLUSIONS In this paper, a robust visual application for motion detection has been presented. For that, fisheye cameras are used since they provide panoramic vision and a reduced number of them allows to covering the whole workspace. So, firstly, a new background maintenance technique has been implemented. The proposed approach combines moving object detection with global illumination change identification. So, basically, it is composed of two different stages. The first one is to build a background model but considering the possibility that foreground objects may be present. So, contraints such as waiting a period of time to build the initial background, clothes colour or illumination conditions do not exist since a segmentation process is carried out with a mixture of two well-known difference techniques. In the second stage, a background subtraction takes place. After that, the obtained raw pixel classification is improved by means of the same difference mixture. Moreover, a sudden illumination change detection is incorporated in both stages to properly adapt the system to it. In a similar way, it is also capable of detecting people when they are not in movement. In addition, we have presented a target identification technique for human- or robot-robot interaction. Its main advantage is that, instead of searching in the whole image, its input is only composed of the detected moving elements what considerably reduces time consumption. Moreover, an environment surveillance has been also introduced. Mainly, its goal is guaranteeing safety to the surrounding elements when tasks to be performed can cause any damage. Finally, experimental results have highlighted its performance, by recognising all-embracing activity in real, unknown environments.

5 Fisheye Image Pair Stereo Image Depth Map Estimation Fig. 6. Depth estimation process during environment monitoring. Firstly, a fisheye image is captured in order to detect moving elements around the system. Then, among potential targets, the system chooses the one with the highest risk to be crashed with the next movement in order to estimate the likehood of collision. Two stereo images of that target are taken by means of the stereo head of the humanoid torso and, from them, a depth estimation is obtained. VII. ACKNOWLEDGMENTS Authors want to thank the support received from WCU (World Class University) program through the National Research Foundation of Korea funded by the Ministry of Education, Science and Technology (Grant No. R ), by the European Commission s Seventh Framework Program FP7/ under grant agreement (EYESHOTS project), by Ministerio de Ciencia e Innovación (DPI ), by Generalitat Valenciana (PROMETEO/2009/052) and by Fundació Caixa Castelló- Bancaixa (P1-1B ). REFERENCES [1] K. Toyama, J. Krum, B. Brumitt, and B. Meyers, Wallflower: Principles and practice of background maintenance, in Seventh IEEE Int. Conf. on Computer Vision, vol. 1, Kerkyra, Greece, 1999, pp [2] I. Haritaoglu, D. Harwood, and L. S. Davis, W4: Real-time surveillance of people and their activities, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 22, no. 8, pp , August [3] H. Liu, W. Pi, and H. Zha, Motion detection for multiple moving targets by using an omnidirectional camera, in IEEE Int. Conf. on Robotics, Intelligent Systems and Signal Processing, vol. 1, Changsha, China, October 2003, pp [4] Z. Zhu, D. Karuppiah, E. Riseman, and A. Hanson, Keeping smart, omnidirectional eyes on you. adaptive panoramic stereovision for human tracking and localization with cooperative robots, IEEE Robotics and Automation Magazine, pp , December 2004, special Issue on Panoramic Robotics. [5] C. Stauffer and W. Grimson, Learning patterns of activity using real-time tracking, IEEE Trans. on Pattern Analysis and Machine Intelligence PAMI, vol. 27, no. 5, pp , Aug [6] P. KaewTraKulPong and R. Bowden, An improved adaptive background mixture model for real-time tracking with shadow detection, in 2nd European Workshop on Advanced Video Based Surveillance Systems (AVBS01), [7] D.-S. Lee, Effective gaussian mixture learning for video background subtraction, IEEE Trans. on Pattern Analisys and Machine Intelligence, vol. 27, no. 5, pp , Aug [8] L. Niu and N. Jiang, A moving objects detection algorithm based on improved background subtraction, in Eighth Int. Conf. on Intelligent Systems Design and Applications, vol. 3, Kachsiung, Taiwan, Nov. 2008, pp [9] Y. Benezeth, P. Jodoin, B. Emile, H. Laurent, and C. Rosenberger, Review and evaluation of commonly-implemented background subtraction algorithms, in 19th International Conference on Pattern Recognition (ICPR), Tampa, Florida, December 2008, pp. 1 4.

A dioptric stereo system for robust real-time people tracking

A dioptric stereo system for robust real-time people tracking Proceedings of the IEEE ICRA 2009 Workshop on People Detection and Tracking Kobe, Japan, May 2009 A dioptric stereo system for robust real-time people tracking Ester Martínez and Angel P. del Pobil Robotic

More information

SURVEY PAPER ON REAL TIME MOTION DETECTION TECHNIQUES

SURVEY PAPER ON REAL TIME MOTION DETECTION TECHNIQUES SURVEY PAPER ON REAL TIME MOTION DETECTION TECHNIQUES 1 R. AROKIA PRIYA, 2 POONAM GUJRATHI Assistant Professor, Department of Electronics and Telecommunication, D.Y.Patil College of Engineering, Akrudi,

More information

A Real Time Human Detection System Based on Far Infrared Vision

A Real Time Human Detection System Based on Far Infrared Vision A Real Time Human Detection System Based on Far Infrared Vision Yannick Benezeth 1, Bruno Emile 1,Hélène Laurent 1, and Christophe Rosenberger 2 1 Institut Prisme, ENSI de Bourges - Université d Orléans

More information

Omni Stereo Vision of Cooperative Mobile Robots

Omni Stereo Vision of Cooperative Mobile Robots Omni Stereo Vision of Cooperative Mobile Robots Zhigang Zhu*, Jizhong Xiao** *Department of Computer Science **Department of Electrical Engineering The City College of the City University of New York (CUNY)

More information

A Background Modeling Approach Based on Visual Background Extractor Taotao Liu1, a, Lin Qi2, b and Guichi Liu2, c

A Background Modeling Approach Based on Visual Background Extractor Taotao Liu1, a, Lin Qi2, b and Guichi Liu2, c 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2015) A Background Modeling Approach Based on Visual Background Extractor Taotao Liu1, a, Lin Qi2, b

More information

Auto-focusing Technique in a Projector-Camera System

Auto-focusing Technique in a Projector-Camera System 2008 10th Intl. Conf. on Control, Automation, Robotics and Vision Hanoi, Vietnam, 17 20 December 2008 Auto-focusing Technique in a Projector-Camera System Lam Bui Quang, Daesik Kim and Sukhan Lee School

More information

Detecting motion by means of 2D and 3D information

Detecting motion by means of 2D and 3D information Detecting motion by means of 2D and 3D information Federico Tombari Stefano Mattoccia Luigi Di Stefano Fabio Tonelli Department of Electronics Computer Science and Systems (DEIS) Viale Risorgimento 2,

More information

Connected Component Analysis and Change Detection for Images

Connected Component Analysis and Change Detection for Images Connected Component Analysis and Change Detection for Images Prasad S.Halgaonkar Department of Computer Engg, MITCOE Pune University, India Abstract Detection of the region of change in images of a particular

More information

DYNAMIC BACKGROUND SUBTRACTION BASED ON SPATIAL EXTENDED CENTER-SYMMETRIC LOCAL BINARY PATTERN. Gengjian Xue, Jun Sun, Li Song

DYNAMIC BACKGROUND SUBTRACTION BASED ON SPATIAL EXTENDED CENTER-SYMMETRIC LOCAL BINARY PATTERN. Gengjian Xue, Jun Sun, Li Song DYNAMIC BACKGROUND SUBTRACTION BASED ON SPATIAL EXTENDED CENTER-SYMMETRIC LOCAL BINARY PATTERN Gengjian Xue, Jun Sun, Li Song Institute of Image Communication and Information Processing, Shanghai Jiao

More information

BACKGROUND MODELS FOR TRACKING OBJECTS UNDER WATER

BACKGROUND MODELS FOR TRACKING OBJECTS UNDER WATER Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

Video Surveillance for Effective Object Detection with Alarm Triggering

Video Surveillance for Effective Object Detection with Alarm Triggering IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. VII (Mar-Apr. 2014), PP 21-25 Video Surveillance for Effective Object Detection with Alarm

More information

AUTOMATED THRESHOLD DETECTION FOR OBJECT SEGMENTATION IN COLOUR IMAGE

AUTOMATED THRESHOLD DETECTION FOR OBJECT SEGMENTATION IN COLOUR IMAGE AUTOMATED THRESHOLD DETECTION FOR OBJECT SEGMENTATION IN COLOUR IMAGE Md. Akhtaruzzaman, Amir A. Shafie and Md. Raisuddin Khan Department of Mechatronics Engineering, Kulliyyah of Engineering, International

More information

Human Motion Detection and Tracking for Video Surveillance

Human Motion Detection and Tracking for Video Surveillance Human Motion Detection and Tracking for Video Surveillance Prithviraj Banerjee and Somnath Sengupta Department of Electronics and Electrical Communication Engineering Indian Institute of Technology, Kharagpur,

More information

ROBUST OBJECT TRACKING BY SIMULTANEOUS GENERATION OF AN OBJECT MODEL

ROBUST OBJECT TRACKING BY SIMULTANEOUS GENERATION OF AN OBJECT MODEL ROBUST OBJECT TRACKING BY SIMULTANEOUS GENERATION OF AN OBJECT MODEL Maria Sagrebin, Daniel Caparròs Lorca, Daniel Stroh, Josef Pauli Fakultät für Ingenieurwissenschaften Abteilung für Informatik und Angewandte

More information

Moving Object Detection for Video Surveillance

Moving Object Detection for Video Surveillance International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Moving Object Detection for Video Surveillance Abhilash K.Sonara 1, Pinky J. Brahmbhatt 2 1 Student (ME-CSE), Electronics and Communication,

More information

A Texture-Based Method for Modeling the Background and Detecting Moving Objects

A Texture-Based Method for Modeling the Background and Detecting Moving Objects A Texture-Based Method for Modeling the Background and Detecting Moving Objects Marko Heikkilä and Matti Pietikäinen, Senior Member, IEEE 2 Abstract This paper presents a novel and efficient texture-based

More information

Head Pose Estimation Using Stereo Vision For Human-Robot Interaction

Head Pose Estimation Using Stereo Vision For Human-Robot Interaction Head Pose Estimation Using Stereo Vision For Human-Robot Interaction Edgar Seemann Kai Nickel Rainer Stiefelhagen Interactive Systems Labs Universität Karlsruhe (TH) Germany Abstract In this paper we present

More information

An Edge-Based Approach to Motion Detection*

An Edge-Based Approach to Motion Detection* An Edge-Based Approach to Motion Detection* Angel D. Sappa and Fadi Dornaika Computer Vison Center Edifici O Campus UAB 08193 Barcelona, Spain {sappa, dornaika}@cvc.uab.es Abstract. This paper presents

More information

Automatic Shadow Removal by Illuminance in HSV Color Space

Automatic Shadow Removal by Illuminance in HSV Color Space Computer Science and Information Technology 3(3): 70-75, 2015 DOI: 10.13189/csit.2015.030303 http://www.hrpub.org Automatic Shadow Removal by Illuminance in HSV Color Space Wenbo Huang 1, KyoungYeon Kim

More information

Moving Object Detection and Tracking for Video Survelliance

Moving Object Detection and Tracking for Video Survelliance Moving Object Detection and Tracking for Video Survelliance Ms Jyoti J. Jadhav 1 E&TC Department, Dr.D.Y.Patil College of Engineering, Pune University, Ambi-Pune E-mail- Jyotijadhav48@gmail.com, Contact

More information

Vehicle Detection Method using Haar-like Feature on Real Time System

Vehicle Detection Method using Haar-like Feature on Real Time System Vehicle Detection Method using Haar-like Feature on Real Time System Sungji Han, Youngjoon Han and Hernsoo Hahn Abstract This paper presents a robust vehicle detection approach using Haar-like feature.

More information

Robot localization method based on visual features and their geometric relationship

Robot localization method based on visual features and their geometric relationship , pp.46-50 http://dx.doi.org/10.14257/astl.2015.85.11 Robot localization method based on visual features and their geometric relationship Sangyun Lee 1, Changkyung Eem 2, and Hyunki Hong 3 1 Department

More information

Mouse Pointer Tracking with Eyes

Mouse Pointer Tracking with Eyes Mouse Pointer Tracking with Eyes H. Mhamdi, N. Hamrouni, A. Temimi, and M. Bouhlel Abstract In this article, we expose our research work in Human-machine Interaction. The research consists in manipulating

More information

Real-time Detection of Illegally Parked Vehicles Using 1-D Transformation

Real-time Detection of Illegally Parked Vehicles Using 1-D Transformation Real-time Detection of Illegally Parked Vehicles Using 1-D Transformation Jong Taek Lee, M. S. Ryoo, Matthew Riley, and J. K. Aggarwal Computer & Vision Research Center Dept. of Electrical & Computer Engineering,

More information

Clustering Based Non-parametric Model for Shadow Detection in Video Sequences

Clustering Based Non-parametric Model for Shadow Detection in Video Sequences Clustering Based Non-parametric Model for Shadow Detection in Video Sequences Ehsan Adeli Mosabbeb 1, Houman Abbasian 2, Mahmood Fathy 1 1 Iran University of Science and Technology, Tehran, Iran 2 University

More information

Pairwise Threshold for Gaussian Mixture Classification and its Application on Human Tracking Enhancement

Pairwise Threshold for Gaussian Mixture Classification and its Application on Human Tracking Enhancement Pairwise Threshold for Gaussian Mixture Classification and its Application on Human Tracking Enhancement Daegeon Kim Sung Chun Lee Institute for Robotics and Intelligent Systems University of Southern

More information

An Approach for Real Time Moving Object Extraction based on Edge Region Determination

An Approach for Real Time Moving Object Extraction based on Edge Region Determination An Approach for Real Time Moving Object Extraction based on Edge Region Determination Sabrina Hoque Tuli Department of Computer Science and Engineering, Chittagong University of Engineering and Technology,

More information

A Background Subtraction Based Video Object Detecting and Tracking Method

A Background Subtraction Based Video Object Detecting and Tracking Method A Background Subtraction Based Video Object Detecting and Tracking Method horng@kmit.edu.tw Abstract A new method for detecting and tracking mo tion objects in video image sequences based on the background

More information

Detection and Classification of a Moving Object in a Video Stream

Detection and Classification of a Moving Object in a Video Stream Detection and Classification of a Moving Object in a Video Stream Asim R. Aldhaheri and Eran A. Edirisinghe Abstract In this paper we present a new method for detecting and classifying moving objects into

More information

On Road Vehicle Detection using Shadows

On Road Vehicle Detection using Shadows On Road Vehicle Detection using Shadows Gilad Buchman Grasp Lab, Department of Computer and Information Science School of Engineering University of Pennsylvania, Philadelphia, PA buchmag@seas.upenn.edu

More information

ECE 172A: Introduction to Intelligent Systems: Machine Vision, Fall Midterm Examination

ECE 172A: Introduction to Intelligent Systems: Machine Vision, Fall Midterm Examination ECE 172A: Introduction to Intelligent Systems: Machine Vision, Fall 2008 October 29, 2008 Notes: Midterm Examination This is a closed book and closed notes examination. Please be precise and to the point.

More information

Available online at ScienceDirect. Procedia Computer Science 56 (2015 )

Available online at   ScienceDirect. Procedia Computer Science 56 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 56 (2015 ) 150 155 The 12th International Conference on Mobile Systems and Pervasive Computing (MobiSPC 2015) A Shadow

More information

Pixel features for self-organizing map based detection of foreground objects in dynamic environments

Pixel features for self-organizing map based detection of foreground objects in dynamic environments Pixel features for self-organizing map based detection of foreground objects in dynamic environments Miguel A. Molina-Cabello 1, Ezequiel López-Rubio 1, Rafael Marcos Luque-Baena 2, Enrique Domínguez 1,

More information

A Moving Object Segmentation Method for Low Illumination Night Videos Soumya. T

A Moving Object Segmentation Method for Low Illumination Night Videos Soumya. T Proceedings of the World Congress on Engineering and Computer Science 28 WCECS 28, October 22-24, 28, San Francisco, USA A Moving Object Segmentation Method for Low Illumination Night Videos Soumya. T

More information

On the analysis of background subtraction techniques using Gaussian mixture models

On the analysis of background subtraction techniques using Gaussian mixture models University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2010 On the analysis of background subtraction techniques using Gaussian

More information

Human Detection. A state-of-the-art survey. Mohammad Dorgham. University of Hamburg

Human Detection. A state-of-the-art survey. Mohammad Dorgham. University of Hamburg Human Detection A state-of-the-art survey Mohammad Dorgham University of Hamburg Presentation outline Motivation Applications Overview of approaches (categorized) Approaches details References Motivation

More information

Motion Detection Algorithm

Motion Detection Algorithm Volume 1, No. 12, February 2013 ISSN 2278-1080 The International Journal of Computer Science & Applications (TIJCSA) RESEARCH PAPER Available Online at http://www.journalofcomputerscience.com/ Motion Detection

More information

A Street Scene Surveillance System for Moving Object Detection, Tracking and Classification

A Street Scene Surveillance System for Moving Object Detection, Tracking and Classification A Street Scene Surveillance System for Moving Object Detection, Tracking and Classification Huei-Yung Lin * and Juang-Yu Wei Department of Electrical Engineering National Chung Cheng University Chia-Yi

More information

Spatio-Temporal Nonparametric Background Modeling and Subtraction

Spatio-Temporal Nonparametric Background Modeling and Subtraction Spatio-Temporal onparametric Background Modeling and Subtraction Raviteja Vemulapalli R. Aravind Department of Electrical Engineering Indian Institute of Technology, Madras, India. Abstract Background

More information

Motion Detection Using Adaptive Temporal Averaging Method

Motion Detection Using Adaptive Temporal Averaging Method 652 B. NIKOLOV, N. KOSTOV, MOTION DETECTION USING ADAPTIVE TEMPORAL AVERAGING METHOD Motion Detection Using Adaptive Temporal Averaging Method Boris NIKOLOV, Nikolay KOSTOV Dept. of Communication Technologies,

More information

A High Speed Face Measurement System

A High Speed Face Measurement System A High Speed Face Measurement System Kazuhide HASEGAWA, Kazuyuki HATTORI and Yukio SATO Department of Electrical and Computer Engineering, Nagoya Institute of Technology Gokiso, Showa, Nagoya, Japan, 466-8555

More information

Measurement of Pedestrian Groups Using Subtraction Stereo

Measurement of Pedestrian Groups Using Subtraction Stereo Measurement of Pedestrian Groups Using Subtraction Stereo Kenji Terabayashi, Yuki Hashimoto, and Kazunori Umeda Chuo University / CREST, JST, 1-13-27 Kasuga, Bunkyo-ku, Tokyo 112-8551, Japan terabayashi@mech.chuo-u.ac.jp

More information

Background Subtraction based on Cooccurrence of Image Variations

Background Subtraction based on Cooccurrence of Image Variations Background Subtraction based on Cooccurrence of Image Variations Makito Seki Toshikazu Wada Hideto Fujiwara Kazuhiko Sumi Advanced Technology R&D Center Faculty of Systems Engineering Mitsubishi Electric

More information

Video Processing for Judicial Applications

Video Processing for Judicial Applications Video Processing for Judicial Applications Konstantinos Avgerinakis, Alexia Briassouli, Ioannis Kompatsiaris Informatics and Telematics Institute, Centre for Research and Technology, Hellas Thessaloniki,

More information

Face Quality Assessment System in Video Sequences

Face Quality Assessment System in Video Sequences Face Quality Assessment System in Video Sequences Kamal Nasrollahi, Thomas B. Moeslund Laboratory of Computer Vision and Media Technology, Aalborg University Niels Jernes Vej 14, 9220 Aalborg Øst, Denmark

More information

Tracking and Recognizing People in Colour using the Earth Mover s Distance

Tracking and Recognizing People in Colour using the Earth Mover s Distance Tracking and Recognizing People in Colour using the Earth Mover s Distance DANIEL WOJTASZEK, ROBERT LAGANIÈRE S.I.T.E. University of Ottawa, Ottawa, Ontario, Canada K1N 6N5 danielw@site.uottawa.ca, laganier@site.uottawa.ca

More information

A Hierarchical Approach to Robust Background Subtraction using Color and Gradient Information

A Hierarchical Approach to Robust Background Subtraction using Color and Gradient Information A Hierarchical Approach to Robust Background Subtraction using Color and Gradient Information Omar Javed, Khurram Shafique and Mubarak Shah Computer Vision Lab, School of Electrical Engineering and Computer

More information

A Texture-Based Method for Modeling the Background and Detecting Moving Objects

A Texture-Based Method for Modeling the Background and Detecting Moving Objects IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 28, NO. 4, APRIL 2006 657 A Texture-Based Method for Modeling the Background and Detecting Moving Objects Marko Heikkilä and Matti Pietikäinen,

More information

Evaluation of Moving Object Tracking Techniques for Video Surveillance Applications

Evaluation of Moving Object Tracking Techniques for Video Surveillance Applications International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Evaluation

More information

Background Subtraction Techniques

Background Subtraction Techniques Background Subtraction Techniques Alan M. McIvor Reveal Ltd PO Box 128-221, Remuera, Auckland, New Zealand alan.mcivor@reveal.co.nz Abstract Background subtraction is a commonly used class of techniques

More information

Multi-Channel Adaptive Mixture Background Model for Real-time Tracking

Multi-Channel Adaptive Mixture Background Model for Real-time Tracking Journal of Information Hiding and Multimedia Signal Processing c 2016 ISSN 2073-4212 Ubiquitous International Volume 7, Number 1, January 2016 Multi-Channel Adaptive Mixture Background Model for Real-time

More information

A Real Time System for Detecting and Tracking People. Ismail Haritaoglu, David Harwood and Larry S. Davis. University of Maryland

A Real Time System for Detecting and Tracking People. Ismail Haritaoglu, David Harwood and Larry S. Davis. University of Maryland W 4 : Who? When? Where? What? A Real Time System for Detecting and Tracking People Ismail Haritaoglu, David Harwood and Larry S. Davis Computer Vision Laboratory University of Maryland College Park, MD

More information

Human Upper Body Pose Estimation in Static Images

Human Upper Body Pose Estimation in Static Images 1. Research Team Human Upper Body Pose Estimation in Static Images Project Leader: Graduate Students: Prof. Isaac Cohen, Computer Science Mun Wai Lee 2. Statement of Project Goals This goal of this project

More information

Background subtraction in people detection framework for RGB-D cameras

Background subtraction in people detection framework for RGB-D cameras Background subtraction in people detection framework for RGB-D cameras Anh-Tuan Nghiem, Francois Bremond INRIA-Sophia Antipolis 2004 Route des Lucioles, 06902 Valbonne, France nghiemtuan@gmail.com, Francois.Bremond@inria.fr

More information

Face Tracking in Video

Face Tracking in Video Face Tracking in Video Hamidreza Khazaei and Pegah Tootoonchi Afshar Stanford University 350 Serra Mall Stanford, CA 94305, USA I. INTRODUCTION Object tracking is a hot area of research, and has many practical

More information

Motion Detection and Segmentation Using Image Mosaics

Motion Detection and Segmentation Using Image Mosaics Research Showcase @ CMU Institute for Software Research School of Computer Science 2000 Motion Detection and Segmentation Using Image Mosaics Kiran S. Bhat Mahesh Saptharishi Pradeep Khosla Follow this

More information

Efficient SLAM Scheme Based ICP Matching Algorithm Using Image and Laser Scan Information

Efficient SLAM Scheme Based ICP Matching Algorithm Using Image and Laser Scan Information Proceedings of the World Congress on Electrical Engineering and Computer Systems and Science (EECSS 2015) Barcelona, Spain July 13-14, 2015 Paper No. 335 Efficient SLAM Scheme Based ICP Matching Algorithm

More information

Automatic Generation of Indoor VR-Models by a Mobile Robot with a Laser Range Finder and a Color Camera

Automatic Generation of Indoor VR-Models by a Mobile Robot with a Laser Range Finder and a Color Camera Automatic Generation of Indoor VR-Models by a Mobile Robot with a Laser Range Finder and a Color Camera Christian Weiss and Andreas Zell Universität Tübingen, Wilhelm-Schickard-Institut für Informatik,

More information

A Fast Moving Object Detection Technique In Video Surveillance System

A Fast Moving Object Detection Technique In Video Surveillance System A Fast Moving Object Detection Technique In Video Surveillance System Paresh M. Tank, Darshak G. Thakore, Computer Engineering Department, BVM Engineering College, VV Nagar-388120, India. Abstract Nowadays

More information

Chapter 9 Object Tracking an Overview

Chapter 9 Object Tracking an Overview Chapter 9 Object Tracking an Overview The output of the background subtraction algorithm, described in the previous chapter, is a classification (segmentation) of pixels into foreground pixels (those belonging

More information

Queue based Fast Background Modelling and Fast Hysteresis Thresholding for Better Foreground Segmentation

Queue based Fast Background Modelling and Fast Hysteresis Thresholding for Better Foreground Segmentation Queue based Fast Background Modelling and Fast Hysteresis Thresholding for Better Foreground Segmentation Pankaj Kumar Surendra Ranganath + Weimin Huang* kumar@i2r.a-star.edu.sg elesr@nus.edu.sg wmhuang@i2r.a-star.edu.sg

More information

Terrain Data Real-time Analysis Based on Point Cloud for Mars Rover

Terrain Data Real-time Analysis Based on Point Cloud for Mars Rover Terrain Data Real-time Analysis Based on Point Cloud for Mars Rover Haoruo ZHANG 1, Yuanjie TAN, Qixin CAO. Abstract. With the development of space exploration, more and more aerospace researchers pay

More information

Object Detection in Video Streams

Object Detection in Video Streams Object Detection in Video Streams Sandhya S Deore* *Assistant Professor Dept. of Computer Engg., SRES COE Kopargaon *sandhya.deore@gmail.com ABSTRACT Object Detection is the most challenging area in video

More information

CSE/EE-576, Final Project

CSE/EE-576, Final Project 1 CSE/EE-576, Final Project Torso tracking Ke-Yu Chen Introduction Human 3D modeling and reconstruction from 2D sequences has been researcher s interests for years. Torso is the main part of the human

More information

Person identification from spatio-temporal 3D gait

Person identification from spatio-temporal 3D gait 200 International Conference on Emerging Security Technologies Person identification from spatio-temporal 3D gait Yumi Iwashita Ryosuke Baba Koichi Ogawara Ryo Kurazume Information Science and Electrical

More information

LIGHT STRIPE PROJECTION-BASED PEDESTRIAN DETECTION DURING AUTOMATIC PARKING OPERATION

LIGHT STRIPE PROJECTION-BASED PEDESTRIAN DETECTION DURING AUTOMATIC PARKING OPERATION F2008-08-099 LIGHT STRIPE PROJECTION-BASED PEDESTRIAN DETECTION DURING AUTOMATIC PARKING OPERATION 1 Jung, Ho Gi*, 1 Kim, Dong Suk, 1 Kang, Hyoung Jin, 2 Kim, Jaihie 1 MANDO Corporation, Republic of Korea,

More information

Implementation of the Gaussian Mixture Model Algorithm for Real-Time Segmentation of High Definition video: A review 1

Implementation of the Gaussian Mixture Model Algorithm for Real-Time Segmentation of High Definition video: A review 1 Implementation of the Gaussian Mixture Model Algorithm for Real-Time Segmentation of High Definition video: A review 1 Mr. Sateesh Kumar, 2 Mr. Rupesh Mahamune 1, M. Tech. Scholar (Digital Electronics),

More information

RECENT TRENDS IN MACHINE LEARNING FOR BACKGROUND MODELING AND DETECTING MOVING OBJECTS

RECENT TRENDS IN MACHINE LEARNING FOR BACKGROUND MODELING AND DETECTING MOVING OBJECTS RECENT TRENDS IN MACHINE LEARNING FOR BACKGROUND MODELING AND DETECTING MOVING OBJECTS Shobha.G 1 & N. Satish Kumar 2 1 Computer Science & Engineering Dept., R V College of Engineering, Bangalore, India.

More information

A threshold decision of the object image by using the smart tag

A threshold decision of the object image by using the smart tag A threshold decision of the object image by using the smart tag Chang-Jun Im, Jin-Young Kim, Kwan Young Joung, Ho-Gil Lee Sensing & Perception Research Group Korea Institute of Industrial Technology (

More information

A Texture-based Method for Detecting Moving Objects

A Texture-based Method for Detecting Moving Objects A Texture-based Method for Detecting Moving Objects M. Heikkilä, M. Pietikäinen and J. Heikkilä Machine Vision Group Infotech Oulu and Department of Electrical and Information Engineering P.O. Box 4500

More information

Automated Video Analysis of Crowd Behavior

Automated Video Analysis of Crowd Behavior Automated Video Analysis of Crowd Behavior Robert Collins CSE Department Mar 30, 2009 Computational Science Seminar Series, Spring 2009. We Are... Lab for Perception, Action and Cognition Research Interest:

More information

Gate-to-gate automated video tracking and location

Gate-to-gate automated video tracking and location Gate-to-gate automated video tracing and location Sangyu Kang*, Jooni Pai**, Besma R. Abidi***, David Shelton, Mar Mitces, and Mongi A. Abidi IRIS Lab, Department of Electrical & Computer Engineering University

More information

Background Initialization with A New Robust Statistical Approach

Background Initialization with A New Robust Statistical Approach Background Initialization with A New Robust Statistical Approach Hanzi Wang and David Suter Institute for Vision System Engineering Department of. Electrical. and Computer Systems Engineering Monash University,

More information

Real-time target tracking using a Pan and Tilt platform

Real-time target tracking using a Pan and Tilt platform Real-time target tracking using a Pan and Tilt platform Moulay A. Akhloufi Abstract In recent years, we see an increase of interest for efficient tracking systems in surveillance applications. Many of

More information

Real Time Motion Detection Using Background Subtraction Method and Frame Difference

Real Time Motion Detection Using Background Subtraction Method and Frame Difference Real Time Motion Detection Using Background Subtraction Method and Frame Difference Lavanya M P PG Scholar, Department of ECE, Channabasaveshwara Institute of Technology, Gubbi, Tumkur Abstract: In today

More information

A PRACTICAL APPROACH TO REAL-TIME DYNAMIC BACKGROUND GENERATION BASED ON A TEMPORAL MEDIAN FILTER

A PRACTICAL APPROACH TO REAL-TIME DYNAMIC BACKGROUND GENERATION BASED ON A TEMPORAL MEDIAN FILTER Journal of Sciences, Islamic Republic of Iran 14(4): 351-362 (2003) University of Tehran, ISSN 1016-1104 A PRACTICAL APPROACH TO REAL-TIME DYNAMIC BACKGROUND GENERATION BASED ON A TEMPORAL MEDIAN FILTER

More information

Applying Synthetic Images to Learning Grasping Orientation from Single Monocular Images

Applying Synthetic Images to Learning Grasping Orientation from Single Monocular Images Applying Synthetic Images to Learning Grasping Orientation from Single Monocular Images 1 Introduction - Steve Chuang and Eric Shan - Determining object orientation in images is a well-established topic

More information

Tracking Occluded Objects Using Kalman Filter and Color Information

Tracking Occluded Objects Using Kalman Filter and Color Information Tracking Occluded Objects Using Kalman Filter and Color Information Malik M. Khan, Tayyab W. Awan, Intaek Kim, and Youngsung Soh Abstract Robust visual tracking is imperative to track multiple occluded

More information

Background Image Generation Using Boolean Operations

Background Image Generation Using Boolean Operations Background Image Generation Using Boolean Operations Kardi Teknomo Ateneo de Manila University Quezon City, 1108 Philippines +632-4266001 ext 5660 teknomo@gmail.com Philippine Computing Journal Proceso

More information

Appearance-Based Place Recognition Using Whole-Image BRISK for Collaborative MultiRobot Localization

Appearance-Based Place Recognition Using Whole-Image BRISK for Collaborative MultiRobot Localization Appearance-Based Place Recognition Using Whole-Image BRISK for Collaborative MultiRobot Localization Jung H. Oh, Gyuho Eoh, and Beom H. Lee Electrical and Computer Engineering, Seoul National University,

More information

Moving Shadow Detection with Low- and Mid-Level Reasoning

Moving Shadow Detection with Low- and Mid-Level Reasoning Moving Shadow Detection with Low- and Mid-Level Reasoning Ajay J. Joshi, Stefan Atev, Osama Masoud, and Nikolaos Papanikolopoulos Dept. of Computer Science and Engineering, University of Minnesota Twin

More information

Subject-Oriented Image Classification based on Face Detection and Recognition

Subject-Oriented Image Classification based on Face Detection and Recognition 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050

More information

Dynamic Background Subtraction Based on Local Dependency Histogram

Dynamic Background Subtraction Based on Local Dependency Histogram Author manuscript, published in "The Eighth International Workshop on Visual Surveillance - VS2008, Marseille : France (2008)" Dynamic Background Subtraction Based on Local Dependency Histogram Shengping

More information

Real-Time and Accurate Segmentation of Moving Objects in Dynamic Scene

Real-Time and Accurate Segmentation of Moving Objects in Dynamic Scene Real-Time and Accurate Segmentation of Moving Obects in Dynamic Scene Tao Yang College of Automatic Control Northwestern Polytechnical University Xi an China 710072 yangtaonwpu@msn.com Stan Z.Li Microsoft

More information

Fast Denoising for Moving Object Detection by An Extended Structural Fitness Algorithm

Fast Denoising for Moving Object Detection by An Extended Structural Fitness Algorithm Fast Denoising for Moving Object Detection by An Extended Structural Fitness Algorithm ALBERTO FARO, DANIELA GIORDANO, CONCETTO SPAMPINATO Dipartimento di Ingegneria Informatica e Telecomunicazioni Facoltà

More information

HYBRID CENTER-SYMMETRIC LOCAL PATTERN FOR DYNAMIC BACKGROUND SUBTRACTION. Gengjian Xue, Li Song, Jun Sun, Meng Wu

HYBRID CENTER-SYMMETRIC LOCAL PATTERN FOR DYNAMIC BACKGROUND SUBTRACTION. Gengjian Xue, Li Song, Jun Sun, Meng Wu HYBRID CENTER-SYMMETRIC LOCAL PATTERN FOR DYNAMIC BACKGROUND SUBTRACTION Gengjian Xue, Li Song, Jun Sun, Meng Wu Institute of Image Communication and Information Processing, Shanghai Jiao Tong University,

More information

/13/$ IEEE

/13/$ IEEE Proceedings of the 013 International Conference on Pattern Recognition, Informatics and Mobile Engineering, February 1- Background Subtraction Based on Threshold detection using Modified K-Means Algorithm

More information

VEHICLE DETECTION FROM AN IMAGE SEQUENCE COLLECTED BY A HOVERING HELICOPTER

VEHICLE DETECTION FROM AN IMAGE SEQUENCE COLLECTED BY A HOVERING HELICOPTER In: Stilla U et al (Eds) PIA. International Archives of Photogrammetry, Remote Sensing and Spatial Information Sciences 8 (/W) VEHICLE DETECTION FROM AN IMAGE SEQUENCE COLLECTED BY A HOVERING HELICOPTER

More information

Using temporal seeding to constrain the disparity search range in stereo matching

Using temporal seeding to constrain the disparity search range in stereo matching Using temporal seeding to constrain the disparity search range in stereo matching Thulani Ndhlovu Mobile Intelligent Autonomous Systems CSIR South Africa Email: tndhlovu@csir.co.za Fred Nicolls Department

More information

Collecting outdoor datasets for benchmarking vision based robot localization

Collecting outdoor datasets for benchmarking vision based robot localization Collecting outdoor datasets for benchmarking vision based robot localization Emanuele Frontoni*, Andrea Ascani, Adriano Mancini, Primo Zingaretti Department of Ingegneria Infromatica, Gestionale e dell

More information

Detecting and Identifying Moving Objects in Real-Time

Detecting and Identifying Moving Objects in Real-Time Chapter 9 Detecting and Identifying Moving Objects in Real-Time For surveillance applications or for human-computer interaction, the automated real-time tracking of moving objects in images from a stationary

More information

International Journal of Innovative Research in Computer and Communication Engineering

International Journal of Innovative Research in Computer and Communication Engineering Moving Object Detection By Background Subtraction V.AISWARYA LAKSHMI, E.ANITHA, S.SELVAKUMARI. Final year M.E, Department of Computer Science and Engineering Abstract : Intelligent video surveillance systems

More information

A Traversing and Merging Algorithm of Blobs in Moving Object Detection

A Traversing and Merging Algorithm of Blobs in Moving Object Detection Appl. Math. Inf. Sci. 8, No. 1L, 327-331 (2014) 327 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.12785/amis/081l41 A Traversing and Merging Algorithm of Blobs

More information

VIGILANCE CAMERA RANGE

VIGILANCE CAMERA RANGE VIGILANCE VIGILANCE CAMERA RANGE Professional Video Surveillance. Simplified. Affordable. Vigilance Range The Vigilance Range offers professional, full featured high definition video surveillance that

More information

Localization of Multiple Robots with Simple Sensors

Localization of Multiple Robots with Simple Sensors Proceedings of the IEEE International Conference on Mechatronics & Automation Niagara Falls, Canada July 2005 Localization of Multiple Robots with Simple Sensors Mike Peasgood and Christopher Clark Lab

More information

3. International Conference on Face and Gesture Recognition, April 14-16, 1998, Nara, Japan 1. A Real Time System for Detecting and Tracking People

3. International Conference on Face and Gesture Recognition, April 14-16, 1998, Nara, Japan 1. A Real Time System for Detecting and Tracking People 3. International Conference on Face and Gesture Recognition, April 14-16, 1998, Nara, Japan 1 W 4 : Who? When? Where? What? A Real Time System for Detecting and Tracking People Ismail Haritaoglu, David

More information

Region Segmentation for Facial Image Compression

Region Segmentation for Facial Image Compression Region Segmentation for Facial Image Compression Alexander Tropf and Douglas Chai Visual Information Processing Research Group School of Engineering and Mathematics, Edith Cowan University Perth, Australia

More information

Suspicious Activity Detection of Moving Object in Video Surveillance System

Suspicious Activity Detection of Moving Object in Video Surveillance System International Journal of Latest Engineering and Management Research (IJLEMR) ISSN: 2455-4847 ǁ Volume 1 - Issue 5 ǁ June 2016 ǁ PP.29-33 Suspicious Activity Detection of Moving Object in Video Surveillance

More information

People detection and tracking using stereo vision and color

People detection and tracking using stereo vision and color People detection and tracking using stereo vision and color Rafael Munoz-Salinas, Eugenio Aguirre, Miguel Garcia-Silvente. In Image and Vision Computing Volume 25 Issue 6 (2007) 995-1007. Presented by

More information

Eye Localization Using Color Information. Amit Chilgunde

Eye Localization Using Color Information. Amit Chilgunde Eye Localization Using Color Information Amit Chilgunde Department of Electrical and Computer Engineering National University of Singapore, Singapore ABSTRACT In this project, we propose localizing the

More information