Ask Your Question

xKazutox's profile - activity

2017-02-12 10:22:34 -0600 asked a question How to calculate the speed of a moving object from a classifier

Hi,

I have created my own car classifier and have been able to detect cars and calculate the distance of the car in a live video or pre recorded video. However the next stage I have become stuck. I need to calculate the speed of the car which is moving based on the car classifier detecting the car.

How can this be done?

Any help will be much appreciated!

2017-01-26 14:16:11 -0600 received badge  Enthusiast
2017-01-18 13:32:42 -0600 received badge  Scholar (source)
2017-01-14 08:13:12 -0600 asked a question How do you id multiple objects detected?

Hi,

I have a problem. I am detecting multiple moving objects but I am wondering if there are anyway to id the objects which are being tracked. I have a situation that if a moving object becomes in front of another moving object. Once the moving object which was in front of the other moving object has left the view of the camera. How would I know that the original moving object which was hidden is the same object I was previously looking at?

Is there any potential ways of adding id's to each object in view and when they become hidden and reappear, the id of that object is correct?