Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"image" variable in processImage #3

Open
LovroG05 opened this issue Apr 30, 2022 · 1 comment
Open

"image" variable in processImage #3

LovroG05 opened this issue Apr 30, 2022 · 1 comment

Comments

@LovroG05
Copy link

Where does the image variable that you return from processImage come from?
i do not see it defined anywhere, but it is used down the line.

thanks

@adastec-can
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants