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

Morph snake smoothing #296

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Morph snake smoothing #296

wants to merge 7 commits into from

Conversation

grahamross123
Copy link
Collaborator

Hi, I've added superior_inferior and inferior_superior functions as used in the smoothing process in scikit-image morphsnakes.

There's one issue with the tests for both 2D and 3D:

If there are pixels adjacent to the image boundaries, the scikit-image implementation and my implementation differ. I think this is due to the opencl kernel taking pixels outside the image boundary as 1, whereas it should be 0.

You can see this in the final example in the notebook.

Is there an easy way to fix this problem in the opencl kernel?

Thanks,
Graham

@grahamross123
Copy link
Collaborator Author

@haesleinhuepf Here's the pull request I mentioned!

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 this pull request may close these issues.

None yet

1 participant