feat(preprocessing): add binary closing and hole filling option - #12
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds optional morphological preprocessing steps to the vessel-analysis pipeline to improve skeletonization robustness, and exposes these new controls through the configuration model and the napari UI.
Changes:
- Add optional binary closing and hole-filling steps (with a max hole-size threshold) before thinning, and surface the preprocessed binary in
AnalysisResult. - Extend
ExtractionConfigserialization/deserialization to include the new preprocessing settings. - Add napari widget controls to configure preprocessing and optionally display the preprocessed binary as an extra labels layer.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| vesskel/pipeline.py | Implements optional morphological preprocessing and returns preprocessed_binary in the analysis result. |
| vesskel/config.py | Adds new extraction settings (closing/fill holes/max hole size/show preprocessed) to the config model + (de)serialization. |
| vesskel/_napari.py | Exposes new preprocessing options in the napari GUI and conditionally displays the preprocessed binary layer. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.