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

Add memorization to the bitMatrix class & return the transformation #153

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

LHDi
Copy link

@LHDi LHDi commented Jan 20, 2020

Increased performance because we don't recreate the matrix for every scene.
the performance is way better for continuous streaming.
return the transformation matrix.

@LHDi LHDi requested review from cozmo and jefff January 20, 2020 14:03
@LHDi LHDi changed the title Add memorization to the bitMatrix class || return the transformation Add memorization to the bitMatrix class & return the transformation Jan 20, 2020
@danimoh
Copy link

danimoh commented Aug 8, 2021

Note that the avoidance of buffer memory allocation and garbage collection for each scanned image is also achieved by #115.
#115 has the additonal advantage of no memory overhead, as no additonal memory has to be allocated or cached, in contrast to the Memo cache here that is on top never pruned.

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.

None yet

2 participants