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

feat: very slow region graph function #20

Merged
merged 5 commits into from Jun 13, 2019
Merged

Conversation

william-silversmith
Copy link
Contributor

Per #18 and #13, and with some internet research, I found that
options are somewhat limited for deriving a region graph from
a labeled image.

Here is a very slow initial implementation (600s for a 512 cube
vs 1s for connected_components). This can be improved, but at least
there's something.

Per #18 and #13, and with some internet research, I found that
options are somewhat limited for deriving a region graph from
a labeled image.

Here is a very slow initial implementation (600s for a 512 cube
vs 1s for connected_components). This can be improved, but at least
there's something.
@william-silversmith william-silversmith added the feature New feature or request label Jun 13, 2019
@william-silversmith william-silversmith self-assigned this Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant