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

Seeded watershed performance #260

Open
PerretB opened this issue Jan 31, 2023 · 0 comments
Open

Seeded watershed performance #260

PerretB opened this issue Jan 31, 2023 · 0 comments
Labels
enhancement Evolution of existing feature

Comments

@PerretB
Copy link
Member

PerretB commented Jan 31, 2023

Improve efficiency of labelsitation_seeded_watersed

auto labelisation_seeded_watershed(

Idea 1: sure, shortcut first loop when num_vertices - num_seeds edges have been processed (edge case, num_seeds = 0)
Idea 2: to test, replace relabelling of nonlabeled vertices with union-find by a connected component labelling

@PerretB PerretB added the enhancement Evolution of existing feature label Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Evolution of existing feature
Projects
None yet
Development

No branches or pull requests

1 participant