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

Multiple tracking of vehicle issue #8

Open
Abhimaurya opened this issue Feb 15, 2016 · 2 comments
Open

Multiple tracking of vehicle issue #8

Abhimaurya opened this issue Feb 15, 2016 · 2 comments

Comments

@Abhimaurya
Copy link

hello sir..thanks for your source code .It is working properly ,but
how will we detect multiple vehicle at same time when it's pass a horizontal line??
...plz modified the source code..

@ibndias
Copy link

ibndias commented May 17, 2016

There's a bottleneck at the cvtrack module, it can only track one object at the same time. We should modify it to able to track multiple vehicle or for multiple lane application.

@andrewssobral
Copy link
Owner

Hi @Abhimaurya and @SuperDeron,
Yes the vehicle counting algorithm uses a simple tracker called CvBlob, and it is not robust for multiple tracking purpose.
Some nice algorithms for multiple tracking are Multiple Hypothesis Tracking and Particle Filter.
I will try to replace the CvBlob for a more robust tracking algorithm in the future.
Please let me updated if you have some advances in this direction.
Best,
Andrews

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants