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

wip: trying out bbdt for 2D boolean case #42

Draft
wants to merge 24 commits into
base: master
Choose a base branch
from

Conversation

william-silversmith
Copy link
Contributor

@william-silversmith william-silversmith commented Sep 6, 2020

Try using BBDT for the 2D boolean situation. This seems to work well for medical images in YACCLAB but on more noisy images, there is no change or a decrease in performance. I'll have to study this more.

For reference, this implementation of BBDT (the 2009 version) clocks about 320 MVx/sec vs the Optimized BBDT OpenCV version which is >500 MVx/sec on medical images. Previously, we were doing 280 MVx/sec (1.14x improvement).

I'm interested in seeing if this technique can be profitably extended to trinary images as well.

@william-silversmith william-silversmith added the performance Lower memory or faster computation. label Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Lower memory or faster computation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant