Open
Conversation
It can pick up dots with sigma = 12. Not fully plugged in yet. Sigma changing also broken right now.
This seems to basically work.
Use canvas for all remaining rendering.
Owner
|
Amazing. As discussed in person, going to bring this in a bit more incrementally, and next to the OpenCV implementation for now (since this is still less robust). |
Owner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Increases fps 3-4x (depending on dot size) and makes page load times way faster.
https://www.youtube.com/watch?v=7D3wY_wMGLo
Uses Laplacian of Gaussian at fixed scale to find dots; video data never needs to touch the CPU now.
todos
needs some extra docs on what sigma and dotThreshold mean
should probably fix up outCanvas so it's not just hanging out there
would like to test on different cameras than 1080p, cc @ajbouh
other optimization ideas: