This repository is just a test project to learn github
This project implements lane detection on road images and videos using classical computer vision techniques in MATLAB.
- Canny edge detection
- Gaussian noise reduction
- Region of interest masking
- Hough transform for line detection
- Result overlay on images/videos
matlab-lane-detection/ βββ data/ β βββ road.png β βββ lane_video.mp4 βββ src/ β βββ lane_detection_image.m β βββ lane_detection_video.m βββ results/ β βββ output_image.png β βββ output_video.mp4 βββ README.md
- MATLAB
- Image Processing Toolbox
Open MATLAB and run:
lane_detection_image
# Lane-Detection-using-Matlab