SlideShare ist ein Scribd-Unternehmen logo
1 von 8
Downloaden Sie, um offline zu lesen
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
DOI : 10.5121/ijist.2014.4320 165
TRACKING AND COUNTING THE
VEHICLES IN NIGHT SCENES
S. Kanagamalliga1
, Dr. S. Vasuki2
, A. Kanimozhidevi3
, S. Priyadharshni 4
, S.
Rajeswari5
1
Assistant Professor, 2
Professor and Head, 3,4,5
U.G Student
Department of Electronics and Communication Engineering, Velammal College of
Engineering and Technology, Madurai
ABSTRACT:
The main objective of traffic surveillance system is to reduce the risk caused by accident. Many papers
published were concerned only about the vehicle detection during daytime. But we proposed a method to
detect the vehicle during night time. The main objective of our paper is to count the vehicles in night
time traffic scenes. It consists of three phases, they are vehicle’s headlight segmentation, tracking and
pairing. We know that in night time, only visible thing will be the headlight of the vehicle therefore we
are counting the vehicle based on the headlight information. Initially the headlights of a vehicle is
segmented based on the analysis of headlight size, location and area. Then tracked via a tracking
procedure designed to detect vehicle and then headlights are paired using the connected component
labeling. Based on the pairing result we can count the vehicles. Here we are using fuzzy hybrid
information inference mechanism for error compensation. Here by using fuzzy logic we can generate the
rules based on the size, color and position. In particular we are generating the rules based on the
distance between the headlights of a vehicle.Thereby we can improve the accuracy while counting the
vehicle.
Keywords:
Headlight pairing,headlight tracking, bidirectional algorithm ,intelligent transportation system
I INTRODUCTION:
Traffic surveillance system extracts accurate traffic information for traffic flow control such as
vehicle count, vehicle classification and vehicle speed..Hence in the day time counting the
vehicle will be somehow easier than in the night time because the vehicles will be visible in the
day time whereas in the night time those vehicles will not be visible due to dim light and also
that there will be a strong reflection on road surface due to vehicle’s headlights. Hence it will
be difficult to calculate the vehicles in the night time.And also it is noted that in night time only
the headlight of the vehicle will have high intensity value.Therefore by that information we can
detect the vehicles in night scenes.In our existing paper,they concentrated on night time vehicle
headlight detection and tracking in gray scale image. During the tracking and pairing the
headlight, bidirectional algorithm has been used.In particular they used a vanishing point
calculation for tracking and pairing the vehicle’s headlight.There is a problem in the vanishing
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
166
point calculation due to this counting will not be an accurate one we will see about this in detail
existing work description.. In our paper, we present a approach for vehicle headlight detection,
tracking, and pairing in night time traffic surveillance video. Through a simple yet effective
bidirectional reasoning algorithm by incorporating the size, position, edge based, and motion
information. Finally, the trajectory of the vehicle’s headlight is employed to calibrate the
surveillance camera to differentiate moving vehicles from motionless background scenes based
on change detection. Other studies [3][4] use spatial–temporal difference features to segment
moving vehicles, while the methods in utilize techniques based on background subtraction to extract
moving vehicles.
III EXISTING WORK DESCRPTION
The headlights of the vehicle’s are detected,tracked and paired in night night time by the
existing work.It contains two features in headlight detection of the vehicle. They are reflection
intensity map and suppressed map. The reflection intensity map is obtained by the light
attenuation model and the reflection suppressed map is obtained by the laplacian of Gaussian
filter.From this the reflections on the road surface can removed.Then the headlights are tracked
and paired by using the bidirection reasoning algorithm.Through this the number of vehicles
can be counted. Finally, vehicle’s speed has estimated by using the surveillance camera.The
bidirectional reasoning obtained by calculating the position,size, vanishing point and the
motion information.The following tabulation represents the number of vehicles counted per
frame by using the vanishing point calculation.
Fig(i) tabulation represents the number of vehicles detected per frame
III PROBLEM IN THE EXISITING WORK
In this exisiting work vanishing point calculation has been used for pairing the headlights of the
vehicle. There might be a problem occur if one of the headlights of the four wheeler is wrongly
paired with the two wheeler headlight.At that time it may include that wrongly paired vehicle
headlights also one of the count.The pairing of vehicle headlights by using the vanishing point
calculation is shown in this figure(a).From this it is noted that the one of the headlights of the
some cars are wrongly paired with the one of the headlights of the other cars.So the existing
work will not give the correct result.
S.NO NUMBER OF
VEHICLES
DETECTION
TIME
ACCURACY
1 25 1.2944 92.5%
2 19 0.3419 93.4%
3 21 0.3230 94.5%
4 18 0.3012 95.9%
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
167
Fig(a) shows the pairing of vehicle’s headlight using vanishing point calculation.
Fig(b ) graph has been plotted number of frames versus count
III PROJECT DESCRIPTION
In our proposed we are counting the vehicles in night time in a traffic area. The proposed
method has three phases. They are preprocessing, segmentation, tracking and pairing the
vehicle’s headlight. Intially the captured video should be converted into the frame and we
subject this frames for preprocessing. By using the filters the noise has been removed from the
frame. Here we are counting the vehicle in night time. Therefore in night time only vehicle’s
headlight will be visible.Hence with the help of headlight information only we can count the
vehicles for that first we have to segment those vehicle’s headlight. For segmenting the
vehicle’s headlight we are using the edge based technique. The main objective of segmentation
is to eliminate the road reflection due to vehicle’s headlight. Once the headlight has been
segmented then those headlight have to be tracked and paired. For pairing the vehicle headlight
we are using the bidirectional reasoning algorithm. for tracking the vehicle’s headlight we are
using the connected component labeling(CCL).Based on paired results we can count the vehicle
in night scenes. And also it is noted for error compensation we using the fuzzy hybrid
interference information mechanism(FHIIM).By using the fuzzy logic we can generate the rule.
Rule can be generated based on size, shape, color, distance between two headlights in a vehicle.
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
168
In particular we are generating the rules based on the distance between the two headlights of a
vehicle. Thereby we can improve the accuracy while counting the vehicle.
(c ) (d)
Fig(c) and(d) represents the input video and the preprocessed image.
IV MODULE DESCRIPTION
A.LOAD VIDEO:
The input video can be loaded and it is converted into frames by using [X] = aviread(...)
A = aviread(pathname,filename) reads a grayscale or color image from the file specified by the
string filename. If the file is not in the current folder, or in a folder on the MATLAB path,
specify the full pathname. The input video is in .avi format. Here are Converting into frames as
rate as 15frames paer second.The video which we used here is a car traffic video.For our video
we can get (20 X 10) frames,Totally we can get 200 frames.
B.PREPROCESSING:
Preprocessing is nothing but removal of noise from frames. There are several filters to remove
the noise, in particular we are using the Gaussian filter. The noise may be due to displacement
of lens in our camera, or while transformation of an image.As shown in fig(d) . The Gaussian
filter is a non-uniform low pass filter. Generally noise may get included due to change in
atmospheric condition.It is important to remove noise to make sure that vehicle’s headlights are
very clear.
C.EDGE BASED DETECTION:
Edge detection is the approach used most frequently for segmenting images based on the
abrupt(local) changes in intensity. Edge detection is used to detect and link edge pixels to form
contours. There are several steps involved in edge detection they are smoothing, enhancement,
detection and localization. In this paper the edges are detected based on gradient edge detection
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
169
because laplacian edge detection are fail to detect the edge with high intensity point variations
and also it is impossible to detect the image which has so much of noise.It is noted that there
are several detectors in gradient edge detection.Here we are using canny edge detector to detect
the edges in congested scenes
D.BRIGHT OBJECT EXTRACTION:
For extracting the headlights here we are using the thresholding technique. We know that in the
night time, headlights pixels will have a high intensity value. Based on that we can segment the
headlight. Suppose that the gray-level histogram corresponds to an image, f(x,y), composed of
dark objects in a light background, in such a way that object and background pixels have gray
levels grouped into two dominant modes. One obvious way to extract the objects from the
background is to select a threshold ‘T’ that separates these modes. Then any point (x,y) for
which f(x,y) > T is called an object point, otherwise, the point is called a background point.
As a result we can get the bright objects which consists of vehicle’s headlight and also other
bright objects.
E.MORPHOLOGICAL OPERATION
Even though the bright objects are extracted it is important to extract the headlights of a vehicle
separately. We know that in night time road reflection cause a major problem. Hence it is
important to remove those reflection, for that here we are using the morphological operation. It
is noted that some these reflection may reduce the accuracy of counting. That why it is
important to suppress the road reflection. There are several types of morphological operators in
particular we are using opening and closing operator.As a result we can get only the headlight
of the vehicle.
F.VEHICLE TRACKING AND PAIRING:
From the morphological operation we could get the binary image. For tracking and pairing the
vehicle headlight we are using bidirectional algorithm. The algorithm works in the following
way. According to the intensity value, the pixels are grouped. If the grouped pixels are of
similar size then it is consider as two headlights are belongs to the same vehicle. Thus the
headlights are detected from the vehicle. From the grouped pixels centroid point is calculated.
If any of the centroid point are lie on the same line then the two headlights are paired as a result
vehicle count has been increamented. vehicle tracking and identification process includes three
phases. First, the vehicle component tracking process is associated with the motion relation of
vehicle components in succeeding frames by analyzing their spatial and temporal features.
Then, the phase of motion-based grouping process is applied to the tracked vehicle components
to construct whole moving vehicles. These moving vehicles are then tracked in the vehicle
tracking phase. Finally, the vehicle recognition phase identifies and classifies the types of
tracked vehicles.
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
170
V.EXPERIMENTAL RESULT
.
(e) (f)
The Fig(e) represents the edge detection output and fig(f) represents the bright light extraction
(g) (h)
The fig (g ) represents the output of morphological operation and fig(h) represents the pairing of
vehicle’s headlights
A RESULTS ON EDGE DETECTION
Above fig (e) reprsents the output of edge detection.Canny edge detector is used to detect the
edges in congested scenes ,because it has good detection,good localization and minimal
response.Canny edge detector uses multi-stage algorithm to detect a wide range of edges in an
image.Those stages are noise reduction,finding the intensity gradient of the image non
maximum suppression and tracing edges through the image and hysteresis thresholding
B RESULTS ON HEADLIGHT EXTRACTION
In nighttime video scenes to represent the presence ofvehicles headlight is a strong and
consistent feature.For that purpose by applying the thresholding method, the headlights of
movingvehicles can be efficiently segmented in nighttime traffic images as shown in fig
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
171
(f).Here we are setting the 240 pixels as the threshold value. According to that pixel value , it
segment the pixels of headlights in traffic image sequences.
C RESULTS ON THRESHOLDING
Above fig(f) represents the bright light extraction,to count the number of vehicles in night
scenes ,the headlight is a strong and consistent feature In this study, the pixels of the headlight
images are segmented in grayscale images by the thresholding method. Here the threshold
value is set as 240 pixels.
D RESULTS ON MORPHOLOGICAL OPERATION
After segementing the headlight portions, but still there is some reflections which are mainly
due to the common light sources, such as rear lights, street lamps and some reflections of
headlights .These Reflections are the main source of interference with headlight detection. We
can differentiate between headlights and reflections by their shapes because the shape of
headlights were stable when compare to their reflections .Therefore by using morphological
operation we can suppress the reflections on the road surface as shown in the fig.
Fig(j) graph has been plotted between no.
of frames and count
Fig(i) tabulation represents the number vehicles
detected per frame
V CONCLUSION
The proposed method has produced the vehicle detection and tracking systems in night time for
identifying and classifying the moving vehicles in congested area. Intially the edges of the objects
are detected by using a canny edge detector. The bright-object extraction in the segmentation
process done by the thresholding technique. Then the headlights of the vehicles has tracked by
using the connected component labeling technique and that headlights can be paired by the
bidirectional reasoning algorithm. From this we can get the number of vehicles accurately without
any fault.
S.NO NUMBER
OF
VEHICLES
DETECTION
TIME
ACCURACY
1 22 0.5860 95.5%
2 15 0.4054 96.3%
3 17 0.3665 97.5%
4 16 0.3554 98.2%
International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014
172
VI FUTURE ENHANCEMENT
For further studies, the vehicle type classification function can be further improved and extended
by integrating some sophisticated machine learning techniques such as support vector machine
classifiers on multiple features, including vehicle lights and vehicle bodies, to further enhance the
classification capability on more detailed vehicle types, such as sedans, buses, trucks, lorries, and
light and heavy motorbikes therefore by using this result we can separate four wheelers and two
wheelers.
REFERENCES
[1] S. Tsugawa, “Vision-based vehicles in Japan: Machine vision systems and driving control systems,”
IEEE Trans. Ind. Electron., vol. 41, no. 4, pp. 398–405, Aug. 1994.
[2] Z. Sun, G. Bebis, and R. Miller, “On-road vehicle detection: A review,” IEEE Trans. Pattern Anal.
Mach. Intell., vol. 28, no. 5, pp. 694–711, May 2006.
[3] Broggi, M. Bertozzi, A. Fascioli, and G. Conte, Automatic Vehicle Guidance: The Experience of the
ARGO Autonomous Vehicle. Singapore: World Scientific, 1999.
[4] H. Mori, M. Charkari, and T. Matsushita, “On-line vehicle and pedestrian detections based on sign
pattern,” IEEE Trans. Ind. Electron., vol. 41, no. 4, pp. 384–391, Aug. 1994.
[5] A. Broggi, M. Cellario, P. Lombardi, and M. Porta, “An evolutionary approach to visual sensing for
vehicle navigation,” IEEE Trans. Ind. Electron., vol. 50, no. 1, pp. 18–29, Feb. 2003.
[6] T. Bücher, C. Curio, J. Edelbrunner, C. Igel, D. Kastrup, I. Leefken, G. Lorenz, A. Steinhage, and W.
Seelen, “Image processing and behavior planning for intelligent vehicles,” IEEE Trans. Ind. Electron.,
vol. 50, no. 1, pp. 62–75, Feb. 2003.
[7] S. Gupte, O. Masoud, R. F. K. Martin, and N. P. Papanikolopoulos, “Detection and classification of
vehicles,” IEEE Trans. Intell. Transp. Syst., vol. 3, no. 1, pp. 37–47, Mar. 2002.
[8] B.-F. Wu, S.-P. Lin, and Y.-H. Chen, “A real-time multiple-vehicle detection and tracking system
with prior occlusion detection and resolution,” in Proc. IEEE Int. Symp. Signal Process. Inf. Technol.,
Dec. 2005, pp. 311–316.
[9] J. Zhou, D. Gao, and D. Zhang, “Moving vehicle detection for automatic traffic monitoring,” IEEE
Trans. Veh. Technol., vol. 56, no. 1, pp. 51–59, Jan. 2007.
[10] W. F. Gardner and D. T. Lawton, “Interactive model-based vehicle tracking,” IEEE Trans. Pattern
Anal. Mach. Intell., vol. 18, no. 11, pp. 1115– 1121, Nov. 1996.
[11] G. D. Sullivan, K. D. Baker, A. D. Worrall, C. I. Attwood, and P. M. Remagnino, “Model-based
vehicle detection and classification using orthographic approximations,” Image Vis. Comput., vol. 15,
no. 8, pp. 649–654, Aug. 1997.
[12] D. Koller, J. Weber, T. Huang, J. Malik, G. Ogasawara, B. Rao, and S. Russell, “Towards robust
automatic traffic scene analysis in real-time,” in Proc. Int. Conf. Pattern Recog., 1994, vol. 1, pp.
126–131.
[13] N. Peterfreund, “Robust tracking of position and velocity with Kalman snakes,” IEEE Trans. Pattern
Anal. Mach. Intell., vol. 21, no. 6, pp. 564– 569, Jun. 1999.
[14] S.-T. Tseng and K.-T. Song, “Real-time image tracking for traffic monitoring,” in Proc. IEEE 5th Int.
Conf. Intell. Transp. Syst., 2002, pp. 10–14.
[15] L.-W. Tsai, J.-W. Hsieh, and K.-C. Fan, “Vehicle detection using normalized color and edge map,”
IEEE Trans. Image Process., vol. 16, no. 3, pp. 850–864, Mar. 2007.
[16] D. Beymer, P. McLauchlan, B. Coifman, and J. Malik, “A real-time computer vision system for
measuring traffic parameters,” in Proc. IEEE Conf. Comput. Vis. Pattern Recog., Jun. 1997, pp. 495–
510.

Weitere ähnliche Inhalte

Was ist angesagt?

Robot Pose Estimation: A Vertical Stereo Pair Versus a Horizontal One
Robot Pose Estimation: A Vertical Stereo Pair Versus a Horizontal OneRobot Pose Estimation: A Vertical Stereo Pair Versus a Horizontal One
Robot Pose Estimation: A Vertical Stereo Pair Versus a Horizontal Oneijcsit
 
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOT
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOTHUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOT
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOTcsandit
 
Automatic no. plate recognition
Automatic no. plate recognitionAutomatic no. plate recognition
Automatic no. plate recognitionAnjali Mehra
 
CANNY EDGE DETECTION BASED REAL-TIME INTELLIGENT PARKING MANAGEMENT SYSTEM
CANNY EDGE DETECTION BASED REAL-TIME INTELLIGENT PARKING MANAGEMENT SYSTEMCANNY EDGE DETECTION BASED REAL-TIME INTELLIGENT PARKING MANAGEMENT SYSTEM
CANNY EDGE DETECTION BASED REAL-TIME INTELLIGENT PARKING MANAGEMENT SYSTEMJANAK TRIVEDI
 
Enhancement performance of road recognition system of autonomous robots in sh...
Enhancement performance of road recognition system of autonomous robots in sh...Enhancement performance of road recognition system of autonomous robots in sh...
Enhancement performance of road recognition system of autonomous robots in sh...sipij
 
IMPLEMENTATION OF LANE TRACKING BY USING IMAGE PROCESSING TECHNIQUES IN DEVEL...
IMPLEMENTATION OF LANE TRACKING BY USING IMAGE PROCESSING TECHNIQUES IN DEVEL...IMPLEMENTATION OF LANE TRACKING BY USING IMAGE PROCESSING TECHNIQUES IN DEVEL...
IMPLEMENTATION OF LANE TRACKING BY USING IMAGE PROCESSING TECHNIQUES IN DEVEL...ijma
 
Applications of Image Processing and Real-Time embedded Systems in Autonomous...
Applications of Image Processing and Real-Time embedded Systems in Autonomous...Applications of Image Processing and Real-Time embedded Systems in Autonomous...
Applications of Image Processing and Real-Time embedded Systems in Autonomous...CSCJournals
 
EXPLORING SOUND SIGNATURE FOR VEHICLE DETECTION AND CLASSIFICATION USING ANN
EXPLORING SOUND SIGNATURE FOR VEHICLE DETECTION AND CLASSIFICATION USING ANNEXPLORING SOUND SIGNATURE FOR VEHICLE DETECTION AND CLASSIFICATION USING ANN
EXPLORING SOUND SIGNATURE FOR VEHICLE DETECTION AND CLASSIFICATION USING ANNijsc
 
Real-Time Multiple License Plate Recognition System
Real-Time Multiple License Plate Recognition SystemReal-Time Multiple License Plate Recognition System
Real-Time Multiple License Plate Recognition SystemIJORCS
 
Automatic vehicle license plate detection using VEDA
Automatic vehicle license plate detection using VEDAAutomatic vehicle license plate detection using VEDA
Automatic vehicle license plate detection using VEDARojith Thomas
 
Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...
Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...
Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...CSCJournals
 
Help the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Help the Genetic Algorithm to Minimize the Urban Traffic on IntersectionsHelp the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Help the Genetic Algorithm to Minimize the Urban Traffic on IntersectionsIJORCS
 
AUTOMATIC CAR LICENSE PLATE RECOGNITION USING VEDA
AUTOMATIC CAR LICENSE PLATE RECOGNITION USING VEDAAUTOMATIC CAR LICENSE PLATE RECOGNITION USING VEDA
AUTOMATIC CAR LICENSE PLATE RECOGNITION USING VEDAMuhammed Sahal c
 
Paper id 252014106
Paper id 252014106Paper id 252014106
Paper id 252014106IJRAT
 
AN INNOVATIVE RESEARCH FRAMEWORK ON INTELLIGENT TEXT DATA CLASSIFICATION SYST...
AN INNOVATIVE RESEARCH FRAMEWORK ON INTELLIGENT TEXT DATA CLASSIFICATION SYST...AN INNOVATIVE RESEARCH FRAMEWORK ON INTELLIGENT TEXT DATA CLASSIFICATION SYST...
AN INNOVATIVE RESEARCH FRAMEWORK ON INTELLIGENT TEXT DATA CLASSIFICATION SYST...ijaia
 
A Robot Collision Avoidance Method Using Kinect and Global Vision
A Robot Collision Avoidance Method Using Kinect and Global VisionA Robot Collision Avoidance Method Using Kinect and Global Vision
A Robot Collision Avoidance Method Using Kinect and Global VisionTELKOMNIKA JOURNAL
 
Path Planning for Mobile Robot Navigation Using Voronoi Diagram and Fast Marc...
Path Planning for Mobile Robot Navigation Using Voronoi Diagram and Fast Marc...Path Planning for Mobile Robot Navigation Using Voronoi Diagram and Fast Marc...
Path Planning for Mobile Robot Navigation Using Voronoi Diagram and Fast Marc...Waqas Tariq
 
Traffic Light Controller System using Optical Flow Estimation
Traffic Light Controller System using Optical Flow EstimationTraffic Light Controller System using Optical Flow Estimation
Traffic Light Controller System using Optical Flow EstimationEditor IJCATR
 

Was ist angesagt? (19)

Robot Pose Estimation: A Vertical Stereo Pair Versus a Horizontal One
Robot Pose Estimation: A Vertical Stereo Pair Versus a Horizontal OneRobot Pose Estimation: A Vertical Stereo Pair Versus a Horizontal One
Robot Pose Estimation: A Vertical Stereo Pair Versus a Horizontal One
 
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOT
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOTHUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOT
HUMAN BODY DETECTION AND SAFETY CARE SYSTEM FOR A FLYING ROBOT
 
Automatic no. plate recognition
Automatic no. plate recognitionAutomatic no. plate recognition
Automatic no. plate recognition
 
CANNY EDGE DETECTION BASED REAL-TIME INTELLIGENT PARKING MANAGEMENT SYSTEM
CANNY EDGE DETECTION BASED REAL-TIME INTELLIGENT PARKING MANAGEMENT SYSTEMCANNY EDGE DETECTION BASED REAL-TIME INTELLIGENT PARKING MANAGEMENT SYSTEM
CANNY EDGE DETECTION BASED REAL-TIME INTELLIGENT PARKING MANAGEMENT SYSTEM
 
Enhancement performance of road recognition system of autonomous robots in sh...
Enhancement performance of road recognition system of autonomous robots in sh...Enhancement performance of road recognition system of autonomous robots in sh...
Enhancement performance of road recognition system of autonomous robots in sh...
 
IMPLEMENTATION OF LANE TRACKING BY USING IMAGE PROCESSING TECHNIQUES IN DEVEL...
IMPLEMENTATION OF LANE TRACKING BY USING IMAGE PROCESSING TECHNIQUES IN DEVEL...IMPLEMENTATION OF LANE TRACKING BY USING IMAGE PROCESSING TECHNIQUES IN DEVEL...
IMPLEMENTATION OF LANE TRACKING BY USING IMAGE PROCESSING TECHNIQUES IN DEVEL...
 
Applications of Image Processing and Real-Time embedded Systems in Autonomous...
Applications of Image Processing and Real-Time embedded Systems in Autonomous...Applications of Image Processing and Real-Time embedded Systems in Autonomous...
Applications of Image Processing and Real-Time embedded Systems in Autonomous...
 
EXPLORING SOUND SIGNATURE FOR VEHICLE DETECTION AND CLASSIFICATION USING ANN
EXPLORING SOUND SIGNATURE FOR VEHICLE DETECTION AND CLASSIFICATION USING ANNEXPLORING SOUND SIGNATURE FOR VEHICLE DETECTION AND CLASSIFICATION USING ANN
EXPLORING SOUND SIGNATURE FOR VEHICLE DETECTION AND CLASSIFICATION USING ANN
 
Real-Time Multiple License Plate Recognition System
Real-Time Multiple License Plate Recognition SystemReal-Time Multiple License Plate Recognition System
Real-Time Multiple License Plate Recognition System
 
Automatic vehicle license plate detection using VEDA
Automatic vehicle license plate detection using VEDAAutomatic vehicle license plate detection using VEDA
Automatic vehicle license plate detection using VEDA
 
Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...
Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...
Autonomous Path Planning and Navigation of a Mobile Robot with Multi-Sensors ...
 
Help the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Help the Genetic Algorithm to Minimize the Urban Traffic on IntersectionsHelp the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Help the Genetic Algorithm to Minimize the Urban Traffic on Intersections
 
AUTOMATIC CAR LICENSE PLATE RECOGNITION USING VEDA
AUTOMATIC CAR LICENSE PLATE RECOGNITION USING VEDAAUTOMATIC CAR LICENSE PLATE RECOGNITION USING VEDA
AUTOMATIC CAR LICENSE PLATE RECOGNITION USING VEDA
 
Paper id 252014106
Paper id 252014106Paper id 252014106
Paper id 252014106
 
AN INNOVATIVE RESEARCH FRAMEWORK ON INTELLIGENT TEXT DATA CLASSIFICATION SYST...
AN INNOVATIVE RESEARCH FRAMEWORK ON INTELLIGENT TEXT DATA CLASSIFICATION SYST...AN INNOVATIVE RESEARCH FRAMEWORK ON INTELLIGENT TEXT DATA CLASSIFICATION SYST...
AN INNOVATIVE RESEARCH FRAMEWORK ON INTELLIGENT TEXT DATA CLASSIFICATION SYST...
 
A Robot Collision Avoidance Method Using Kinect and Global Vision
A Robot Collision Avoidance Method Using Kinect and Global VisionA Robot Collision Avoidance Method Using Kinect and Global Vision
A Robot Collision Avoidance Method Using Kinect and Global Vision
 
Path Planning for Mobile Robot Navigation Using Voronoi Diagram and Fast Marc...
Path Planning for Mobile Robot Navigation Using Voronoi Diagram and Fast Marc...Path Planning for Mobile Robot Navigation Using Voronoi Diagram and Fast Marc...
Path Planning for Mobile Robot Navigation Using Voronoi Diagram and Fast Marc...
 
Ijecet 06 10_003
Ijecet 06 10_003Ijecet 06 10_003
Ijecet 06 10_003
 
Traffic Light Controller System using Optical Flow Estimation
Traffic Light Controller System using Optical Flow EstimationTraffic Light Controller System using Optical Flow Estimation
Traffic Light Controller System using Optical Flow Estimation
 

Ähnlich wie Tracking and counting the

TRAFFIC RULES VIOLATION DETECTION SYSTEM
TRAFFIC RULES VIOLATION DETECTION SYSTEMTRAFFIC RULES VIOLATION DETECTION SYSTEM
TRAFFIC RULES VIOLATION DETECTION SYSTEMIRJET Journal
 
Automatic Helmet Detection System on Motorcyclists Using YOLOv3.pdf
Automatic Helmet Detection System on Motorcyclists Using YOLOv3.pdfAutomatic Helmet Detection System on Motorcyclists Using YOLOv3.pdf
Automatic Helmet Detection System on Motorcyclists Using YOLOv3.pdfCarrie Tran
 
Traffic Light Detection and Recognition for Self Driving Cars using Deep Lear...
Traffic Light Detection and Recognition for Self Driving Cars using Deep Lear...Traffic Light Detection and Recognition for Self Driving Cars using Deep Lear...
Traffic Light Detection and Recognition for Self Driving Cars using Deep Lear...ijtsrd
 
IRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET Journal
 
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...IRJET Journal
 
Automated License Plate detection and Speed estimation of Vehicle Using Machi...
Automated License Plate detection and Speed estimation of Vehicle Using Machi...Automated License Plate detection and Speed estimation of Vehicle Using Machi...
Automated License Plate detection and Speed estimation of Vehicle Using Machi...ijtsrd
 
Vehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmVehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmIRJET Journal
 
License plate extraction of overspeeding vehicles
License plate extraction of overspeeding vehiclesLicense plate extraction of overspeeding vehicles
License plate extraction of overspeeding vehicleslambanaveen
 
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...
IRJET- Traffic Sign Detection, Recognition and Notification System using ...IRJET Journal
 
traffic jam detection using image processing
traffic jam detection using image processingtraffic jam detection using image processing
traffic jam detection using image processingMalika Alix
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane DetectionIRJET Journal
 
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSISVEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSISIRJET Journal
 
Traffic Light Detection for Red Light Violation System
Traffic Light Detection for Red Light Violation SystemTraffic Light Detection for Red Light Violation System
Traffic Light Detection for Red Light Violation Systemijtsrd
 
Intelligent Parking Space Detection System Based on Image Segmentation
Intelligent Parking Space Detection System Based on Image SegmentationIntelligent Parking Space Detection System Based on Image Segmentation
Intelligent Parking Space Detection System Based on Image Segmentationijsrd.com
 
Driver Drowsiness Detection Using Matlab
Driver Drowsiness Detection Using MatlabDriver Drowsiness Detection Using Matlab
Driver Drowsiness Detection Using MatlabHanojhan Rajahrajasingh
 
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...IRJET Journal
 
Implementation of Various Machine Learning Algorithms for Traffic Sign Detect...
Implementation of Various Machine Learning Algorithms for Traffic Sign Detect...Implementation of Various Machine Learning Algorithms for Traffic Sign Detect...
Implementation of Various Machine Learning Algorithms for Traffic Sign Detect...IRJET Journal
 

Ähnlich wie Tracking and counting the (20)

A0140109
A0140109A0140109
A0140109
 
TRAFFIC RULES VIOLATION DETECTION SYSTEM
TRAFFIC RULES VIOLATION DETECTION SYSTEMTRAFFIC RULES VIOLATION DETECTION SYSTEM
TRAFFIC RULES VIOLATION DETECTION SYSTEM
 
Automatic Helmet Detection System on Motorcyclists Using YOLOv3.pdf
Automatic Helmet Detection System on Motorcyclists Using YOLOv3.pdfAutomatic Helmet Detection System on Motorcyclists Using YOLOv3.pdf
Automatic Helmet Detection System on Motorcyclists Using YOLOv3.pdf
 
Traffic Light Detection and Recognition for Self Driving Cars using Deep Lear...
Traffic Light Detection and Recognition for Self Driving Cars using Deep Lear...Traffic Light Detection and Recognition for Self Driving Cars using Deep Lear...
Traffic Light Detection and Recognition for Self Driving Cars using Deep Lear...
 
IRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLABIRJET- Reckoning the Vehicle using MATLAB
IRJET- Reckoning the Vehicle using MATLAB
 
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
 
Automated License Plate detection and Speed estimation of Vehicle Using Machi...
Automated License Plate detection and Speed estimation of Vehicle Using Machi...Automated License Plate detection and Speed estimation of Vehicle Using Machi...
Automated License Plate detection and Speed estimation of Vehicle Using Machi...
 
F124144
F124144F124144
F124144
 
Vehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmVehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN Algorithm
 
License plate extraction of overspeeding vehicles
License plate extraction of overspeeding vehiclesLicense plate extraction of overspeeding vehicles
License plate extraction of overspeeding vehicles
 
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
 
traffic jam detection using image processing
traffic jam detection using image processingtraffic jam detection using image processing
traffic jam detection using image processing
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane Detection
 
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSISVEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
VEHICLE DETECTION USING YOLO V3 FOR COUNTING THE VEHICLES AND TRAFFIC ANALYSIS
 
Traffic Light Detection for Red Light Violation System
Traffic Light Detection for Red Light Violation SystemTraffic Light Detection for Red Light Violation System
Traffic Light Detection for Red Light Violation System
 
Intelligent Parking Space Detection System Based on Image Segmentation
Intelligent Parking Space Detection System Based on Image SegmentationIntelligent Parking Space Detection System Based on Image Segmentation
Intelligent Parking Space Detection System Based on Image Segmentation
 
Driver Drowsiness Detection Using Matlab
Driver Drowsiness Detection Using MatlabDriver Drowsiness Detection Using Matlab
Driver Drowsiness Detection Using Matlab
 
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
 
Implementation of Various Machine Learning Algorithms for Traffic Sign Detect...
Implementation of Various Machine Learning Algorithms for Traffic Sign Detect...Implementation of Various Machine Learning Algorithms for Traffic Sign Detect...
Implementation of Various Machine Learning Algorithms for Traffic Sign Detect...
 
DRIVER DROWSINESS ALERT SYSTEM
DRIVER DROWSINESS ALERT SYSTEMDRIVER DROWSINESS ALERT SYSTEM
DRIVER DROWSINESS ALERT SYSTEM
 

Mehr von ijistjournal

Colour Image Steganography Based on Pixel Value Differencing in Spatial Domain
Colour Image Steganography Based on Pixel Value Differencing in Spatial DomainColour Image Steganography Based on Pixel Value Differencing in Spatial Domain
Colour Image Steganography Based on Pixel Value Differencing in Spatial Domainijistjournal
 
Call for Research Articles - 5th International conference on Advanced Natural...
Call for Research Articles - 5th International conference on Advanced Natural...Call for Research Articles - 5th International conference on Advanced Natural...
Call for Research Articles - 5th International conference on Advanced Natural...ijistjournal
 
International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)ijistjournal
 
Research Article Submission - International Journal of Information Sciences a...
Research Article Submission - International Journal of Information Sciences a...Research Article Submission - International Journal of Information Sciences a...
Research Article Submission - International Journal of Information Sciences a...ijistjournal
 
Design and Implementation of LZW Data Compression Algorithm
Design and Implementation of LZW Data Compression AlgorithmDesign and Implementation of LZW Data Compression Algorithm
Design and Implementation of LZW Data Compression Algorithmijistjournal
 
Online Paper Submission - 5th International Conference on Soft Computing, Art...
Online Paper Submission - 5th International Conference on Soft Computing, Art...Online Paper Submission - 5th International Conference on Soft Computing, Art...
Online Paper Submission - 5th International Conference on Soft Computing, Art...ijistjournal
 
Submit Your Research Articles - International Journal of Information Sciences...
Submit Your Research Articles - International Journal of Information Sciences...Submit Your Research Articles - International Journal of Information Sciences...
Submit Your Research Articles - International Journal of Information Sciences...ijistjournal
 
PUNJABI SPEECH SYNTHESIS SYSTEM USING HTK
PUNJABI SPEECH SYNTHESIS SYSTEM USING HTKPUNJABI SPEECH SYNTHESIS SYSTEM USING HTK
PUNJABI SPEECH SYNTHESIS SYSTEM USING HTKijistjournal
 
Call for Papers - 13th International Conference on Cloud Computing: Services ...
Call for Papers - 13th International Conference on Cloud Computing: Services ...Call for Papers - 13th International Conference on Cloud Computing: Services ...
Call for Papers - 13th International Conference on Cloud Computing: Services ...ijistjournal
 
Research Article Submission - International Journal of Information Sciences a...
Research Article Submission - International Journal of Information Sciences a...Research Article Submission - International Journal of Information Sciences a...
Research Article Submission - International Journal of Information Sciences a...ijistjournal
 
International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)ijistjournal
 
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...ijistjournal
 
Submit Your Research Papers - 6th International Conference on Machine Learnin...
Submit Your Research Papers - 6th International Conference on Machine Learnin...Submit Your Research Papers - 6th International Conference on Machine Learnin...
Submit Your Research Papers - 6th International Conference on Machine Learnin...ijistjournal
 
Call for Research Articles - International Journal of Information Sciences an...
Call for Research Articles - International Journal of Information Sciences an...Call for Research Articles - International Journal of Information Sciences an...
Call for Research Articles - International Journal of Information Sciences an...ijistjournal
 
Online Paper Submission - International Journal of Information Sciences and T...
Online Paper Submission - International Journal of Information Sciences and T...Online Paper Submission - International Journal of Information Sciences and T...
Online Paper Submission - International Journal of Information Sciences and T...ijistjournal
 
Research Article Submission - 5th International conference on Advanced Natura...
Research Article Submission - 5th International conference on Advanced Natura...Research Article Submission - 5th International conference on Advanced Natura...
Research Article Submission - 5th International conference on Advanced Natura...ijistjournal
 
PERFORMANCE OF WIMAX PHYSICAL LAYER WITH VARIATIONS IN CHANNEL CODING AND DIG...
PERFORMANCE OF WIMAX PHYSICAL LAYER WITH VARIATIONS IN CHANNEL CODING AND DIG...PERFORMANCE OF WIMAX PHYSICAL LAYER WITH VARIATIONS IN CHANNEL CODING AND DIG...
PERFORMANCE OF WIMAX PHYSICAL LAYER WITH VARIATIONS IN CHANNEL CODING AND DIG...ijistjournal
 
Submit Your Research Manuscripts - International Journal of Information Scien...
Submit Your Research Manuscripts - International Journal of Information Scien...Submit Your Research Manuscripts - International Journal of Information Scien...
Submit Your Research Manuscripts - International Journal of Information Scien...ijistjournal
 
FUZZY ANALYTIC HIERARCHY BASED DBMS SELECTION IN TURKISH NATIONAL IDENTITY CA...
FUZZY ANALYTIC HIERARCHY BASED DBMS SELECTION IN TURKISH NATIONAL IDENTITY CA...FUZZY ANALYTIC HIERARCHY BASED DBMS SELECTION IN TURKISH NATIONAL IDENTITY CA...
FUZZY ANALYTIC HIERARCHY BASED DBMS SELECTION IN TURKISH NATIONAL IDENTITY CA...ijistjournal
 
Online Paper Submission - International Journal of Information Sciences and T...
Online Paper Submission - International Journal of Information Sciences and T...Online Paper Submission - International Journal of Information Sciences and T...
Online Paper Submission - International Journal of Information Sciences and T...ijistjournal
 

Mehr von ijistjournal (20)

Colour Image Steganography Based on Pixel Value Differencing in Spatial Domain
Colour Image Steganography Based on Pixel Value Differencing in Spatial DomainColour Image Steganography Based on Pixel Value Differencing in Spatial Domain
Colour Image Steganography Based on Pixel Value Differencing in Spatial Domain
 
Call for Research Articles - 5th International conference on Advanced Natural...
Call for Research Articles - 5th International conference on Advanced Natural...Call for Research Articles - 5th International conference on Advanced Natural...
Call for Research Articles - 5th International conference on Advanced Natural...
 
International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)
 
Research Article Submission - International Journal of Information Sciences a...
Research Article Submission - International Journal of Information Sciences a...Research Article Submission - International Journal of Information Sciences a...
Research Article Submission - International Journal of Information Sciences a...
 
Design and Implementation of LZW Data Compression Algorithm
Design and Implementation of LZW Data Compression AlgorithmDesign and Implementation of LZW Data Compression Algorithm
Design and Implementation of LZW Data Compression Algorithm
 
Online Paper Submission - 5th International Conference on Soft Computing, Art...
Online Paper Submission - 5th International Conference on Soft Computing, Art...Online Paper Submission - 5th International Conference on Soft Computing, Art...
Online Paper Submission - 5th International Conference on Soft Computing, Art...
 
Submit Your Research Articles - International Journal of Information Sciences...
Submit Your Research Articles - International Journal of Information Sciences...Submit Your Research Articles - International Journal of Information Sciences...
Submit Your Research Articles - International Journal of Information Sciences...
 
PUNJABI SPEECH SYNTHESIS SYSTEM USING HTK
PUNJABI SPEECH SYNTHESIS SYSTEM USING HTKPUNJABI SPEECH SYNTHESIS SYSTEM USING HTK
PUNJABI SPEECH SYNTHESIS SYSTEM USING HTK
 
Call for Papers - 13th International Conference on Cloud Computing: Services ...
Call for Papers - 13th International Conference on Cloud Computing: Services ...Call for Papers - 13th International Conference on Cloud Computing: Services ...
Call for Papers - 13th International Conference on Cloud Computing: Services ...
 
Research Article Submission - International Journal of Information Sciences a...
Research Article Submission - International Journal of Information Sciences a...Research Article Submission - International Journal of Information Sciences a...
Research Article Submission - International Journal of Information Sciences a...
 
International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)International Journal of Information Sciences and Techniques (IJIST)
International Journal of Information Sciences and Techniques (IJIST)
 
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
 
Submit Your Research Papers - 6th International Conference on Machine Learnin...
Submit Your Research Papers - 6th International Conference on Machine Learnin...Submit Your Research Papers - 6th International Conference on Machine Learnin...
Submit Your Research Papers - 6th International Conference on Machine Learnin...
 
Call for Research Articles - International Journal of Information Sciences an...
Call for Research Articles - International Journal of Information Sciences an...Call for Research Articles - International Journal of Information Sciences an...
Call for Research Articles - International Journal of Information Sciences an...
 
Online Paper Submission - International Journal of Information Sciences and T...
Online Paper Submission - International Journal of Information Sciences and T...Online Paper Submission - International Journal of Information Sciences and T...
Online Paper Submission - International Journal of Information Sciences and T...
 
Research Article Submission - 5th International conference on Advanced Natura...
Research Article Submission - 5th International conference on Advanced Natura...Research Article Submission - 5th International conference on Advanced Natura...
Research Article Submission - 5th International conference on Advanced Natura...
 
PERFORMANCE OF WIMAX PHYSICAL LAYER WITH VARIATIONS IN CHANNEL CODING AND DIG...
PERFORMANCE OF WIMAX PHYSICAL LAYER WITH VARIATIONS IN CHANNEL CODING AND DIG...PERFORMANCE OF WIMAX PHYSICAL LAYER WITH VARIATIONS IN CHANNEL CODING AND DIG...
PERFORMANCE OF WIMAX PHYSICAL LAYER WITH VARIATIONS IN CHANNEL CODING AND DIG...
 
Submit Your Research Manuscripts - International Journal of Information Scien...
Submit Your Research Manuscripts - International Journal of Information Scien...Submit Your Research Manuscripts - International Journal of Information Scien...
Submit Your Research Manuscripts - International Journal of Information Scien...
 
FUZZY ANALYTIC HIERARCHY BASED DBMS SELECTION IN TURKISH NATIONAL IDENTITY CA...
FUZZY ANALYTIC HIERARCHY BASED DBMS SELECTION IN TURKISH NATIONAL IDENTITY CA...FUZZY ANALYTIC HIERARCHY BASED DBMS SELECTION IN TURKISH NATIONAL IDENTITY CA...
FUZZY ANALYTIC HIERARCHY BASED DBMS SELECTION IN TURKISH NATIONAL IDENTITY CA...
 
Online Paper Submission - International Journal of Information Sciences and T...
Online Paper Submission - International Journal of Information Sciences and T...Online Paper Submission - International Journal of Information Sciences and T...
Online Paper Submission - International Journal of Information Sciences and T...
 

Kürzlich hochgeladen

IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IES VE
 
How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?IES VE
 
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...DianaGray10
 
Videogame localization & technology_ how to enhance the power of translation.pdf
Videogame localization & technology_ how to enhance the power of translation.pdfVideogame localization & technology_ how to enhance the power of translation.pdf
Videogame localization & technology_ how to enhance the power of translation.pdfinfogdgmi
 
AI You Can Trust - Ensuring Success with Data Integrity Webinar
AI You Can Trust - Ensuring Success with Data Integrity WebinarAI You Can Trust - Ensuring Success with Data Integrity Webinar
AI You Can Trust - Ensuring Success with Data Integrity WebinarPrecisely
 
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve DecarbonizationUsing IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve DecarbonizationIES VE
 
Designing A Time bound resource download URL
Designing A Time bound resource download URLDesigning A Time bound resource download URL
Designing A Time bound resource download URLRuncy Oommen
 
20230202 - Introduction to tis-py
20230202 - Introduction to tis-py20230202 - Introduction to tis-py
20230202 - Introduction to tis-pyJamie (Taka) Wang
 
Building AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptxBuilding AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptxUdaiappa Ramachandran
 
Introduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxIntroduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxMatsuo Lab
 
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Will Schroeder
 
OpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability AdventureOpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability AdventureEric D. Schabell
 
UiPath Platform: The Backend Engine Powering Your Automation - Session 1
UiPath Platform: The Backend Engine Powering Your Automation - Session 1UiPath Platform: The Backend Engine Powering Your Automation - Session 1
UiPath Platform: The Backend Engine Powering Your Automation - Session 1DianaGray10
 
UiPath Studio Web workshop series - Day 6
UiPath Studio Web workshop series - Day 6UiPath Studio Web workshop series - Day 6
UiPath Studio Web workshop series - Day 6DianaGray10
 
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCost
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCostKubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCost
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCostMatt Ray
 
COMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a WebsiteCOMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a Websitedgelyza
 
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfJamie (Taka) Wang
 

Kürzlich hochgeladen (20)

IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
 
How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?How Accurate are Carbon Emissions Projections?
How Accurate are Carbon Emissions Projections?
 
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
 
Videogame localization & technology_ how to enhance the power of translation.pdf
Videogame localization & technology_ how to enhance the power of translation.pdfVideogame localization & technology_ how to enhance the power of translation.pdf
Videogame localization & technology_ how to enhance the power of translation.pdf
 
AI You Can Trust - Ensuring Success with Data Integrity Webinar
AI You Can Trust - Ensuring Success with Data Integrity WebinarAI You Can Trust - Ensuring Success with Data Integrity Webinar
AI You Can Trust - Ensuring Success with Data Integrity Webinar
 
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve DecarbonizationUsing IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
 
Designing A Time bound resource download URL
Designing A Time bound resource download URLDesigning A Time bound resource download URL
Designing A Time bound resource download URL
 
20230202 - Introduction to tis-py
20230202 - Introduction to tis-py20230202 - Introduction to tis-py
20230202 - Introduction to tis-py
 
Building AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptxBuilding AI-Driven Apps Using Semantic Kernel.pptx
Building AI-Driven Apps Using Semantic Kernel.pptx
 
201610817 - edge part1
201610817 - edge part1201610817 - edge part1
201610817 - edge part1
 
Introduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxIntroduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptx
 
20230104 - machine vision
20230104 - machine vision20230104 - machine vision
20230104 - machine vision
 
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
Apres-Cyber - The Data Dilemma: Bridging Offensive Operations and Machine Lea...
 
OpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability AdventureOpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability Adventure
 
UiPath Platform: The Backend Engine Powering Your Automation - Session 1
UiPath Platform: The Backend Engine Powering Your Automation - Session 1UiPath Platform: The Backend Engine Powering Your Automation - Session 1
UiPath Platform: The Backend Engine Powering Your Automation - Session 1
 
UiPath Studio Web workshop series - Day 6
UiPath Studio Web workshop series - Day 6UiPath Studio Web workshop series - Day 6
UiPath Studio Web workshop series - Day 6
 
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCost
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCostKubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCost
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCost
 
COMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a WebsiteCOMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a Website
 
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
 
20150722 - AGV
20150722 - AGV20150722 - AGV
20150722 - AGV
 

Tracking and counting the

  • 1. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 DOI : 10.5121/ijist.2014.4320 165 TRACKING AND COUNTING THE VEHICLES IN NIGHT SCENES S. Kanagamalliga1 , Dr. S. Vasuki2 , A. Kanimozhidevi3 , S. Priyadharshni 4 , S. Rajeswari5 1 Assistant Professor, 2 Professor and Head, 3,4,5 U.G Student Department of Electronics and Communication Engineering, Velammal College of Engineering and Technology, Madurai ABSTRACT: The main objective of traffic surveillance system is to reduce the risk caused by accident. Many papers published were concerned only about the vehicle detection during daytime. But we proposed a method to detect the vehicle during night time. The main objective of our paper is to count the vehicles in night time traffic scenes. It consists of three phases, they are vehicle’s headlight segmentation, tracking and pairing. We know that in night time, only visible thing will be the headlight of the vehicle therefore we are counting the vehicle based on the headlight information. Initially the headlights of a vehicle is segmented based on the analysis of headlight size, location and area. Then tracked via a tracking procedure designed to detect vehicle and then headlights are paired using the connected component labeling. Based on the pairing result we can count the vehicles. Here we are using fuzzy hybrid information inference mechanism for error compensation. Here by using fuzzy logic we can generate the rules based on the size, color and position. In particular we are generating the rules based on the distance between the headlights of a vehicle.Thereby we can improve the accuracy while counting the vehicle. Keywords: Headlight pairing,headlight tracking, bidirectional algorithm ,intelligent transportation system I INTRODUCTION: Traffic surveillance system extracts accurate traffic information for traffic flow control such as vehicle count, vehicle classification and vehicle speed..Hence in the day time counting the vehicle will be somehow easier than in the night time because the vehicles will be visible in the day time whereas in the night time those vehicles will not be visible due to dim light and also that there will be a strong reflection on road surface due to vehicle’s headlights. Hence it will be difficult to calculate the vehicles in the night time.And also it is noted that in night time only the headlight of the vehicle will have high intensity value.Therefore by that information we can detect the vehicles in night scenes.In our existing paper,they concentrated on night time vehicle headlight detection and tracking in gray scale image. During the tracking and pairing the headlight, bidirectional algorithm has been used.In particular they used a vanishing point calculation for tracking and pairing the vehicle’s headlight.There is a problem in the vanishing
  • 2. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 166 point calculation due to this counting will not be an accurate one we will see about this in detail existing work description.. In our paper, we present a approach for vehicle headlight detection, tracking, and pairing in night time traffic surveillance video. Through a simple yet effective bidirectional reasoning algorithm by incorporating the size, position, edge based, and motion information. Finally, the trajectory of the vehicle’s headlight is employed to calibrate the surveillance camera to differentiate moving vehicles from motionless background scenes based on change detection. Other studies [3][4] use spatial–temporal difference features to segment moving vehicles, while the methods in utilize techniques based on background subtraction to extract moving vehicles. III EXISTING WORK DESCRPTION The headlights of the vehicle’s are detected,tracked and paired in night night time by the existing work.It contains two features in headlight detection of the vehicle. They are reflection intensity map and suppressed map. The reflection intensity map is obtained by the light attenuation model and the reflection suppressed map is obtained by the laplacian of Gaussian filter.From this the reflections on the road surface can removed.Then the headlights are tracked and paired by using the bidirection reasoning algorithm.Through this the number of vehicles can be counted. Finally, vehicle’s speed has estimated by using the surveillance camera.The bidirectional reasoning obtained by calculating the position,size, vanishing point and the motion information.The following tabulation represents the number of vehicles counted per frame by using the vanishing point calculation. Fig(i) tabulation represents the number of vehicles detected per frame III PROBLEM IN THE EXISITING WORK In this exisiting work vanishing point calculation has been used for pairing the headlights of the vehicle. There might be a problem occur if one of the headlights of the four wheeler is wrongly paired with the two wheeler headlight.At that time it may include that wrongly paired vehicle headlights also one of the count.The pairing of vehicle headlights by using the vanishing point calculation is shown in this figure(a).From this it is noted that the one of the headlights of the some cars are wrongly paired with the one of the headlights of the other cars.So the existing work will not give the correct result. S.NO NUMBER OF VEHICLES DETECTION TIME ACCURACY 1 25 1.2944 92.5% 2 19 0.3419 93.4% 3 21 0.3230 94.5% 4 18 0.3012 95.9%
  • 3. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 167 Fig(a) shows the pairing of vehicle’s headlight using vanishing point calculation. Fig(b ) graph has been plotted number of frames versus count III PROJECT DESCRIPTION In our proposed we are counting the vehicles in night time in a traffic area. The proposed method has three phases. They are preprocessing, segmentation, tracking and pairing the vehicle’s headlight. Intially the captured video should be converted into the frame and we subject this frames for preprocessing. By using the filters the noise has been removed from the frame. Here we are counting the vehicle in night time. Therefore in night time only vehicle’s headlight will be visible.Hence with the help of headlight information only we can count the vehicles for that first we have to segment those vehicle’s headlight. For segmenting the vehicle’s headlight we are using the edge based technique. The main objective of segmentation is to eliminate the road reflection due to vehicle’s headlight. Once the headlight has been segmented then those headlight have to be tracked and paired. For pairing the vehicle headlight we are using the bidirectional reasoning algorithm. for tracking the vehicle’s headlight we are using the connected component labeling(CCL).Based on paired results we can count the vehicle in night scenes. And also it is noted for error compensation we using the fuzzy hybrid interference information mechanism(FHIIM).By using the fuzzy logic we can generate the rule. Rule can be generated based on size, shape, color, distance between two headlights in a vehicle.
  • 4. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 168 In particular we are generating the rules based on the distance between the two headlights of a vehicle. Thereby we can improve the accuracy while counting the vehicle. (c ) (d) Fig(c) and(d) represents the input video and the preprocessed image. IV MODULE DESCRIPTION A.LOAD VIDEO: The input video can be loaded and it is converted into frames by using [X] = aviread(...) A = aviread(pathname,filename) reads a grayscale or color image from the file specified by the string filename. If the file is not in the current folder, or in a folder on the MATLAB path, specify the full pathname. The input video is in .avi format. Here are Converting into frames as rate as 15frames paer second.The video which we used here is a car traffic video.For our video we can get (20 X 10) frames,Totally we can get 200 frames. B.PREPROCESSING: Preprocessing is nothing but removal of noise from frames. There are several filters to remove the noise, in particular we are using the Gaussian filter. The noise may be due to displacement of lens in our camera, or while transformation of an image.As shown in fig(d) . The Gaussian filter is a non-uniform low pass filter. Generally noise may get included due to change in atmospheric condition.It is important to remove noise to make sure that vehicle’s headlights are very clear. C.EDGE BASED DETECTION: Edge detection is the approach used most frequently for segmenting images based on the abrupt(local) changes in intensity. Edge detection is used to detect and link edge pixels to form contours. There are several steps involved in edge detection they are smoothing, enhancement, detection and localization. In this paper the edges are detected based on gradient edge detection
  • 5. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 169 because laplacian edge detection are fail to detect the edge with high intensity point variations and also it is impossible to detect the image which has so much of noise.It is noted that there are several detectors in gradient edge detection.Here we are using canny edge detector to detect the edges in congested scenes D.BRIGHT OBJECT EXTRACTION: For extracting the headlights here we are using the thresholding technique. We know that in the night time, headlights pixels will have a high intensity value. Based on that we can segment the headlight. Suppose that the gray-level histogram corresponds to an image, f(x,y), composed of dark objects in a light background, in such a way that object and background pixels have gray levels grouped into two dominant modes. One obvious way to extract the objects from the background is to select a threshold ‘T’ that separates these modes. Then any point (x,y) for which f(x,y) > T is called an object point, otherwise, the point is called a background point. As a result we can get the bright objects which consists of vehicle’s headlight and also other bright objects. E.MORPHOLOGICAL OPERATION Even though the bright objects are extracted it is important to extract the headlights of a vehicle separately. We know that in night time road reflection cause a major problem. Hence it is important to remove those reflection, for that here we are using the morphological operation. It is noted that some these reflection may reduce the accuracy of counting. That why it is important to suppress the road reflection. There are several types of morphological operators in particular we are using opening and closing operator.As a result we can get only the headlight of the vehicle. F.VEHICLE TRACKING AND PAIRING: From the morphological operation we could get the binary image. For tracking and pairing the vehicle headlight we are using bidirectional algorithm. The algorithm works in the following way. According to the intensity value, the pixels are grouped. If the grouped pixels are of similar size then it is consider as two headlights are belongs to the same vehicle. Thus the headlights are detected from the vehicle. From the grouped pixels centroid point is calculated. If any of the centroid point are lie on the same line then the two headlights are paired as a result vehicle count has been increamented. vehicle tracking and identification process includes three phases. First, the vehicle component tracking process is associated with the motion relation of vehicle components in succeeding frames by analyzing their spatial and temporal features. Then, the phase of motion-based grouping process is applied to the tracked vehicle components to construct whole moving vehicles. These moving vehicles are then tracked in the vehicle tracking phase. Finally, the vehicle recognition phase identifies and classifies the types of tracked vehicles.
  • 6. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 170 V.EXPERIMENTAL RESULT . (e) (f) The Fig(e) represents the edge detection output and fig(f) represents the bright light extraction (g) (h) The fig (g ) represents the output of morphological operation and fig(h) represents the pairing of vehicle’s headlights A RESULTS ON EDGE DETECTION Above fig (e) reprsents the output of edge detection.Canny edge detector is used to detect the edges in congested scenes ,because it has good detection,good localization and minimal response.Canny edge detector uses multi-stage algorithm to detect a wide range of edges in an image.Those stages are noise reduction,finding the intensity gradient of the image non maximum suppression and tracing edges through the image and hysteresis thresholding B RESULTS ON HEADLIGHT EXTRACTION In nighttime video scenes to represent the presence ofvehicles headlight is a strong and consistent feature.For that purpose by applying the thresholding method, the headlights of movingvehicles can be efficiently segmented in nighttime traffic images as shown in fig
  • 7. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 171 (f).Here we are setting the 240 pixels as the threshold value. According to that pixel value , it segment the pixels of headlights in traffic image sequences. C RESULTS ON THRESHOLDING Above fig(f) represents the bright light extraction,to count the number of vehicles in night scenes ,the headlight is a strong and consistent feature In this study, the pixels of the headlight images are segmented in grayscale images by the thresholding method. Here the threshold value is set as 240 pixels. D RESULTS ON MORPHOLOGICAL OPERATION After segementing the headlight portions, but still there is some reflections which are mainly due to the common light sources, such as rear lights, street lamps and some reflections of headlights .These Reflections are the main source of interference with headlight detection. We can differentiate between headlights and reflections by their shapes because the shape of headlights were stable when compare to their reflections .Therefore by using morphological operation we can suppress the reflections on the road surface as shown in the fig. Fig(j) graph has been plotted between no. of frames and count Fig(i) tabulation represents the number vehicles detected per frame V CONCLUSION The proposed method has produced the vehicle detection and tracking systems in night time for identifying and classifying the moving vehicles in congested area. Intially the edges of the objects are detected by using a canny edge detector. The bright-object extraction in the segmentation process done by the thresholding technique. Then the headlights of the vehicles has tracked by using the connected component labeling technique and that headlights can be paired by the bidirectional reasoning algorithm. From this we can get the number of vehicles accurately without any fault. S.NO NUMBER OF VEHICLES DETECTION TIME ACCURACY 1 22 0.5860 95.5% 2 15 0.4054 96.3% 3 17 0.3665 97.5% 4 16 0.3554 98.2%
  • 8. International Journal of Information Sciences and Techniques (IJIST) Vol.4, No.3, May 2014 172 VI FUTURE ENHANCEMENT For further studies, the vehicle type classification function can be further improved and extended by integrating some sophisticated machine learning techniques such as support vector machine classifiers on multiple features, including vehicle lights and vehicle bodies, to further enhance the classification capability on more detailed vehicle types, such as sedans, buses, trucks, lorries, and light and heavy motorbikes therefore by using this result we can separate four wheelers and two wheelers. REFERENCES [1] S. Tsugawa, “Vision-based vehicles in Japan: Machine vision systems and driving control systems,” IEEE Trans. Ind. Electron., vol. 41, no. 4, pp. 398–405, Aug. 1994. [2] Z. Sun, G. Bebis, and R. Miller, “On-road vehicle detection: A review,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 28, no. 5, pp. 694–711, May 2006. [3] Broggi, M. Bertozzi, A. Fascioli, and G. Conte, Automatic Vehicle Guidance: The Experience of the ARGO Autonomous Vehicle. Singapore: World Scientific, 1999. [4] H. Mori, M. Charkari, and T. Matsushita, “On-line vehicle and pedestrian detections based on sign pattern,” IEEE Trans. Ind. Electron., vol. 41, no. 4, pp. 384–391, Aug. 1994. [5] A. Broggi, M. Cellario, P. Lombardi, and M. Porta, “An evolutionary approach to visual sensing for vehicle navigation,” IEEE Trans. Ind. Electron., vol. 50, no. 1, pp. 18–29, Feb. 2003. [6] T. Bücher, C. Curio, J. Edelbrunner, C. Igel, D. Kastrup, I. Leefken, G. Lorenz, A. Steinhage, and W. Seelen, “Image processing and behavior planning for intelligent vehicles,” IEEE Trans. Ind. Electron., vol. 50, no. 1, pp. 62–75, Feb. 2003. [7] S. Gupte, O. Masoud, R. F. K. Martin, and N. P. Papanikolopoulos, “Detection and classification of vehicles,” IEEE Trans. Intell. Transp. Syst., vol. 3, no. 1, pp. 37–47, Mar. 2002. [8] B.-F. Wu, S.-P. Lin, and Y.-H. Chen, “A real-time multiple-vehicle detection and tracking system with prior occlusion detection and resolution,” in Proc. IEEE Int. Symp. Signal Process. Inf. Technol., Dec. 2005, pp. 311–316. [9] J. Zhou, D. Gao, and D. Zhang, “Moving vehicle detection for automatic traffic monitoring,” IEEE Trans. Veh. Technol., vol. 56, no. 1, pp. 51–59, Jan. 2007. [10] W. F. Gardner and D. T. Lawton, “Interactive model-based vehicle tracking,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 18, no. 11, pp. 1115– 1121, Nov. 1996. [11] G. D. Sullivan, K. D. Baker, A. D. Worrall, C. I. Attwood, and P. M. Remagnino, “Model-based vehicle detection and classification using orthographic approximations,” Image Vis. Comput., vol. 15, no. 8, pp. 649–654, Aug. 1997. [12] D. Koller, J. Weber, T. Huang, J. Malik, G. Ogasawara, B. Rao, and S. Russell, “Towards robust automatic traffic scene analysis in real-time,” in Proc. Int. Conf. Pattern Recog., 1994, vol. 1, pp. 126–131. [13] N. Peterfreund, “Robust tracking of position and velocity with Kalman snakes,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 21, no. 6, pp. 564– 569, Jun. 1999. [14] S.-T. Tseng and K.-T. Song, “Real-time image tracking for traffic monitoring,” in Proc. IEEE 5th Int. Conf. Intell. Transp. Syst., 2002, pp. 10–14. [15] L.-W. Tsai, J.-W. Hsieh, and K.-C. Fan, “Vehicle detection using normalized color and edge map,” IEEE Trans. Image Process., vol. 16, no. 3, pp. 850–864, Mar. 2007. [16] D. Beymer, P. McLauchlan, B. Coifman, and J. Malik, “A real-time computer vision system for measuring traffic parameters,” in Proc. IEEE Conf. Comput. Vis. Pattern Recog., Jun. 1997, pp. 495– 510.