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

Add functions for doing morphological operations assuming spherical strel #1057

Open
jgostick opened this issue Mar 25, 2025 · 0 comments
Open
Labels
new PR tag for new features

Comments

@jgostick
Copy link
Member

I wanted to use scipy.ndimage.binary_opening today only to realize I need to create a structuring element, which requires N more steps to import this and that, which in turn requires looking things up. Slightly time consuming and rather annoying. It would be way easier if there were functions which just accepted im and r, assumed a spherical strel, and just did it.

@jgostick jgostick added the new PR tag for new features label Mar 25, 2025
@jgostick jgostick moved this from Triage to Enhancements and Maintenance in PoreSpy V3.0 Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new PR tag for new features
Projects
Status: Enhancements and Maintenance
Development

No branches or pull requests

1 participant