- Camera calibration
- Image Transformation
- Lane line detection (Sliding window)
- Lane Line curvature
- Averaging frames
Chessboard size is (9x6)
Get calibration values to undistort test images
Created 3 classes
- adv_laneline_detection.py
- utils.py
- imageutils.py
- Calibrate camera and Undistorsion
- Perspective Transformation (Warping)
- Sobel donno yet