Vehicle-Detection-and-Tracking icon indicating copy to clipboard operation
Vehicle-Detection-and-Tracking copied to clipboard

Drawing the tracking of the cars

Open AndreAhmed opened this issue 5 years ago • 4 comments

Hello, How would I draw the path of the cars that are moving ? Thanks so much

AndreAhmed avatar Feb 01 '19 11:02 AndreAhmed

@AndreAhmed , you have to implement a separate lane detector and then mark the lanes.

kcg2015 avatar Feb 01 '19 12:02 kcg2015

@kcg2015 I meant by drawing the path, drawing the predicted position of the car.

AndreAhmed avatar Feb 01 '19 16:02 AndreAhmed

@AndreAhmed , I still don't quite undertand what you mean by the path. Once you know coordinates, you can use OpenCV APIs to to draw the lines?

kcg2015 avatar Feb 01 '19 17:02 kcg2015

@kcg2015 , I still don't quite undertand what you mean by the path. Once you know coordinates, you can use OpenCV APIs to to draw the lines?

dear author ,I think above answer means want to draw the multi object trajectory using opencv.I also have the same question.

Ronales avatar Mar 20 '19 14:03 Ronales