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

Commits on Jun 13, 2019

  1. feat: very slow region graph function

    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 committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    80507ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    484c806 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89e9836 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30b8f91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3356296 View commit details
    Browse the repository at this point in the history