Synopsis For Mini Project
Synopsis For Mini Project
1. Proposed System :
The objective of this project is to develop a robust and efficient lane detection
system for autonomous driving cars using video data. This system will leverage
algorithms to accurately identify and track lane markings on the road in real-
time, facilitating safe and reliable navigation. By implementing this lane
detection system, we aim to enhance the autonomous vehicle's ability to
maintain lane discipline, make informed driving decisions, and ensure
passenger safety. The project focuses on creating an end-to-end solution that
processes video input, detects lane boundaries, and provides actionable data to
the autonomous driving system, ultimately contributing to the advancement of
autonomous driving technology and its practical applications in the mobility
sector.
3. Reduce Noise :
Noise can create false edges, therefore before going further,
it’s imperative to perform image smoothening. Gaussian blur
is used to perform this process. Gaussian blur is a typical
image filtering technique for lowering noise and enhancing
image characteristics. The weights are selected using a
Gaussian distribution, and each pixel is subjected to a
weighted average that considers the pixels surrounding it.
Future Scope
1. Integration with full Autonomous Driving systems:
Incorporating the lane detection system with comprehensive
autonomous driving frameworks, allowing for seamless
interaction with other functionalities such as object detection,
traffic sign recognition, and path planning.
Limitations
1. Environmental Sensitivity :
The system's performance can be adversely affected by varying
weather conditions such as heavy rain, snow, fog, and poor
lighting conditions like night time driving or strong glare from
the sun.
4. Sensor Dependency :
While this project focuses on video-based lane detection,
reliance solely on cameras can be a limitation. Other sensors
like LiDAR and radar can provide complementary data, but
integrating these requires additional complexity and resources.