-
Notifications
You must be signed in to change notification settings - Fork 17
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
Lane detect #9
base: master
Are you sure you want to change the base?
Lane detect #9
Conversation
… working on debugging
…ependency related errors.
@shivamvats Try to include a CMakeLists.txt. Also include the input and expected output in the description of the Pull Request. In this case it should be the images you ran your code on. |
{ | ||
centre=centroid[i]; | ||
cv::Vec3b point= img.at<cv::Vec3b>(centre.x,centre.y); | ||
if(point[0]>1500 && point[1]<100 && point[2]<100) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beware. I get a warning for this line combolane.cpp:212:21: warning: comparison is always false due to limited range of data type [-Wtype-limits]
here's an example CMakeList https://gist.github.com/hargup/9667962 |
Getting SIGABRT error with bfs.