Giter VIP home page Giter VIP logo

lane-line-detection's Introduction

Lane-Line-Detection

"""

INTRODUCTION:

The traffic safety becomes more and more convincing with
the increasing urban traffic. Exiting the lane without
following proper rules is the root cause of most of the
accidents on the avenues. Most of these are result of the
interrupted and lethargic attitude of the driver. Lane
discipline is crucial to road safety for drivers and pedestrians
alike. The system has an objective to identify the lane
marks. It’s intent is to obtain a secure environment and
improved traffic surroundings. The functions of the
proposed system can range from displaying road line
positions to the driving person on any exterior display, to
more convoluted applications like detecting switching of the
lanes in the near future so that one can prevent concussions
caused on the highways.
Actuate detection of lane roads is a critical issue in lane
detection and departure warning systems. If an automobile
crosses a lane confinement then vehicles enabled with
predicting lane borders system directs the vehicles to
prevent collisions and generates an alarming condition.
These kind of intelligent system always makes the safe
travel but it is not always necessary that lane boundaries are
clearly noticeable, as poor road conditions,

Region Of Interest

A region of interest (ROI) is that area of an image that one
want to percolate or allow some other operations on them.
One can use the high-level ROI functions in order to create
ROIs of many shapes, for example drawpolygon or
drawcircle in the library of openCV. The main objective of
ROI is to decrease the portion of an image for speedy
calculation and also the size of image can be decremented
by ROI generation. One can describe several ROI in an
image. Generally, ROIs are defined as collections of several
contiguous pixels but you can also describe them as ROIs by
depth values, where it is not necessarily that the regions
must be contiguous. Most general use of an ROI is to
generate a binary mask image which is defined as the
combination of 0 & 1 in the image file matrix. Pixels that
belong to the ROI are set to 1 that is white and pixels
outside the ROI are set to 0 that is Black In the mask image.
There are two images shown below which indicates how
one’s image may look like after we focus only on the region
of interest. The original image is as shown below in the Fig
4.3 and in Fig 4.4 the Region of Interest is shown

"""

lane-line-detection's People

Contributors

abulala10 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.