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

Track multiple brightest points #38

Merged
merged 8 commits into from
Jun 17, 2024

Conversation

philipqueen
Copy link
Collaborator

@philipqueen philipqueen commented Jun 14, 2024

Update the brightest point tracker to take the number of points tracked as a parameter. This allows the user to track the N brightest points, and lays some of the ground work for tracking multiple people with the pose estimation trackers.

Also adds tests to the tracker, setting up a model for testing the other trackers.

Screen shot of 5 brightest points tracked

Note: the screenshot shows a limitation of the tracker. We sort brightness by size of the bright area, so the larger white areas take precedence over the reflections of the lamp, which are brighter but smaller.

@philipqueen philipqueen merged commit e70939a into main Jun 17, 2024
1 check passed
@philipqueen philipqueen deleted the philip/track_multiple_brightest_points branch June 17, 2024 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant