├── LICENSE ├── README.md ├── examples ├── P1_example.mp4 ├── grayscale.jpg ├── laneLines_thirdPass.jpg ├── line-segments-example.jpg └── raw-lines-example.mp4 ├── finding_lane_lines.ipynb ├── set_git.sh ├── test_images ├── solidWhiteCurve.jpg ├── solidWhiteRight.jpg ├── solidYellowCurve.jpg ├── solidYellowCurve2.jpg ├── solidYellowLeft.jpg └── whiteCarLaneSwitch.jpg ├── test_images_output ├── 1.JPG ├── 2.JPG ├── 3.JPG ├── 4.JPG ├── 5.JPG ├── 5p.JPG ├── 6.JPG ├── 7.JPG ├── LaneLines.gif ├── lanes_marked_solidWhiteCurve.jpg ├── lanes_marked_solidWhiteRight.jpg ├── lanes_marked_solidYellowCurve.jpg ├── lanes_marked_solidYellowCurve2.jpg ├── lanes_marked_solidYellowLeft.jpg └── lanes_marked_whiteCarLaneSwitch.jpg ├── test_videos ├── challenge.mp4 ├── solidWhiteRight.mp4 └── solidYellowLeft.mp4 └── test_videos_output ├── challenge.mp4 ├── ignore.txt ├── solidWhiteRight.mp4 └── solidYellowLeft.mp4 /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/README.md -------------------------------------------------------------------------------- /examples/P1_example.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/examples/P1_example.mp4 -------------------------------------------------------------------------------- /examples/grayscale.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/examples/grayscale.jpg -------------------------------------------------------------------------------- /examples/laneLines_thirdPass.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/examples/laneLines_thirdPass.jpg -------------------------------------------------------------------------------- /examples/line-segments-example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/examples/line-segments-example.jpg -------------------------------------------------------------------------------- /examples/raw-lines-example.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/examples/raw-lines-example.mp4 -------------------------------------------------------------------------------- /finding_lane_lines.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/finding_lane_lines.ipynb -------------------------------------------------------------------------------- /set_git.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/set_git.sh -------------------------------------------------------------------------------- /test_images/solidWhiteCurve.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images/solidWhiteCurve.jpg -------------------------------------------------------------------------------- /test_images/solidWhiteRight.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images/solidWhiteRight.jpg -------------------------------------------------------------------------------- /test_images/solidYellowCurve.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images/solidYellowCurve.jpg -------------------------------------------------------------------------------- /test_images/solidYellowCurve2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images/solidYellowCurve2.jpg -------------------------------------------------------------------------------- /test_images/solidYellowLeft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images/solidYellowLeft.jpg -------------------------------------------------------------------------------- /test_images/whiteCarLaneSwitch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images/whiteCarLaneSwitch.jpg -------------------------------------------------------------------------------- /test_images_output/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images_output/1.JPG -------------------------------------------------------------------------------- /test_images_output/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images_output/2.JPG -------------------------------------------------------------------------------- /test_images_output/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images_output/3.JPG -------------------------------------------------------------------------------- /test_images_output/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images_output/4.JPG -------------------------------------------------------------------------------- /test_images_output/5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images_output/5.JPG -------------------------------------------------------------------------------- /test_images_output/5p.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images_output/5p.JPG -------------------------------------------------------------------------------- /test_images_output/6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images_output/6.JPG -------------------------------------------------------------------------------- /test_images_output/7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images_output/7.JPG -------------------------------------------------------------------------------- /test_images_output/LaneLines.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images_output/LaneLines.gif -------------------------------------------------------------------------------- /test_images_output/lanes_marked_solidWhiteCurve.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images_output/lanes_marked_solidWhiteCurve.jpg -------------------------------------------------------------------------------- /test_images_output/lanes_marked_solidWhiteRight.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images_output/lanes_marked_solidWhiteRight.jpg -------------------------------------------------------------------------------- /test_images_output/lanes_marked_solidYellowCurve.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images_output/lanes_marked_solidYellowCurve.jpg -------------------------------------------------------------------------------- /test_images_output/lanes_marked_solidYellowCurve2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images_output/lanes_marked_solidYellowCurve2.jpg -------------------------------------------------------------------------------- /test_images_output/lanes_marked_solidYellowLeft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images_output/lanes_marked_solidYellowLeft.jpg -------------------------------------------------------------------------------- /test_images_output/lanes_marked_whiteCarLaneSwitch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_images_output/lanes_marked_whiteCarLaneSwitch.jpg -------------------------------------------------------------------------------- /test_videos/challenge.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_videos/challenge.mp4 -------------------------------------------------------------------------------- /test_videos/solidWhiteRight.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_videos/solidWhiteRight.mp4 -------------------------------------------------------------------------------- /test_videos/solidYellowLeft.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_videos/solidYellowLeft.mp4 -------------------------------------------------------------------------------- /test_videos_output/challenge.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_videos_output/challenge.mp4 -------------------------------------------------------------------------------- /test_videos_output/ignore.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test_videos_output/solidWhiteRight.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_videos_output/solidWhiteRight.mp4 -------------------------------------------------------------------------------- /test_videos_output/solidYellowLeft.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OanaGaskey/Lane-Lines-Detection/HEAD/test_videos_output/solidYellowLeft.mp4 --------------------------------------------------------------------------------