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

[joss][feature] negative selection & flood fill #40

Closed
anibalsolon opened this issue Apr 19, 2024 · 1 comment
Closed

[joss][feature] negative selection & flood fill #40

anibalsolon opened this issue Apr 19, 2024 · 1 comment

Comments

@anibalsolon
Copy link

Part of: openjournals/joss-reviews#6336

Have you folks crossed through the need of control points that remove such range of values?

In the same topic, have you considered using flood fill ("magic wand") to perform selection of some brain structures, while maintaining others intact?

@katjaq
Copy link
Member

katjaq commented Apr 27, 2024

We hadn't thought about flood fill. It may be nice to have in some cases. We have thought, however, about adding some basic mathematical morphology tools (erosion, dilation, closing, opening, connected components, etc.). At the moment, we don't have an efficient implementation, and we do all that type of post-processing using scikit-image, in Python.

@katjaq katjaq closed this as completed Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants