Skip to content

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.

2 participants