International Journal of Innovative Research in Computer and Communication Engineering. (A High Impact Factor, Monthly, Peer Reviewed Journal)
|
|
|
- Ethelbert Franklin
- 9 years ago
- Views:
Transcription
1 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, Computer Department, ACOE, Pune, India. ABSTRACT: Object detection and tracking are two fundamental tasks in multi - camera surveillance. This paper proposes a framework for achieving these tasks in a no overlapping multiple camera net work. A new object detection algorithm using mean shift (MS) segmentation is introduced, and occluded objects are further separated with the help of depth information derived from stereo vision. The detected objects are then tracked by a new object trackin g algorithm using a novel Bayesian Kalman filter with simplified Gaussian mixture (BKF-SGM). It employs a Gaussian mixture (GM) representation of the state and noise densities and a novel direct density simplifying algorithm for avoiding the exponential complexity growth of conventional Kalman filters (KFs) using GM. When coupled with an improved MS tracker, a new BKF-SGM with improved MS algorithm with more robust tracking performance is obtained. Furthermore, a monitoring-based object recognition algorithm is employed to support object tracking over non overlapping network. Experimental results show that: 1) the proposed object detection algorithm yields improved segmentation results over conventional object detection methods and 2) the proposed tracking algo rithm can successfully handle complex scenarios with good performance and low arithmetic complexity. Moreover, the performance of both monitoring and training-based object recognition algorithms can be improved using our detection and tracking results as input. KEYWORDS: Image Processing; Computer Vision; Histogram matching; Motion Detection; Surveillance; Hadoop. I. Introduction Object detection and tracking are two fundamental tasks in multi - camera surveillance. The most important technique of this multi-camera related technique is to track and analyse objects within the images. The core technology of multicamera analysis is used in detecting, analysing, and tracking the object s motion [1]. In addition, it is difficult to trace the object when the light s colour or direction changes. Firstly, we should use the block based algorithm for detecting the change in scene. In video, once the changed scene is detected then video is stored on the server for further analysis. Once the video is stored in the server, they are divided in to chunks and send to different nodes for analysis using map reduce technology of Hadoop. For detecting object, we applied the object tracking algorithm using a novel Bayesian Kalman filter with simplified Gaussian mixture (BKF-SGM).Using Hadoop we minimized the analysis time. Finally, we have drawn the graphs in which we have shown the number of objects to be detected and time required for analysis and stored the analysis result into a database for security purpose[2]. Visual object detection and tracking are important components of video analytics (VA) in multi-camera surveillance. We have developed a system for achieving these tasks in a multi-camera network. The system configuration used, is different from existing multi-camera surveillance systems and utilize common image information extracted from similar field of views (FOVs) to improve the object detection and tracking performance. However, in practice, such camera setup may not be easily achieved because of economical concern, topology limitation, etc. Therefore, we focused on the non-overlapping multi-camera scenario in this system, and our main objective is to develop reliable and robust object detection and tracking algorithms for such environment. Automatic object detection is usually the first task in a multi-camera surveillance system and background modelling (BM) is commonly used to extract predefined information such as object s shape, geometry etc., for further processing. Pixel-based adaptive Gaussian mixture modelling (AGMM) is one of the most popular algorithms for BM where object detection is formulated as an independent pixel detection problem. It is invariant to gradually light change, slightly moving background and fluttering objects [3]. However, it usually yields unsatisfactory foreground information (object mask) for object tracking due to sensor noise and inappropriate GM update rate, which will lead to holes, unclosed shape and inaccurate boundary of the extracted object. Furthermore, important information of the object such as edge Copyright to IJIRCCE DOI: /IJIRCCE
2 and shape are not utilized in such method. Therefore, the performance of subsequent operations such as objec t tracking and recognition will be degraded [4]. II. LITERATURE SURVEY 2.1. Multi-tasking smart cameras for intelligent video surveillance systems (2013): We demonstrate a video surveillance system comprising passive and active pan/tilt/zoom (PTZ) cameras that intelligently responds to scene complexity, automatically capturing higher resolution video when there are fewer people in the scene and capturing lower resolution video as the number of pedestrians present in the scene increases. Till now, we have developed behavior based controllers for passive and active cameras, enabling these cameras to carry out multiple observation tasks simultaneously. The research presented herein is a step towards video surveillance systems consisting of a heterogeneous set of sensors that provide persistent coverage of large spaces, while optimizing surveillance data collection by tuning the sensing parameters of individual sensors (in a distributed manner) in response to scene activity [5] Moving Object Detection by Detecting Contiguous Outliers in the Low-Rank Representation (2013): Object detection is a fundamental step for automated video analysis in many vision applications. Object detection in a video is usually performed by object detectors or background subtraction techniques. Often, an object detector requires manually labeled examples to train a binary classifier, while background subtraction needs a training sequence that contains no objects to build a background model. To automate the analysis, object detection without a separate training phase becomes a critical task. People have tried to tackle this task by using motion information. But existing motion - based methods are usually limited when coping with complex scenarios such as non -rigid motion and dynamic background [6]. In this paper, we show that the above challenges can be addressed in a unified framework named Detecting Contiguous Outliers in the Low-rank Representation (DECOLOR). This formulation integrates object detection and background learning into a single process of optimization, which can be solved by an alternating algorithm efficiently. We explain the relations between DECOLOR and other sparsity -based methods. Experiments on both simulated data and real sequences demonstrate that DECOLOR outperforms the state-of-the-art approaches and it can work effectively on a wide range of complex scenarios New Object Detection, Tracking, and Recognition Approaches for Video Surveillance over Camera Network (2015): Object detection and tracking are two fundamental tasks in multi camera surveillance. This paper proposes a framework for achieving these tasks in a non-overlapping multiple camera algorithms for such environment. Automatic object detection is usually the first task in a multi-camera surveillance system and background modeling (BM) is commonly used to extract predefined information such as object s shape, geometry and etc., for further processing. Pixel-based adaptive Gaussian mixture modeling (AGMM) is one of the most popular algorithms for BM where object detection is formulated as an independent pixel detection problem [7]. It is invariant to gradually light change, slightly moving background and fluttering objects. However, it usually yields unsatisfactory foreground information (object mask) for object tracking due to sensor noise and inappropriate GM update rate, which will lead to holes, unclosed shape and inaccurate boundary of the extracted object. Furthermore, important information of the object such as edge and shape are not utilized in such method. Therefore, the performance of subsequent operations such as object tracking and recognition will be degraded. III. EXISTING SYSTEM Manual systems emphasize on people to be accurate in all details of their work at all times, the problem being that people make mistakes. With manual systems the level of service is dependent on people and this puts a requirement on management to run training regularly for staff to keep them motivated and to ensure they are following the correct methods. Otherwise there is inconsistency in data entry or in hand written orders made by people. Reporting and checking that data is robust can be time consuming and expensive [8]. This is an area where significant money can be saved by automation. Another impact of manual systems is on customer service. Customer queries can be difficult to respond to as information is stored in different places and may even require that you find the right person before being able to respond. Large ongoing staff training cost is the major disadvantage of this manual system [9]. Copyright to IJIRCCE DOI: /IJIRCCE
3 IV. PROPOSED SYSTEM & ARCHITECTURE Figure1: Overall Design. This project makes use of Open CV library to capture camera images and detect intrusion using comparison - block based motion object detection method [10]. Once the comparison is done and an intrusion is found, it saves the streamed video on server. After that video analysis is performed using Hadoop technology. Application consist of following modules 4.1. Video Recording: Video recording takes place using Open CV. Image capturing and comparing with template image takes place. Once the difference between template image and current image found then it means that intrusion is detected. Finally the intruded video is stored on the server for analysis [11]. Analysis is performed using Hadoop technology Historic CCTV Video: We can apply the Hadoop technology on Historic CCTV Videos which is large size. For analysis these video take long time on single machine so overcome this problem we use Hadoop technology Analysis on videos using Mapper: a. Scene Change Detection: Scene Change Detection is performed using the block based background subtraction image.compare the current image and template image if the current image and template image difference is found then Scene change is happened [12]. b. Pedestrian Detection: Pedestrian Detected using novel Bayesian Kalman filter with simplified Gaussian mixture (BKF-SGM).Once the pedestrian is detected in the intruded video is stored on server for analysis of video over Hadoop Processing Over Hadoop Node: For analysis using Hadoop the map Reduce concept is used. A Map Reduce job usually splits the input data -set into independent chunks which are processed by the map tasks in a completely parallel manner. In our project we analyses the video and slit the video in to number of chunks then it proceed to the different nodes for analysis [13] Generate output with faces and change timing: Generate a graph and how much time is required for the analyzing video 4.6. Save the analysis logs into the database: Analysis logs like timing of each node for analysis, number of objects to be tracked, timing etc. is stored into the database for security purpose. Copyright to IJIRCCE DOI: /IJIRCCE
4 Advantages: Less time is required to analyze the large video as Hadoop technology is used. The entire system can be implemented in a very low cost. High security is provided. Alarm system is used when any kind of intrusion is detected. Applications: In high security areas such as, Banks Malls College premises Jewelers shop V. METHOD 5.1. Color histogram: A histogram is nothing but graphical representation of the distribution of numerical data. We are considering these colors. Alfa, Red, Green, Blue with range We will get gray-scale image by taking the mean of those values. Thresholding is a popular technique for the process of image segmentation as it is widely applicable to other areas of the digital image processing[14]. All we have to do is, set the thresholding value as constant and comparing those values between frames. This software is going to detect all the changes in the video. Color histogram distributes the color in an image. When we take photos from our camera, some cameras have an ability to display the 3 color histograms Bayesian Kalman Filter: This filter is used to find the state of physical system in an accurate environment Here the physical state could be velocity and readings may not be continuous. These filters uses inference algorithm. Kalman filter uses one kind of algorithm which receives various measurements which are observed. They contain noise which is represented by unknown variables sensor models are expressed by linear Gaussian distributions. Let the current state be Xt. For calculating the next state linear function will Xt+1. If we have taken the X co-ordinate of the object of which we have to specify the position and let us say Δ be the interval between the observations. Also the velocity will be constant. Then the updated position will be given as, Xt+Δ = Xt+XΔ 5.3. Mean Square difference: In this paper, two images are taken. Then, both the frames are resized into 300X300 sizes. The next step is to divide it further into 5X5 matrix [15]. Then the average of each matrix block is calculated. Average of the first image is represented as r,g,b. The average of the another block is represented as r1,g1,b1. After this, the summation of each of the matrix block will be calculated. One threshold value is set. Then the summation with this threshold value will be compared. So with this mean square algorithm, the frames of the video are divided into the matrix form. Then each block means square, is compared to the very next frame and the change will be detected SSIM Algorithm It is Structural Similarity Index. In SSIM, the similarity between any two given images is measured. It pred icts the perceived quality of the digital images as well as videos. with μ x the Average of x; μ y the Average of y; 2 x the variance of x; 2 y the variance of y; x y the covariance of x and y; Copyright to IJIRCCE DOI: /IJIRCCE
5 VI. Conclusion New approach for object detection in camera network has been presented. A novel object detection algorithm using Color Histogram, Mean square Deference Structural Similarity Index. The segmented objects are then tracked by BKF- SGM-IMS; the computation is carried over Hadoop which reduces the time and also storage space. The output of the system is shown in the form of Intrusion Video duration, start time, end time. Alert is shown on screen in the form of pop-up box. REFERENCES 1. Y Wu, J Lim, et al. Online object tracking: A benchmark. in Proc. IEEE Conf. Compute. Vis. Pattern Recognit., 2013; P Pérez, C Hue, et al. Color-based probabilistic tracking. in Proc. 7th Eur. Conf. Compute. Vis., 2002; D Comaniciu, V Ramesh, et al. Kernel-based object tracking. IEEE Trans. Pattern Anal. Mach. Intell., 2003; 25: SC Chan, B Liao, et al. Bayesian Kalman filtering, regularization and compressed sampling. in Proc. IEEE 54th Int. Midwest Symp. Circuits Syst. 2011; YC Ho, R Lee, A Bayesian approach to problems in stochastic estimation and control. IEEE Trans. Autom. Control, 1964; 9: K Zhang, JT Kwok, Simplifying mixture models through function approximation. IEEE Trans. Neural Netw., 2010; 21: I Bilik, J Tabrikian, MMSE-based filtering in presence of non-gaussian system and measurement noise. IEEE Trans. Aerosp. Electron. Syst., 2010; 46: PETS2001 and PETS2009 Datasets. [Online]. Available: and ~mrldata/pets2009.html, accessed Mar. 1, Surveillance Camera Network Project Page. [Online]. Available: accessed Aug. 15, Z Zivkovic, F van der Heijden, Efficient adaptive density estimation per image pixel for the task of background subtraction, Pattern Recognit. Lett., 2006; 27: D Comaniciu, V Ramesh, Mean shift and optimal prediction for efficient object tracking, in Proc. Int. Conf. Image Process., 2000; S Zhang, SC Chan, et al. On the design and implementation of a high definition multi-view intelligent video surveillance system, in Proc. IEEE Int. Conf. Signal Process., Commun., Comput.2012; Akman, A Aydin Alatan et al. Multi-camera visual surveillance for motion detection, occlusion handling, tracking and event recognition, presented at Workshop Multi-Camera Multi-Modal Sensor Fusion Algorithms Appl., [Online]. Available: accessed Aug. 15, C Wang, Z Liu, et al. Sparse-representation-based hand gesture recognition with Kinect depth camera, IEEE Trans. Multimedia,2015; 1: Y Rubner, C Tomasi, et al. The earth mover s distance as a metric for image retrieval, Int. J. Comput. Vis., 2000; 40: , Copyright to IJIRCCE DOI: /IJIRCCE
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
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
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,
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
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
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,
Support Vector Machine-Based Human Behavior Classification in Crowd through Projection and Star Skeletonization
Journal of Computer Science 6 (9): 1008-1013, 2010 ISSN 1549-3636 2010 Science Publications Support Vector Machine-Based Human Behavior Classification in Crowd through Projection and Star Skeletonization
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
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
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,
How To Fix Out Of Focus And Blur Images With A Dynamic Template Matching Algorithm
IJSTE - International Journal of Science Technology & Engineering Volume 1 Issue 10 April 2015 ISSN (online): 2349-784X Image Estimation Algorithm for Out of Focus and Blur Images to Retrieve the Barcode
Mouse Control using a Web Camera based on Colour Detection
Mouse Control using a Web Camera based on Colour Detection Abhik Banerjee 1, Abhirup Ghosh 2, Koustuvmoni Bharadwaj 3, Hemanta Saikia 4 1, 2, 3, 4 Department of Electronics & Communication Engineering,
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 Dynamic Approach to Extract Texts and Captions from Videos
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. 4, April 2014,
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]
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
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
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
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,
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
Product Characteristics Page 2. Management & Administration Page 2. Real-Time Detections & Alerts Page 4. Video Search Page 6
Data Sheet savvi Version 5.3 savvi TM is a unified video analytics software solution that offers a wide variety of analytics functionalities through a single, easy to use platform that integrates with
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
ISSN: 2348 9510. A Review: Image Retrieval Using Web Multimedia Mining
A Review: Image Retrieval Using Web Multimedia Satish Bansal*, K K Yadav** *, **Assistant Professor Prestige Institute Of Management, Gwalior (MP), India Abstract Multimedia object include audio, video,
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
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]
Indoor Surveillance System Using Android Platform
Indoor Surveillance System Using Android Platform 1 Mandar Bhamare, 2 Sushil Dubey, 3 Praharsh Fulzele, 4 Rupali Deshmukh, 5 Dr. Shashi Dugad 1,2,3,4,5 Department of Computer Engineering, Fr. Conceicao
Journal of Industrial Engineering Research. Adaptive sequence of Key Pose Detection for Human Action Recognition
IWNEST PUBLISHER Journal of Industrial Engineering Research (ISSN: 2077-4559) Journal home page: http://www.iwnest.com/aace/ Adaptive sequence of Key Pose Detection for Human Action Recognition 1 T. Sindhu
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
A MACHINE LEARNING APPROACH TO FILTER UNWANTED MESSAGES FROM ONLINE SOCIAL NETWORKS
A MACHINE LEARNING APPROACH TO FILTER UNWANTED MESSAGES FROM ONLINE SOCIAL NETWORKS Charanma.P 1, P. Ganesh Kumar 2, 1 PG Scholar, 2 Assistant Professor,Department of Information Technology, Anna University
Distributed Vision Processing in Smart Camera Networks
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
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
CURTAIL THE EXPENDITURE OF BIG DATA PROCESSING USING MIXED INTEGER NON-LINEAR PROGRAMMING
Journal homepage: http://www.journalijar.com INTERNATIONAL JOURNAL OF ADVANCED RESEARCH RESEARCH ARTICLE CURTAIL THE EXPENDITURE OF BIG DATA PROCESSING USING MIXED INTEGER NON-LINEAR PROGRAMMING R.Kohila
Development of an automated Red Light Violation Detection System (RLVDS) for Indian vehicles
CS11 59 Development of an automated Red Light Violation Detection System (RLVDS) for Indian vehicles Satadal Saha 1, Subhadip Basu 2 *, Mita Nasipuri 2, Dipak Kumar Basu # 2 # AICTE Emeritus Fellow 1 CSE
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
Volume 3, Issue 6, June 2015 International Journal of Advance Research in Computer Science and Management Studies
Volume 3, Issue 6, June 2015 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com Image
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
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
A Method of Caption Detection in News Video
3rd International Conference on Multimedia Technology(ICMT 3) A Method of Caption Detection in News Video He HUANG, Ping SHI Abstract. News video is one of the most important media for people to get information.
LOCAL SURFACE PATCH BASED TIME ATTENDANCE SYSTEM USING FACE. [email protected]
LOCAL SURFACE PATCH BASED TIME ATTENDANCE SYSTEM USING FACE 1 S.Manikandan, 2 S.Abirami, 2 R.Indumathi, 2 R.Nandhini, 2 T.Nanthini 1 Assistant Professor, VSA group of institution, Salem. 2 BE(ECE), VSA
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
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
Classifying Manipulation Primitives from Visual Data
Classifying Manipulation Primitives from Visual Data Sandy Huang and Dylan Hadfield-Menell Abstract One approach to learning from demonstrations in robotics is to make use of a classifier to predict if
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
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
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
Human behavior analysis from videos using optical flow
L a b o r a t o i r e I n f o r m a t i q u e F o n d a m e n t a l e d e L i l l e Human behavior analysis from videos using optical flow Yassine Benabbas Directeur de thèse : Chabane Djeraba Multitel
Multisensor Data Fusion and Applications
Multisensor Data Fusion and Applications Pramod K. Varshney Department of Electrical Engineering and Computer Science Syracuse University 121 Link Hall Syracuse, New York 13244 USA E-mail: [email protected]
Edge tracking for motion segmentation and depth ordering
Edge tracking for motion segmentation and depth ordering P. Smith, T. Drummond and R. Cipolla Department of Engineering University of Cambridge Cambridge CB2 1PZ,UK {pas1001 twd20 cipolla}@eng.cam.ac.uk
Building an Advanced Invariant Real-Time Human Tracking System
UDC 004.41 Building an Advanced Invariant Real-Time Human Tracking System Fayez Idris 1, Mazen Abu_Zaher 2, Rashad J. Rasras 3, and Ibrahiem M. M. El Emary 4 1 School of Informatics and Computing, German-Jordanian
Low-resolution Image Processing based on FPGA
Abstract Research Journal of Recent Sciences ISSN 2277-2502. Low-resolution Image Processing based on FPGA Mahshid Aghania Kiau, Islamic Azad university of Karaj, IRAN Available online at: www.isca.in,
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,
A secure face tracking system
International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 10 (2014), pp. 959-964 International Research Publications House http://www. irphouse.com A secure face tracking
CCTV - Video Analytics for Traffic Management
CCTV - Video Analytics for Traffic Management Index Purpose Description Relevance for Large Scale Events Technologies Impacts Integration potential Implementation Best Cases and Examples 1 of 12 Purpose
Colour Image Segmentation Technique for Screen Printing
60 R.U. Hewage and D.U.J. Sonnadara Department of Physics, University of Colombo, Sri Lanka ABSTRACT Screen-printing is an industry with a large number of applications ranging from printing mobile phone
Neural Network based Vehicle Classification for Intelligent Traffic Control
Neural Network based Vehicle Classification for Intelligent Traffic Control Saeid Fazli 1, Shahram Mohammadi 2, Morteza Rahmani 3 1,2,3 Electrical Engineering Department, Zanjan University, Zanjan, IRAN
How To Filter Spam Image From A Picture By Color Or Color
Image Content-Based Email Spam Image Filtering Jianyi Wang and Kazuki Katagishi Abstract With the population of Internet around the world, email has become one of the main methods of communication among
Traffic Estimation and Least Congested Alternate Route Finding Using GPS and Non GPS Vehicles through Real Time Data on Indian Roads
Traffic Estimation and Least Congested Alternate Route Finding Using GPS and Non GPS Vehicles through Real Time Data on Indian Roads Prof. D. N. Rewadkar, Pavitra Mangesh Ratnaparkhi Head of Dept. Information
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:
SmartMonitor An Intelligent Security System for the Protection of Individuals and Small Properties with the Possibility of Home Automation
Sensors 2014, 14, 9922-9948; doi:10.3390/s140609922 OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Article SmartMonitor An Intelligent Security System for the Protection of Individuals
Deterministic Sampling-based Switching Kalman Filtering for Vehicle Tracking
Proceedings of the IEEE ITSC 2006 2006 IEEE Intelligent Transportation Systems Conference Toronto, Canada, September 17-20, 2006 WA4.1 Deterministic Sampling-based Switching Kalman Filtering for Vehicle
Rafael Martín & José M. Martínez
A semi-supervised system for players detection and tracking in multi-camera soccer videos Rafael Martín José M. Martínez Multimedia Tools and Applications An International Journal ISSN 1380-7501 DOI 10.1007/s11042-013-1659-6
Interactive person re-identification in TV series
Interactive person re-identification in TV series Mika Fischer Hazım Kemal Ekenel Rainer Stiefelhagen CV:HCI lab, Karlsruhe Institute of Technology Adenauerring 2, 76131 Karlsruhe, Germany E-mail: {mika.fischer,ekenel,rainer.stiefelhagen}@kit.edu
Analysis of Preview Behavior in E-Book System
Analysis of Preview Behavior in E-Book System Atsushi SHIMADA *, Fumiya OKUBO, Chengjiu YIN, Misato OI, Kentaro KOJIMA, Masanori YAMADA, Hiroaki OGATA Faculty of Arts and Science, Kyushu University, Japan
Multimodal Biometric Recognition Security System
Multimodal Biometric Recognition Security System Anju.M.I, G.Sheeba, G.Sivakami, Monica.J, Savithri.M Department of ECE, New Prince Shri Bhavani College of Engg. & Tech., Chennai, India ABSTRACT: Security
An Algorithm for Classification of Five Types of Defects on Bare Printed Circuit Board
IJCSES International Journal of Computer Sciences and Engineering Systems, Vol. 5, No. 3, July 2011 CSES International 2011 ISSN 0973-4406 An Algorithm for Classification of Five Types of Defects on Bare
Assessment. Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall
Automatic Photo Quality Assessment Presenter: Yupu Zhang, Guoliang Jin, Tuo Wang Computer Vision 2008 Fall Estimating i the photorealism of images: Distinguishing i i paintings from photographs h Florin
International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014
RESEARCH ARTICLE OPEN ACCESS A Survey of Data Mining: Concepts with Applications and its Future Scope Dr. Zubair Khan 1, Ashish Kumar 2, Sunny Kumar 3 M.Tech Research Scholar 2. Department of Computer
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
HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER
HSI BASED COLOUR IMAGE EQUALIZATION USING ITERATIVE n th ROOT AND n th POWER Gholamreza Anbarjafari icv Group, IMS Lab, Institute of Technology, University of Tartu, Tartu 50411, Estonia [email protected]
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 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
SSIM Technique for Comparison of Images
SSIM Technique for Comparison of Images Anil Wadhokar 1, Krupanshu Sakharikar 2, Sunil Wadhokar 3, Geeta Salunke 4 P.G. Student, Department of E&TC, GSMCOE Engineering College, Pune, Maharashtra, India
Original Research Articles
Original Research Articles Researchers Mr.Ramchandra K. Gurav, Prof. Mahesh S. Kumbhar Department of Electronics & Telecommunication, Rajarambapu Institute of Technology, Sakharale, M.S., INDIA Email-
Communicating Agents Architecture with Applications in Multimodal Human Computer Interaction
Communicating Agents Architecture with Applications in Multimodal Human Computer Interaction Maximilian Krüger, Achim Schäfer, Andreas Tewes, Rolf P. Würtz Institut für Neuroinformatik, Ruhr-Universität
Color Segmentation Based Depth Image Filtering
Color Segmentation Based Depth Image Filtering Michael Schmeing and Xiaoyi Jiang Department of Computer Science, University of Münster Einsteinstraße 62, 48149 Münster, Germany, {m.schmeing xjiang}@uni-muenster.de
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
Recognization of Satellite Images of Large Scale Data Based On Map- Reduce Framework
Recognization of Satellite Images of Large Scale Data Based On Map- Reduce Framework Vidya Dhondiba Jadhav, Harshada Jayant Nazirkar, Sneha Manik Idekar Dept. of Information Technology, JSPM s BSIOTR (W),
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,
Automatic parameter regulation for a tracking system with an auto-critical function
Automatic parameter regulation for a tracking system with an auto-critical function Daniela Hall INRIA Rhône-Alpes, St. Ismier, France Email: [email protected] Abstract In this article we propose
Adaptive Probing: A Monitoring-Based Probing Approach for Fault Localization in Networks
Adaptive Probing: A Monitoring-Based Probing Approach for Fault Localization in Networks Akshay Kumar *, R. K. Ghosh, Maitreya Natu *Student author Indian Institute of Technology, Kanpur, India Tata Research
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
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
Traffic Flow Monitoring in Crowded Cities
Traffic Flow Monitoring in Crowded Cities John A. Quinn and Rose Nakibuule Faculty of Computing & I.T. Makerere University P.O. Box 7062, Kampala, Uganda {jquinn,rnakibuule}@cit.mak.ac.ug Abstract Traffic
ESE498. Intruder Detection System
0 Washington University in St. Louis School of Engineering and Applied Science Electrical and Systems Engineering Department ESE498 Intruder Detection System By Allen Chiang, Jonathan Chu, Siwei Su Supervisor
Extracting a Good Quality Frontal Face Images from Low Resolution Video Sequences
Extracting a Good Quality Frontal Face Images from Low Resolution Video Sequences Pritam P. Patil 1, Prof. M.V. Phatak 2 1 ME.Comp, 2 Asst.Professor, MIT, Pune Abstract The face is one of the important
Automatic Labeling of Lane Markings for Autonomous Vehicles
Automatic Labeling of Lane Markings for Autonomous Vehicles Jeffrey Kiske Stanford University 450 Serra Mall, Stanford, CA 94305 [email protected] 1. Introduction As autonomous vehicles become more popular,
IVS2 DATASHEET. Main features. wiki.intellio.hu 1. Intellio Video System 2.1 version and modules
Main features ONVIF server side motion detection ONVIF PTZ camera control Displaying camera status on 3D map Detector s priority management Camera alert activation Smart Playback: Improved trackback Intellio
Face Recognition in Low-resolution Images by Using Local Zernike Moments
Proceedings of the International Conference on Machine Vision and Machine Learning Prague, Czech Republic, August14-15, 014 Paper No. 15 Face Recognition in Low-resolution Images by Using Local Zernie
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
Intrusion Detection via Machine Learning for SCADA System Protection
Intrusion Detection via Machine Learning for SCADA System Protection S.L.P. Yasakethu Department of Computing, University of Surrey, Guildford, GU2 7XH, UK. [email protected] J. Jiang Department
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
Detection of Distributed Denial of Service Attack with Hadoop on Live Network
Detection of Distributed Denial of Service Attack with Hadoop on Live Network Suchita Korad 1, Shubhada Kadam 2, Prajakta Deore 3, Madhuri Jadhav 4, Prof.Rahul Patil 5 Students, Dept. of Computer, PCCOE,
Demo: Real-time Tracking of Round Object
Page 1 of 1 Demo: Real-time Tracking of Round Object by: Brianna Bikker and David Price, TAMU Course Instructor: Professor Deepa Kundur Introduction Our project is intended to track the motion of a round
