Skip to content

My attempt on Lane Keeping with OpenCV in C++. Wish me good luck!

Notifications You must be signed in to change notification settings

poyashad/OpenCV-LaneKeeping

Repository files navigation

OpenCV-LaneKeeping

My attempt on Lane Keeping with OpenCV in C++. Wish me good luck!

Thanks Jan Haložan, i followed this blog post for v0.2 @ https://janhalozan.com/2019/06/01/lane-detector/

Status

v 0.1

  • Region Of Interest (ROI)
  • ROI To Grayscale
  • ROI To Canny (Edge Detection)
  • ROI Gaussian Blur
  • ROI Back to BGR
  • Merge ROI back to source frame

v 0.2

  • Draw Lanes
  • Remove ROI from source frame and just keep the lanes

v 0.3

Screenshots

v 0.1 alt text v 0.2 alt text v 0.3 alt text

About

My attempt on Lane Keeping with OpenCV in C++. Wish me good luck!

Topics

Resources

Stars

Watchers

Forks