Anees Yasin

Results 1 issues of Anees Yasin

1# I got an error of different input types on add weighted method so I've to specify an output type before change: result = cv2.addWeighted(image, 1, lane_image, 1, 0) after...