/lane-line-detection

python+opencv实现对显著区域高速的车道线检测

Primary LanguagePython

lane-line-detection

python+opencv实现对显著区域高速的车道线检测

该算法主要是为了针对在使用霍夫变换进行车道线检测过程中速度较慢的问题

  • ROI提取
  • HSV转换
  • 黄白车道提取
  • 形态变换
  • 边缘检测
  • 霍夫变换 直线检测