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

Change erosion to a 2D slicewise #1

Open
jcohenadad opened this issue Feb 28, 2020 · 0 comments · May be fixed by #3
Open

Change erosion to a 2D slicewise #1

jcohenadad opened this issue Feb 28, 2020 · 0 comments · May be fixed by #3

Comments

@jcohenadad
Copy link
Member

The current script: Outside.in_Erosion.Script.sh is performing a 3D kernel operation, which produces partial volume.

To fix that: we need to switch the operation to a 2D erosion.

Things to check/fix:

  • redefinition of selem variable in erosion/dilation kernel.
  • use the iteration feature from scikit-image to get multi-step erosion
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

Successfully merging a pull request may close this issue.

1 participant