Advanced-Lane-Lines-Detection

时间:2021-03-09 11:48:11
【文件属性】:
文件名称:Advanced-Lane-Lines-Detection
文件大小:163.98MB
文件格式:ZIP
更新时间:2021-03-09 11:48:11
JupyterNotebook 高级车道查找 在这个项目中,我们的目标是编写一个软件管道来识别视频中的车道边界。 该项目 该项目的目标/步骤如下: 给定一组棋盘图像,计算相机校准矩阵和失真系数。 对原始图像应用失真校正。 使用颜色变换,渐变等来创建带阈值的二进制图像。 应用透视变换以校正二进制图像(“鸟瞰”)。 检测车道像素并拟合以找到车道边界。 确定车道的曲率和车辆相对于中心的位置。 将检测到的车道边界扭曲回原始图像。 输出车道边界的可视化显示以及车道曲率和车辆位置的数值估计。 用于相机校准的图像存储在名为camera_cal的文件夹中。 test_images中的图像用于在单帧上测试管道。 如果要从视频中提取更多测试图像,则可以简单地使用像cv2.imwrite()这样的图像写入方法,即,您可以像往常一样逐帧读取视频,对于要保存的帧以供以后使用您可以写入图像文件。 为了帮助审阅者检查您的工作,请
【文件预览】:
Advanced-Lane-Lines-Detection-main
----.ipynb_checkpoints()
--------P2-checkpoint.ipynb(9.36MB)
----.gitattributes(66B)
----P2.ipynb(24.56MB)
----set_git.sh(672B)
----P2.py(18KB)
----example_writeup.pdf(900KB)
----output_images()
--------save_output_here.txt(112B)
--------test2.jpg(69KB)
--------straight_lines1.jpg(67KB)
--------test1.jpg(87KB)
--------straight_lines2.jpg(69KB)
--------test6.jpg(79KB)
--------test4.jpg(86KB)
--------test3.jpg(63KB)
--------test5.jpg(81KB)
----examples()
--------.ipynb_checkpoints()
--------binary_combo_example.jpg(165KB)
--------warped_straight_lines.jpg(212KB)
--------undistort_output.png(146KB)
--------example.ipynb(3KB)
--------example_output.jpg(144KB)
--------color_fit_lines.jpg(66KB)
--------example.py(299B)
----writeup_template.md(7KB)
----LICENSE(1KB)
----test_images()
--------test2.jpg(170KB)
--------straight_lines1.jpg(151KB)
--------test1.jpg(212KB)
--------straight_lines2.jpg(189KB)
--------test6.jpg(227KB)
--------test4.jpg(196KB)
--------test3.jpg(144KB)
--------test5.jpg(238KB)
----videos()
--------project_video_augmented.mp4(13.64MB)
--------project_video.mp4(24.1MB)
--------harder_challenge_video_augmented.mp4(23.46MB)
--------challenge_video.mp4(7.76MB)
--------harder_challenge_video.mp4(23.09MB)
--------challenge_video_augmented.mp4(3.67MB)
----README.md(2KB)
----camera_cal()
--------calibration20.jpg(116KB)
--------calibration17.jpg(96KB)
--------calibration18.jpg(87KB)
--------calibration7.jpg(110KB)
--------calibration9.jpg(123KB)
--------calibration4.jpg(140KB)
--------calibration3.jpg(141KB)
--------calibration13.jpg(112KB)
--------calibration14.jpg(96KB)
--------calibration6.jpg(129KB)
--------calibration2.jpg(135KB)
--------calibration11.jpg(123KB)
--------calibration8.jpg(126KB)
--------calibration15.jpg(97KB)
--------calibration19.jpg(103KB)
--------calibration10.jpg(139KB)
--------calibration1.jpg(124KB)
--------calibration12.jpg(114KB)
--------calibration16.jpg(97KB)
--------calibration5.jpg(134KB)
----output_videos()
--------challenge_video_processed.mp4(507KB)
--------project_video_processed.mp4(13.16MB)
--------harder_challenge_video_processed.mp4(22.32MB)
----writeup.pdf(1.16MB)

网友评论