Distributed Vision Processing in Smart Camera Networks
|
|
|
- Tyler Parsons
- 9 years ago
- Views:
Transcription
1 Distributed Vision Processing in Smart Camera Networks CVPR-07 Hamid Aghajan, Stanford University, USA François Berry, Univ. Blaise Pascal, France Horst Bischof, TU Graz, Austria Richard Kleihorst, NXP Research, Netherlands Bernhard Rinner, Klagenfurt University, Austria Wayne Wolf, Princeton University, USA March 18, 2007 Minneapolis, USA Course Website Outline I. Introduction II. Smart Camera Architectures 1. Wireless Smart Camera 2. Smart Camera for Active Vision III. Distributed Vision Algorithms 1. Fusion Mechanisms 2. Vision Network Algorithms IV. Requirements and Case Studies V. Outlook 2 1
2 Distributed Vision Processing in Smart Camera Networks CVPR-07 CHAPTER IV: Requirements & Case Studies Horst Bischof, Bernhard Rinner Requirements and Case Studies Contact: Horst Bischof, Bernhard Rinner bischof <AT> icg.tugraz.at bernhard.rinner <AT> uni-klu.ac.at 4 2
3 Overview Prerequisites Image processing pipeline Case studies Automotive applications Tracking Summary 5 Prerequisites 6 3
4 Hardware Challenges of SmartCams Embedded platforms with resource limitations Processing (fixed-point, dedicated HW) Memory Power Limitations concerning optics and sensor Sensor resolution Optical performance 7 Software Challenges of SmartCams (Lack of) system-level software Operating system, i.e., communication primitives and memory management Middleware for distributed system (Some) knowledge of underlying hardware required Image processing libraries Reduced availability and functionality 8 4
5 Networking Challenges of SmartCams Temporal and spatial calibration Registration Synchronization Cooperation among cameras Data abstraction and communication Distributed control 9 Requirements for SmartCams Apps Online / real-time algorithms Memory-efficiency Fixed-point implementation Embedded software development 10 5
6 Image Processing Pipeline 11 Image Processing Pipeline Preprocessing / filtering Pixel-based, intra-frame operations Output: images Segmentation / motion detection Output: object parts Localization / tracking / classification Output: objects / events Event understanding Data DSP 12 6
7 Case Study Automotive Applications 13 Applications in Traffic Surveillance Vehicle counting, tracking, speed estimation, classification License plate detection and OCR Wrong-direction-driver detection, traffic jam detection and alerting 14 7
8 Vehicle Detection Input Images Background Modeling and Subtraction single input frame Blob Detection Patches blobs no blobs Full Image verification of blobs Viola-Jones Detector complete frame detection Database blobs Patches lane, velocity information Initialize new Track existing Tracking and Homography Remove left Output Video (MPEG4, MJPEG) 15 Background Modeling and Subtraction Approximated median filter [McFarlane/Schofield 1995] - Stationary and slow moving objects - Occlusions and shadows - Camera shaking + No floating-point arithmetic + Moderate amount of memory + Good performance, even under adverse environmental conditions 16 8
9 Viola-Jones Detector Based on ADA-Boost Exhaustive search Integral images Calculation of simple features and cascading [Viola/Jones 2001] Minimizing the number of weak classifiers and the number of cascades Simultaneously keeping a good level of performance Integral images in Integer units, thresholding using Floats RealBoost (instead of discrete boosting) Inter-stage feature propagation Selection of scene dependent negatives for training 17 Object Detection System Appearance features (1909 Alfred Haar) 18 9
10 Orientation Features Gradient image (Sobel) Three different feature types EOHs and full orientation histogram features 19 Symmetry Features 20 10
11 Cascade Classifier and Inter-Stage Feature Propagation 21 Comparison of Different Feature Types UIUC InfoA10 7 stages 11 features 56% F-measure 4 stages 8 features 85% F-measure 22 11
12 Performance Evaluation Kernel Functions System Performance 23 Tracking and Homography Kalman Tracker Initialize for new vehicle Estimating using a motion equation of 2 nd order (p x,v x,a x, p y, v y, a y ) History of movements Floating point Homography Mapping image plane to ground plane Just calculated once at startup [Kalman 1960] Floating point [Hartley/Zisserman 2000] 24 12
13 Single Algorithm Time Consumption Full frame / ROI BGM threshold: 45 VJ parameters: 27/7 (vehicles) and 37/8 (license plates) features / stages 25 Enhanced Vehicle Detection No more merging due to shadows Static object detection 26 13
14 License Plate Detection 27 Tracker Kalman tracker [Kalman 60] Limit detector search to certain areas Create history of tracked objects 28 14
15 License Plate Character Recognition 29 Segmentation Crucial step for subsequent classification Isolate individual characters Region growing Classify character specific features [Matas and Zimmermann 05] Compactness Entropy of gray-scale histogram Central invariant statistical moments Hough transform Distributed Vision Processing in Smart Camera Networks 15
16 Character Classification Template matching Compare segmented regions with templates Take class with highest correlation value Support vector classification Linear discriminant classifier Direct pixels as features Multi-class classification ONE against ALL Tree 31 Test Data Digital camera 260 plates 1400 chars (120x40) 1200 chars (90x30) Video frames 210 plates (~90x30) Char size ~7x11 Distributed Vision Processing in Smart Camera Networks 16
17 Results Character Classification Template matching Distributed Vision Processing in Smart Camera Networks Case Study Autonomous Multi-Camera Tracking 34 17
18 Autonomous Multi-Camera Tracking Develop autonomous multi-camera tracking On embedded smart cameras Using an arbitrary tracking algorithm Without central coordination [Quaritsch et al.2007] Tracking algorithm Standard ( color-based ) CamShift tracker Tracker encapsulated in mobile agent One tracking agent for each tracked object / person [Bradski 1998, Comaniciu et al. 2000] 35 Our SmartCam Architecture [Bramberger et al.2006] 36 18
19 Master / Slave Handover Strategy Master / Slave handover 1. Camera A tracks object 2. Whenever object enters migration region tracking agent is cloned on next camera (slave) 3. Slave starts tracking when slave identifies object master gets terminated Tracker initialization Color histogram as initialization data 37 Implementation and Results Visualization Migration region (magenta) Tracked object (red rectangle) Tracking agent (red box) Code size 15 kb Memory requirement 300 kb Internal state 256 B Init color histogram < 10 ms Identify object < 1ms CamShift (single camera) Loading dynamic executable 0.18 s Initializing tracking algorithm 0.25 s Creating slave on next camera 2.13 s Reinitializing tracker on slave 0.04 s Total 2.57 s Multi-camera performance 38 19
20 Summary Smart camera applications On embedded platforms Examples: traffic, vehicles, persons Domains: monitoring, surveillance, entertainment, compression Multi-camera setup Local (pre)-processing Collaboration among cameras Bandwidth reduction by avoiding raw data streaming 39 Summary Advantages Power efficiency Resource utilization, availability Bandwidth reduction, real-time Limitations Resource limitations (memory, computing) SW development (tools, libraries) 40 20
21 References Arth Clemens, Leistner Christian, Bischof Horst. Robust Local Features and their Application in Self-Calibration and Object Recognition on Embedded Systems. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR'07) (Embedded Computer Vision Workshop - ECV), to appear, Arth Clemens, Limberger Florian, Bischof Horst. Real-Time License Plate Recognition on an Embedded DSP-Platform. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR'07) (Embedded Computer Vision Workshop - ECV), to appear, 2007 Arth Clemens, Leistner Christian, Bischof Horst. TRICam - An Embedded Platform for Remote Traffic Surveillance. In Proceedings of the 2nd Workshop on Embedded Computer Vision, IEEE International Conference on Computer Vision and Pattern Recognition, 2006-June Grabner Helmut, Bischof Horst. On-line Boosting and Vision. In IEEE Conference on Computer Vision and Pattern Recognition, Volume 1 (CVPR'06), pages , 2006 H. Schwabach, M. Harrer, A. Waltl, Bischof Horst, A. Tacke, G. Zoffmann, C. Beleznai, B. Strobl, Grabner Helmut, G. Fernández. VITUS: Video based Image analysis for Tunnel Safety. In International Conference on Tunnel Safety and Ventilation, References Bernhard Rinner, Milan Jovanovic, Markus Quaritsch. Embedded Middleware on Distributed Smart Cameras. In Proc. of IEEE Intern. Conf. on Acoustics, Speech, and Signal Processing. Hawaii USA, Markus Quaritsch, Markus Kreuzthaler, Bernhard Rinner, Horst Bischof, Bernhard Strobl. Autonomous Multi-Camera Tracking on Embedded Smart Cameras. EURASIP Journal on Embedded Systems. (special issue on Embedded Vision Systems) Michael Bramberger, Andreas Doblander, Arnold Maier, Bernhard Rinner, Helmut Schwabach. Distributed Embedded Smart Cameras for Surveillance Applications. IEEE Computer 39(2) pages 68-75, February Michael Bramberger, Andreas Doblander, Arnold Maier, Bernhard Rinner, Helmut Schwabach. Distributed Embedded Smart Cameras for Surveillance Applications. IEEE Computer 39(2) pages 68-75, February G. R. Bradski, Computer vision face tracking for use in a perceptual user interface, Intel Technology Journal, vol. 2, no. 2, p. 15, D. Comaniciu, V. Ramesh, and P.Meer, Real-time tracking of non-rigid objects using mean shift, in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR 00), vol. 2, pp , Hilton Head Island, SC, USA, June
22 Outline I. Introduction II. Smart Camera Architectures 1. Wireless Smart Camera 2. Smart Camera for Active Vision III. Distributed Vision Algorithms 1. Fusion Mechanisms 2. Vision Network Algorithms IV. Requirements and Case Studies V. Outlook 43 22
Overview. Surveillance Systems. The Smart Camera - Hardware
Overview A Mobile AgentAgent-based System for Dynamic Task Allocation in Clusters of Embedded Smart Cameras Introduction The Smart Camera Michael Bramberger1,, Bernhard Rinner1, and Helmut Schwabach Surveillance
Speed Performance Improvement of Vehicle Blob Tracking System
Speed Performance Improvement of Vehicle Blob Tracking System Sung Chun Lee and Ram Nevatia University of Southern California, Los Angeles, CA 90089, USA [email protected], [email protected] Abstract. A speed
An Active Head Tracking System for Distance Education and Videoconferencing Applications
An Active Head Tracking System for Distance Education and Videoconferencing Applications Sami Huttunen and Janne Heikkilä Machine Vision Group Infotech Oulu and Department of Electrical and Information
Practical Tour of Visual tracking. David Fleet and Allan Jepson January, 2006
Practical Tour of Visual tracking David Fleet and Allan Jepson January, 2006 Designing a Visual Tracker: What is the state? pose and motion (position, velocity, acceleration, ) shape (size, deformation,
Distributed Vision-Based Reasoning for Smart Home Care
Distributed Vision-Based Reasoning for Smart Home Care Arezou Keshavarz Stanford, CA 9435 [email protected] Ali Maleki Tabar Stanford, CA 9435 [email protected] Hamid Aghajan Stanford, CA 9435 [email protected]
False alarm in outdoor environments
Accepted 1.0 Savantic letter 1(6) False alarm in outdoor environments Accepted 1.0 Savantic letter 2(6) Table of contents Revision history 3 References 3 1 Introduction 4 2 Pre-processing 4 3 Detection,
VEHICLE LOCALISATION AND CLASSIFICATION IN URBAN CCTV STREAMS
VEHICLE LOCALISATION AND CLASSIFICATION IN URBAN CCTV STREAMS Norbert Buch 1, Mark Cracknell 2, James Orwell 1 and Sergio A. Velastin 1 1. Kingston University, Penrhyn Road, Kingston upon Thames, KT1 2EE,
AN EVALUATION OF MODEL-BASED SOFTWARE SYNTHESIS FROM SIMULINK MODELS FOR EMBEDDED VIDEO APPLICATIONS
International Journal of Software Engineering and Knowledge Engineering World Scientific Publishing Company AN EVALUATION OF MODEL-BASED SOFTWARE SYNTHESIS FROM SIMULINK MODELS FOR EMBEDDED VIDEO APPLICATIONS
CS231M Project Report - Automated Real-Time Face Tracking and Blending
CS231M Project Report - Automated Real-Time Face Tracking and Blending Steven Lee, [email protected] June 6, 2015 1 Introduction Summary statement: The goal of this project is to create an Android
An Energy-Based Vehicle Tracking System using Principal Component Analysis and Unsupervised ART Network
Proceedings of the 8th WSEAS Int. Conf. on ARTIFICIAL INTELLIGENCE, KNOWLEDGE ENGINEERING & DATA BASES (AIKED '9) ISSN: 179-519 435 ISBN: 978-96-474-51-2 An Energy-Based Vehicle Tracking System using Principal
VALAR: A BENCHMARK SUITE TO STUDY THE DYNAMIC BEHAVIOR OF HETEROGENEOUS SYSTEMS
VALAR: A BENCHMARK SUITE TO STUDY THE DYNAMIC BEHAVIOR OF HETEROGENEOUS SYSTEMS Perhaad Mistry, Yash Ukidave, Dana Schaa, David Kaeli Department of Electrical and Computer Engineering Northeastern University,
How To Calculate Traffic Density On A Motorway On A Smart Camera
Robust traffic state estimation on smart cameras Felix Pletzer, Roland Tusch, Laszlo Böszörmenyi, Bernhard Rinner Alpen-Adria-Universität Klagenfurt and Lakeside Labs Klagenfurt, Austria {felix.pletzer,
Real Time Target Tracking with Pan Tilt Zoom Camera
2009 Digital Image Computing: Techniques and Applications Real Time Target Tracking with Pan Tilt Zoom Camera Pankaj Kumar, Anthony Dick School of Computer Science The University of Adelaide Adelaide,
A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA
A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA N. Zarrinpanjeh a, F. Dadrassjavan b, H. Fattahi c * a Islamic Azad University of Qazvin - [email protected]
Vision based Vehicle Tracking using a high angle camera
Vision based Vehicle Tracking using a high angle camera Raúl Ignacio Ramos García Dule Shu [email protected] [email protected] Abstract A vehicle tracking and grouping algorithm is presented in this work
FACE RECOGNITION BASED ATTENDANCE MARKING SYSTEM
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 2, February 2014,
A Computer Vision System on a Chip: a case study from the automotive domain
A Computer Vision System on a Chip: a case study from the automotive domain Gideon P. Stein Elchanan Rushinek Gaby Hayun Amnon Shashua Mobileye Vision Technologies Ltd. Hebrew University Jerusalem, Israel
A General Framework for Tracking Objects in a Multi-Camera Environment
A General Framework for Tracking Objects in a Multi-Camera Environment Karlene Nguyen, Gavin Yeung, Soheil Ghiasi, Majid Sarrafzadeh {karlene, gavin, soheil, majid}@cs.ucla.edu Abstract We present a framework
EFFICIENT VEHICLE TRACKING AND CLASSIFICATION FOR AN AUTOMATED TRAFFIC SURVEILLANCE SYSTEM
EFFICIENT VEHICLE TRACKING AND CLASSIFICATION FOR AN AUTOMATED TRAFFIC SURVEILLANCE SYSTEM Amol Ambardekar, Mircea Nicolescu, and George Bebis Department of Computer Science and Engineering University
A Robust Multiple Object Tracking for Sport Applications 1) Thomas Mauthner, Horst Bischof
A Robust Multiple Object Tracking for Sport Applications 1) Thomas Mauthner, Horst Bischof Institute for Computer Graphics and Vision Graz University of Technology, Austria {mauthner,bischof}@icg.tu-graz.ac.at
Object Tracking System Using Motion Detection
Object Tracking System Using Motion Detection Harsha K. Ingle*, Prof. Dr. D.S. Bormane** *Department of Electronics and Telecommunication, Pune University, Pune, India Email: [email protected] **Department
The Scientific Data Mining Process
Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In
Navigation Aid And Label Reading With Voice Communication For Visually Impaired People
Navigation Aid And Label Reading With Voice Communication For Visually Impaired People A.Manikandan 1, R.Madhuranthi 2 1 M.Kumarasamy College of Engineering, [email protected],karur,india 2 M.Kumarasamy
Real time vehicle detection and tracking on multiple lanes
Real time vehicle detection and tracking on multiple lanes Kristian Kovačić Edouard Ivanjko Hrvoje Gold Department of Intelligent Transportation Systems Faculty of Transport and Traffic Sciences University
A Real Time Hand Tracking System for Interactive Applications
A Real Time Hand Tracking System for Interactive Applications Siddharth Swarup Rautaray Indian Institute of Information Technology Allahabad ABSTRACT In vision based hand tracking systems color plays an
A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow
, pp.233-237 http://dx.doi.org/10.14257/astl.2014.51.53 A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow Giwoo Kim 1, Hye-Youn Lim 1 and Dae-Seong Kang 1, 1 Department of electronices
HANDS-FREE PC CONTROL CONTROLLING OF MOUSE CURSOR USING EYE MOVEMENT
International Journal of Scientific and Research Publications, Volume 2, Issue 4, April 2012 1 HANDS-FREE PC CONTROL CONTROLLING OF MOUSE CURSOR USING EYE MOVEMENT Akhil Gupta, Akash Rathi, Dr. Y. Radhika
Interactive Offline Tracking for Color Objects
Interactive Offline Tracking for Color Objects Yichen Wei Jian Sun Xiaoou Tang Heung-Yeung Shum Microsoft Research Asia, Beijing, China {yichenw,jiansun,xitang,hshum}@microsoft.com Abstract In this paper,
Mean-Shift Tracking with Random Sampling
1 Mean-Shift Tracking with Random Sampling Alex Po Leung, Shaogang Gong Department of Computer Science Queen Mary, University of London, London, E1 4NS Abstract In this work, boosting the efficiency of
The Visual Internet of Things System Based on Depth Camera
The Visual Internet of Things System Based on Depth Camera Xucong Zhang 1, Xiaoyun Wang and Yingmin Jia Abstract The Visual Internet of Things is an important part of information technology. It is proposed
Automatic Maritime Surveillance with Visual Target Detection
Automatic Maritime Surveillance with Visual Target Detection Domenico Bloisi, PhD [email protected] Maritime Scenario Maritime environment represents a challenging scenario for automatic video surveillance
MACHINE VISION MNEMONICS, INC. 102 Gaither Drive, Suite 4 Mount Laurel, NJ 08054 USA 856-234-0970 www.mnemonicsinc.com
MACHINE VISION by MNEMONICS, INC. 102 Gaither Drive, Suite 4 Mount Laurel, NJ 08054 USA 856-234-0970 www.mnemonicsinc.com Overview A visual information processing company with over 25 years experience
Design of Multi-camera Based Acts Monitoring System for Effective Remote Monitoring Control
보안공학연구논문지 (Journal of Security Engineering), 제 8권 제 3호 2011년 6월 Design of Multi-camera Based Acts Monitoring System for Effective Remote Monitoring Control Ji-Hoon Lim 1), Seoksoo Kim 2) Abstract With
T-REDSPEED White paper
T-REDSPEED White paper Index Index...2 Introduction...3 Specifications...4 Innovation...6 Technology added values...7 Introduction T-REDSPEED is an international patent pending technology for traffic violation
Traffic Monitoring Systems. Technology and sensors
Traffic Monitoring Systems Technology and sensors Technology Inductive loops Cameras Lidar/Ladar and laser Radar GPS etc Inductive loops Inductive loops signals Inductive loop sensor The inductance signal
Intelligent Camera Networks SECURING PUBLIC SPACES
Intelligent Camera Networks SECURING PUBLIC SPACES OVERVIEW Airports and subway stations are equipped with numerous cameras in order to provide enhanced security for passengers in crowded locations. Intelligent
Multi-view Intelligent Vehicle Surveillance System
Multi-view Intelligent Vehicle Surveillance System S. Denman, C. Fookes, J. Cook, C. Davoren, A. Mamic, G. Farquharson, D. Chen, B. Chen and S. Sridharan Image and Video Research Laboratory Queensland
VEHICLE TRACKING USING ACOUSTIC AND VIDEO SENSORS
VEHICLE TRACKING USING ACOUSTIC AND VIDEO SENSORS Aswin C Sankaranayanan, Qinfen Zheng, Rama Chellappa University of Maryland College Park, MD - 277 {aswch, qinfen, rama}@cfar.umd.edu Volkan Cevher, James
VISION BASED ROBUST VEHICLE DETECTION AND TRACKING VIA ACTIVE LEARNING
VISION BASED ROBUST VEHICLE DETECTION AND TRACKING VIA ACTIVE LEARNING By VISHNU KARAKKAT NARAYANAN A THESIS PRESENTED TO THE GRADUATE SCHOOL OF THE UNIVERSITY OF FLORIDA IN PARTIAL FULFILLMENT OF THE
Efficient Background Subtraction and Shadow Removal Technique for Multiple Human object Tracking
ISSN: 2321-7782 (Online) Volume 1, Issue 7, December 2013 International Journal of Advance Research in Computer Science and Management Studies Research Paper Available online at: www.ijarcsms.com Efficient
Embedded Vision on FPGAs. 2015 The MathWorks, Inc. 1
Embedded Vision on FPGAs 2015 The MathWorks, Inc. 1 Enhanced Edge Detection in MATLAB Test bench Read Image from File Add noise Frame To Pixel Median Filter Edge Detect Pixel To Frame Video Display Design
Real-time Person Detection and Tracking in Panoramic Video
2013 IEEE Conference on Computer Vision and Pattern Recognition Workshops Real-time Person Detection and Tracking in Panoramic Video Marcus Thaler, Werner Bailer JOANNEUM RESEARCH, DIGITAL Institute for
Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards
, pp. 143-150 http://dx.doi.org/10.14257/ijseia.2015.9.7.15 Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards Ryu HyunKi 1, Yeo ChangSub 1, Jeonghyun
Algorithm for License Plate Localization and Recognition for Tanzania Car Plate Numbers
Algorithm for License Plate Localization and Recognition for Tanzania Car Plate Numbers Isack Bulugu Department of Electronics Engineering, Tianjin University of Technology and Education, Tianjin, P.R.
International Journal of Advanced Information in Arts, Science & Management Vol.2, No.2, December 2014
Efficient Attendance Management System Using Face Detection and Recognition Arun.A.V, Bhatath.S, Chethan.N, Manmohan.C.M, Hamsaveni M Department of Computer Science and Engineering, Vidya Vardhaka College
Vision-Based Blind Spot Detection Using Optical Flow
Vision-Based Blind Spot Detection Using Optical Flow M.A. Sotelo 1, J. Barriga 1, D. Fernández 1, I. Parra 1, J.E. Naranjo 2, M. Marrón 1, S. Alvarez 1, and M. Gavilán 1 1 Department of Electronics, University
Analecta Vol. 8, No. 2 ISSN 2064-7964
EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,
Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations
Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Ryu HyunKi, Moon ChangSoo, Yeo ChangSub, and Lee HaengSuk Abstract In this paper,
Automatic Traffic Estimation Using Image Processing
Automatic Traffic Estimation Using Image Processing Pejman Niksaz Science &Research Branch, Azad University of Yazd, Iran [email protected] Abstract As we know the population of city and number of
Fall detection in the elderly by head tracking
Loughborough University Institutional Repository Fall detection in the elderly by head tracking This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation:
Detection and Recognition of Mixed Traffic for Driver Assistance System
Detection and Recognition of Mixed Traffic for Driver Assistance System Pradnya Meshram 1, Prof. S.S. Wankhede 2 1 Scholar, Department of Electronics Engineering, G.H.Raisoni College of Engineering, Digdoh
International Journal of Innovative Research in Computer and Communication Engineering. (A High Impact Factor, Monthly, Peer Reviewed Journal)
Video Surveillance over Camera Network Using Hadoop Naveen Kumar 1, Elliyash Pathan 1, Lalan Yadav 1, Viraj Ransubhe 1, Sowjanya Kurma 2 1 Assistant Student (BE Computer), ACOE, Pune, India. 2 Professor,
Real-time Traffic Congestion Detection Based on Video Analysis
Journal of Information & Computational Science 9: 10 (2012) 2907 2914 Available at http://www.joics.com Real-time Traffic Congestion Detection Based on Video Analysis Shan Hu a,, Jiansheng Wu a, Ling Xu
Tracking of Small Unmanned Aerial Vehicles
Tracking of Small Unmanned Aerial Vehicles Steven Krukowski Adrien Perkins Aeronautics and Astronautics Stanford University Stanford, CA 94305 Email: [email protected] Aeronautics and Astronautics Stanford
A Wide Area Tracking System for Vision Sensor Networks
A Wide Area Tracking System for Vision Sensor Networks Greg Kogut, Mohan Trivedi Submitted to the 9 th World Congress on Intelligent Transport Systems, Chicago, Illinois, October, 2002 Computer Vision
A Literature Review on Different models for Human and Vehicle Tracking
A Literature Review on Different models for Human and Vehicle Tracking Prof. A.P. Bodkhe 1, Prof. S.A. Nirmal 2, Snehal A. Thakre 3 Professor, Dept. of Electronics & Telecommunication, P.R.M.I.T & R, Badnera,
Real-Time Tracking of Pedestrians and Vehicles
Real-Time Tracking of Pedestrians and Vehicles N.T. Siebel and S.J. Maybank. Computational Vision Group Department of Computer Science The University of Reading Reading RG6 6AY, England Abstract We present
January 2008 PhD Degree (Dr.techn.) 2004 2007 PhD student at Graz University of Technology (computer science)
Curriculum Vitae Peter Michael Roth Graz University of Technology Institute for Computer Graphics and Vision Inffeldgasse 16/II, 8010 Graz, Austria [email protected] http://lrs.icg.tugraz.at Graz, Oct
Object tracking in video scenes
A Seminar On Object tracking in video scenes Presented by Alok K. Watve M.Tech. IT 1st year Indian Institue of Technology, Kharagpur Under the guidance of Dr. Shamik Sural Assistant Professor School of
Tracking Moving Objects In Video Sequences Yiwei Wang, Robert E. Van Dyck, and John F. Doherty Department of Electrical Engineering The Pennsylvania State University University Park, PA16802 Abstract{Object
Tracking and Recognition in Sports Videos
Tracking and Recognition in Sports Videos Mustafa Teke a, Masoud Sattari b a Graduate School of Informatics, Middle East Technical University, Ankara, Turkey [email protected] b Department of Computer
Go Faster - Preprocessing Using FPGA, CPU, GPU. Dipl.-Ing. (FH) Bjoern Rudde Image Acquisition Development STEMMER IMAGING
Go Faster - Preprocessing Using FPGA, CPU, GPU Dipl.-Ing. (FH) Bjoern Rudde Image Acquisition Development STEMMER IMAGING WHO ARE STEMMER IMAGING? STEMMER IMAGING is: Europe's leading independent provider
Industrial Vision Days 2012 Making Cameras Smarter: FPGA Based Image Pre-processing Unleashed
Industrial Vision Days 2012 Making Cameras Smarter: FPGA Based Image Pre-processing Unleashed Announcement of Partnership Seite: 3 High Quality Digital Cameras and Vision Sensors Visual FPGA Programming
An Experimental Comparison of Online Object Tracking Algorithms
An Experimental Comparison of Online Object Tracking Algorithms Qing Wang a, Feng Chen a, Wenli Xu a, and Ming-Hsuan Yang b a Tsinghua University, Beijing, China b University of California at Merced, Calfironia,
A Reliability Point and Kalman Filter-based Vehicle Tracking Technique
A Reliability Point and Kalman Filter-based Vehicle Tracing Technique Soo Siang Teoh and Thomas Bräunl Abstract This paper introduces a technique for tracing the movement of vehicles in consecutive video
I-SENSE: A Light-Weight Middleware for Embedded Multi-Sensor Data-Fusion
I-SENSE: A Light-Weight Middleware for Embedded Multi-Sensor Data-Fusion Allan Tengg 1, Andreas Klausner 1, and Bernhard Rinner 2 1 Institute for Technical Informatics, Graz Univerity of Technology, A-8010
Video compression: Performance of available codec software
Video compression: Performance of available codec software Introduction. Digital Video A digital video is a collection of images presented sequentially to produce the effect of continuous motion. It takes
Local features and matching. Image classification & object localization
Overview Instance level search Local features and matching Efficient visual recognition Image classification & object localization Category recognition Image classification: assigning a class label to
Optimal Vision Using Cameras for Intelligent Transportation Systems
WHITE PAPER www.baslerweb.com Optimal Vision Using Cameras for Intelligent Transportation Systems Intelligent Transportation Systems (ITS) require intelligent vision solutions. Modern camera technologies
Vehicle Tracking System Robust to Changes in Environmental Conditions
INORMATION & COMMUNICATIONS Vehicle Tracking System Robust to Changes in Environmental Conditions Yasuo OGIUCHI*, Masakatsu HIGASHIKUBO, Kenji NISHIDA and Takio KURITA Driving Safety Support Systems (DSSS)
Tracking Groups of Pedestrians in Video Sequences
Tracking Groups of Pedestrians in Video Sequences Jorge S. Marques Pedro M. Jorge Arnaldo J. Abrantes J. M. Lemos IST / ISR ISEL / IST ISEL INESC-ID / IST Lisbon, Portugal Lisbon, Portugal Lisbon, Portugal
Tracking and integrated navigation Konrad Schindler
Tracking and integrated navigation Konrad Schindler Institute of Geodesy and Photogrammetry Tracking Navigation needs predictions for dynamic objects estimate trajectories in 3D world coordinates and extrapolate
OBJECT TRACKING USING LOG-POLAR TRANSFORMATION
OBJECT TRACKING USING LOG-POLAR TRANSFORMATION A Thesis Submitted to the Gradual Faculty of the Louisiana State University and Agricultural and Mechanical College in partial fulfillment of the requirements
Parallelized Architecture of Multiple Classifiers for Face Detection
Parallelized Architecture of Multiple s for Face Detection Author(s) Name(s) Author Affiliation(s) E-mail Abstract This paper presents a parallelized architecture of multiple classifiers for face detection
Tracking in flussi video 3D. Ing. Samuele Salti
Seminari XXIII ciclo Tracking in flussi video 3D Ing. Tutors: Prof. Tullio Salmon Cinotti Prof. Luigi Di Stefano The Tracking problem Detection Object model, Track initiation, Track termination, Tracking
Detecting and Tracking Moving Objects for Video Surveillance
IEEE Proc. Computer Vision and Pattern Recognition Jun. 3-5, 1999. Fort Collins CO Detecting and Tracking Moving Objects for Video Surveillance Isaac Cohen Gérard Medioni University of Southern California
FSI Machine Vision Training Programs
FSI Machine Vision Training Programs Table of Contents Introduction to Machine Vision (Course # MVC-101) Machine Vision and NeuroCheck overview (Seminar # MVC-102) Machine Vision, EyeVision and EyeSpector
Object tracking & Motion detection in video sequences
Introduction Object tracking & Motion detection in video sequences Recomended link: http://cmp.felk.cvut.cz/~hlavac/teachpresen/17compvision3d/41imagemotion.pdf 1 2 DYNAMIC SCENE ANALYSIS The input to
THE CONTROL OF A ROBOT END-EFFECTOR USING PHOTOGRAMMETRY
THE CONTROL OF A ROBOT END-EFFECTOR USING PHOTOGRAMMETRY Dr. T. Clarke & Dr. X. Wang Optical Metrology Centre, City University, Northampton Square, London, EC1V 0HB, UK [email protected], [email protected]
Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches
Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic
BACnet for Video Surveillance
The following article was published in ASHRAE Journal, October 2004. Copyright 2004 American Society of Heating, Refrigerating and Air-Conditioning Engineers, Inc. It is presented for educational purposes
istraffic Automatic Traffic Monitoring system
istraffic Automatic Traffic Monitoring system Goal The goal of the system is to perform an automatic analysis of the traffic flow to detect events like slow traffic, queues, stopped vehicles, etc. using
REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING
REAL TIME TRAFFIC LIGHT CONTROL USING IMAGE PROCESSING Ms.PALLAVI CHOUDEKAR Ajay Kumar Garg Engineering College, Department of electrical and electronics Ms.SAYANTI BANERJEE Ajay Kumar Garg Engineering
Tracking performance evaluation on PETS 2015 Challenge datasets
Tracking performance evaluation on PETS 2015 Challenge datasets Tahir Nawaz, Jonathan Boyle, Longzhen Li and James Ferryman Computational Vision Group, School of Systems Engineering University of Reading,
Video Surveillance System for Security Applications
Video Surveillance System for Security Applications Vidya A.S. Department of CSE National Institute of Technology Calicut, Kerala, India V. K. Govindan Department of CSE National Institute of Technology
Feature Tracking and Optical Flow
02/09/12 Feature Tracking and Optical Flow Computer Vision CS 543 / ECE 549 University of Illinois Derek Hoiem Many slides adapted from Lana Lazebnik, Silvio Saverse, who in turn adapted slides from Steve
A Study of Automatic License Plate Recognition Algorithms and Techniques
A Study of Automatic License Plate Recognition Algorithms and Techniques Nima Asadi Intelligent Embedded Systems Mälardalen University Västerås, Sweden [email protected] ABSTRACT One of the most
