You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Improve efficiency of
labelsitation_seeded_watersed
Higra/include/higra/algo/watershed.hpp
Line 124 in f85538d
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
The text was updated successfully, but these errors were encountered: