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

ENH: Add slice-by-slice processing option to Isolate Largest Feature. #1169

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

joeykleingers
Copy link
Contributor

  • Added a slice-by-slice processing option where the user can pick which plane to process slice-by-slice. This essentially runs the algorithm on a slice-by-slice basis instead of on the entire 3D volume at once, which can be useful in cases where the user may want to fill holes that are not water tight or sit on the outer boundary of the geometry.

@joeykleingers joeykleingers added the enhancement New feature or request label Jan 4, 2025
@joeykleingers joeykleingers force-pushed the topic/identify_largest_feature_enh branch from 35443dc to 6d20a96 Compare January 9, 2025 18:37
Signed-off-by: Joey Kleingers <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Isolate Largest Feature Filter may not actually be doing anything?
1 participant