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
@shivamvats
You don't need to write new code. We already have a color filter based lane detector code which we used last year. The code is present in laneDetector package. Take it from there and fit it in our current laneDetectorTest package. Add a flag maybe -b to allow us to use it. You will have to make a few changes in the code. The old code is in IPLImage format convert it into cv::Mat. This work shouldn't take much time. Do it by tomorrow afternoon, that will be 3PM 11th May 2014.
The text was updated successfully, but these errors were encountered:
there are certain lines in the code where I cannot determine which
parameters to use. Also, I found a different use of cv_bridge. I have used
comments to indicate those lines( about 7 lines are there). Shivam has the
final code after modification.. We are currently working on targetFromLane
because of its high priority. Will push it after this.
@shivamvats
You don't need to write new code. We already have a color filter based lane detector code which we used last year. The code is present in
laneDetector
package. Take it from there and fit it in our currentlaneDetectorTest
package. Add a flag maybe-b
to allow us to use it. You will have to make a few changes in the code. The old code is inIPLImage
format convert it intocv::Mat
. This work shouldn't take much time. Do it by tomorrow afternoon, that will be 3PM 11th May 2014.The text was updated successfully, but these errors were encountered: