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

Enable to skip seeds in region growing that are not concluded at end of time series #218

Open
DCHulskemper opened this issue Oct 28, 2022 · 1 comment
Labels
4D-OBC Related to the 4D-OBC implementation enhancement New feature or request

Comments

@DCHulskemper
Copy link
Collaborator

DCHulskemper commented Oct 28, 2022

In the original method seeds that are not finished are not used for region growing. We should make it possible for online settings, but they should be skipped as a default setting.

suggestion:
Add skip_unfinished parameter, if True (default) don't add a seeds whose target index would be the last index of time series

@DCHulskemper DCHulskemper added the enhancement New feature or request label Oct 28, 2022
@DCHulskemper DCHulskemper self-assigned this Oct 28, 2022
@kathapand
Copy link
Collaborator

Relevant code part to consider skip_unfinished: https://github.com/3dgeo-heidelberg/py4dgeo/blob/debug_4dobc/src/py4dgeo/segmentation.py#L955

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4D-OBC Related to the 4D-OBC implementation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants