We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello ,
Thank you for your work. There is always a notebook for what I am looking for!
In this notebook : https://haesleinhuepf.github.io/BioImageAnalysisNotebooks/20_image_segmentation/Segmentation_3D.html In the section intensity and background correction I think the slice should be
a_slice = cle.create([resampled.shape[1], resampled.shape[2]])
With the example data the change is not obvious but with less cubic data I think it will crop part of the image
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello ,
Thank you for your work. There is always a notebook for what I am looking for!
In this notebook : https://haesleinhuepf.github.io/BioImageAnalysisNotebooks/20_image_segmentation/Segmentation_3D.html
In the section intensity and background correction I think the slice should be
With the example data the change is not obvious but with less cubic data I think it will crop part of the image
The text was updated successfully, but these errors were encountered: