A parallel system for real time traffic sign recognition

Size: px
Start display at page:

Download "A parallel system for real time traffic sign recognition"

Transcription

1 A parallel system for real time traffic sign recognition Volker Rehrmann Raimund Lakmann Lutz Priese Image Recognition Laboratory University of Koblenz Landau Rheinau 1 D Koblenz, FR Germany lb@uni koblenz.de Abstract We present a system for the real time recognition of traffic signs from a moving car on European highways. The traffic sign recognition system (TSR) was developed within the European PROMETHEUS project in cooperation with Daimler Benz and is installed in an autonomous car. Our TSR is also intended to serve as a driver assistance tool. The TSR is based on a fast color image analysis. This analysis involves different methods, such as an inherently parallel color image segmentation, a data driven decision graph with fuzzy techniques, and classical pattern recognition. Due to the good quality of the color segmentation and the fault tolerant evaluation the system is highly robust against the difficult conditions in natural outdoor scenes. To meet real time constraints the TSR has been implemented on a high speed parallel image processing system with MPC 601 processors. A prototype of the TSR runs in a usual car and reaches a recognition rate of 98 %. Keywords: Parallel Computer Vision, Traffic Sign Recognition, Color Image Analysis. 1. Introduction In today s road traffic lots of information has to be handled to move a car safely through traffic. Visual information is the most important kind of information in traffic scenes. A long range objective of many researchers has been the development of autonomous vehicles ([5]). An intelligent system for autonomous driving has to fulfill various tasks, e.g. road tracking, obstacle detection, traffic sign recognition, etc. An autonomous car has been one aim of the European research project PROMETHEUS (PROgraMme for a European Traffic with Highest Efficiency and Unprecedented Safety). Within this project Daimler Benz in cooperation with some universities developed the autonomous car VITA II ([12]). VITA II is able to drive autonomously at a speed of 130 km/h on European highways. The task of our group within the VITA II project was the recognition of traffic signs. Traffic sign recognition (TSR) is a recent topic in vision based vehicle guidance, see for example [1], [2], [3], [11]. Besides the integration into an autonomous car our TSR module can also be used independently as a driver assistance (e.g. by warning the driver when exceeding speed limits). Our system meets real time constraints by using parallel processing techniques and achieves high recognition rates even under difficult conditions in natural outdoor scenes. Our TSR is based on the analysis of color images. In the following chapter 2 we describe the method for recognizing traffic signs. Chapter 3 presents different approaches for the parallelization of our system. The results of our TSR have been tested with large image series and are presented in detail in chapter TSR Method One of the most important components of an image analysis system is the image segmentation. The aim of color image segmentation is a partition of an image into visually distinct regions that are homogeneous with respect to their color. The first part of our TSR system consists of a fast, robust color segmentation. The second part is the extraction of visible traffic signs based on the segmentation results. Both phases of our TSR system are described in the following sections.

2 2.1 Color Segmentation The segmentation of color images is a computationally expensive task. Most of the known techniques use sequential algorithms with a complexity far away from real time application ([7]). To allow for real time application we developed the Color Structure Code (CSC). The CSC is an inherent parallel color segmentation technique that also operates on distributed data. The CSC follows a hierarchical region growing on a special hexagonal topology (that was firstly introduced by Hartmann, [6]). This hierarchical topology is formed by so called islands of different levels. One island of level 0 consists of seven neighbored pixels in the hexagonal topology. One island of level n+1 consists of seven overlapping islands of level n (s. Fig. 1). Repeating this until one island covers the whole image, the number of islands decreases from level to level by a factor 4. island of level 2 island of level 1 island of level 0 pixel Figure 1: The hexagonal, hierarchical island structure. The CSC works essentially in four phases: In the preprocessing phase noise suppression is accomplished by the use of a nonlinear filter which, in addition, strengthens the sharpness of contours ([8]). In an initialization phase color homogeneous regions in islands of seven pixels are detected and mapped to initial code elements (s. Fig. 2(a)). Such an initial code element consists of those pixels of islands of level 0 that are neighbored and whose color distance lies below a certain threshold. Hence, a code element of level 0 describes a small colored region within an island of level 0. At most three color regions can be detected within one island of level 0. In the linking phase code elements of level n are linked to new code elements of level n+1 in seven neighbored, overlapping islands of the hexagonal island structure (s. Fig. 2(b)). Code elements will be linked if the regions represented by them are connected and similar in color. The connectivity of code elements can easily be determined within the hexagonal island structure. Two code elements are connected if they share a common subregion in their overlapping subisland. In the example of level 1 in Figure 2(b) this simply means that they share a common pixel. By repeated linking those code elements form a code tree. Code elements that do not find any partner for linking in some level n form the root of such a code tree. Thus, a connected, homogeneous region is represented by a tree in our CSC data structure. The larger a region is, the higher is its root level in the hierarchical data structure. The root contains raw information about the size, location, and mean color of a region. More details can be obtained descending the tree. A typical error in local region growing techniques is the linking of differently colored regions due to a chain of connected pixels with smoothly changing colors. Often it refers to an outflow of a region, that can t be detected locally. In the splitting phase those regions are separated, that were locally homogeneous and connected but are not homogeneous at a more global sight. We recognize these chaining mismatches by the repeated hierarchical linking of the code elements. Two code elements in some level n have to be split if they are not similar in color, although they are connected by a chain of similar colored code elements in level n-1.

3 (a) (b) Figure 2: The initialization (a) and the linkage (b) of code elements. The color similarity measure is of particular importance for the quality of the segmentation results. We achieved the best results with a newly developed measure in the HSV color space ([4]). This color space leads to very robust segmentation results due to the stability of the hue value under varying lighting conditions. More details on the CSC can be found in [10]. 2.2 Evaluation The evaluation phase of our TSR system is divided into two phases: detection and identification. Detection includes locating all signs and determining their class, e.g. prohibition sign (red circle), danger sign (red triangle), mandatory sign (blue circle), etc ([9]). Identification is realized by recognizing the various ideograms in traffic signs which are used to present the explicit information about the kind of prohibition, danger, etc. Different techniques have to be used for these two phases. (a) (b) (c) (d) Figure 3: The prohibition sign (a) is detected by the recognition of the red circle (b), the ideogram is extracted (c) and mapped to a fixed sized bitmap (d). Detection is achieved by a fault tolerant knowledge based hierarchical decision graph consisting of many different feature extraction modules. In this graph a decision is not made in a binary (yes, no) but in a fuzzy way (may be) by using probability measures. Thus, it is possible that at a certain stage several interpretations may be true leading to a concurrent processing in the decision graph. This, of course, implies the possibility of rejecting previously made decisions. The main features in the detection graph are color, shape, and topological relations. Therefore, we collect all regions of typical traffic sign colors (red, blue, yellow, white) from the CSC database into a so called candidate list. The ranges of our color classes are well defined for various lighting conditions caused by shadows or varying color temperature of daylight. This is not a trivial task as especially the color white appears in very different brightnesses. We regard the candidate list as the result of a first filter in a cascade of filters reducing the number of traffic sign candidates to the real existing traffic signs in the image. A perfect segmentation in the sense that all segmented regions correspond exactly to the real scene is not possible. Traffic signs are often split into pieces. To be robust against such situations small neighbored regions of similar color are collected into a list

4 of partial objects. Some fast tools recombine those partial objects to virtual objects and add them to the candidate list. The next step is a geometric classification of the objects from the candidate list. The shape of an object is encoded by a fast approximation of its convex hull leading to relative simple shape recognition methods. For every object a probability is calculated that it belongs to a certain shape class. These shape classes are circles, semi-circles, triangles, and rectangles depending on the color of the object. Note, that one object may belong to several shape classes which leads to the concurrent processing in the decision graph. With this utilization of color and shape we are able to detect nearly all traffic signs. However, such an analysis of color and shape alone is not sufficient. Thus, we have to verify some further features of traffic signs. These features are mainly inclusions of particular color segments and histograms of certain colors inside specific templates. The first part of the identification phase is the isolation of the ideogram from the detected traffic sign and the reduction to a binary (black, white) or ternary (black, white, red) image. This preprocessing consists of a color classification for all pixels inside a found traffic sign candidate and the elimination of the irrelevant traffic sign border. The isolated ideogram is presented by a fixed sized bitmap that becomes the input for various identification tools. Some of these tools are neural nets and nearest neighbor classifiers. They are used competitively by combining their probability results to increase the robustness of the identification. Figure 3 illustrates the principal procedure of our TSR system. 3. Parallelization There is a clear difference in the parallelization of our TSR system between the generation of the CSC and the evaluation of the CSC. It is quite easy to parallelize the CSC as it was especially designed as a parallel algorithm. It becomes more difficult parallelizing the evaluation of the CSC which is controlled by a decision graph with many sequential dependencies. In the following we will describe two different approaches to the parallelization of the TSR system. In all phases the CSC generation operates locally in one island. Both, the preprocessing and the initialization phase operate on a seven pixel island and can be processed independently of all other islands. The linking process operates independently on each group of seven islands in higher levels and can as well be done in parallel. The only sequential constraint is due to the linking hierarchy. Regions in a group of seven islands of level n can not be linked to level n+1 before all these regions have been linked to level n. Consider the CSC generation as a network of parallel processes. Every island in the hierarchy represents a process and is connected to other islands by channels following the island hierarchy. A process can start its computation as soon as the data on all its input channels have been arrived. Realized in this way the CSC generation acts as a data driven, asynchronous parallel network (s. Fig. 4). This concept shows the high potential of parallelism in the CSC generation. level n+1 level n level n-1 Figure 4: The CSC generation as a network of parallel processes.

5 However, due to efficiency reasons the implementation on a parallel system with a relatively small number of processors looks different to this logical concept. The mapping of this concept into a parallel system can be done in different ways. An obvious idea is to divide an image into equally sized frames corresponding to the available number of processors. We have implemented two different approaches following this idea. In the first approach each processor has its own database where it manages all data and processes all islands within its subimage. The image data is distributed to all processors via a fast bus. The preprocessing and the initialization phases operate directly on pixels and can be processed parallel in all frames without requiring any communication. In the linking phase processes at the borders of the frames need data from neighbored processors. Note, that only data of islands immediately located at the border of each subimage have to be transmitted (s. Fig. 5). The database of the CSC is distributed among all processors. There exists no central control process, every processor asynchronously processes its subimage and communicates with other processors. This approach is well suited for a massively parallel approach as the amount of data which has to be transferred in the linking phase is quite small. However, from an engineering point of view the parallelization of the traffic sign evaluation is more expensive in such a distributed database. Border between two subimages Figure 5: A border between two subimages. Islands of one group of islands belong to different subimages. In a second approach the complete CSC database is stored in every processor s local memory. The preprocessing and the initialization phase operate in exactly the same manner as in the first approach, but the linking phase is different. After computing each level every processor broadcasts its own processed data to all other processors. Consequently, every linking process finds the CSC data from level n needed for computation of level n+1 in its own local memory. As an advantage at the end of the CSC generation every processor holds the whole CSC database in its own memory. This simplifies the parallelization of the evaluation. All the traffic sign candidates in the candidate list can be processed independently of each other. To parallelize the evaluation phase we use the concept of a processor farm which automatically leads to an excellent load balancing. Independent sub-tasks (here: the analysis of an object of a typical traffic sign color) are farmed out by a control process to idle processors in the net. As soon as one processor has finished a sub task it sends the results to the controller and gets a new sub-task. This concept is well suited for processor nets with a relatively small number ( ) of processors and small sized data packages for the sub tasks. Both prerequisites meet in the case of our TSR application. As every processor holds the whole CSC database and the whole image in its local memory, only few communications are required for the parallel processing of the evaluation phase. The parallel hardware we use is the Parsytec TIP system (Transputer Image Processing) which was especially developed for fast image processing applications. The processors are connected by links and an additional fast video bus for broadcasting the images to all processors (s. Fig. 6). The first processor in this system is a color frame grabber as an interface to the camera. The processing units consist of a Motorola PowerPC processor (MPC 601) for the computation and a Transputer (T805) for the communication coupled by dual ported RAM. At the moment our system is equipped with four processing units.

6 camera CFG Display TIP-bus CGD PU PU PU PU Figure 6: The TIP system with a color frame grabber (CFG), four processing units (PU) and a color graphics display (CGD). 4. Results In order to test our TSR system we built a large traffic scene database of series of approximately images of them have been manually examined in order to register all visible traffic signs in protocol files. All traffic signs in these image sequences are labeled by an identification number and some attributes, e.g. position, size, visibility, etc. We use this database to compare the recognition results of the TSR automatically with existing traffic signs. During the development of the different TSR modules these statistics have delivered detailed information about the recognition rate and the number of false alarms. This greatly helped optimizing the TSR system step by step. Above a size of pixels the TSR system nearly detects all traffic signs, e.g. 98 % of prohibition signs (s. Fig. 7(a)). This size of a traffic sign is corresponding to a distance of approximately 50 meters to the camera. 100 % prohibition signs >34 size PowerPC MPC 601 segmentation 783 (86%) evaluation 129 (14%) 912 (100%) (a) (b) Figure 7: (a) Statistic of prohibition sign detection. The false alarm rate is per image. (b) Runtimes (in msec) of the TSR. Images of the size pixels were analyzed by one parallel processor PowerPC MPC 601 in a TIP system A basic requirement for a practical TSR system is the reliable recognition of all traffic signs in real time. We succeeded in developing a practical TSR system which combines high quality and a fast runtime. A high quality was achieved by a robust color segmentation and a fault tolerant, knowledge based evaluation of traffic signs. A fast runtime was reached by developing fast parallel algorithms for segmentation and evaluation. A fast processor (MPC 601) performs a cycle time of 912 msec to evaluate a pixel image (s. Fig. 7(b)). As traffic signs usually appear only in certain regions of interest (ROI) in the image,

7 we analyze only ROIs with a size of pixels. By a simultaneous evaluation of several ROIs on different processors our system is able to analyze three images per second. To increase the safety of the system we are intending to include tracking of traffic signs in a sequence of images. With our approach of a parallel segmentation and evaluation we expect to reduce the runtime to less than 150 msec with six processors. A car at a speed of 130 km/h moves only 6 meters in 150 msec. Thus, traffic signs change quite smoothly and a tracking becomes reasonable. In the context of traffic sign recognition 150 msec can be regarded as real time considering the response time of a human driver. References [1] M. Campani, M. Straforini, M. Cappello, E. Reggi, G. Piccioli, and V. Torre. Visual routines for outdoor navigation. In Proceedings of the Intelligent Vehicles Symposium, pages IEEE, Tokyo, July [2] M. de Saint Blancard. Road sign recognition: A study of vision-based decision making for road enviroment recognition. In I. Masaki, editor, Vision based Vehicle Guidance, pages Springer Verlag, New York, Berlin, Heidelberg, [3] S. Estable, J. Schick, F. Stein, R. Ott, R. Janssen, W. Ritter, and Y.J. Zheng. Real time traffic sign recognition system. In Proceedings of the Intelligent Vehicles Symposium. IEEE, Paris, Oct [4] J. D. Foley, A. van Dam, S. K. Feiner, and J. F. Hughes. Computer Graphics: principles and practice. Addison Wesley Publishing Company, second edition, [5] V. Graefe and K.-D. Kuhnert. Vision based autonomous road vehicles. In I. Masaki, editor, Vision based Vehicle Guidance, pages Springer Verlag, New York, Berlin, Heidelberg, [6] G. Hartmann. Recognition of Hierarchically Encoded Images by Technical and Biological Systems. Biological Cybernetics, 57:73 84, [7] Y. Ohta, T. Kanade, and T. Sakai. Color information for region segmentation. Computer Graphics and Image Processing, 13: , [8] M. Pietikäinen and D. Harwood. Segmentation of color images using edge-preserving filters. In V. Cappellini and R. Marconi, editors, Advances in Image Processing and Pattern Recognition, pages North-Holland, [9] L. Priese, J. Klieber, R. Lakmann, V. Rehrmann, and R. Schian. New Results on Traffic Sign Recognition. In Proceedings of the Intelligent Vehicles Symposium. IEEE, Paris, Oct [10] V. Rehrmann. Stabile, echtzeitfähige Farbbildauswertung. Verlag Fölbach, Koblenz, [11] P. Seitz, G.K. Lang, B. Gilliard, and J.C. Pandazis. The robust recognition of traffic signs from a moving car. In B. Radig, editor, Mustererkennung 1991, pages Springer Verlag, [12] B. Ulmer. VITA II Active Collision Avoidance in Real Traffic. In Proceedings of the Intelligent Vehicles Symposium. IEEE, Paris, Oct

Traffic Signs Recognition Experiments with Transform based Traffic Sign Recognition System

Traffic Signs Recognition Experiments with Transform based Traffic Sign Recognition System Sept. 8-10, 010, Kosice, Slovakia Traffic Signs Recognition Experiments with Transform based Traffic Sign Recognition System Martin FIFIK 1, Ján TURÁN 1, Ľuboš OVSENÍK 1 1 Department of Electronics and

More information

Extracting Road Signs using the Color Information

Extracting Road Signs using the Color Information Extracting Road Signs using the Color Information Wen-Yen Wu, Tsung-Cheng Hsieh, and Ching-Sung Lai Abstract In this paper, we propose a method to extract the road signs. Firstly, the grabbed image is

More information

Fast Road Sign Detection Using Hough Transform for Assisted Driving of Road Vehicles

Fast Road Sign Detection Using Hough Transform for Assisted Driving of Road Vehicles Fast Road Sign Detection Using Hough Transform for Assisted Driving of Road Vehicles Miguel Ángel García-Garrido, Miguel Ángel Sotelo, and Ernesto Martín-Gorostiza Department of Electronics, University

More information

Segmentation of Images

Segmentation of Images Segmentation of Images SEGMENTATION If an image has been preprocessed appropriately to remove noise and artifacts, segmentation is often the key step in interpreting the image. Image segmentation is a

More information

Study on road sign recognition in LabVIEW

Study on road sign recognition in LabVIEW IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Study on road sign recognition in LabVIEW To cite this article: M Panoiu et al 2016 IOP Conf. Ser.: Mater. Sci. Eng. 106 012009

More information

Using Layered Color Precision for a Self-Calibrating Vision System

Using Layered Color Precision for a Self-Calibrating Vision System ROBOCUP2004 SYMPOSIUM, Instituto Superior Técnico, Lisboa, Portugal, July 4-5, 2004. Using Layered Color Precision for a Self-Calibrating Vision System Matthias Jüngel Institut für Informatik, LFG Künstliche

More information

sizes. Section 5 briey introduces some of the possible applications of the algorithm. Finally, we draw some conclusions in Section 6. 2 MasPar Archite

sizes. Section 5 briey introduces some of the possible applications of the algorithm. Finally, we draw some conclusions in Section 6. 2 MasPar Archite Parallelization of 3-D Range Image Segmentation on a SIMD Multiprocessor Vipin Chaudhary and Sumit Roy Bikash Sabata Parallel and Distributed Computing Laboratory SRI International Wayne State University

More information

Advanced Driver Assistance Systems: A Cost-Effective Implementation of the Forward Collision Warning Module

Advanced Driver Assistance Systems: A Cost-Effective Implementation of the Forward Collision Warning Module Advanced Driver Assistance Systems: A Cost-Effective Implementation of the Forward Collision Warning Module www.lnttechservices.com Table of Contents Abstract 03 Introduction 03 Solution Overview 03 Output

More information

Road Sign Detection and Tracking from Complex Background

Road Sign Detection and Tracking from Complex Background Road Sign Detection and Tracking from Complex Background By Chiung-Yao Fang( 方瓊瑤 ), Sei-Wang Chen( 陳世旺 ), and Chiou-Shann Fuh( 傅楸善 ) Department of Information and Computer Education National Taiwan Normal

More information

AUGMENTING GPS SPEED LIMIT MONITORING WITH ROAD SIDE VISUAL INFORMATION. M.L. Eichner*, T.P. Breckon

AUGMENTING GPS SPEED LIMIT MONITORING WITH ROAD SIDE VISUAL INFORMATION. M.L. Eichner*, T.P. Breckon AUGMENTING GPS SPEED LIMIT MONITORING WITH ROAD SIDE VISUAL INFORMATION M.L. Eichner*, T.P. Breckon * Cranfield University, UK, marcin.eichner@cranfield.ac.uk Cranfield University, UK, toby.breckon@cranfield.ac.uk

More information

Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes

Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes 2009 10th International Conference on Document Analysis and Recognition Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes Alireza Alaei

More information

Journal of Industrial Engineering Research

Journal of Industrial Engineering Research IWNEST PUBLISHER Journal of Industrial Engineering Research (ISSN: 2077-4559) Journal home page: http://www.iwnest.com/aace/ Mammogram Image Segmentation Using voronoi Diagram Properties Dr. J. Subash

More information

SKY DETECTION IN CSC-SEGMENTED COLOR IMAGES

SKY DETECTION IN CSC-SEGMENTED COLOR IMAGES SKY DETECTION IN CSC-SEGMENTED COLOR IMAGES Frank Schmitt, Lutz Priese University of Koblenz-Landau, Koblenz, Germany fschmitt@uni-koblenz.de, priese@uni-koblenz.de Keywords: Abstract: Sky detection, CSC

More information

On-road obstacle detection system for driver assistance

On-road obstacle detection system for driver assistance Asia Pacific Journal of Engineering Science and Technology 3 (1) (2017) 16-21 Asia Pacific Journal of Engineering Science and Technology journal homepage: www.apjest.com Full length article On-road obstacle

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

A Noise-Robust and Adaptive Image Segmentation Method based on Splitting and Merging method

A Noise-Robust and Adaptive Image Segmentation Method based on Splitting and Merging method A Noise-Robust and Adaptive Image Segmentation Method based on Splitting and Merging method Ryu Hyunki, Lee HaengSuk Kyungpook Research Institute of Vehicle Embedded Tech. 97-70, Myeongsan-gil, YeongCheon,

More information

THE SPEED-LIMIT SIGN DETECTION AND RECOGNITION SYSTEM

THE SPEED-LIMIT SIGN DETECTION AND RECOGNITION SYSTEM THE SPEED-LIMIT SIGN DETECTION AND RECOGNITION SYSTEM Kuo-Hsin Tu ( 塗國星 ), Chiou-Shann Fuh ( 傅楸善 ) Dept. of Computer Science and Information Engineering, National Taiwan University, Taiwan E-mail: p04922004@csie.ntu.edu.tw,

More information

Computer Vision with MATLAB MATLAB Expo 2012 Steve Kuznicki

Computer Vision with MATLAB MATLAB Expo 2012 Steve Kuznicki Computer Vision with MATLAB MATLAB Expo 2012 Steve Kuznicki 2011 The MathWorks, Inc. 1 Today s Topics Introduction Computer Vision Feature-based registration Automatic image registration Object recognition/rotation

More information

A New Algorithm for Shape Detection

A New Algorithm for Shape Detection IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 3, Ver. I (May.-June. 2017), PP 71-76 www.iosrjournals.org A New Algorithm for Shape Detection Hewa

More information

Operation of machine vision system

Operation of machine vision system ROBOT VISION Introduction The process of extracting, characterizing and interpreting information from images. Potential application in many industrial operation. Selection from a bin or conveyer, parts

More information

Laserscanner Based Cooperative Pre-Data-Fusion

Laserscanner Based Cooperative Pre-Data-Fusion Laserscanner Based Cooperative Pre-Data-Fusion 63 Laserscanner Based Cooperative Pre-Data-Fusion F. Ahlers, Ch. Stimming, Ibeo Automobile Sensor GmbH Abstract The Cooperative Pre-Data-Fusion is a novel

More information

Large-Scale Traffic Sign Recognition based on Local Features and Color Segmentation

Large-Scale Traffic Sign Recognition based on Local Features and Color Segmentation Large-Scale Traffic Sign Recognition based on Local Features and Color Segmentation M. Blauth, E. Kraft, F. Hirschenberger, M. Böhm Fraunhofer Institute for Industrial Mathematics, Fraunhofer-Platz 1,

More information

Version 5.1 for Microsoft Windows 2000 / XP / Vista / 7. User- Manual

Version 5.1 for Microsoft Windows 2000 / XP / Vista / 7. User- Manual Version 5.1 for Microsoft Windows 2000 / XP / Vista / 7 User- Manual 2 NeuroCheck User-Manual Information in this document is subject to change without notice. No part of this document may be reproduced

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

Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers

Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers Traffic Signs Recognition using HP and HOG Descriptors Combined to MLP and SVM Classifiers A. Salhi, B. Minaoui, M. Fakir, H. Chakib, H. Grimech Faculty of science and Technology Sultan Moulay Slimane

More information

Image Mining: frameworks and techniques

Image Mining: frameworks and techniques Image Mining: frameworks and techniques Madhumathi.k 1, Dr.Antony Selvadoss Thanamani 2 M.Phil, Department of computer science, NGM College, Pollachi, Coimbatore, India 1 HOD Department of Computer Science,

More information

Carmen Alonso Montes 23rd-27th November 2015

Carmen Alonso Montes 23rd-27th November 2015 Practical Computer Vision: Theory & Applications 23rd-27th November 2015 Wrap up Today, we are here 2 Learned concepts Hough Transform Distance mapping Watershed Active contours 3 Contents Wrap up Object

More information

An Interactive Technique for Robot Control by Using Image Processing Method

An Interactive Technique for Robot Control by Using Image Processing Method An Interactive Technique for Robot Control by Using Image Processing Method Mr. Raskar D. S 1., Prof. Mrs. Belagali P. P 2 1, E&TC Dept. Dr. JJMCOE., Jaysingpur. Maharashtra., India. 2 Associate Prof.

More information

REAL-TIME ROAD SIGNS RECOGNITION USING MOBILE GPU

REAL-TIME ROAD SIGNS RECOGNITION USING MOBILE GPU High-Performance Сomputing REAL-TIME ROAD SIGNS RECOGNITION USING MOBILE GPU P.Y. Yakimov Samara National Research University, Samara, Russia Abstract. This article shows an effective implementation of

More information

MOVING OBJECT DETECTION USING BACKGROUND SUBTRACTION ALGORITHM USING SIMULINK

MOVING OBJECT DETECTION USING BACKGROUND SUBTRACTION ALGORITHM USING SIMULINK MOVING OBJECT DETECTION USING BACKGROUND SUBTRACTION ALGORITHM USING SIMULINK Mahamuni P. D 1, R. P. Patil 2, H.S. Thakar 3 1 PG Student, E & TC Department, SKNCOE, Vadgaon Bk, Pune, India 2 Asst. Professor,

More information

Study on the Signboard Region Detection in Natural Image

Study on the Signboard Region Detection in Natural Image , pp.179-184 http://dx.doi.org/10.14257/astl.2016.140.34 Study on the Signboard Region Detection in Natural Image Daeyeong Lim 1, Youngbaik Kim 2, Incheol Park 1, Jihoon seung 1, Kilto Chong 1,* 1 1567

More information

Pedestrian Detection Using Correlated Lidar and Image Data EECS442 Final Project Fall 2016

Pedestrian Detection Using Correlated Lidar and Image Data EECS442 Final Project Fall 2016 edestrian Detection Using Correlated Lidar and Image Data EECS442 Final roject Fall 2016 Samuel Rohrer University of Michigan rohrer@umich.edu Ian Lin University of Michigan tiannis@umich.edu Abstract

More information

TOPOLOGICAL CONSTRAINTS, ACTIONS AND REFLEXES FOR GENERALIZATION BY OPTIMIZATION

TOPOLOGICAL CONSTRAINTS, ACTIONS AND REFLEXES FOR GENERALIZATION BY OPTIMIZATION 10 th ICA Workshop on Generalisation and Multiple Representation, 2-3 August 2007, Moscow TOPOLOGICAL CONSTRAINTS, ACTIONS AND REFLEXES FOR GENERALIZATION BY OPTIMIZATION Jean-Luc Monnot, Paul Hardy, &

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

Non-rigid body Object Tracking using Fuzzy Neural System based on Multiple ROIs and Adaptive Motion Frame Method

Non-rigid body Object Tracking using Fuzzy Neural System based on Multiple ROIs and Adaptive Motion Frame Method Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 Non-rigid body Object Tracking using Fuzzy Neural System based on Multiple ROIs

More information

Road-Sign Detection and Recognition Based on Support Vector Machines. Maldonado-Bascon et al. et al. Presented by Dara Nyknahad ECG 789

Road-Sign Detection and Recognition Based on Support Vector Machines. Maldonado-Bascon et al. et al. Presented by Dara Nyknahad ECG 789 Road-Sign Detection and Recognition Based on Support Vector Machines Maldonado-Bascon et al. et al. Presented by Dara Nyknahad ECG 789 Outline Introduction Support Vector Machine (SVM) Algorithm Results

More information

2 OVERVIEW OF RELATED WORK

2 OVERVIEW OF RELATED WORK Utsushi SAKAI Jun OGATA This paper presents a pedestrian detection system based on the fusion of sensors for LIDAR and convolutional neural network based image classification. By using LIDAR our method

More information

An Efficient Need-Based Vision System in Variable Illumination Environment of Middle Size RoboCup

An Efficient Need-Based Vision System in Variable Illumination Environment of Middle Size RoboCup An Efficient Need-Based Vision System in Variable Illumination Environment of Middle Size RoboCup Mansour Jamzad and Abolfazal Keighobadi Lamjiri Sharif University of Technology Department of Computer

More information

Recognition of a Predefined Landmark Using Optical Flow Sensor/Camera

Recognition of a Predefined Landmark Using Optical Flow Sensor/Camera Recognition of a Predefined Landmark Using Optical Flow Sensor/Camera Galiev Ilfat, Alina Garaeva, Nikita Aslanyan The Department of Computer Science & Automation, TU Ilmenau 98693 Ilmenau ilfat.galiev@tu-ilmenau.de;

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

Fast Vehicle Detection and Counting Using Background Subtraction Technique and Prewitt Edge Detection

Fast Vehicle Detection and Counting Using Background Subtraction Technique and Prewitt Edge Detection International Journal of Computer Science and Telecommunications [Volume 6, Issue 10, November 2015] 8 ISSN 2047-3338 Fast Vehicle Detection and Counting Using Background Subtraction Technique and Prewitt

More information

Traffic sign shape classification evaluation II: FFT applied to the signature of Blobs

Traffic sign shape classification evaluation II: FFT applied to the signature of Blobs Traffic sign shape classification evaluation II: FFT applied to the signature of Blobs P. Gil-Jiménez, S. Lafuente-Arroyo, H. Gómez-Moreno, F. López-Ferreras and S. Maldonado-Bascón Dpto. de Teoría de

More information

Face Detection using Hierarchical SVM

Face Detection using Hierarchical SVM Face Detection using Hierarchical SVM ECE 795 Pattern Recognition Christos Kyrkou Fall Semester 2010 1. Introduction Face detection in video is the process of detecting and classifying small images extracted

More information

Automatic Fatigue Detection System

Automatic Fatigue Detection System Automatic Fatigue Detection System T. Tinoco De Rubira, Stanford University December 11, 2009 1 Introduction Fatigue is the cause of a large number of car accidents in the United States. Studies done by

More information

Analysis of Image and Video Using Color, Texture and Shape Features for Object Identification

Analysis of Image and Video Using Color, Texture and Shape Features for Object Identification IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 16, Issue 6, Ver. VI (Nov Dec. 2014), PP 29-33 Analysis of Image and Video Using Color, Texture and Shape Features

More information

Topics to be Covered in the Rest of the Semester. CSci 4968 and 6270 Computational Vision Lecture 15 Overview of Remainder of the Semester

Topics to be Covered in the Rest of the Semester. CSci 4968 and 6270 Computational Vision Lecture 15 Overview of Remainder of the Semester Topics to be Covered in the Rest of the Semester CSci 4968 and 6270 Computational Vision Lecture 15 Overview of Remainder of the Semester Charles Stewart Department of Computer Science Rensselaer Polytechnic

More information

Skin and Face Detection

Skin and Face Detection Skin and Face Detection Linda Shapiro EE/CSE 576 1 What s Coming 1. Review of Bakic flesh detector 2. Fleck and Forsyth flesh detector 3. Details of Rowley face detector 4. Review of the basic AdaBoost

More information

STEREO-VISION SYSTEM PERFORMANCE ANALYSIS

STEREO-VISION SYSTEM PERFORMANCE ANALYSIS STEREO-VISION SYSTEM PERFORMANCE ANALYSIS M. Bertozzi, A. Broggi, G. Conte, and A. Fascioli Dipartimento di Ingegneria dell'informazione, Università di Parma Parco area delle Scienze, 181A I-43100, Parma,

More information

Research of Traffic Flow Based on SVM Method. Deng-hong YIN, Jian WANG and Bo LI *

Research of Traffic Flow Based on SVM Method. Deng-hong YIN, Jian WANG and Bo LI * 2017 2nd International onference on Artificial Intelligence: Techniques and Applications (AITA 2017) ISBN: 978-1-60595-491-2 Research of Traffic Flow Based on SVM Method Deng-hong YIN, Jian WANG and Bo

More information

Developing an intelligent sign inventory using image processing

Developing an intelligent sign inventory using image processing icccbe 2010 Nottingham University Press Proceedings of the International Conference on Computing in Civil and Building Engineering W Tizani (Editor) Developing an intelligent sign inventory using image

More information

Component-based Face Recognition with 3D Morphable Models

Component-based Face Recognition with 3D Morphable Models Component-based Face Recognition with 3D Morphable Models B. Weyrauch J. Huang benjamin.weyrauch@vitronic.com jenniferhuang@alum.mit.edu Center for Biological and Center for Biological and Computational

More information

Realtime Object Recognition Using Decision Tree Learning

Realtime Object Recognition Using Decision Tree Learning Realtime Object Recognition Using Decision Tree Learning Dirk Wilking 1 and Thomas Röfer 2 1 Chair for Computer Science XI, Embedded Software Group, RWTH Aachen wilking@informatik.rwth-aachen.de 2 Center

More information

Identifying Layout Classes for Mathematical Symbols Using Layout Context

Identifying Layout Classes for Mathematical Symbols Using Layout Context Rochester Institute of Technology RIT Scholar Works Articles 2009 Identifying Layout Classes for Mathematical Symbols Using Layout Context Ling Ouyang Rochester Institute of Technology Richard Zanibbi

More information

Object recognition (part 1)

Object recognition (part 1) Recognition Object recognition (part 1) CSE P 576 Larry Zitnick (larryz@microsoft.com) The Margaret Thatcher Illusion, by Peter Thompson Readings Szeliski Chapter 14 Recognition What do we mean by object

More information

Image Segmentation. Ross Whitaker SCI Institute, School of Computing University of Utah

Image Segmentation. Ross Whitaker SCI Institute, School of Computing University of Utah Image Segmentation Ross Whitaker SCI Institute, School of Computing University of Utah What is Segmentation? Partitioning images/volumes into meaningful pieces Partitioning problem Labels Isolating a specific

More information

Segmentation

Segmentation Lecture 6: Segmentation 24--4 Robin Strand Centre for Image Analysis Dept. of IT Uppsala University Today What is image segmentation? A smörgåsbord of methods for image segmentation: Thresholding Edge-based

More information

AN APPROACH FOR LOAD BALANCING FOR SIMULATION IN HETEROGENEOUS DISTRIBUTED SYSTEMS USING SIMULATION DATA MINING

AN APPROACH FOR LOAD BALANCING FOR SIMULATION IN HETEROGENEOUS DISTRIBUTED SYSTEMS USING SIMULATION DATA MINING AN APPROACH FOR LOAD BALANCING FOR SIMULATION IN HETEROGENEOUS DISTRIBUTED SYSTEMS USING SIMULATION DATA MINING Irina Bernst, Patrick Bouillon, Jörg Frochte *, Christof Kaufmann Dept. of Electrical Engineering

More information

Three-Dimensional Computer Vision

Three-Dimensional Computer Vision \bshiaki Shirai Three-Dimensional Computer Vision With 313 Figures ' Springer-Verlag Berlin Heidelberg New York London Paris Tokyo Table of Contents 1 Introduction 1 1.1 Three-Dimensional Computer Vision

More information

Graph Matching: Fast Candidate Elimination Using Machine Learning Techniques

Graph Matching: Fast Candidate Elimination Using Machine Learning Techniques Graph Matching: Fast Candidate Elimination Using Machine Learning Techniques M. Lazarescu 1,2, H. Bunke 1, and S. Venkatesh 2 1 Computer Science Department, University of Bern, Switzerland 2 School of

More information

Segmentation

Segmentation Lecture 6: Segmentation 215-13-11 Filip Malmberg Centre for Image Analysis Uppsala University 2 Today What is image segmentation? A smörgåsbord of methods for image segmentation: Thresholding Edge-based

More information

Your Flowchart Secretary: Real-Time Hand-Written Flowchart Converter

Your Flowchart Secretary: Real-Time Hand-Written Flowchart Converter Your Flowchart Secretary: Real-Time Hand-Written Flowchart Converter Qian Yu, Rao Zhang, Tien-Ning Hsu, Zheng Lyu Department of Electrical Engineering { qiany, zhangrao, tiening, zhenglyu} @stanford.edu

More information

Fabric Defect Detection Based on Computer Vision

Fabric Defect Detection Based on Computer Vision Fabric Defect Detection Based on Computer Vision Jing Sun and Zhiyu Zhou College of Information and Electronics, Zhejiang Sci-Tech University, Hangzhou, China {jings531,zhouzhiyu1993}@163.com Abstract.

More information

Building Reliable 2D Maps from 3D Features

Building Reliable 2D Maps from 3D Features Building Reliable 2D Maps from 3D Features Dipl. Technoinform. Jens Wettach, Prof. Dr. rer. nat. Karsten Berns TU Kaiserslautern; Robotics Research Lab 1, Geb. 48; Gottlieb-Daimler- Str.1; 67663 Kaiserslautern;

More information

Multi-pass approach to adaptive thresholding based image segmentation

Multi-pass approach to adaptive thresholding based image segmentation 1 Multi-pass approach to adaptive thresholding based image segmentation Abstract - Thresholding is still one of the most common approaches to monochrome image segmentation. It often provides sufficient

More information

A RECOGNITION SYSTEM THAT USES SACCADES TO DETECT CARS FROM REAL-TIME VIDEO STREAMS. Predrag Neskouic, Leon N Cooper* David Schuster t

A RECOGNITION SYSTEM THAT USES SACCADES TO DETECT CARS FROM REAL-TIME VIDEO STREAMS. Predrag Neskouic, Leon N Cooper* David Schuster t Proceedings of the 9th International Conference on Neural Information Processing (ICONIP'OZ), Vol. 5 Lip0 Wang, Jagath C. Rajapakse, Kunihiko Fukushima, Soo-Young Lee, and Xin Yao (Editors) A RECOGNITION

More information

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN 2016 International Conference on Artificial Intelligence: Techniques and Applications (AITA 2016) ISBN: 978-1-60595-389-2 Face Recognition Using Vector Quantization Histogram and Support Vector Machine

More information

Comparing Classification Performances between Neural Networks and Particle Swarm Optimization for Traffic Sign Recognition

Comparing Classification Performances between Neural Networks and Particle Swarm Optimization for Traffic Sign Recognition Comparing Classification Performances between Neural Networks and Particle Swarm Optimization for Traffic Sign Recognition THONGCHAI SURINWARANGKOON, SUPOT NITSUWAT, ELVIN J. MOORE Department of Information

More information

Idle Object Detection in Video for Banking ATM Applications

Idle Object Detection in Video for Banking ATM Applications Research Journal of Applied Sciences, Engineering and Technology 4(24): 5350-5356, 2012 ISSN: 2040-7467 Maxwell Scientific Organization, 2012 Submitted: March 18, 2012 Accepted: April 06, 2012 Published:

More information

AN APPROACH OF SEMIAUTOMATED ROAD EXTRACTION FROM AERIAL IMAGE BASED ON TEMPLATE MATCHING AND NEURAL NETWORK

AN APPROACH OF SEMIAUTOMATED ROAD EXTRACTION FROM AERIAL IMAGE BASED ON TEMPLATE MATCHING AND NEURAL NETWORK AN APPROACH OF SEMIAUTOMATED ROAD EXTRACTION FROM AERIAL IMAGE BASED ON TEMPLATE MATCHING AND NEURAL NETWORK Xiangyun HU, Zuxun ZHANG, Jianqing ZHANG Wuhan Technique University of Surveying and Mapping,

More information

Image Processing, Analysis and Machine Vision

Image Processing, Analysis and Machine Vision Image Processing, Analysis and Machine Vision Milan Sonka PhD University of Iowa Iowa City, USA Vaclav Hlavac PhD Czech Technical University Prague, Czech Republic and Roger Boyle DPhil, MBCS, CEng University

More information

A GENETIC ALGORITHM FOR MOTION DETECTION

A GENETIC ALGORITHM FOR MOTION DETECTION A GENETIC ALGORITHM FOR MOTION DETECTION Jarosław Mamica, Tomasz Walkowiak Institute of Engineering Cybernetics, Wrocław University of Technology ul. Janiszewskiego 11/17, 50-37 Wrocław, POLAND, Phone:

More information

Texture Image Segmentation using FCM

Texture Image Segmentation using FCM Proceedings of 2012 4th International Conference on Machine Learning and Computing IPCSIT vol. 25 (2012) (2012) IACSIT Press, Singapore Texture Image Segmentation using FCM Kanchan S. Deshmukh + M.G.M

More information

Car tracking in tunnels

Car tracking in tunnels Czech Pattern Recognition Workshop 2000, Tomáš Svoboda (Ed.) Peršlák, Czech Republic, February 2 4, 2000 Czech Pattern Recognition Society Car tracking in tunnels Roman Pflugfelder and Horst Bischof Pattern

More information

OCR For Handwritten Marathi Script

OCR For Handwritten Marathi Script International Journal of Scientific & Engineering Research Volume 3, Issue 8, August-2012 1 OCR For Handwritten Marathi Script Mrs.Vinaya. S. Tapkir 1, Mrs.Sushma.D.Shelke 2 1 Maharashtra Academy Of Engineering,

More information

A Graph Theoretic Approach to Image Database Retrieval

A Graph Theoretic Approach to Image Database Retrieval A Graph Theoretic Approach to Image Database Retrieval Selim Aksoy and Robert M. Haralick Intelligent Systems Laboratory Department of Electrical Engineering University of Washington, Seattle, WA 98195-2500

More information

Traffic Sign Localization and Classification Methods: An Overview

Traffic Sign Localization and Classification Methods: An Overview Traffic Sign Localization and Classification Methods: An Overview Ivan Filković University of Zagreb Faculty of Electrical Engineering and Computing Department of Electronics, Microelectronics, Computer

More information

Texture Segmentation by Windowed Projection

Texture Segmentation by Windowed Projection Texture Segmentation by Windowed Projection 1, 2 Fan-Chen Tseng, 2 Ching-Chi Hsu, 2 Chiou-Shann Fuh 1 Department of Electronic Engineering National I-Lan Institute of Technology e-mail : fctseng@ccmail.ilantech.edu.tw

More information

Scene Text Detection Using Machine Learning Classifiers

Scene Text Detection Using Machine Learning Classifiers 601 Scene Text Detection Using Machine Learning Classifiers Nafla C.N. 1, Sneha K. 2, Divya K.P. 3 1 (Department of CSE, RCET, Akkikkvu, Thrissur) 2 (Department of CSE, RCET, Akkikkvu, Thrissur) 3 (Department

More information

Deepest Neural Networks

Deepest Neural Networks Deepest Neural Networks arxiv:707.0267v [cs.ne] 9 Jul 207 Raúl Rojas Dahlem Center for Machine Learning and Robotics Freie Universität Berlin July 207 Abstract This paper shows that a long chain of perceptrons

More information

Bus Detection and recognition for visually impaired people

Bus Detection and recognition for visually impaired people Bus Detection and recognition for visually impaired people Hangrong Pan, Chucai Yi, and Yingli Tian The City College of New York The Graduate Center The City University of New York MAP4VIP Outline Motivation

More information

CS443: Digital Imaging and Multimedia Binary Image Analysis. Spring 2008 Ahmed Elgammal Dept. of Computer Science Rutgers University

CS443: Digital Imaging and Multimedia Binary Image Analysis. Spring 2008 Ahmed Elgammal Dept. of Computer Science Rutgers University CS443: Digital Imaging and Multimedia Binary Image Analysis Spring 2008 Ahmed Elgammal Dept. of Computer Science Rutgers University Outlines A Simple Machine Vision System Image segmentation by thresholding

More information

Real-time radial symmetry for speed sign detection

Real-time radial symmetry for speed sign detection Real-time radial symmetry for speed sign detection Nick Barnes National ICT Australia Canberra ACT 2601, AUSTRALIA Nick.Barnes@nicta.com.au Alex Zelinsky Department of Systems Engineering Australian National

More information

Representation of 2D objects with a topology preserving network

Representation of 2D objects with a topology preserving network Representation of 2D objects with a topology preserving network Francisco Flórez, Juan Manuel García, José García, Antonio Hernández, Departamento de Tecnología Informática y Computación. Universidad de

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

Performance analysis of robust road sign identification

Performance analysis of robust road sign identification IOP Conference Series: Materials Science and Engineering OPEN ACCESS Performance analysis of robust road sign identification To cite this article: Nursabillilah M Ali et al 2013 IOP Conf. Ser.: Mater.

More information

Segmentation algorithm for monochrome images generally are based on one of two basic properties of gray level values: discontinuity and similarity.

Segmentation algorithm for monochrome images generally are based on one of two basic properties of gray level values: discontinuity and similarity. Chapter - 3 : IMAGE SEGMENTATION Segmentation subdivides an image into its constituent s parts or objects. The level to which this subdivision is carried depends on the problem being solved. That means

More information

Morphological Image Processing

Morphological Image Processing Morphological Image Processing Binary image processing In binary images, we conventionally take background as black (0) and foreground objects as white (1 or 255) Morphology Figure 4.1 objects on a conveyor

More information

Real-Time Detection of Road Markings for Driving Assistance Applications

Real-Time Detection of Road Markings for Driving Assistance Applications Real-Time Detection of Road Markings for Driving Assistance Applications Ioana Maria Chira, Ancuta Chibulcutean Students, Faculty of Automation and Computer Science Technical University of Cluj-Napoca

More information

N.Priya. Keywords Compass mask, Threshold, Morphological Operators, Statistical Measures, Text extraction

N.Priya. Keywords Compass mask, Threshold, Morphological Operators, Statistical Measures, Text extraction Volume, Issue 8, August ISSN: 77 8X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Combined Edge-Based Text

More information

Dr. Enrique Cabello Pardos July

Dr. Enrique Cabello Pardos July Dr. Enrique Cabello Pardos July 20 2011 Dr. Enrique Cabello Pardos July 20 2011 ONCE UPON A TIME, AT THE LABORATORY Research Center Contract Make it possible. (as fast as possible) Use the best equipment.

More information

Multi-scale Techniques for Document Page Segmentation

Multi-scale Techniques for Document Page Segmentation Multi-scale Techniques for Document Page Segmentation Zhixin Shi and Venu Govindaraju Center of Excellence for Document Analysis and Recognition (CEDAR), State University of New York at Buffalo, Amherst

More information

Towards Knowledge-Based Extraction of Roads from 1m-resolution Satellite Images

Towards Knowledge-Based Extraction of Roads from 1m-resolution Satellite Images Towards Knowledge-Based Extraction of Roads from 1m-resolution Satellite Images Hae Yeoun Lee* Wonkyu Park** Heung-Kyu Lee* Tak-gon Kim*** * Dept. of Computer Science, Korea Advanced Institute of Science

More information

Time-to-Contact from Image Intensity

Time-to-Contact from Image Intensity Time-to-Contact from Image Intensity Yukitoshi Watanabe Fumihiko Sakaue Jun Sato Nagoya Institute of Technology Gokiso, Showa, Nagoya, 466-8555, Japan {yukitoshi@cv.,sakaue@,junsato@}nitech.ac.jp Abstract

More information

Optical Character Recognition (OCR) for Printed Devnagari Script Using Artificial Neural Network

Optical Character Recognition (OCR) for Printed Devnagari Script Using Artificial Neural Network International Journal of Computer Science & Communication Vol. 1, No. 1, January-June 2010, pp. 91-95 Optical Character Recognition (OCR) for Printed Devnagari Script Using Artificial Neural Network Raghuraj

More information

CAR RECOGNITION ON A STATIC IMAGE USING 2D BASIC SHAPE GEOMETRY

CAR RECOGNITION ON A STATIC IMAGE USING 2D BASIC SHAPE GEOMETRY CAR RECOGNITION ON A STATIC IMAGE USING 2D BASIC SHAPE GEOMETRY Suprijadi 1 and Badar Agung Nugroho 2 1 Department of Physics, Faculty of Mathematics and Natural Sciences,; Institut Teknologi Bandung;

More information

Detection and recognition of moving objects using statistical motion detection and Fourier descriptors

Detection and recognition of moving objects using statistical motion detection and Fourier descriptors Detection and recognition of moving objects using statistical motion detection and Fourier descriptors Daniel Toth and Til Aach Institute for Signal Processing, University of Luebeck, Germany toth@isip.uni-luebeck.de

More information

Image Segmentation. Srikumar Ramalingam School of Computing University of Utah. Slides borrowed from Ross Whitaker

Image Segmentation. Srikumar Ramalingam School of Computing University of Utah. Slides borrowed from Ross Whitaker Image Segmentation Srikumar Ramalingam School of Computing University of Utah Slides borrowed from Ross Whitaker Segmentation Semantic Segmentation Indoor layout estimation What is Segmentation? Partitioning

More information

Color Local Texture Features Based Face Recognition

Color Local Texture Features Based Face Recognition Color Local Texture Features Based Face Recognition Priyanka V. Bankar Department of Electronics and Communication Engineering SKN Sinhgad College of Engineering, Korti, Pandharpur, Maharashtra, India

More information

Robust Color Choice for Small-size League RoboCup Competition

Robust Color Choice for Small-size League RoboCup Competition Robust Color Choice for Small-size League RoboCup Competition Qiang Zhou Limin Ma David Chelberg David Parrott School of Electrical Engineering and Computer Science, Ohio University Athens, OH 45701, U.S.A.

More information

C. Premsai 1, Prof. A. Kavya 2 School of Computer Science, School of Computer Science Engineering, Engineering VIT Chennai, VIT Chennai

C. Premsai 1, Prof. A. Kavya 2 School of Computer Science, School of Computer Science Engineering, Engineering VIT Chennai, VIT Chennai Traffic Sign Detection Via Graph-Based Ranking and Segmentation Algorithm C. Premsai 1, Prof. A. Kavya 2 School of Computer Science, School of Computer Science Engineering, Engineering VIT Chennai, VIT

More information