Skip to content

readme.md updated #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# (Road) Lane-Detection-System


This is my first contribution.
## Abstract:
Road safety is always an area that concerned many people around the world and systems that aid the drivers have been appearing ever since cars and computers were combined to make driving safer and more efficient. There are plenty of systems that are able to warn drivers about different types of dangers: lane departure, collision possibility and various traffic signs. However, there is still room for development, because modern technologies, like the rising vision about the OPEN-CV, allow us to create much more efficient systems. Also, the detections can be improved to perform better in various situations, such as different light conditions, road quality, etc. In this project, we present the plans of a driver-assistance system, which will be capable of road lane and traffic sign detection by using an OPEN-CV.

Expand Down