Update LaneDetectionModule.py

This commit is contained in:
Siwat Sirichai 2022-12-10 20:07:46 +07:00
parent 495a233594
commit 332e5b2c5e
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ def getLaneCurve(img, display = 2):
if __name__ == '__main__':
cap = cv2.VideoCapture(0)
initialTrackBarVals = [96, 139, 15, 218]
initialTrackBarVals = [98, 141, 77, 220]
utils.initializeTrackbars(initialTrackBarVals)
frameCounter = 0
curveList = []