-
Notifications
You must be signed in to change notification settings - Fork 15
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
Morphological operator #386
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #386 +/- ##
==========================================
- Coverage 47.67% 46.72% -0.96%
==========================================
Files 243 201 -42
Lines 4008 3829 -179
Branches 1835 1752 -83
==========================================
- Hits 1911 1789 -122
- Misses 660 682 +22
+ Partials 1437 1358 -79 ☔ View full report in Codecov by Sentry. |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Let's merge this |
Closes #385
reorganization of the dilate, erode, opening, closing operations as followed:
binary filter with pre-encoded structuring element (box and sphere) :
grayscale filter with pre-encoded structuring element (box only) :
grayscale (compatible binary) with custom structuring element :