REAL TIME ESTIMATION OF VEHICULAR SPEED USING NORMALIZED CORRELATION

Size: px
Start display at page:

Download "REAL TIME ESTIMATION OF VEHICULAR SPEED USING NORMALIZED CORRELATION"

Transcription

1 International Journal of Mechanical Engineering and Technology (IJMET) Volume 8, Issue 12, December 2017, pp , Article ID: IJMET_08_12_065 Available online at ISSN Print: and ISSN Online: IAEME Publication Scopus Indexed REAL TIME ESTIMATION OF VEHICULAR SPEED USING NORMALIZED CORRELATION Saranya K.C*, Aarthy M, Utthara Thiagarajan, Nicole Barboza and Tharrun Ravishankar School of Electronics Engineering, VIT, Vellore, Tamil Nadu, India ABSTRACT: Monitoring speeds of vehicles on the road is of increasing importance, to avoid rash driving and prevent accidents from taking place. It is an interesting challenge to obtain the speed of vehicles as they swiftly pass on the road. In this study, an image of car is captured from a video in real time. These images are analyzed to find coordinates at different instances using normalized correlation between the input image and the template image of the vehicle. Lastly these coordinates are used to evaluate the centroids to determine the distance travelled and the speed. The study was conducted using footage database of different cars and roads for testing. The results obtained were with an accuracy of 99% when compared to the available CCTV database. Keywords: Centroid, Normalized Correlation, Speed Estimation, and Video Processing Cite this Article: Saranya K.C, Aarthy M, Utthara Thiagarajan, Nicole Barboza and Tharrun Ravishankar, Real Time Estimation of Vehicular Speed using Normalized Correlation, International Journal of Mechanical Engineering and Technology 8(12), 2017, pp INTRODUCTION In current times, it is vital to ascertain the pace of vehicles for law enforcement and implementation of speed limits, the reason for which is the safety of civilians, to avoid accidents and track vehicles. Automated traffic surveillance is an urgent need to expand traffic control and its management. Thus an efficient system of speed estimation of vehicles is vital for numerous applications. Gupta et al. 1, described speed estimation using centroid method, though two template images were required to compensate for the progressive increase in the car s size. Siddharth Jhumat et al. 2, estimated speed of a vehicle using video frames with the help of three techniques namely, normalized cross correlation, frame differencing and optical flow approach. However the results showed inaccuracies when shape of the cars changed. Sen- Ching. S.et al. 3 compared various background subtraction algorithms for detecting vehicles and pedestrians. It was observed that Gaussian filter produced the best response in ideal editor@iaeme.com

2 Real Time Estimation of Vehicular Speed using Normalized Correlation conditions. Ali Taherkhani et al. 4, posed a method for speed estimation of spherical object in frequency domain. This was accomplished by camera parameters and imaging geometry but results were obtained with reference to a stationary background. In this paper, a video of moving vehicles on a road was taken and the template image of the target car was captured manually and converted to HSV color scheme. Normalized correlation was performed between the image and template to find regions of peak correlation for analysis. This was followed by the computation of the centroid leading to the estimation of speed of the vehicle. Section 2 elucidates the methodology followed for the implementation of the speed detecting system using MATLAB software. Results and discussions are presented along with snapshots in Section 3andConclusion is discussed in Section 4. References are encompassed in section MATERIAL AND METHODS: The methodology given in Fig(1) was followed to implement the speed estimating system Image acquisition A video of moving vehicles was taken with the help of a video camera placed at a height to attain the vertical movement of cars at an angle and an image of a vehicle was captured as shown in Fig(2). And the template was acquired manually Fig (3) Image preprocessing For analysis, the image and the template image are converted to HSV color format, refer Fig (4). This is done as an image pre-processing step to separate color components from intensity components for illumination changes. The value component, which results in a 2 dimensional matrix is acquired for accurate analysis Template matching Template image is matched with the image by normalizing both the images. Normalized correlation involves cross correlation in frequency domain which depends on the size of the images. Following which, local sums are calculated to normalize the cross correlation to acquire the correlation coefficients using Eq. (1). This type of correlation is one of the most efficient as it doesn t impose the need for the image and the template to be of the same size. The regions of maximum correlation are then bounded by an outline whose size equals that of the template imageas shown in Fig (5). These steps are repeated for the next instance of the vehicle are presented in Fig (6). ( ), ( ) -, ( ) - *, ( ) -, ( ) - + (1) Eq. (1) characterizes the formula for normalized correlation. frepresents the image of the vehicle whereas is the mean of the template image., Signifies the mean of (,) in the region under the template Centroid values computation The first two coordinates of the matched block are determined by using the x axis and y axis offset values around the region of interest, following which the next two coordinates are obtained by adding the size of the template to the previously stated coordinates. This is repeated for the second instance as well. Values of the centroid for both instances are estimated by taking the average of the two extreme coordinate values of the matched block with respect to the x and y axes independently as illustrated in Eq. (2) editor@iaeme.com

3 Saranya K.C, Aarthy M, Utthara Thiagarajan, Nicole Barboza and Tharrun Ravishankar ( ) ( ) ( ) ( ) (2) 2.5. Estimation of speed Distance in pixels is computed from the centroid values using the distance formula. The corresponding on road distance in meters was then determined. Following this the time was notified from the CCTV camera. The distance and time were then used to estimate speed of the vehicle in meters per second. Lastly, this value was converted to kilometers per hour, and the MATLAB output of the estimated speed is shown in Fig (7). This value was compared to that of the CCTV footage, Fig (8) to determine the accuracy Real Time Case It was then extended to a real time scenario, comprising of a video recorded using a mobile phone camera as shown in Fig (9). Template matching was carried out and a three dimensional shaded plot was generated with pixel values on the x and y axis with versus the correlation coefficient on the z-axis for both instances as illustrated in Fig (10). The regions shaded in red signify the points where the correlation coefficient is between the threshold range of 0.8 to 1. A bounded outline is formed around this region for coordinate estimation. Results obtained are presented in Fig (11) and they exhibited an accuracy of 98%. 3. RESULTS AND DISCUSSION The paper furnished an effective method to determine the speed of a target vehicle with a high degree of accuracy of 99% when compared with the data base. Normalized correlation proved to be a less tedious method as it does not stipulate for the template image to be the same size as the input images. Results were obtained with better precision compared to previous studies. This technique was then employed on real time cases to obtain results with least amount of error, hence proving the system s ability to function in ideal conditions. Table 1 Coordinates of Matched Template of First Instance Coordinate Value Coordinate Value x1(1) 646 y2(1) 246 x2(2) 603 y2(2) 375 x2(3) 749 y2(3) 375 x2(4) 749 y2(4) 246 Table 2 Coordinates of Matched Template of Second Instance Coordinate Value Coordinate Value x1(1) 647 y2(1) 157 x2(2) 647 y2(2) 286 x2(3) 792 y2(3) 286 x2(4) 792 y2(4) 157 Axis Table 3 Centroid Values of First Instance Centroid Value Cx1 719 Cy editor@iaeme.com

4 Real Time Estimation of Vehicular Speed using Normalized Correlation Axis Table 4 Centroid Values of Second Instance Centroid Value Cx2 676 Cy (1) (2) (3) (4) (5) (6) editor@iaeme.com

5 Saranya K.C, Aarthy M, Utthara Thiagarajan, Nicole Barboza and Tharrun Ravishankar (7) (8) Figure (1) Flowchart of the methodology (2) Image of car (3) Template image captured manually (4) Images after preprocessing (5) Outlined image of car after template matching (6) Outlined image of car for next instance (7) Speed of car as per CCTV database (8) Speed of car estimated by system (9) (10) (11) Figure (9) Input image from the camera under real time scenario (10) Correlation plot for template matching (11) Estimated speed output

6 Real Time Estimation of Vehicular Speed using Normalized Correlation 4. CONCLUSION This method can be extended to determine the speed of multiple vehicles simultaneously. Though the method demonstrates perfect results during day time, night time results may differ due to lack of illumination, leaving room for error. Hence to ascertain the speed of vehicles under various conditions like rainy days, mid-day when there is a scope for shadows or darkness, further research is required. Further a fully automated scheme if implemented will increase efficiency. REFERENCES: [1] Pratishtha Gupta, G N Purohit, ManishaRathore, Estimating Speed of Vehicle using centroid method in MATLAB, International Journal of Computer Applications, Vol.102- No.14, September 2014 [2] Siddharth Jhumat and Ravindra Kumar Purwar, Techniques to Estimate Vehicle Speed, International Journal of Advanced Research in Computer and Communication Engineering, Vol.3, Issue6, June2014. [3] Sen-Ching S. Cheung and Chandrika Kamath, Robust techniques for background subtraction in urban traffic video, Centre for Applied Scientific Computing Lawrence Livermore National Laboratory [4] Ali Taherkhani and J.Mohammadi, Object speed estimation in frequency domain of single taken image, Journal of Basic and Applied Scientific Research 3(1s) , July 2013 [5] Rahim H. A, R. B. Ahmad, A. S M Zain, U. U Sheikh An adapted point based tracking for vehicle speed estimation in linear spacing. [6] Osman Ibrahim, HazemElgendy, Ahmed M. ElShafee Speed Detection Camera system using image processing techniques on video streams. [7] AzharHussain, KashifShahzad, Chunming Tang Real time speed estimation of vehicles, International journal of computer, electrical, automation, control and information engineering, Vol. 6, No [8] S. Barnwal, R Barnwal, R Hegde and R Sing, Doppler based speed estimation of vehicles using passive sensor, IEEE international conference on Multimedia and expo workshops, 2013, pp 1-4 [9] V. K. Madasu and M. Hanmandlu, Estimation of vehicle speed by motion tracking on image sequences, Intelligent Vehicles Symposium, 2010 IEEE, pp [10] Sukdev Singh, Rishma Chawla, Harpal Singh Speed Violation Detection System: A review International Journal of Engineering Sciences & Research Technology, January [11] D. R. Magee, Tracking multiple vehicles using foreground, background, and motion models, in Proceedings of the Statistical Methods in Video Processing Workshop, pp. 7 12, (Copenhagen, Denmark), June 2002 [12] Gezim Hoxha, Ahmet Shala, Ramë Likaj, Pedestrian Crash Model for Vehicle Speed Calculation at Road Accident. International Journal of Civil Engineering and Technology, 8(9), 2017, pp [13] Gëzim Hoxha and Nijazi Ibrahimi, Implementation of Graphical - Analytical Method in Determination of Speed of Vehicle in Case of Road Accident and Comparing of Results with the Software Method, International Journal of Mechanical Engineering and Technology (IJMET), Volume 4, Issue 6, November - December (2013), pp editor@iaeme.com

Estimating Speed of Vehicle using Centroid Method in MATLAB

Estimating Speed of Vehicle using Centroid Method in MATLAB Estimating Speed of Vehicle using Centroid Method in MATLAB Pratishtha Gupta Assistant Professor Banasthali University Jaipur, India G N Purohit Professor Banasthali University Jaipur, India Manisha Rathore

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

Object Detection in Video Streams

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

More information

Figure 1 shows unstructured data when plotted on the co-ordinate axis

Figure 1 shows unstructured data when plotted on the co-ordinate axis 7th International Conference on Computational Intelligence, Communication Systems and Networks (CICSyN) Key Frame Extraction and Foreground Modelling Using K-Means Clustering Azra Nasreen Kaushik Roy Kunal

More information

Moving Object Counting in Video Signals

Moving Object Counting in Video Signals Moving Object Counting in Video Signals Ganesh Raghtate 1, Abhilasha K Tiwari 1 1 Scholar, RTMNU, Nagpur, India E-mail- gsraghate@rediffmail.com Abstract Object detection and tracking is important in the

More information

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

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

More information

SIMULINK based Moving Object Detection and Blob Counting Algorithm for Traffic Surveillance

SIMULINK based Moving Object Detection and Blob Counting Algorithm for Traffic Surveillance SIMULINK based Moving Object Detection and Blob Counting Algorithm for Traffic Surveillance Mayur Salve Dinesh Repale Sanket Shingate Divya Shah Asst. Professor ABSTRACT The main objective of this paper

More information

MODAL ANALYSIS OF AN AUTOMOTIVE SUB- SYSTEM USING CAE TECHNIQUES

MODAL ANALYSIS OF AN AUTOMOTIVE SUB- SYSTEM USING CAE TECHNIQUES International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 3, March 2018, pp. 1157 1162, Article ID: IJMET_09_03_119 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=9&itype=3

More information

Motion Detection Algorithm

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

More information

Moving Object Detection and Tracking for Video Survelliance

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

More information

BSFD: BACKGROUND SUBTRACTION FRAME DIFFERENCE ALGORITHM FOR MOVING OBJECT DETECTION AND EXTRACTION

BSFD: BACKGROUND SUBTRACTION FRAME DIFFERENCE ALGORITHM FOR MOVING OBJECT DETECTION AND EXTRACTION BSFD: BACKGROUND SUBTRACTION FRAME DIFFERENCE ALGORITHM FOR MOVING OBJECT DETECTION AND EXTRACTION 1 D STALIN ALEX, 2 Dr. AMITABH WAHI 1 Research Scholer, Department of Computer Science and Engineering,Anna

More information

A COMPARISON OF DELAY MODELS IN VEHICULAR TRAFFIC

A COMPARISON OF DELAY MODELS IN VEHICULAR TRAFFIC International Journal of Civil Engineering and Technology (IJCIET) Volume 9, Issue 12, December 2018, pp. 785-793, Article ID: IJCIET_09_12_083 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=9&itype=12

More information

JPEG compression of monochrome 2D-barcode images using DCT coefficient distributions

JPEG compression of monochrome 2D-barcode images using DCT coefficient distributions Edith Cowan University Research Online ECU Publications Pre. JPEG compression of monochrome D-barcode images using DCT coefficient distributions Keng Teong Tan Hong Kong Baptist University Douglas Chai

More information

Human Motion Detection and Tracking for Video Surveillance

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

More information

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

RECOGNITION OF DRIVING MANEUVERS BASED ACCELEROMETER SENSOR

RECOGNITION OF DRIVING MANEUVERS BASED ACCELEROMETER SENSOR International Journal of Civil Engineering and Technology (IJCIET) Volume 9, Issue 11, November 2018, pp. 1542 1547, Article ID: IJCIET_09_11_149 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=9&itype=11

More information

Number Plate Extraction using Template Matching Technique

Number Plate Extraction using Template Matching Technique Number Plate Extraction using Template Matching Technique Pratishtha Gupta Assistant Professor G N Purohit Professor Manisha Rathore M.Tech Scholar ABSTRACT As an application of CCTV Traffic surveillance,

More information

OFFLINE SIGNATURE VERIFICATION

OFFLINE SIGNATURE VERIFICATION International Journal of Electronics and Communication Engineering and Technology (IJECET) Volume 8, Issue 2, March - April 2017, pp. 120 128, Article ID: IJECET_08_02_016 Available online at http://www.iaeme.com/ijecet/issues.asp?jtype=ijecet&vtype=8&itype=2

More information

Image Processing: Final Exam November 10, :30 10:30

Image Processing: Final Exam November 10, :30 10:30 Image Processing: Final Exam November 10, 2017-8:30 10:30 Student name: Student number: Put your name and student number on all of the papers you hand in (if you take out the staple). There are always

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

MACHINE LEARNING BASED APPROACH FOR POTHOLE DETECTION

MACHINE LEARNING BASED APPROACH FOR POTHOLE DETECTION International Journal of Civil Engineering and Technology (IJCIET) Volume 9, Issue 5, May 2018, pp. 882 888, Article ID: IJCIET_09_05_095 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=9&itype=5

More information

Automatic Shadow Removal by Illuminance in HSV Color Space

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

More information

A Paper presentation on REAL TIME IMAGE PROCESSING APPLIED TO TRAFFIC QUEUE DETECTION ALGORITHM

A Paper presentation on REAL TIME IMAGE PROCESSING APPLIED TO TRAFFIC QUEUE DETECTION ALGORITHM A Paper presentation on REAL TIME IMAGE PROCESSING APPLIED TO TRAFFIC QUEUE DETECTION ALGORITHM ABSTRACT This paper primarily aims at the new technique of video image processing used to solve problems

More information

iwitness maps traffic accident scenes over distances of several hundred feet

iwitness maps traffic accident scenes over distances of several hundred feet iwitness maps traffic accident scenes over distances of several hundred feet Background: In October 2005, the New Hampshire State Patrol (NHSP) teamed with DeChant Consulting Services - DCS Inc to conduct

More information

A NOVEL MOTION DETECTION METHOD USING BACKGROUND SUBTRACTION MODIFYING TEMPORAL AVERAGING METHOD

A NOVEL MOTION DETECTION METHOD USING BACKGROUND SUBTRACTION MODIFYING TEMPORAL AVERAGING METHOD International Journal of Computer Engineering and Applications, Volume XI, Issue IV, April 17, www.ijcea.com ISSN 2321-3469 A NOVEL MOTION DETECTION METHOD USING BACKGROUND SUBTRACTION MODIFYING TEMPORAL

More information

Analysis Of Classification And Tracking In Vehicles Using Shape Based Features

Analysis Of Classification And Tracking In Vehicles Using Shape Based Features ISSN: 2278 0211 (Online) Analysis Of Classification And Tracking In Vehicles Using Shape Based Features Ravi Kumar Kota PG Student, Department Of ECE, LITAM Satenapalli, Guntur, Andhra Pradesh, India Chandra

More information

Video Alignment. Final Report. Spring 2005 Prof. Brian Evans Multidimensional Digital Signal Processing Project The University of Texas at Austin

Video Alignment. Final Report. Spring 2005 Prof. Brian Evans Multidimensional Digital Signal Processing Project The University of Texas at Austin Final Report Spring 2005 Prof. Brian Evans Multidimensional Digital Signal Processing Project The University of Texas at Austin Omer Shakil Abstract This report describes a method to align two videos.

More information

Character Recognition of High Security Number Plates Using Morphological Operator

Character Recognition of High Security Number Plates Using Morphological Operator Character Recognition of High Security Number Plates Using Morphological Operator Kamaljit Kaur * Department of Computer Engineering, Baba Banda Singh Bahadur Polytechnic College Fatehgarh Sahib,Punjab,India

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 11, November -2017 e-issn (O): 2348-4470 p-issn (P): 2348-6406 Comparative

More information

Stereo Vision Image Processing Strategy for Moving Object Detecting

Stereo Vision Image Processing Strategy for Moving Object Detecting Stereo Vision Image Processing Strategy for Moving Object Detecting SHIUH-JER HUANG, FU-REN YING Department of Mechanical Engineering National Taiwan University of Science and Technology No. 43, Keelung

More information

Threshold-Based Moving Object Extraction in Video Streams

Threshold-Based Moving Object Extraction in Video Streams Threshold-Based Moving Object Extraction in Video Streams Rudrika Kalsotra 1, Pawanesh Abrol 2 1,2 Department of Computer Science & I.T, University of Jammu, Jammu, Jammu & Kashmir, India-180006 Email

More information

Cover Page. Abstract ID Paper Title. Automated extraction of linear features from vehicle-borne laser data

Cover Page. Abstract ID Paper Title. Automated extraction of linear features from vehicle-borne laser data Cover Page Abstract ID 8181 Paper Title Automated extraction of linear features from vehicle-borne laser data Contact Author Email Dinesh Manandhar (author1) dinesh@skl.iis.u-tokyo.ac.jp Phone +81-3-5452-6417

More information

TrafficMon TM Red Light Violation Detection System

TrafficMon TM Red Light Violation Detection System TrafficMon TM Red Light Violation Detection System About Vehant Vehant Technologies formerly known as KritiKal SecureScan is an offshoot of IIT-Delhi s Incubation Program. The company was promoted by faculty

More information

DESIGNING A REAL TIME SYSTEM FOR CAR NUMBER DETECTION USING DISCRETE HOPFIELD NETWORK

DESIGNING A REAL TIME SYSTEM FOR CAR NUMBER DETECTION USING DISCRETE HOPFIELD NETWORK DESIGNING A REAL TIME SYSTEM FOR CAR NUMBER DETECTION USING DISCRETE HOPFIELD NETWORK A.BANERJEE 1, K.BASU 2 and A.KONAR 3 COMPUTER VISION AND ROBOTICS LAB ELECTRONICS AND TELECOMMUNICATION ENGG JADAVPUR

More information

The Application of Image Processing to Solve Occlusion Issue in Object Tracking

The Application of Image Processing to Solve Occlusion Issue in Object Tracking The Application of Image Processing to Solve Occlusion Issue in Object Tracking Yun Zhe Cheong 1 and Wei Jen Chew 1* 1 School of Engineering, Taylor s University, 47500 Subang Jaya, Selangor, Malaysia.

More information

Support Vector Machine-Based Human Behavior Classification in Crowd through Projection and Star Skeletonization

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

More information

Suspicious Activity Detection of Moving Object in Video Surveillance System

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

More information

Measurement of Pedestrian Groups Using Subtraction Stereo

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

More information

Measurements using three-dimensional product imaging

Measurements using three-dimensional product imaging ARCHIVES of FOUNDRY ENGINEERING Published quarterly as the organ of the Foundry Commission of the Polish Academy of Sciences ISSN (1897-3310) Volume 10 Special Issue 3/2010 41 46 7/3 Measurements using

More information

Moving Object Detection for Video Surveillance

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

More information

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

ФУНДАМЕНТАЛЬНЫЕ НАУКИ. Информатика 9 ИНФОРМАТИКА MOTION DETECTION IN VIDEO STREAM BASED ON BACKGROUND SUBTRACTION AND TARGET TRACKING

ФУНДАМЕНТАЛЬНЫЕ НАУКИ. Информатика 9 ИНФОРМАТИКА MOTION DETECTION IN VIDEO STREAM BASED ON BACKGROUND SUBTRACTION AND TARGET TRACKING ФУНДАМЕНТАЛЬНЫЕ НАУКИ Информатика 9 ИНФОРМАТИКА UDC 6813 OTION DETECTION IN VIDEO STREA BASED ON BACKGROUND SUBTRACTION AND TARGET TRACKING R BOGUSH, S ALTSEV, N BROVKO, E IHAILOV (Polotsk State University

More information

An Artificially Intelligent Path Planner for an Autonomous Robot

An Artificially Intelligent Path Planner for an Autonomous Robot An Artificially Intelligent Path Planner for an Autonomous Robot Navya Prakash 1, Gerard Deepak 2 P.G. Student, Department of Studies in Computer Science, University of Mysore, Manasagangotri, Mysore,

More information

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

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

More information

EE 5359 MULTIMEDIA PROCESSING. Implementation of Moving object detection in. H.264 Compressed Domain

EE 5359 MULTIMEDIA PROCESSING. Implementation of Moving object detection in. H.264 Compressed Domain EE 5359 MULTIMEDIA PROCESSING Implementation of Moving object detection in H.264 Compressed Domain Under the guidance of Dr. K. R. Rao Submitted by: Vigneshwaran Sivaravindiran UTA ID: 1000723956 1 P a

More information

S. Sreenivasan Research Scholar, School of Advanced Sciences, VIT University, Chennai Campus, Vandalur-Kelambakkam Road, Chennai, Tamil Nadu, India

S. Sreenivasan Research Scholar, School of Advanced Sciences, VIT University, Chennai Campus, Vandalur-Kelambakkam Road, Chennai, Tamil Nadu, India International Journal of Civil Engineering and Technology (IJCIET) Volume 9, Issue 10, October 2018, pp. 1322 1330, Article ID: IJCIET_09_10_132 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=9&itype=10

More information

Tracking Trajectories of Migrating Birds Around a Skyscraper

Tracking Trajectories of Migrating Birds Around a Skyscraper Tracking Trajectories of Migrating Birds Around a Skyscraper Brian Crombie Matt Zivney Project Advisors Dr. Huggins Dr. Stewart Abstract In this project, the trajectories of birds are tracked around tall

More information

Automatic Privileged Vehicle Passing System using Image Processing

Automatic Privileged Vehicle Passing System using Image Processing RESEARCH ARTICLE OPEN ACCESS Automatic Privileged Vehicle Passing System using Image Processing Abhijeet Kumar, Abhijit Manwatkar, Ayush Sharma, Sumeet Patel Electronics and Telecommunication Yeshwantrao

More information

Automated Extraction of Queue Lengths from Airborne Imagery

Automated Extraction of Queue Lengths from Airborne Imagery Automated Extraction of Queue Lengths from Airborne Imagery Ashish Agrawal Department of Civil Engineering and Engineering Mechanics University of Arizona P.O. Box 210072 Tucson, AZ, 85721-0072, USA E-mail:

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

SHADOW DETECTION AND REMOVAL FROM SATELLITE CAPTURE IMAGES USING SUCCESSIVE THRESHOLDING ALGORITHM

SHADOW DETECTION AND REMOVAL FROM SATELLITE CAPTURE IMAGES USING SUCCESSIVE THRESHOLDING ALGORITHM International Journal of Computer Engineering & Technology (IJCET) Volume 8, Issue 5, Sep-Oct 2017, pp. 120 125, Article ID: IJCET_08_05_013 Available online at http://www.iaeme.com/ijcet/issues.asp?jtype=ijcet&vtype=8&itype=5

More information

A Comparision of Image Processing Techniques for Vehicle Velocity Estimation

A Comparision of Image Processing Techniques for Vehicle Velocity Estimation A Comparision of Image Processing Techniques for Vehicle Estimation Syed Farooq Ali, farooq.ali@umt.edu.pk Abbas Raza Ahmad Kamal Adnan Abid adnan.abid@umt.edu.pk Aijaz Khan Muhammad Asim Butt SEN,UMT

More information

An Empirical Study of Block Matching Techniques for the Detection of Moving Objects. Abstract

An Empirical Study of Block Matching Techniques for the Detection of Moving Objects. Abstract An Empirical Study of Block Matching Techniques for the Detection of Moving Objects Nicole S. Love and Chandrika Kamath {love1, kamath}@llnl.gov Center for Applied Scientific Computing Lawrence Livermore

More information

Extraction and Recognition of Alphanumeric Characters from Vehicle Number Plate

Extraction and Recognition of Alphanumeric Characters from Vehicle Number Plate Extraction and Recognition of Alphanumeric Characters from Vehicle Number Plate Surekha.R.Gondkar 1, C.S Mala 2, Alina Susan George 3, Beauty Pandey 4, Megha H.V 5 Associate Professor, Department of Telecommunication

More information

ORTHOPHOTO PRODUCTION FROM AERIAL PHOTOGRAPH BY USING MATLAB AND GIS

ORTHOPHOTO PRODUCTION FROM AERIAL PHOTOGRAPH BY USING MATLAB AND GIS International Journal of Civil Engineering and Technology (IJCIET) Volume 9, Issue 9, September 2018, pp. 156 164, Article ID: IJCIET_09_09_018 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=9&itype=9

More information

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

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

More information

Performance Evaluation Metrics and Statistics for Positional Tracker Evaluation

Performance Evaluation Metrics and Statistics for Positional Tracker Evaluation Performance Evaluation Metrics and Statistics for Positional Tracker Evaluation Chris J. Needham and Roger D. Boyle School of Computing, The University of Leeds, Leeds, LS2 9JT, UK {chrisn,roger}@comp.leeds.ac.uk

More information

Prof. Fanny Ficuciello Robotics for Bioengineering Visual Servoing

Prof. Fanny Ficuciello Robotics for Bioengineering Visual Servoing Visual servoing vision allows a robotic system to obtain geometrical and qualitative information on the surrounding environment high level control motion planning (look-and-move visual grasping) low level

More information

Object Tracking System Using Motion Detection and Sound Detection

Object Tracking System Using Motion Detection and Sound Detection Object Tracking System Using Motion Detection and Sound Detection Prashansha Jain Computer Science department Medicaps Institute of Technology and Management, Indore, MP, India Dr. C.S. Satsangi Head of

More information

Monocular Vision-based Displacement Measurement System Robust to Angle and Distance Using Homography

Monocular Vision-based Displacement Measurement System Robust to Angle and Distance Using Homography 6 th International Conference on Advances in Experimental Structural Engineering 11 th International Workshop on Advanced Smart Materials and Smart Structures Technology August 1-2, 2015, University of

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

Salient Points for Tracking Moving Objects in Video

Salient Points for Tracking Moving Objects in Video Salient Points for Tracking Moving Objects in Video Chandrika Kamath, Abel Gezahegne, Shawn Newsam, George M. Roberts Center for Applied Scientific Computing Lawrence Livermore National Laboratory 7000

More information

Evaluation of Moving Object Tracking Techniques for Video Surveillance Applications

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

More information

Background/Foreground Detection 1

Background/Foreground Detection 1 Chapter 2 Background/Foreground Detection 1 2.1 Introduction With the acquisition of an image, the first step is to distinguish objects of interest from the background. In surveillance applications, those

More information

Digital Volume Correlation for Materials Characterization

Digital Volume Correlation for Materials Characterization 19 th World Conference on Non-Destructive Testing 2016 Digital Volume Correlation for Materials Characterization Enrico QUINTANA, Phillip REU, Edward JIMENEZ, Kyle THOMPSON, Sharlotte KRAMER Sandia National

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

Vehicle speed detection in video image sequences using CVS method

Vehicle speed detection in video image sequences using CVS method International Journal of the Physical Sciences Vol. 5(17), pp. 555-563, 18 December, 010 Available online at http://www.academicjournals.org/ijps ISSN 199-1950 010 Academic Journals Full Length Research

More information

Identifying and Reading Visual Code Markers

Identifying and Reading Visual Code Markers O. Feinstein, EE368 Digital Image Processing Final Report 1 Identifying and Reading Visual Code Markers Oren Feinstein, Electrical Engineering Department, Stanford University Abstract A visual code marker

More information

HUMAN TRACKING SYSTEM

HUMAN TRACKING SYSTEM HUMAN TRACKING SYSTEM Kavita Vilas Wagh* *PG Student, Electronics & Telecommunication Department, Vivekanand Institute of Technology, Mumbai, India waghkav@gmail.com Dr. R.K. Kulkarni** **Professor, Electronics

More information

Visual Monitoring of Railroad Grade Crossing

Visual Monitoring of Railroad Grade Crossing Visual Monitoring of Railroad Grade Crossing Yaser Sheikh, Yun Zhai, Khurram Shafique, and Mubarak Shah University of Central Florida, Orlando FL-32816, USA. ABSTRACT There are approximately 261,000 rail

More information

Automatic License Plate Recognition in Real Time Videos using Visual Surveillance Techniques

Automatic License Plate Recognition in Real Time Videos using Visual Surveillance Techniques Automatic License Plate Recognition in Real Time Videos using Visual Surveillance Techniques Lucky Kodwani, Sukadev Meher Department of Electronics & Communication National Institute of Technology Rourkela,

More information

Video Stabilization, Camera Motion Pattern Recognition and Motion Tracking Using Spatiotemporal Regularity Flow

Video Stabilization, Camera Motion Pattern Recognition and Motion Tracking Using Spatiotemporal Regularity Flow Video Stabilization, Camera Motion Pattern Recognition and Motion Tracking Using Spatiotemporal Regularity Flow Karthik Dinesh and Sumana Gupta Indian Institute of Technology Kanpur/ Electrical, Kanpur,

More information

Pedestrian counting in video sequences using optical flow clustering

Pedestrian counting in video sequences using optical flow clustering Pedestrian counting in video sequences using optical flow clustering SHIZUKA FUJISAWA, GO HASEGAWA, YOSHIAKI TANIGUCHI, HIROTAKA NAKANO Graduate School of Information Science and Technology Osaka University

More information

ERASURE-CODING DEPENDENT STORAGE AWARE ROUTING

ERASURE-CODING DEPENDENT STORAGE AWARE ROUTING International Journal of Mechanical Engineering and Technology (IJMET) Volume 9 Issue 11 November 2018 pp.2226 2231 Article ID: IJMET_09_11_235 Available online at http://www.ia aeme.com/ijmet/issues.asp?jtype=ijmet&vtype=

More information

Chapter 12 3D Localisation and High-Level Processing

Chapter 12 3D Localisation and High-Level Processing Chapter 12 3D Localisation and High-Level Processing This chapter describes how the results obtained from the moving object tracking phase are used for estimating the 3D location of objects, based on the

More information

Detection and Classification of a Moving Object in a Video Stream

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

More information

Automatic Tracking of Moving Objects in Video for Surveillance Applications

Automatic Tracking of Moving Objects in Video for Surveillance Applications Automatic Tracking of Moving Objects in Video for Surveillance Applications Manjunath Narayana Committee: Dr. Donna Haverkamp (Chair) Dr. Arvin Agah Dr. James Miller Department of Electrical Engineering

More information

International Journal of Modern Engineering and Research Technology

International Journal of Modern Engineering and Research Technology Volume 4, Issue 3, July 2017 ISSN: 2348-8565 (Online) International Journal of Modern Engineering and Research Technology Website: http://www.ijmert.org Email: editor.ijmert@gmail.com A Novel Approach

More information

Mingle Face Detection using Adaptive Thresholding and Hybrid Median Filter

Mingle Face Detection using Adaptive Thresholding and Hybrid Median Filter Mingle Face Detection using Adaptive Thresholding and Hybrid Median Filter Amandeep Kaur Department of Computer Science and Engg Guru Nanak Dev University Amritsar, India-143005 ABSTRACT Face detection

More information

Object Tracking Using Frame Differencing and Template Matching

Object Tracking Using Frame Differencing and Template Matching Research Journal of Applied Sciences, Engineering and Technology 4(24): 5497-5501, 2012 ISSN: 2040-7467 Maxwell Scientific Organization, 2012 Submitted: March 23, 2012 Accepted: April 20, 2012 Published:

More information

MACHINE VISION AS A METHOD FOR CHARACTERIZING SOLAR TRACKER PERFORMANCE

MACHINE VISION AS A METHOD FOR CHARACTERIZING SOLAR TRACKER PERFORMANCE MACHINE VISION AS A METHOD FOR CHARACTERIZING SOLAR TRACKER PERFORMANCE M. Davis, J. Lawler, J. Coyle, A. Reich, T. Williams GreenMountain Engineering, LLC ABSTRACT This paper describes an approach to

More information

Recognition of Non-symmetric Faces Using Principal Component Analysis

Recognition of Non-symmetric Faces Using Principal Component Analysis Recognition of Non-symmetric Faces Using Principal Component Analysis N. Krishnan Centre for Information Technology & Engineering Manonmaniam Sundaranar University, Tirunelveli-627012, India Krishnan17563@yahoo.com

More information

Touchless Fingerprint recognition using MATLAB

Touchless Fingerprint recognition using MATLAB International Journal of Innovation and Scientific Research ISSN 2351-814 Vol. 1 No. 2 Oct. 214, pp. 458-465 214 Innovative Space of Scientific Research Journals http://www.ijisr.issr-journals.org/ Touchless

More information

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

American International Journal of Research in Science, Technology, Engineering & Mathematics

American International Journal of Research in Science, Technology, Engineering & Mathematics American International Journal of Research in Science, Technology, Engineering & Mathematics Available online at http://www.iasir.net ISSN (Print): 2328-3491, ISSN (Online): 2328-3580, ISSN (CD-ROM): 2328-3629

More information

Vehicle Occupant Posture Analysis Using Voxel Data

Vehicle Occupant Posture Analysis Using Voxel Data Ninth World Congress on Intelligent Transport Systems, Chicago, Illinois, October Vehicle Occupant Posture Analysis Using Voxel Data Ivana Mikic, Mohan Trivedi Computer Vision and Robotics Research Laboratory

More information

Research Fellow, Korea Institute of Civil Engineering and Building Technology, Korea (*corresponding author) 2

Research Fellow, Korea Institute of Civil Engineering and Building Technology, Korea (*corresponding author) 2 Algorithm and Experiment for Vision-Based Recognition of Road Surface Conditions Using Polarization and Wavelet Transform 1 Seung-Ki Ryu *, 2 Taehyeong Kim, 3 Eunjoo Bae, 4 Seung-Rae Lee 1 Research Fellow,

More information

World Journal of Engineering Research and Technology WJERT

World Journal of Engineering Research and Technology WJERT wjert, 2017, Vol. 3, Issue 3, 49-60. Original Article ISSN 2454-695X Divya et al. WJERT www.wjert.org SJIF Impact Factor: 4.326 MULTIPLE FACE DETECTION AND TRACKING FROM VIDEO USING HAAR CLASSIFICATION

More information

Footprint Recognition using Modified Sequential Haar Energy Transform (MSHET)

Footprint Recognition using Modified Sequential Haar Energy Transform (MSHET) 47 Footprint Recognition using Modified Sequential Haar Energy Transform (MSHET) V. D. Ambeth Kumar 1 M. Ramakrishnan 2 1 Research scholar in sathyabamauniversity, Chennai, Tamil Nadu- 600 119, India.

More information

Backpack: Detection of People Carrying Objects Using Silhouettes

Backpack: Detection of People Carrying Objects Using Silhouettes Backpack: Detection of People Carrying Objects Using Silhouettes Ismail Haritaoglu, Ross Cutler, David Harwood and Larry S. Davis Computer Vision Laboratory University of Maryland, College Park, MD 2742

More information

Robert Collins CSE598G. Intro to Template Matching and the Lucas-Kanade Method

Robert Collins CSE598G. Intro to Template Matching and the Lucas-Kanade Method Intro to Template Matching and the Lucas-Kanade Method Appearance-Based Tracking current frame + previous location likelihood over object location current location appearance model (e.g. image template,

More information

INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY

INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Alarm Triggering for Motion Detection and Image Compression Scheme for Video Surveillance Ms.Deepika.T *1, Dr. Srinivasa Babu.P

More information

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

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

More information

LANE DEPARTURE WARNING SYSTEM FOR VEHICLE SAFETY

LANE DEPARTURE WARNING SYSTEM FOR VEHICLE SAFETY LANE DEPARTURE WARNING SYSTEM FOR VEHICLE SAFETY 1 K. Sravanthi, 2 Mrs. Ch. Padmashree 1 P.G. Scholar, 2 Assistant Professor AL Ameer College of Engineering ABSTRACT In Malaysia, the rate of fatality due

More information

3D-2D Laser Range Finder calibration using a conic based geometry shape

3D-2D Laser Range Finder calibration using a conic based geometry shape 3D-2D Laser Range Finder calibration using a conic based geometry shape Miguel Almeida 1, Paulo Dias 1, Miguel Oliveira 2, Vítor Santos 2 1 Dept. of Electronics, Telecom. and Informatics, IEETA, University

More information

Pedestrian Detection with Improved LBP and Hog Algorithm

Pedestrian Detection with Improved LBP and Hog Algorithm Open Access Library Journal 2018, Volume 5, e4573 ISSN Online: 2333-9721 ISSN Print: 2333-9705 Pedestrian Detection with Improved LBP and Hog Algorithm Wei Zhou, Suyun Luo Automotive Engineering College,

More information

DISTANCE MEASUREMENT USING STEREO VISION

DISTANCE MEASUREMENT USING STEREO VISION DISTANCE MEASUREMENT USING STEREO VISION Sheetal Nagar 1, Jitendra Verma 2 1 Department of Electronics and Communication Engineering, IIMT, Greater Noida (India) 2 Department of computer science Engineering,

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

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

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

More information

Face Detection and Recognition in an Image Sequence using Eigenedginess

Face Detection and Recognition in an Image Sequence using Eigenedginess Face Detection and Recognition in an Image Sequence using Eigenedginess B S Venkatesh, S Palanivel and B Yegnanarayana Department of Computer Science and Engineering. Indian Institute of Technology, Madras

More information