Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1000 Bytes

File metadata and controls

37 lines (27 loc) · 1000 Bytes

purpose

car and lane detection example

ScreenShot

##method -lane detection

  • houghlines
  • houghlinesP
  • fitlines

-car detection

  • haar cascades

##how to run it? step1. get video source %python get_video.py

step2. lane detection %python detect_lane.py

step3. car detection %python detect_car.py

Ref

-contour features https://opencv-python-tutroals.readthedocs.org/en/latest/py_tutorials/py_imgproc/py_contours/py_contour_features/py_contour_features.html Lane Detection as (line detection)