J
J
Julia2018-01-10 18:46:26
C++ / C#
Julia, 2018-01-10 18:46:26

How to track objects quickly?

Hello.
The problem is the following, the task will achieve 30 fps with tracking 12 objects. Mat size 512*420, grayscale. Used cv::MultiTracke and Tracker, 12-15 fps and it's just update and imshow. The camera itself gives up to 100 fps, checked
What are the alternatives or solutions?
Thank you for your attention

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis, 2018-01-10
@D3Nd3R

At one time I was engaged in tracking moving objects (I highlighted the fact of the presence of movement and then tracked it).
For tracking I used the Hungarian algorithm.
There was something like this:
https://github.com/Smorodov/Multitarget-tracker
Article:
https://habrahabr.ru/post/267651/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question