Skip to content

Test the performance of centroid tracker update method and understand its scaling with the number of objects #176

@himanshunaidu

Description

@himanshunaidu

Currently, for a simple 2x2 old vs new object matrix, it takes less than 1 ms.
E.g. Centroid tracking time: 0.121333 ms

However, if we have numerous objects, say 100x100, this tracking time could blow up.
So we will have to check how to speed up the performance, and how to handle the edge case of having too many objects to compare between.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions