Disclaimer: huge openCV noob
Traceback (most recent call last): File \"lanes2.py\", line 22, in canny = canny(lane_image)
Traceback (most recent call last):
File \"lanes2.py\", line 22, in
canny = canny(lane_image)
gray = cv2.cvtColor(cv2.UMat(imgUMat), cv2.COLOR_RGB2GRAY)
UMat is a part of the Transparent API (TAPI) than help to write one code for the CPU and OpenCL implementations.