SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 423
CONGESTION REDUCING SYSTEM THROUGH SENSORS, IMAGE
PROCESSORS AND VANET IN V2I SETUP
MS. J Sivapriya1, VARUN KUMAR2, ABHIMANYU JAIN3,UTKARSH VERMA4
1ASSISTANT PROFESSOR, SRMINSTITUTE OF SCIENCE AND TECHNOLOGYRAMAPURAM CHENNAI-600089
2,3,4UG SCHOLARS, SRM INSTITUTE OF SCIENCE AND TECHNOLOGYRAMAPURAM CHENNAI-600089
--------------------------------------------------------------------------***----------------------------------------------------------------------------
Abstract- Traffic congestion is a major universal problem.
As vehicle population increases, the existing infrastructure
at many places is unable to cope up with the vehicular
footprint. This leads to congestion on busy streets,
intersections and often highways which can in turn lead to
fatal or non-fatal collision between vehicles. This paper
discusses the use of technology in a V2I setup, namely-
image processing, IOT including data transfer through
cloud and Vehicular ad hoc network which aims at
improving alert systems to internet enabled cars with
minimal human involvement to increase accuracy of the
process. The implementation of this setup is seen to be
brought into the V2I ecosystem as internet enabled cars
become more common and affordable for possessing a
potential for maximum reach.
INTRODUCTION
Due to increasing human population and vehicle
affordability, congestion in traffic and accidents due to that
congestion are starting to occur more commonly as years
pass by. It is important that emerging technology is put
into use to reduce congestion and traffic problems,
especially in spurning metropolises. The setup described
used in this system facilitate traffic detection and send
alerts to the nearby connected labels using real time
sensors, image processors IoT gateways and VANET. The
implementation of this setup would help the car drivers
get a better idea of the condition s on roads ahead which
would help them divert from a route of potential
congestion circumstances. The system explains the
working of vehicle to infrastructure data transfer
mechanism efficiently and taking minimal possible time
and human involvement for the same.
1. EXISTING SYSTEMS
Although there is still no fully functional existing system,
but different Tech Companies have introduced ideas
related to this system and many of them are already in
implementation. Some of these companies are Ford,
General Motors, Nissan, Tesla and Mercedes.
Some of the measures to reduce traffic conjugation and
further accident prevention are- (i)Adaptive Traffic
Signals (ii)Vehicle-to-infrastructure Smart Corridor
(iii)Autonomous Vehicle Technology (iv)Real-Time Traffic
Feedback.
Adaptive Traffic Signals
These lights are used to get a more efficient idea of traffic
flow and the amount of time a vehicle idles at traffic lights.
This helps in modifying traffic signal timing based on the
traffic throughout the day.
Vehicle-to-Infrastructure Smart Corridor
The Adaptive traffic signals are one of the piece of smart
corridors. They are the technology closest to our idea
which address traffic congested roads as well as possible
hazardous areas. To do this, short-range communications
units are installed along the ringway that can connect with
the other units and the vehicles that have devices installed.
These corridors are expected to reduce the travel time on
the avenue by 25%.
Autonomous Vehicle Technology
Autonomous vehicles are likely to reduce congestion. One
example of the example of an autonomous vehicle
technology is Platooning. If all vehicles on the road had
autonomous technology, these vehicles would then be able
to speed up and slow down, and merge onto and off
freeways without human direction, and thus . Platooning is
a kick-offfor self-driving cars as it requires vehicles on a
highway to communicate with each other about speed and
conditions, allowing the vehicles to travel frequently. This
would eradicate human error that causes issues like
Phantom Traffic which is caused by the ripple effect of a
driver braking in the middle of a freeway.
Real-Time Traffic Feedback
Real-time traffic feedback makes concepts like Congestion
Pricing a little uncomplicated to sell to consumers who are
used to using roads for free. In place of the typical toll for
express lanes, this would change the pricing structure
based on high traffic hours and for high-occupancy or
exempt vehicles, with the motive of discouraging single-
passenger drivers to be on the road at peak travel hours.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 424
Fig 1: impacts of traffic congestion(Source-NewAgebd).
2. OBJECTIVE
Due to increase in population, the number of vehicles on
road has also increased. Because of this, congestion on
road has also increased. Thus, our objective was to design
a setup that helps forecasting of a congestion and helping
drivers divert their routes accordingly thereby keeping the
main intersections, streets and highways congestion free
to the maximum possible level. Our system allows the
drivers to know the location of the abnormal road
conditions in the nearby areas. The system uses Image
Processing and Cloud Computing and VANET data transfer
to check for the congestion or accidents and storing and
sharing of that information.
Fig 2: reasons for congestion.(Source-US DT)
3. PROPOSED SYSTEM
A. Real time sensors.
Real time monitoring sensors are attached on busy
crossings and intersections. Through the sensors following
readings are taken down.
1. Number of cars passing in every 2 minutes.
2. Average speed of the vehicle in the past 2 minutes.
3. Average occupation ratio of the lane in those 2
minutes.
4. Date and time information.
The sensor is attached such that it has optimal placement
to that of the road under observation. This makes sure that
the readings taken by the sensor have increased accuracy.
The readings are noted and processed, once an anomaly
major that usual is noticed among the readings which
differs from the conditions of normal functioning, the
image processing system is activated.
B. Image processing system
Once the real time sensor combines with the image
processor after noticing anomalous readings, the image
processor camera is activated. The camera is attached as
part of the system which includes the image processing
unit. An image is processed using following techniques
stepwiseGrayscale Conversion
The first step in image analysis is the conversion of the
RGB image into grayscale using standard techniques.
I. Median Filtering
After grayscale conversion, the noise within the image is
smoothened using a median filter. A median filter modifies
an image pixel such that the new pixel value is selected as
the median of the neighboring values within a specific
range. This filtering has the effect of removing random
noise in images while still maintaining the overall integrity
of image regions and it’s boundaries
II. Thresholding
The next step in processing involves conversion of the
grayscale image into a black and white image through the
process called thresholding. This process involves the
selection of a certain threshold value in the grayscale
range which acts as a cutoff for determining which pixels
should be converted to white or black in the resulting
image.
III. Line Detection
Using the obtained threshold image, a Hough Transform
(HT) is performed. HT algorithm maps all points in the
image space into sinusoids within an alternate polar
coordinate parameter space. Polar coordinates defined
within this parameter space define the angle and
magnitude or length of vector normal for probable lines in
the image space. Using these parameters, it’s possible to
map points in the HT parameter space to lines in the image
space. Each point in parameter space is associated with a
numerical value which relates to the likelihood of that line
defined by polar coordinates actually existing in the real
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 425
scene from the image. Local maxima of this space defines
the most prominent lines within the image scene and
provides the basis for use of HT parameter space to detect
road paths.
IV. Angle of Rotation
Once the vanishing points of the current image and
training image have been determined, it is possible to
calculate the distance between the two points and hence
the road line relative to stationary traffic camera to
determine the heading direction or angle or rotation of the
camera in two-dimensional space. The relative rotation of
roadway in this image relative to a training or reference
image roadway allows for determination of angular
rotation of the camera. This angular rotation is easily
mapped to real world directional coordinates based on the
calibration information for our camera and reference
image. This approach assumes a fixed camera location and
knowledge of certain camera calibration settings.
C. IoT gateway
After the image is processed and it is determined that
major anomaly in traffic flow is detected by the image
processor, the data received is to be filtered to be
transferred. This is done by an IoT gateway.
IoT Gateway makes the devices available online
through sensors and cloud
An IoT gateway performs several critical functions from
 translating protocols to encrypting
 processing
 managing data
 filtering data.
The Gateway Software :
The software application is heart of the IoT gateway.
The gateway software is responsible for
 collecting messages from sensors
 storing data appropriately until it can be pre-
processed
 pre-processing the data
 Decides if data at a given stage of processing should be
temporary, persistent, or kept in-memory.
In this setup, the data from the image processor and real
time monitoring systems are collected and transferred to
the data centers through the IOT gateway to the cloud
where the useful data is filtered and further processed
through big data to be converted in an understandable
code by the recipient.
Once the data is processed and filtered, the next step is
transferring the data in the form of alerts to the connected
cars in the nearby radius.
Fig 3: block diagram representation of the process
D. Alerts to the drivers through VANET.
The Vehicular Ad-Hoc Network, or VANET, is a relatively
new technology that uses moves cars as nodes in a
network to create a mobile network. VANET turns every
participating car into a wireless router or node, allowing
cars and road side data centers approximately 100 to 300
meters of each other to connect which in turn, creates a
network with a wide range.
Data is transferred through the system of
VANET(vehicular ad hoc networks) in the form of alerts to
the drivers. It forms a network range between the data
center and the vehicle where data flow can be proceeded
through wireless path. This can be done through a wi-fi or
a cellular connection, wherein in the drivers are alerted on
their car screens about any nearby congestion or an
accident with the location of the road provided where the
incident occurred. The alerts are sent on apps for cars on
the screen where a notification pops out and the driver
receives the message.
Fig 4: use of VANET in V2I and V2V
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 426
4. CONCLUSION
This paper elaborates the vehicle to infrastructure setup
with the use of real time sensors, image processors, IoT
gateway and Vehicular ad-hoc networks. This setup was
formulated with the initial idea of implementation in the
nearby future when IoT enabled cars become more
common and affordable so as to make this system
functional. The goal remains detect potential congestion
to reduce abnormal traffic congestion which would in turn
reduce collision accidents on roads full of traffic by
alerting riders and advising them to divert routes.
5. REFERENCES
[1]. Cantoni, V., Lombardi, L., Porta, M., Sicard, N., (2001).
“Vanishing Point Detection: Representation Analysis and
New Approaches.” Proc., 11th Conf. on Image Analysis and
Processing.
[2]. Real-time Image Processing Algorithm for the
Detection of Road and Environmental condition.- James G.
Haran,John Dillenburg2 and Peter Nelson.
[3].O. Akoz and M. E. Karsligil, “Traffic event classification
at intersections based on the severity of abnormality,”
Machine vision and applications, vol. 25, no. 3, pp. 613–
632, 2014.
[4]. M.W. Maier, R. Hilliard and D. Emery, “Software
architecture: introducing IEEE standard 1471,” Computer,
pp. 107–109, vol. 34, no. 4, 2001.
[5].Indranil Bose, Raktim Pal. Auto-ID: managing anything,
anywhere, anytime in the supply chain. Communication of
the ACM, 2005, 48(8):100-106.

More Related Content

What's hot

IRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET- Density based Traffic Controller with Defaulter Identification using IoTIRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET Journal
 
Intelligent Traffic System for kajang city, Malaysia.
Intelligent Traffic System for kajang city, Malaysia.Intelligent Traffic System for kajang city, Malaysia.
Intelligent Traffic System for kajang city, Malaysia.
Yousef Abujubba
 
Auto Traffic Management System
Auto Traffic Management SystemAuto Traffic Management System
Auto Traffic Management System
vivatechijri
 
IRJET- Strategical Management of Image Processing based Real Time Traffic Con...
IRJET- Strategical Management of Image Processing based Real Time Traffic Con...IRJET- Strategical Management of Image Processing based Real Time Traffic Con...
IRJET- Strategical Management of Image Processing based Real Time Traffic Con...
IRJET Journal
 
IRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring System
IRJET Journal
 
Can protocol driverless train control system
Can protocol driverless train control systemCan protocol driverless train control system
Can protocol driverless train control system
eSAT Publishing House
 
IRJET- Sentimental Analysis on Product using Statistical Measures
IRJET-  	  Sentimental Analysis on Product using Statistical MeasuresIRJET-  	  Sentimental Analysis on Product using Statistical Measures
IRJET- Sentimental Analysis on Product using Statistical Measures
IRJET Journal
 
A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...
A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...
A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...
cscpconf
 
Emergency vehicles detection and special road system ppt
Emergency vehicles detection and special road system pptEmergency vehicles detection and special road system ppt
Emergency vehicles detection and special road system ppt
RejetiPrathyusha
 
IRJET- Lane Detection using Neural Networks
IRJET- Lane Detection using Neural NetworksIRJET- Lane Detection using Neural Networks
IRJET- Lane Detection using Neural Networks
IRJET Journal
 
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET-  	  Time To Cross – Traffic Light Control System using Image ProcessingIRJET-  	  Time To Cross – Traffic Light Control System using Image Processing
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET Journal
 
Intelligent Traffic Light control using Embedded Systems
Intelligent Traffic Light control using Embedded SystemsIntelligent Traffic Light control using Embedded Systems
Intelligent Traffic Light control using Embedded SystemsSrijan Singh
 
Online/Offline Lane Change Events Detection Algorithms
Online/Offline Lane Change Events Detection AlgorithmsOnline/Offline Lane Change Events Detection Algorithms
Online/Offline Lane Change Events Detection Algorithms
Feras Tanan
 
IRJET - A Review on Fully Autonomous Vehicle
IRJET - A Review on Fully Autonomous VehicleIRJET - A Review on Fully Autonomous Vehicle
IRJET - A Review on Fully Autonomous Vehicle
IRJET Journal
 
IRJET- A Review on Accident Prevention Methods at Railway Line Crossings
IRJET-  	  A Review on Accident Prevention Methods at Railway Line CrossingsIRJET-  	  A Review on Accident Prevention Methods at Railway Line Crossings
IRJET- A Review on Accident Prevention Methods at Railway Line Crossings
IRJET Journal
 
A survey on real time bus monitoring system
A survey on real time bus monitoring systemA survey on real time bus monitoring system
A survey on real time bus monitoring system
IRJET Journal
 
Smart Parking
Smart ParkingSmart Parking
Smart Parking
Aditya Basu
 
TRANSFORMING PUBLIC TRANSPORTATION
TRANSFORMING PUBLIC TRANSPORTATIONTRANSFORMING PUBLIC TRANSPORTATION
TRANSFORMING PUBLIC TRANSPORTATION
Aditya Basu
 
IRJET- Monitoring and Analysing Real Time Traffic Images and Information Via ...
IRJET- Monitoring and Analysing Real Time Traffic Images and Information Via ...IRJET- Monitoring and Analysing Real Time Traffic Images and Information Via ...
IRJET- Monitoring and Analysing Real Time Traffic Images and Information Via ...
IRJET Journal
 
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...
IRJET Journal
 

What's hot (20)

IRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET- Density based Traffic Controller with Defaulter Identification using IoTIRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET- Density based Traffic Controller with Defaulter Identification using IoT
 
Intelligent Traffic System for kajang city, Malaysia.
Intelligent Traffic System for kajang city, Malaysia.Intelligent Traffic System for kajang city, Malaysia.
Intelligent Traffic System for kajang city, Malaysia.
 
Auto Traffic Management System
Auto Traffic Management SystemAuto Traffic Management System
Auto Traffic Management System
 
IRJET- Strategical Management of Image Processing based Real Time Traffic Con...
IRJET- Strategical Management of Image Processing based Real Time Traffic Con...IRJET- Strategical Management of Image Processing based Real Time Traffic Con...
IRJET- Strategical Management of Image Processing based Real Time Traffic Con...
 
IRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring System
 
Can protocol driverless train control system
Can protocol driverless train control systemCan protocol driverless train control system
Can protocol driverless train control system
 
IRJET- Sentimental Analysis on Product using Statistical Measures
IRJET-  	  Sentimental Analysis on Product using Statistical MeasuresIRJET-  	  Sentimental Analysis on Product using Statistical Measures
IRJET- Sentimental Analysis on Product using Statistical Measures
 
A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...
A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...
A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...
 
Emergency vehicles detection and special road system ppt
Emergency vehicles detection and special road system pptEmergency vehicles detection and special road system ppt
Emergency vehicles detection and special road system ppt
 
IRJET- Lane Detection using Neural Networks
IRJET- Lane Detection using Neural NetworksIRJET- Lane Detection using Neural Networks
IRJET- Lane Detection using Neural Networks
 
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET-  	  Time To Cross – Traffic Light Control System using Image ProcessingIRJET-  	  Time To Cross – Traffic Light Control System using Image Processing
IRJET- Time To Cross – Traffic Light Control System using Image Processing
 
Intelligent Traffic Light control using Embedded Systems
Intelligent Traffic Light control using Embedded SystemsIntelligent Traffic Light control using Embedded Systems
Intelligent Traffic Light control using Embedded Systems
 
Online/Offline Lane Change Events Detection Algorithms
Online/Offline Lane Change Events Detection AlgorithmsOnline/Offline Lane Change Events Detection Algorithms
Online/Offline Lane Change Events Detection Algorithms
 
IRJET - A Review on Fully Autonomous Vehicle
IRJET - A Review on Fully Autonomous VehicleIRJET - A Review on Fully Autonomous Vehicle
IRJET - A Review on Fully Autonomous Vehicle
 
IRJET- A Review on Accident Prevention Methods at Railway Line Crossings
IRJET-  	  A Review on Accident Prevention Methods at Railway Line CrossingsIRJET-  	  A Review on Accident Prevention Methods at Railway Line Crossings
IRJET- A Review on Accident Prevention Methods at Railway Line Crossings
 
A survey on real time bus monitoring system
A survey on real time bus monitoring systemA survey on real time bus monitoring system
A survey on real time bus monitoring system
 
Smart Parking
Smart ParkingSmart Parking
Smart Parking
 
TRANSFORMING PUBLIC TRANSPORTATION
TRANSFORMING PUBLIC TRANSPORTATIONTRANSFORMING PUBLIC TRANSPORTATION
TRANSFORMING PUBLIC TRANSPORTATION
 
IRJET- Monitoring and Analysing Real Time Traffic Images and Information Via ...
IRJET- Monitoring and Analysing Real Time Traffic Images and Information Via ...IRJET- Monitoring and Analysing Real Time Traffic Images and Information Via ...
IRJET- Monitoring and Analysing Real Time Traffic Images and Information Via ...
 
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...
 

Similar to IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet in V2I Setup

Smart Traffic Monitoring System based on vehicle counts.
Smart Traffic Monitoring System based on vehicle counts.Smart Traffic Monitoring System based on vehicle counts.
Smart Traffic Monitoring System based on vehicle counts.
IRJET Journal
 
Control of Traffic Signals by AI based Image Processing
Control of Traffic Signals by AI based Image ProcessingControl of Traffic Signals by AI based Image Processing
Control of Traffic Signals by AI based Image Processing
IRJET Journal
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance System
IRJET Journal
 
IRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image Processing
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
 
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
 
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOTSMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
IRJET Journal
 
VEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCV
VEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCVVEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCV
VEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCV
IRJET Journal
 
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET Journal
 
Smart Algorithm for Traffic Congestion and Control
Smart  Algorithm for Traffic Congestion and ControlSmart  Algorithm for Traffic Congestion and Control
Smart Algorithm for Traffic Congestion and Control
IRJET Journal
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane Detection
IRJET Journal
 
Iaetsd literature review on traffic signal control system based on
Iaetsd literature review on traffic signal control system based onIaetsd literature review on traffic signal control system based on
Iaetsd literature review on traffic signal control system based on
Iaetsd Iaetsd
 
IRJET- Dynamic Traffic Management System
IRJET- Dynamic Traffic Management SystemIRJET- Dynamic Traffic Management System
IRJET- Dynamic Traffic Management System
IRJET Journal
 
IRJET- Intelligent Traffic Signal Control System using ANN
IRJET-  	  Intelligent Traffic Signal Control System using ANNIRJET-  	  Intelligent Traffic Signal Control System using ANN
IRJET- Intelligent Traffic Signal Control System using ANN
IRJET Journal
 
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET Journal
 
IRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoT
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 LEARNING
IRJET Journal
 
IRJET- AI Based Traffic Signal Control System
IRJET- AI Based Traffic Signal Control SystemIRJET- AI Based Traffic Signal Control System
IRJET- AI Based Traffic Signal Control System
IRJET 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
 
IRJET- Modern E-Parking System for Smart Cities
IRJET-  	  Modern E-Parking System for Smart CitiesIRJET-  	  Modern E-Parking System for Smart Cities
IRJET- Modern E-Parking System for Smart Cities
IRJET Journal
 

Similar to IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet in V2I Setup (20)

Smart Traffic Monitoring System based on vehicle counts.
Smart Traffic Monitoring System based on vehicle counts.Smart Traffic Monitoring System based on vehicle counts.
Smart Traffic Monitoring System based on vehicle counts.
 
Control of Traffic Signals by AI based Image Processing
Control of Traffic Signals by AI based Image ProcessingControl of Traffic Signals by AI based Image Processing
Control of Traffic Signals by AI based Image Processing
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance System
 
IRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image ProcessingIRJET- Smart Traffic Control System using Image Processing
IRJET- Smart Traffic Control System using Image Processing
 
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- 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...
 
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOTSMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
 
VEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCV
VEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCVVEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCV
VEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCV
 
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
IRJET- Artificial Intelligence Based Smart Traffic Management System using Vi...
 
Smart Algorithm for Traffic Congestion and Control
Smart  Algorithm for Traffic Congestion and ControlSmart  Algorithm for Traffic Congestion and Control
Smart Algorithm for Traffic Congestion and Control
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane Detection
 
Iaetsd literature review on traffic signal control system based on
Iaetsd literature review on traffic signal control system based onIaetsd literature review on traffic signal control system based on
Iaetsd literature review on traffic signal control system based on
 
IRJET- Dynamic Traffic Management System
IRJET- Dynamic Traffic Management SystemIRJET- Dynamic Traffic Management System
IRJET- Dynamic Traffic Management System
 
IRJET- Intelligent Traffic Signal Control System using ANN
IRJET-  	  Intelligent Traffic Signal Control System using ANNIRJET-  	  Intelligent Traffic Signal Control System using ANN
IRJET- Intelligent Traffic Signal Control System using ANN
 
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
 
IRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoT
 
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
 
IRJET- AI Based Traffic Signal Control System
IRJET- AI Based Traffic Signal Control SystemIRJET- AI Based Traffic Signal Control System
IRJET- AI Based Traffic Signal Control System
 
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- Modern E-Parking System for Smart Cities
IRJET-  	  Modern E-Parking System for Smart CitiesIRJET-  	  Modern E-Parking System for Smart Cities
IRJET- Modern E-Parking System for Smart Cities
 

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 STRUCTURE
IRJET 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 Characteristics
IRJET 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
 
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
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 Pro
IRJET 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 System
IRJET 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 bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET 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 Design
IRJET 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
 

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...
 
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
 
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...
 

Recently uploaded

Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 

Recently uploaded (20)

Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 

IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet in V2I Setup

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 423 CONGESTION REDUCING SYSTEM THROUGH SENSORS, IMAGE PROCESSORS AND VANET IN V2I SETUP MS. J Sivapriya1, VARUN KUMAR2, ABHIMANYU JAIN3,UTKARSH VERMA4 1ASSISTANT PROFESSOR, SRMINSTITUTE OF SCIENCE AND TECHNOLOGYRAMAPURAM CHENNAI-600089 2,3,4UG SCHOLARS, SRM INSTITUTE OF SCIENCE AND TECHNOLOGYRAMAPURAM CHENNAI-600089 --------------------------------------------------------------------------***---------------------------------------------------------------------------- Abstract- Traffic congestion is a major universal problem. As vehicle population increases, the existing infrastructure at many places is unable to cope up with the vehicular footprint. This leads to congestion on busy streets, intersections and often highways which can in turn lead to fatal or non-fatal collision between vehicles. This paper discusses the use of technology in a V2I setup, namely- image processing, IOT including data transfer through cloud and Vehicular ad hoc network which aims at improving alert systems to internet enabled cars with minimal human involvement to increase accuracy of the process. The implementation of this setup is seen to be brought into the V2I ecosystem as internet enabled cars become more common and affordable for possessing a potential for maximum reach. INTRODUCTION Due to increasing human population and vehicle affordability, congestion in traffic and accidents due to that congestion are starting to occur more commonly as years pass by. It is important that emerging technology is put into use to reduce congestion and traffic problems, especially in spurning metropolises. The setup described used in this system facilitate traffic detection and send alerts to the nearby connected labels using real time sensors, image processors IoT gateways and VANET. The implementation of this setup would help the car drivers get a better idea of the condition s on roads ahead which would help them divert from a route of potential congestion circumstances. The system explains the working of vehicle to infrastructure data transfer mechanism efficiently and taking minimal possible time and human involvement for the same. 1. EXISTING SYSTEMS Although there is still no fully functional existing system, but different Tech Companies have introduced ideas related to this system and many of them are already in implementation. Some of these companies are Ford, General Motors, Nissan, Tesla and Mercedes. Some of the measures to reduce traffic conjugation and further accident prevention are- (i)Adaptive Traffic Signals (ii)Vehicle-to-infrastructure Smart Corridor (iii)Autonomous Vehicle Technology (iv)Real-Time Traffic Feedback. Adaptive Traffic Signals These lights are used to get a more efficient idea of traffic flow and the amount of time a vehicle idles at traffic lights. This helps in modifying traffic signal timing based on the traffic throughout the day. Vehicle-to-Infrastructure Smart Corridor The Adaptive traffic signals are one of the piece of smart corridors. They are the technology closest to our idea which address traffic congested roads as well as possible hazardous areas. To do this, short-range communications units are installed along the ringway that can connect with the other units and the vehicles that have devices installed. These corridors are expected to reduce the travel time on the avenue by 25%. Autonomous Vehicle Technology Autonomous vehicles are likely to reduce congestion. One example of the example of an autonomous vehicle technology is Platooning. If all vehicles on the road had autonomous technology, these vehicles would then be able to speed up and slow down, and merge onto and off freeways without human direction, and thus . Platooning is a kick-offfor self-driving cars as it requires vehicles on a highway to communicate with each other about speed and conditions, allowing the vehicles to travel frequently. This would eradicate human error that causes issues like Phantom Traffic which is caused by the ripple effect of a driver braking in the middle of a freeway. Real-Time Traffic Feedback Real-time traffic feedback makes concepts like Congestion Pricing a little uncomplicated to sell to consumers who are used to using roads for free. In place of the typical toll for express lanes, this would change the pricing structure based on high traffic hours and for high-occupancy or exempt vehicles, with the motive of discouraging single- passenger drivers to be on the road at peak travel hours.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 424 Fig 1: impacts of traffic congestion(Source-NewAgebd). 2. OBJECTIVE Due to increase in population, the number of vehicles on road has also increased. Because of this, congestion on road has also increased. Thus, our objective was to design a setup that helps forecasting of a congestion and helping drivers divert their routes accordingly thereby keeping the main intersections, streets and highways congestion free to the maximum possible level. Our system allows the drivers to know the location of the abnormal road conditions in the nearby areas. The system uses Image Processing and Cloud Computing and VANET data transfer to check for the congestion or accidents and storing and sharing of that information. Fig 2: reasons for congestion.(Source-US DT) 3. PROPOSED SYSTEM A. Real time sensors. Real time monitoring sensors are attached on busy crossings and intersections. Through the sensors following readings are taken down. 1. Number of cars passing in every 2 minutes. 2. Average speed of the vehicle in the past 2 minutes. 3. Average occupation ratio of the lane in those 2 minutes. 4. Date and time information. The sensor is attached such that it has optimal placement to that of the road under observation. This makes sure that the readings taken by the sensor have increased accuracy. The readings are noted and processed, once an anomaly major that usual is noticed among the readings which differs from the conditions of normal functioning, the image processing system is activated. B. Image processing system Once the real time sensor combines with the image processor after noticing anomalous readings, the image processor camera is activated. The camera is attached as part of the system which includes the image processing unit. An image is processed using following techniques stepwiseGrayscale Conversion The first step in image analysis is the conversion of the RGB image into grayscale using standard techniques. I. Median Filtering After grayscale conversion, the noise within the image is smoothened using a median filter. A median filter modifies an image pixel such that the new pixel value is selected as the median of the neighboring values within a specific range. This filtering has the effect of removing random noise in images while still maintaining the overall integrity of image regions and it’s boundaries II. Thresholding The next step in processing involves conversion of the grayscale image into a black and white image through the process called thresholding. This process involves the selection of a certain threshold value in the grayscale range which acts as a cutoff for determining which pixels should be converted to white or black in the resulting image. III. Line Detection Using the obtained threshold image, a Hough Transform (HT) is performed. HT algorithm maps all points in the image space into sinusoids within an alternate polar coordinate parameter space. Polar coordinates defined within this parameter space define the angle and magnitude or length of vector normal for probable lines in the image space. Using these parameters, it’s possible to map points in the HT parameter space to lines in the image space. Each point in parameter space is associated with a numerical value which relates to the likelihood of that line defined by polar coordinates actually existing in the real
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 425 scene from the image. Local maxima of this space defines the most prominent lines within the image scene and provides the basis for use of HT parameter space to detect road paths. IV. Angle of Rotation Once the vanishing points of the current image and training image have been determined, it is possible to calculate the distance between the two points and hence the road line relative to stationary traffic camera to determine the heading direction or angle or rotation of the camera in two-dimensional space. The relative rotation of roadway in this image relative to a training or reference image roadway allows for determination of angular rotation of the camera. This angular rotation is easily mapped to real world directional coordinates based on the calibration information for our camera and reference image. This approach assumes a fixed camera location and knowledge of certain camera calibration settings. C. IoT gateway After the image is processed and it is determined that major anomaly in traffic flow is detected by the image processor, the data received is to be filtered to be transferred. This is done by an IoT gateway. IoT Gateway makes the devices available online through sensors and cloud An IoT gateway performs several critical functions from  translating protocols to encrypting  processing  managing data  filtering data. The Gateway Software : The software application is heart of the IoT gateway. The gateway software is responsible for  collecting messages from sensors  storing data appropriately until it can be pre- processed  pre-processing the data  Decides if data at a given stage of processing should be temporary, persistent, or kept in-memory. In this setup, the data from the image processor and real time monitoring systems are collected and transferred to the data centers through the IOT gateway to the cloud where the useful data is filtered and further processed through big data to be converted in an understandable code by the recipient. Once the data is processed and filtered, the next step is transferring the data in the form of alerts to the connected cars in the nearby radius. Fig 3: block diagram representation of the process D. Alerts to the drivers through VANET. The Vehicular Ad-Hoc Network, or VANET, is a relatively new technology that uses moves cars as nodes in a network to create a mobile network. VANET turns every participating car into a wireless router or node, allowing cars and road side data centers approximately 100 to 300 meters of each other to connect which in turn, creates a network with a wide range. Data is transferred through the system of VANET(vehicular ad hoc networks) in the form of alerts to the drivers. It forms a network range between the data center and the vehicle where data flow can be proceeded through wireless path. This can be done through a wi-fi or a cellular connection, wherein in the drivers are alerted on their car screens about any nearby congestion or an accident with the location of the road provided where the incident occurred. The alerts are sent on apps for cars on the screen where a notification pops out and the driver receives the message. Fig 4: use of VANET in V2I and V2V
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 426 4. CONCLUSION This paper elaborates the vehicle to infrastructure setup with the use of real time sensors, image processors, IoT gateway and Vehicular ad-hoc networks. This setup was formulated with the initial idea of implementation in the nearby future when IoT enabled cars become more common and affordable so as to make this system functional. The goal remains detect potential congestion to reduce abnormal traffic congestion which would in turn reduce collision accidents on roads full of traffic by alerting riders and advising them to divert routes. 5. REFERENCES [1]. Cantoni, V., Lombardi, L., Porta, M., Sicard, N., (2001). “Vanishing Point Detection: Representation Analysis and New Approaches.” Proc., 11th Conf. on Image Analysis and Processing. [2]. Real-time Image Processing Algorithm for the Detection of Road and Environmental condition.- James G. Haran,John Dillenburg2 and Peter Nelson. [3].O. Akoz and M. E. Karsligil, “Traffic event classification at intersections based on the severity of abnormality,” Machine vision and applications, vol. 25, no. 3, pp. 613– 632, 2014. [4]. M.W. Maier, R. Hilliard and D. Emery, “Software architecture: introducing IEEE standard 1471,” Computer, pp. 107–109, vol. 34, no. 4, 2001. [5].Indranil Bose, Raktim Pal. Auto-ID: managing anything, anywhere, anytime in the supply chain. Communication of the ACM, 2005, 48(8):100-106.