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

Lane detect #9

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

shivamvats
Copy link
Member

Getting SIGABRT error with bfs.

@hargup
Copy link
Member

hargup commented Mar 20, 2014

@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)
Copy link
Member

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]

@hargup
Copy link
Member

hargup commented Mar 20, 2014

here's an example CMakeList https://gist.github.com/hargup/9667962

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

Successfully merging this pull request may close these issues.

2 participants