-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Why is morphology.convex_hull_object 2D only? #4865
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
Comments
Needless to say, I support removing this check! I imagine it dates from the time when |
After removing the lines 131-132 here I tried testing the The The following error occurs in computing the
A similar error occurs in 2D if only 2 points are passed to |
Currently calling
morphology.convex_hull_object
on a 3D binary image fails because of a specific 2D check but when this part is commented out, the function returns something which looked reasonable to me from a quick test.morphology.convex_hull_image
is compatible with 3D images.The text was updated successfully, but these errors were encountered: