SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 09 | Sep 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 675
VEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCV
KAVIN NARESH GR1, DEVADHARSHAN R2, SHOBIKA S T3
1Student, Dept. of Information Technology, Bannari Amman Institute of Technology, Tamil Nadu, India
2 Student, Dept. of Information Technology, Bannari Amman Institute of Technology, Tamil Nadu, India
3 Professor, Dept. of Computer Science & Business Systems, Bannari Amman Institute of Technology, Tamil Nadu,
India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract
Prepare to have your mind blown by this groundbreaking
study that is about to shake up the way we monitor vehicles
and tourists. With the help of Open-CV, a cutting-edge
computer vision library, these researchers are about to unveil
a whole new level of tracking and analysis. Picture a sprinkle
of genius and a dash of innovation, all coming together to
accurately detect and monitor vehicles andtouristsinvideo or
image frames. But that's not all, my friend. We're talking
about counting their frequency and unraveling their
movement patterns like never before. Now, let's dive into the
methodology behind this mind-boggling research. Brace
yourself for the mystical Haar cascades and the awe-inspiring
deep learning-based models of Open-CV's object detection
algorithms. These algorithms work their magic, revealing the
presence of vehicles and tourists in the input data. But hold on
tight, because the adventure doesn't stop there. Open-CV's
tracking algorithms, like the legendary Kalman filter and the
mythical Mean-Shift algorithm, swoopintotracktheseobjects
across consecutive frames, ensuring that no movement goes
unnoticed. Get ready to be amazed by the key findings of this
extraordinary study. The researchers have triumphantly
achieved the detection and tracking of vehicles and tourists,
unlocking the ability to accurately count their frequency. And
when you analyze this frequencydataovertime, you'lluncover
a treasure trove of insights into the flow of vehicles and
tourists. These precious nuggets of knowledge can be
harnessed to conquer the challenges of traffic management
and the art of tourism planning. But wait, there's more! The
significance of this study reaches far beyond the realms of
science. Its potential applications are as vast as the universe
itself. Imagine the impact on transportation management,
urban planning, and tourism analysis! The developed system
becomes a beacon of real-time information, guiding
authorities to make informed decisions and allocateresources
with precision. And that's not all! The system also becomes a
trusted ally in enhancing the visitor experience. It identifies
crowded areas, whispers alternative routes and attractions,
and transforms a mundane trip into an unforgettable
adventure. In the grand finale, this research stands tall as a
testament to the power of Open-CV in tracking the frequency
of vehicles and tourists. Its ability to accurately detect, track,
and analyze the mesmerizing movement patterns of these
entities offers a treasure trove of insights for a multitude of
applications. Brace yourself for improved trafficmanagement
and a world where tourism experiences are elevated to new
heights. This study is a game-changer, a true masterpiece in
the realm of technology and innovation.
Key Words: Vehicle tracking, Tourist tracking, Frequency
analysis, Object detection, Traffic management, Tourism
planning
1. INTRODUCTION
The art of tracking and analyzing vehicles and tourists is a
game-changer in the realms of transportation management
and tourism planning. It's like having a secret weapon that
unlocks valuable insights, optimizing resources and taking
the visitor experience to new heights. Enter computervision
techniques, the superheroes of real-time object detection
and tracking. Open-CV, the open-source library that's
causing a stir, is a treasure trove of algorithms and functions
for all things computer vision. Armed with the power of
Open-CV, our mission is to create a system that tracks
vehicles and tourists with pinpoint precision. Our research
goals are ambitious yet within reach: we aim to detect and
track vehicles and tourists in video or image frames, tally up
their numbers, and analyze their movement patterns.
Thanks to Open-CV's nifty object detection algorithms like
Haar cascades or deep learning-based models, we can spot
vehicles and tourists in the blink of an eye. And once we've
got them in our sights, Open-CV's tracking algorithms, like
the trusty Kalman filter or the ever-reliable Mean-Shift
algorithm, will keep tabs on them across frames. But why is
all this tracking business so important, you ask? Well, let me
tell you. Our system has the potential to revolutionize traffic
management and tourism analysis. By providing real-time
information on the movements of vehicles and tourists, we
empower authorities to make informed decisions and
allocate resources wisely. And that's not all! Our system can
also enhance the overall visitor experience by identifying
crowded areas and suggesting alternative routes or
attractions. It's a win-win situation.
2. METHODOLOGY
2.1 DATA COLLECTION:
In order to create a robust vehicle and pedestrian detection
system, it is necessary to gather a dataset consistingofvideo
sequences obtained from various perspectives and
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 09 | Sep 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 676
environments. This dataset should encompass a wide array
of scenarios, including urban streets, highways, and areas
with high pedestrian traffic. Each video sequence within the
dataset should be accompanied by accurateannotationsthat
indicate the presence and precise positioningofvehicles and
pedestrians.
2.2 PREPROCESSING
Preprocessing plays a significant role in improving the
quality of video frames and reducing noise, thereby
enhancing the accuracy of vehicle and pedestrian detection.
The preprocessing stage typically involves the following
steps:
1. Image Resizing:
Video frames are often captured at different resolutions.
Resizing the frames to a consistentsizehelpsstandardize the
input for subsequent processing steps. It also reduces
computational complexity and improvesthe efficiencyof the
detection algorithm.
2. Noise Reduction:
Video frames may contain various types of noise, such as
Gaussian noise or motion blur. Applying noise reduction
techniques, such as Gaussian smoothing or median filtering,
helps suppress noise and enhance the clarity of the frames.
This step improves the accuracy of feature extraction and
subsequent detection.
3. Contrast Enhancement:
Enhancing the contrast of video frames can improve the
visibility of objects, making them more distinguishable.
Techniques like histogram equalization or adaptive
histogram equalization can be applied to enhance the
contrast and improve the detection performance.
4. Color Space Conversion:
Converting the video frames to a different color space can
sometimes improve the detection accuracy. For example,
converting frames from RGB to grayscale simplifies the
subsequent processing steps and reduces computational
complexity. Other color spaces,suchasHSVorYUV,mayalso
be used depending on the specific requirements of the
detection algorithm.
5. Image Normalization:
Normalizing the pixel values of video frames helps reduce
the impact of lighting variations and improvethe robustness
of the detection algorithm.Techniqueslikemeansubtraction
or min-max scaling can be applied to normalize the pixel
values within a certain range.
6. Region of Interest (ROI) Extraction:
In certain cases, extracting a specific region of interest from
the video frames can be beneficial. For instance, if the
detection system focuses on a particular area, such as a road
or a pedestrian crossing, extracting the ROI can reduce
computational complexity and improve the detectionspeed.
2.3 TRAINING AND CLASSIFICATION
1. Dataset Split:
The labeled dataset, which comprises preprocessed video
frames and corresponding ground truth annotations, is
divided into training and testing sets. The training set is
utilized to train the machine learning algorithm, while the
testing set is employed to evaluate its performance.
2. Training Algorithm Selection:
An appropriate machine learning algorithm is chosen for
training based on the dataset's characteristics and the
detection system's requirements. Commonly used
algorithms for vehicle and pedestrian classification tasks
include Support Vector Machines (SVM),RandomForests,or
Convolutional Neural Networks (CNN).
3. Model Optimization:
During the training process, the parameters of the machine
learning algorithm areoptimizedtoachievethe best possible
classification performance. Techniques such as cross-
validation, grid search, or Bayesian optimization may be
employed to determine the optimal parameter values.
3. REAL TIME DETECTION AND TRACKING
Following the successful training of the machine learning
algorithm for the purpose of classifying vehicles and
pedestrians, the subsequent stage involves the integration of
the trained model into a real-time detection and tracking
system. This system operates by analyzing video streams in
real-time, enabling the identification and tracking of vehicles
and pedestrians on a frame-by-frame basis.
 Acquisition of Video Streams: The initial stepinthe
real-time detection and tracking system involves
obtaining video streams from cameras installed on
vehicles or surveillance systems. These video streams
are utilized as the input for the detection and
tracking algorithms.
 Frame preprocessing: Where each frame of the
video stream undergoes a series of techniquesakinto
those mentioned in the preprocessing stage. These
techniques encompass resizing the frame, mitigating
noise, improving contrast, and converting the frame
to a suitable color space. The purpose of
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 09 | Sep 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 677
preprocessing is to ensure that the frames are in an
optimal format for precise detection and tracking.
 Object Detection: The preprocessed frames are
passed through the detection algorithm, which
applies the trained machine learning model to
classify regions of interest (ROIs) as either vehiclesor
pedestrians. The detection algorithm identifies
potential objects in the frame based on the learned
features and classification criteria.
 Object Tracking: Oncetheobjectsaredetectedinthe
current frame, the tracking algorithm is employed to
track these objects across consecutive frames.
Various tracking algorithms, such as Kalman filters,
correlation filters, or opticalflow-based methods, can
be used to estimate the object's position and track its
movement over time.
 Updating Object Models: As the system processes
new frames, it consistently updates the object models
within the detection and tracking system. This
updating is done in response to the identification of
newly detected objects and their corresponding
tracks. The purpose of this updating is to enable the
system to effectively adapt to any changes that may
occur in the appearance, scale, or orientation of the
objects over time.
 Visualization and Output: The system for detecting
and tracking objects in real-time offers visual
feedback through the use of bounding boxes or
markers superimposed on video frames. These visual
indicators serve to highlight the objects that have
been detected and tracked. Furthermore, the system
has the capability to produce output data, suchasthe
coordinates, velocities, ortrajectoriesoftheidentified
vehicles and pedestrians. This output data can be
utilized for further analysis or integration withother
systems.
Fig 1 : Real Time Object Detection
Fig 2 : Real time Pedestrian Detection
4. RESULTS AND EVALUATION
 Performance Metrics: Accuracy measures the
overall correctness of the system's detections and
tracks. Precision quantifies the proportion of
correctly detected objects among all the objects
detected by the system. Recall measures the
proportion of correctly detected objects among all
the ground truth objects. F1 score is a balanced
measure of the system's performance, calculatedas
the harmonic mean of precision and recall.
 Comparative Analysis: To gauge the effectiveness
of the developed system, it can be compared with
existing methods or baseline approaches. This
comparative analysis aids in identifying the
system's strengths and weaknesses and provides
insights into its performance relative tootherstate-
of-the-art techniques.
 Robustness and Efficiency: The system's
robustness andefficiencyareassessedbysubjecting
it to different video sequences with varying
environmental conditions,suchaslighting,weather,
and object densities. The system's ability to handle
challenging scenarios, including occlusions, partial
visibility, or crowded scenes, is evaluated.
Additionally, the computational efficiency of the
system is appraised to ensure its capability to
process video streams in real-time.
 Limitations and Future Improvements: The
evaluation results are analyzed to identify any
limitations or areas for improvement in the system.
These limitations may encompass false detections,
tracking failures,orperformancedegradationunder
specific conditions. Based on the evaluation
findings, suggestions for future improvements and
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 09 | Sep 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 678
research directions can be provided to enhance the
system's performance and address its limitations.
5. DISCUSSIONS
 System Performance: This section evaluates the
overall performance of the system in terms of
accuracy, precision, recall, F1 score, and MAP. It
specifically focuses on the system's ability to
accurately detectandtrack vehiclesandpedestrians
in real-time. The performance metrics are
compared with the defined objectives of the
research to determine if the system meets the
desired requirements.
 Comparative Analysis: This section compares the
performance of the developed system with existing
methods or baseline approaches. It discusses how
the system's accuracy and efficiency compare to
other state-of-the-art techniques. The advantages
and disadvantages of the developed system in
relation to other approaches are identified. This
comparison helps position thesysteminthecontext
of existing research and highlightsitscontributions.
 Computational Efficiency: This section evaluates
the computational efficiency of the system by
analyzing its processing speed and resource
utilization. It discusses the system's ability to
process video streams in real-time and its
scalability to handle high-resolution video or
multiple camera inputs. The computational
efficiency of the system is compared with other
methods to assess itsperformanceintermsofspeed
and resource requirements.
 Future Directions: Based on the evaluationresults
and the identified limitations, this section provides
suggestions for future improvements and research
directions. Possible enhancements to address the
system's limitations, such as incorporating
advanced machine learning techniques, exploring
multi-modal sensor fusion, or integrating real-time
decision-making algorithms, are discussed.
6. CONCLUSIONS
 This research paper has provided a comprehensive
study on the development of a real-timevehicleand
pedestrian detection system using OpenCV. The
main objective of the proposed system was to
improve transportation safety and efficiency by
accurately identifying and tracking vehicles and
pedestrians in real-time.
 The research methodology involved several stages,
including data collection, preprocessing, feature
extraction, training and classification,and real-time
detection and tracking. OpenCV, an open-source
computer vision library, was employed to
implement the system and leverage its powerful
features and algorithms.
 The evaluation results demonstrated the
effectiveness of the developed system in accurately
detecting and tracking vehicles and pedestrians in
various environmental conditions. The system
achieved high accuracy, precision, recall, and F1
score, indicating its robust performance.
Comparative analysis with existing methods
highlighted the advantages and contributionsof the
system.
 However, the evaluation also revealed certain
limitations, such as false detections, tracking
failures, and performance degradation under
challenging scenarios. These limitations present
opportunities for future improvements and
research directions. Possible enhancementsinclude
the incorporation of advanced machine learning
techniques, exploration of multi-modal sensor
fusion, and integrationofreal-timedecision-making
algorithms.
 The developed real-time vehicle and pedestrian
detection system has significant practical
applications in transportation safety, traffic
management, and pedestrian protection. Its
integration with autonomous vehicles, surveillance
systems, and smart city infrastructure can further
enhance its impact.
 In conclusion, this researchpapercontributestothe
field of computer vision and transportation safety
by presenting a robust and efficient real-time
vehicle and pedestrian detection system using
OpenCV. The paper has discussed the system's
performance, limitations, and potential
improvements, providing valuable insights for
further research and development in this area.
REFERENCES
 Dalal and Triggs (2005) proposed the use of
Histograms of Oriented Gradients (HOG)forhuman
detection. Their work was presented at the IEEE
conference on computer vision and pattern
recognition. Similarly, Viola and Jones (2001)
introduced a rapid object detection method using a
boosted cascade of simple features, which was also
presented at the same conference.
 Redmon et al. (2016) presented a unified, real-time
object detection approach called "You Only Look
Once" (YOLO) at the IEEE conference on computer
vision and pattern recognition.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 09 | Sep 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 679
 Hsieh et al. (2018) focused on real-time vehicle
detection and tracking on the edge in their study
published in the IEEE Transactions on Intelligent
Transportation Systems.
 Zhang et al. (2018) aimed to achieve human
performance in pedestrian detectionandpresented
their findings at the IEEE conference on computer
vision and pattern recognition.
 Redmon and Farhadi (2017) improved upon their
previous work on YOLO and presented YOLO9000
at the IEEE conference on computer vision and
pattern recognition.
 Li and Zhang (2019) focused on real-time
pedestrian detection and tracking for autonomous
driving in their study published in the IEEE
Transactions onIntelligentTransportationSystems.
 Ren et al. (2015) proposed Faster R-CNN, a method
for real-time object detection with region proposal
networks, which was presented at the Advances in
Neural Information ProcessingSystemsconference.
 Dollar et al. (2012) evaluated the state of the art in
pedestrian detection and publishedtheirfindingsin
the IEEE Transactions on Pattern Analysis and
Machine Intelligence.
 Lastly, Zhang et al. (2017) introduced the City
persons dataset, a diverse dataset for pedestrian
detection, which was presented at the IEEE
conference on computer vision and pattern
recognition.
 Yann Lecun, Leon Bottou, Yoshua Bengio, and
Patrick Haffner conducted a study on gradient-
based learning applied to document recognition,
which was published in the Proceedings of theIEEE
in 1998.
 Wei Liu, Dragomir Anguelov, Dumitru Erhan,
Christian Szegedy, Scott E. Reed, Cheng-Yang Fu,
and Alexander C. Berg developed the single shot
multibox detector (SSD) and published their
findings in the CoRR journal in 2015.
 Jay F. Nunamaker Jr., Minder Chen, and Titus D.M.
Purdin explored systems development in
information systems research in their article
published in the Journal of Management
Information Systems in 1990. The angle of view is
discussed in an article on Wikipedia, which was
accessed in June 2020. The CDC provides
information on road traffic injuries and deaths as a
global problem in a report from 2019.
 The World Health Organization (WHO) also
published a global status report on road safety in
2018 and provides fact sheets on road traffic
injuries. The National Highway Traffic Safety
Administration (NHTSA) released a fatality report
in 2016, which supports the evidence for self-
driving cars.
 Distracted driving and its causesarediscussedinan
article from 2014. Volvo introduced pedestrian
detection technology in their new S60 model in
2010.
 SAS provides information on machine learningand
its significance in a report from 2017. Martin
Strohbach, Jörg Daubert, HermanRavkin,andMario
Lischka discuss big data storage in their book
chapter from 2016.
 The National Highway TrafficSafetyAdministration
(NHTSA) provides an overview of motor vehicle
crashes in 2015. George A.
 Peters and Barbara J. Peters explore the topic of
distracted driving in their article published in the
Journal of the Royal Society for the Promotion of
Health in 2001.
 James Munis discusses the limitations of artificial
intelligence in a conference paper from 2015.
 Eduardo A.B. da Silva and Gelson V. Mendonça
provide an overview of digital imageprocessingina
book chapter from 2005.
 Guobo Xie and Wen Lu discuss image edge
detection based on OpenCV in their article from
2013.
 Salem, Saleh Al-Amri, N Kalyankar, and Khamitkar
explore linearand non-linearcontrast enhancement
in an article from 2010.
 Marc Romanycia and Francis Pelletier define
heuristics in their article from 1985.
 Stanley J. Reeves discusses image restoration in a
book chapter from 2014.

More Related Content

Similar to VEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCV

IRJET - Automatic License Plate Detection using Image Processing
IRJET - Automatic License Plate Detection using Image ProcessingIRJET - Automatic License Plate Detection using Image Processing
IRJET - Automatic License Plate Detection using Image ProcessingIRJET Journal
 
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNN
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNNTRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNN
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNNIRJET Journal
 
IRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET Journal
 
IRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep LearningIRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep LearningIRJET Journal
 
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...IRJET Journal
 
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
 
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)IRJET Journal
 
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNINGTRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNINGIRJET 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
 
Automatic Detection of Unexpected Accidents Monitoring Conditions in Tunnels
Automatic Detection of Unexpected Accidents Monitoring Conditions in TunnelsAutomatic Detection of Unexpected Accidents Monitoring Conditions in Tunnels
Automatic Detection of Unexpected Accidents Monitoring Conditions in TunnelsIRJET Journal
 
IRJET- Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
IRJET-  	  Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...IRJET-  	  Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
IRJET- Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...IRJET Journal
 
parking space counter [Autosaved] (2).pptx
parking space counter [Autosaved] (2).pptxparking space counter [Autosaved] (2).pptx
parking space counter [Autosaved] (2).pptxAlbertDaleSteyn
 
Traffic sign recognition and detection using SVM and CNN
Traffic sign recognition and detection using SVM and CNNTraffic sign recognition and detection using SVM and CNN
Traffic sign recognition and detection using SVM and CNNIRJET Journal
 
An Experimental Analysis on Self Driving Car Using CNN
An Experimental Analysis on Self Driving Car Using CNNAn Experimental Analysis on Self Driving Car Using CNN
An Experimental Analysis on Self Driving Car Using CNNIRJET Journal
 
Intelligent Transportation System Based On Machine Learning For Vehicle Perce...
Intelligent Transportation System Based On Machine Learning For Vehicle Perce...Intelligent Transportation System Based On Machine Learning For Vehicle Perce...
Intelligent Transportation System Based On Machine Learning For Vehicle Perce...IRJET Journal
 
Discernment Pothole with Autonomous Metropolitan Vehicle
	 Discernment Pothole with Autonomous Metropolitan  Vehicle	 Discernment Pothole with Autonomous Metropolitan  Vehicle
Discernment Pothole with Autonomous Metropolitan VehicleIRJET Journal
 
IRJET- Traffic Sign Recognition System: A Survey
IRJET- Traffic Sign Recognition System: A SurveyIRJET- Traffic Sign Recognition System: A Survey
IRJET- Traffic Sign Recognition System: A SurveyIRJET Journal
 
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion TechniqueIRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion TechniqueIRJET Journal
 
IRJET- Lane Detection using Neural Networks
IRJET- Lane Detection using Neural NetworksIRJET- Lane Detection using Neural Networks
IRJET- Lane Detection using Neural NetworksIRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 

Similar to VEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCV (20)

IRJET - Automatic License Plate Detection using Image Processing
IRJET - Automatic License Plate Detection using Image ProcessingIRJET - Automatic License Plate Detection using Image Processing
IRJET - Automatic License Plate Detection using Image Processing
 
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNN
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNNTRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNN
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNN
 
IRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining Method
 
IRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep LearningIRJET- Traffic Sign Classification and Detection using Deep Learning
IRJET- Traffic Sign Classification and Detection using Deep Learning
 
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
 
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 ...
 
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)
 
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNINGTRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
 
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
 
Automatic Detection of Unexpected Accidents Monitoring Conditions in Tunnels
Automatic Detection of Unexpected Accidents Monitoring Conditions in TunnelsAutomatic Detection of Unexpected Accidents Monitoring Conditions in Tunnels
Automatic Detection of Unexpected Accidents Monitoring Conditions in Tunnels
 
IRJET- Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
IRJET-  	  Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...IRJET-  	  Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
IRJET- Robust and Fast Detection of Moving Vechiles in Aerial Videos usin...
 
parking space counter [Autosaved] (2).pptx
parking space counter [Autosaved] (2).pptxparking space counter [Autosaved] (2).pptx
parking space counter [Autosaved] (2).pptx
 
Traffic sign recognition and detection using SVM and CNN
Traffic sign recognition and detection using SVM and CNNTraffic sign recognition and detection using SVM and CNN
Traffic sign recognition and detection using SVM and CNN
 
An Experimental Analysis on Self Driving Car Using CNN
An Experimental Analysis on Self Driving Car Using CNNAn Experimental Analysis on Self Driving Car Using CNN
An Experimental Analysis on Self Driving Car Using CNN
 
Intelligent Transportation System Based On Machine Learning For Vehicle Perce...
Intelligent Transportation System Based On Machine Learning For Vehicle Perce...Intelligent Transportation System Based On Machine Learning For Vehicle Perce...
Intelligent Transportation System Based On Machine Learning For Vehicle Perce...
 
Discernment Pothole with Autonomous Metropolitan Vehicle
	 Discernment Pothole with Autonomous Metropolitan  Vehicle	 Discernment Pothole with Autonomous Metropolitan  Vehicle
Discernment Pothole with Autonomous Metropolitan Vehicle
 
IRJET- Traffic Sign Recognition System: A Survey
IRJET- Traffic Sign Recognition System: A SurveyIRJET- Traffic Sign Recognition System: A Survey
IRJET- Traffic Sign Recognition System: A Survey
 
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion TechniqueIRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
IRJET- Video Based Traffic Sign Detection by Scale Based Frame Fusion Technique
 
IRJET- Lane Detection using Neural Networks
IRJET- Lane Detection using Neural NetworksIRJET- Lane Detection using Neural Networks
IRJET- Lane Detection using Neural Networks
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 
Solving Linear Differential Equations with Constant Coefficients
Solving Linear Differential Equations with Constant CoefficientsSolving Linear Differential Equations with Constant Coefficients
Solving Linear Differential Equations with Constant CoefficientsIRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 
Solving Linear Differential Equations with Constant Coefficients
Solving Linear Differential Equations with Constant CoefficientsSolving Linear Differential Equations with Constant Coefficients
Solving Linear Differential Equations with Constant Coefficients
 

Recently uploaded

Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 

Recently uploaded (20)

Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 

VEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCV

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 09 | Sep 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 675 VEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCV KAVIN NARESH GR1, DEVADHARSHAN R2, SHOBIKA S T3 1Student, Dept. of Information Technology, Bannari Amman Institute of Technology, Tamil Nadu, India 2 Student, Dept. of Information Technology, Bannari Amman Institute of Technology, Tamil Nadu, India 3 Professor, Dept. of Computer Science & Business Systems, Bannari Amman Institute of Technology, Tamil Nadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract Prepare to have your mind blown by this groundbreaking study that is about to shake up the way we monitor vehicles and tourists. With the help of Open-CV, a cutting-edge computer vision library, these researchers are about to unveil a whole new level of tracking and analysis. Picture a sprinkle of genius and a dash of innovation, all coming together to accurately detect and monitor vehicles andtouristsinvideo or image frames. But that's not all, my friend. We're talking about counting their frequency and unraveling their movement patterns like never before. Now, let's dive into the methodology behind this mind-boggling research. Brace yourself for the mystical Haar cascades and the awe-inspiring deep learning-based models of Open-CV's object detection algorithms. These algorithms work their magic, revealing the presence of vehicles and tourists in the input data. But hold on tight, because the adventure doesn't stop there. Open-CV's tracking algorithms, like the legendary Kalman filter and the mythical Mean-Shift algorithm, swoopintotracktheseobjects across consecutive frames, ensuring that no movement goes unnoticed. Get ready to be amazed by the key findings of this extraordinary study. The researchers have triumphantly achieved the detection and tracking of vehicles and tourists, unlocking the ability to accurately count their frequency. And when you analyze this frequencydataovertime, you'lluncover a treasure trove of insights into the flow of vehicles and tourists. These precious nuggets of knowledge can be harnessed to conquer the challenges of traffic management and the art of tourism planning. But wait, there's more! The significance of this study reaches far beyond the realms of science. Its potential applications are as vast as the universe itself. Imagine the impact on transportation management, urban planning, and tourism analysis! The developed system becomes a beacon of real-time information, guiding authorities to make informed decisions and allocateresources with precision. And that's not all! The system also becomes a trusted ally in enhancing the visitor experience. It identifies crowded areas, whispers alternative routes and attractions, and transforms a mundane trip into an unforgettable adventure. In the grand finale, this research stands tall as a testament to the power of Open-CV in tracking the frequency of vehicles and tourists. Its ability to accurately detect, track, and analyze the mesmerizing movement patterns of these entities offers a treasure trove of insights for a multitude of applications. Brace yourself for improved trafficmanagement and a world where tourism experiences are elevated to new heights. This study is a game-changer, a true masterpiece in the realm of technology and innovation. Key Words: Vehicle tracking, Tourist tracking, Frequency analysis, Object detection, Traffic management, Tourism planning 1. INTRODUCTION The art of tracking and analyzing vehicles and tourists is a game-changer in the realms of transportation management and tourism planning. It's like having a secret weapon that unlocks valuable insights, optimizing resources and taking the visitor experience to new heights. Enter computervision techniques, the superheroes of real-time object detection and tracking. Open-CV, the open-source library that's causing a stir, is a treasure trove of algorithms and functions for all things computer vision. Armed with the power of Open-CV, our mission is to create a system that tracks vehicles and tourists with pinpoint precision. Our research goals are ambitious yet within reach: we aim to detect and track vehicles and tourists in video or image frames, tally up their numbers, and analyze their movement patterns. Thanks to Open-CV's nifty object detection algorithms like Haar cascades or deep learning-based models, we can spot vehicles and tourists in the blink of an eye. And once we've got them in our sights, Open-CV's tracking algorithms, like the trusty Kalman filter or the ever-reliable Mean-Shift algorithm, will keep tabs on them across frames. But why is all this tracking business so important, you ask? Well, let me tell you. Our system has the potential to revolutionize traffic management and tourism analysis. By providing real-time information on the movements of vehicles and tourists, we empower authorities to make informed decisions and allocate resources wisely. And that's not all! Our system can also enhance the overall visitor experience by identifying crowded areas and suggesting alternative routes or attractions. It's a win-win situation. 2. METHODOLOGY 2.1 DATA COLLECTION: In order to create a robust vehicle and pedestrian detection system, it is necessary to gather a dataset consistingofvideo sequences obtained from various perspectives and
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 09 | Sep 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 676 environments. This dataset should encompass a wide array of scenarios, including urban streets, highways, and areas with high pedestrian traffic. Each video sequence within the dataset should be accompanied by accurateannotationsthat indicate the presence and precise positioningofvehicles and pedestrians. 2.2 PREPROCESSING Preprocessing plays a significant role in improving the quality of video frames and reducing noise, thereby enhancing the accuracy of vehicle and pedestrian detection. The preprocessing stage typically involves the following steps: 1. Image Resizing: Video frames are often captured at different resolutions. Resizing the frames to a consistentsizehelpsstandardize the input for subsequent processing steps. It also reduces computational complexity and improvesthe efficiencyof the detection algorithm. 2. Noise Reduction: Video frames may contain various types of noise, such as Gaussian noise or motion blur. Applying noise reduction techniques, such as Gaussian smoothing or median filtering, helps suppress noise and enhance the clarity of the frames. This step improves the accuracy of feature extraction and subsequent detection. 3. Contrast Enhancement: Enhancing the contrast of video frames can improve the visibility of objects, making them more distinguishable. Techniques like histogram equalization or adaptive histogram equalization can be applied to enhance the contrast and improve the detection performance. 4. Color Space Conversion: Converting the video frames to a different color space can sometimes improve the detection accuracy. For example, converting frames from RGB to grayscale simplifies the subsequent processing steps and reduces computational complexity. Other color spaces,suchasHSVorYUV,mayalso be used depending on the specific requirements of the detection algorithm. 5. Image Normalization: Normalizing the pixel values of video frames helps reduce the impact of lighting variations and improvethe robustness of the detection algorithm.Techniqueslikemeansubtraction or min-max scaling can be applied to normalize the pixel values within a certain range. 6. Region of Interest (ROI) Extraction: In certain cases, extracting a specific region of interest from the video frames can be beneficial. For instance, if the detection system focuses on a particular area, such as a road or a pedestrian crossing, extracting the ROI can reduce computational complexity and improve the detectionspeed. 2.3 TRAINING AND CLASSIFICATION 1. Dataset Split: The labeled dataset, which comprises preprocessed video frames and corresponding ground truth annotations, is divided into training and testing sets. The training set is utilized to train the machine learning algorithm, while the testing set is employed to evaluate its performance. 2. Training Algorithm Selection: An appropriate machine learning algorithm is chosen for training based on the dataset's characteristics and the detection system's requirements. Commonly used algorithms for vehicle and pedestrian classification tasks include Support Vector Machines (SVM),RandomForests,or Convolutional Neural Networks (CNN). 3. Model Optimization: During the training process, the parameters of the machine learning algorithm areoptimizedtoachievethe best possible classification performance. Techniques such as cross- validation, grid search, or Bayesian optimization may be employed to determine the optimal parameter values. 3. REAL TIME DETECTION AND TRACKING Following the successful training of the machine learning algorithm for the purpose of classifying vehicles and pedestrians, the subsequent stage involves the integration of the trained model into a real-time detection and tracking system. This system operates by analyzing video streams in real-time, enabling the identification and tracking of vehicles and pedestrians on a frame-by-frame basis.  Acquisition of Video Streams: The initial stepinthe real-time detection and tracking system involves obtaining video streams from cameras installed on vehicles or surveillance systems. These video streams are utilized as the input for the detection and tracking algorithms.  Frame preprocessing: Where each frame of the video stream undergoes a series of techniquesakinto those mentioned in the preprocessing stage. These techniques encompass resizing the frame, mitigating noise, improving contrast, and converting the frame to a suitable color space. The purpose of
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 09 | Sep 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 677 preprocessing is to ensure that the frames are in an optimal format for precise detection and tracking.  Object Detection: The preprocessed frames are passed through the detection algorithm, which applies the trained machine learning model to classify regions of interest (ROIs) as either vehiclesor pedestrians. The detection algorithm identifies potential objects in the frame based on the learned features and classification criteria.  Object Tracking: Oncetheobjectsaredetectedinthe current frame, the tracking algorithm is employed to track these objects across consecutive frames. Various tracking algorithms, such as Kalman filters, correlation filters, or opticalflow-based methods, can be used to estimate the object's position and track its movement over time.  Updating Object Models: As the system processes new frames, it consistently updates the object models within the detection and tracking system. This updating is done in response to the identification of newly detected objects and their corresponding tracks. The purpose of this updating is to enable the system to effectively adapt to any changes that may occur in the appearance, scale, or orientation of the objects over time.  Visualization and Output: The system for detecting and tracking objects in real-time offers visual feedback through the use of bounding boxes or markers superimposed on video frames. These visual indicators serve to highlight the objects that have been detected and tracked. Furthermore, the system has the capability to produce output data, suchasthe coordinates, velocities, ortrajectoriesoftheidentified vehicles and pedestrians. This output data can be utilized for further analysis or integration withother systems. Fig 1 : Real Time Object Detection Fig 2 : Real time Pedestrian Detection 4. RESULTS AND EVALUATION  Performance Metrics: Accuracy measures the overall correctness of the system's detections and tracks. Precision quantifies the proportion of correctly detected objects among all the objects detected by the system. Recall measures the proportion of correctly detected objects among all the ground truth objects. F1 score is a balanced measure of the system's performance, calculatedas the harmonic mean of precision and recall.  Comparative Analysis: To gauge the effectiveness of the developed system, it can be compared with existing methods or baseline approaches. This comparative analysis aids in identifying the system's strengths and weaknesses and provides insights into its performance relative tootherstate- of-the-art techniques.  Robustness and Efficiency: The system's robustness andefficiencyareassessedbysubjecting it to different video sequences with varying environmental conditions,suchaslighting,weather, and object densities. The system's ability to handle challenging scenarios, including occlusions, partial visibility, or crowded scenes, is evaluated. Additionally, the computational efficiency of the system is appraised to ensure its capability to process video streams in real-time.  Limitations and Future Improvements: The evaluation results are analyzed to identify any limitations or areas for improvement in the system. These limitations may encompass false detections, tracking failures,orperformancedegradationunder specific conditions. Based on the evaluation findings, suggestions for future improvements and
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 09 | Sep 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 678 research directions can be provided to enhance the system's performance and address its limitations. 5. DISCUSSIONS  System Performance: This section evaluates the overall performance of the system in terms of accuracy, precision, recall, F1 score, and MAP. It specifically focuses on the system's ability to accurately detectandtrack vehiclesandpedestrians in real-time. The performance metrics are compared with the defined objectives of the research to determine if the system meets the desired requirements.  Comparative Analysis: This section compares the performance of the developed system with existing methods or baseline approaches. It discusses how the system's accuracy and efficiency compare to other state-of-the-art techniques. The advantages and disadvantages of the developed system in relation to other approaches are identified. This comparison helps position thesysteminthecontext of existing research and highlightsitscontributions.  Computational Efficiency: This section evaluates the computational efficiency of the system by analyzing its processing speed and resource utilization. It discusses the system's ability to process video streams in real-time and its scalability to handle high-resolution video or multiple camera inputs. The computational efficiency of the system is compared with other methods to assess itsperformanceintermsofspeed and resource requirements.  Future Directions: Based on the evaluationresults and the identified limitations, this section provides suggestions for future improvements and research directions. Possible enhancements to address the system's limitations, such as incorporating advanced machine learning techniques, exploring multi-modal sensor fusion, or integrating real-time decision-making algorithms, are discussed. 6. CONCLUSIONS  This research paper has provided a comprehensive study on the development of a real-timevehicleand pedestrian detection system using OpenCV. The main objective of the proposed system was to improve transportation safety and efficiency by accurately identifying and tracking vehicles and pedestrians in real-time.  The research methodology involved several stages, including data collection, preprocessing, feature extraction, training and classification,and real-time detection and tracking. OpenCV, an open-source computer vision library, was employed to implement the system and leverage its powerful features and algorithms.  The evaluation results demonstrated the effectiveness of the developed system in accurately detecting and tracking vehicles and pedestrians in various environmental conditions. The system achieved high accuracy, precision, recall, and F1 score, indicating its robust performance. Comparative analysis with existing methods highlighted the advantages and contributionsof the system.  However, the evaluation also revealed certain limitations, such as false detections, tracking failures, and performance degradation under challenging scenarios. These limitations present opportunities for future improvements and research directions. Possible enhancementsinclude the incorporation of advanced machine learning techniques, exploration of multi-modal sensor fusion, and integrationofreal-timedecision-making algorithms.  The developed real-time vehicle and pedestrian detection system has significant practical applications in transportation safety, traffic management, and pedestrian protection. Its integration with autonomous vehicles, surveillance systems, and smart city infrastructure can further enhance its impact.  In conclusion, this researchpapercontributestothe field of computer vision and transportation safety by presenting a robust and efficient real-time vehicle and pedestrian detection system using OpenCV. The paper has discussed the system's performance, limitations, and potential improvements, providing valuable insights for further research and development in this area. REFERENCES  Dalal and Triggs (2005) proposed the use of Histograms of Oriented Gradients (HOG)forhuman detection. Their work was presented at the IEEE conference on computer vision and pattern recognition. Similarly, Viola and Jones (2001) introduced a rapid object detection method using a boosted cascade of simple features, which was also presented at the same conference.  Redmon et al. (2016) presented a unified, real-time object detection approach called "You Only Look Once" (YOLO) at the IEEE conference on computer vision and pattern recognition.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 09 | Sep 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 679  Hsieh et al. (2018) focused on real-time vehicle detection and tracking on the edge in their study published in the IEEE Transactions on Intelligent Transportation Systems.  Zhang et al. (2018) aimed to achieve human performance in pedestrian detectionandpresented their findings at the IEEE conference on computer vision and pattern recognition.  Redmon and Farhadi (2017) improved upon their previous work on YOLO and presented YOLO9000 at the IEEE conference on computer vision and pattern recognition.  Li and Zhang (2019) focused on real-time pedestrian detection and tracking for autonomous driving in their study published in the IEEE Transactions onIntelligentTransportationSystems.  Ren et al. (2015) proposed Faster R-CNN, a method for real-time object detection with region proposal networks, which was presented at the Advances in Neural Information ProcessingSystemsconference.  Dollar et al. (2012) evaluated the state of the art in pedestrian detection and publishedtheirfindingsin the IEEE Transactions on Pattern Analysis and Machine Intelligence.  Lastly, Zhang et al. (2017) introduced the City persons dataset, a diverse dataset for pedestrian detection, which was presented at the IEEE conference on computer vision and pattern recognition.  Yann Lecun, Leon Bottou, Yoshua Bengio, and Patrick Haffner conducted a study on gradient- based learning applied to document recognition, which was published in the Proceedings of theIEEE in 1998.  Wei Liu, Dragomir Anguelov, Dumitru Erhan, Christian Szegedy, Scott E. Reed, Cheng-Yang Fu, and Alexander C. Berg developed the single shot multibox detector (SSD) and published their findings in the CoRR journal in 2015.  Jay F. Nunamaker Jr., Minder Chen, and Titus D.M. Purdin explored systems development in information systems research in their article published in the Journal of Management Information Systems in 1990. The angle of view is discussed in an article on Wikipedia, which was accessed in June 2020. The CDC provides information on road traffic injuries and deaths as a global problem in a report from 2019.  The World Health Organization (WHO) also published a global status report on road safety in 2018 and provides fact sheets on road traffic injuries. The National Highway Traffic Safety Administration (NHTSA) released a fatality report in 2016, which supports the evidence for self- driving cars.  Distracted driving and its causesarediscussedinan article from 2014. Volvo introduced pedestrian detection technology in their new S60 model in 2010.  SAS provides information on machine learningand its significance in a report from 2017. Martin Strohbach, Jörg Daubert, HermanRavkin,andMario Lischka discuss big data storage in their book chapter from 2016.  The National Highway TrafficSafetyAdministration (NHTSA) provides an overview of motor vehicle crashes in 2015. George A.  Peters and Barbara J. Peters explore the topic of distracted driving in their article published in the Journal of the Royal Society for the Promotion of Health in 2001.  James Munis discusses the limitations of artificial intelligence in a conference paper from 2015.  Eduardo A.B. da Silva and Gelson V. Mendonça provide an overview of digital imageprocessingina book chapter from 2005.  Guobo Xie and Wen Lu discuss image edge detection based on OpenCV in their article from 2013.  Salem, Saleh Al-Amri, N Kalyankar, and Khamitkar explore linearand non-linearcontrast enhancement in an article from 2010.  Marc Romanycia and Francis Pelletier define heuristics in their article from 1985.  Stanley J. Reeves discusses image restoration in a book chapter from 2014.