def eye_aspect_ratio(eye): # 计算距离,竖直的 A = dist.euclidean(eye[1], eye[5]) B = dist.euclidean(eye[2], eye[4]) # 计算距离,水平的 C = dist ...
openCV_Lane_Detection/ ├── img.jpg # 原始图像 ├── video.mp4 # 原始视频 ├── Canny_detect_edge.py # 边缘检测 ├── roi_mask.py # ROI 区域提取 ├── hough_line.py # 霍夫变换 ├── filter_lines.py ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results