Skip to content

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.

2 participants