Vehicle-Detection-and-Tracking
Vehicle-Detection-and-Tracking copied to clipboard
Drawing the tracking of the cars
Hello, How would I draw the path of the cars that are moving ? Thanks so much
@AndreAhmed , you have to implement a separate lane detector and then mark the lanes.
@kcg2015 I meant by drawing the path, drawing the predicted position of the car.
@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 , 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.