You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graph - it's a library with bipartite graph matching - alternative for Hungarian algorithm.
dat, staple, ldes - this all is a single object trackers.
I think that the projects architecture can be more correct and simplified. A part with single objects trackers I can extract as plugin as so/dll. But all code as single header? Hm. Looks like a bad way for C++ without modules. May be for C++2x...
Is there a way to make the tracker part just single header only?
The text was updated successfully, but these errors were encountered: