You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The image that processImage() returns is for debug purposes. I used them to see the resulting image for each process that it had gone through. To detect lane lines, the canny image is used, but before we get to that, the image has to go through some other processing i.e. blur and so on.
Where does the
image
variable that you return fromprocessImage
come from?i do not see it defined anywhere, but it is used down the line.
thanks
The text was updated successfully, but these errors were encountered: