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

Flood Fill and infeasible situations #14

Open
jara001 opened this issue Dec 8, 2021 · 0 comments
Open

Flood Fill and infeasible situations #14

jara001 opened this issue Dec 8, 2021 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@jara001
Copy link
Owner

jara001 commented Dec 8, 2021

Again, as another by-product of Curvature2 selector, a "bad" behaviour of Flood Fill was detected.
Here, the "bad" is properly chosen, as it is not entirely segmentator's fault.

When a group center is selected in the unreachable area, Flood Fill is unable to inflate it, resulting in zero-length segment. This segment causes problems in other parts, e.g., plotting, as we are passing empty list (array) to places that do not expect this.

I suggest to add new parameter to Flood Fill that would make it possible to inflate also these group centers, however it a slightly different manner -- to make sure that is is also used.

One of the possible problems might be splitting the segment into two parts.

@jara001 jara001 added bug Something isn't working enhancement New feature or request labels Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant