Open imagejan opened 6 years ago
/cc @kephale
For comparison, this is what I get with the 3D Convex Hull command from https://github.com/mcib3d/mcib3d-plugins:
Confirmed.
A couple of points:
I wonder about the imagej-mesh data structures (I thought I remembered having voxelized a convex hull with different mesh data structures than those currently used in imagej-mesh). The blockiness at what appear to be bounding vertex coordinates is one of the reasons that I am suspicious.
Some related discussion on the KNIME forum: 3D convex hull KNIME
I tried the following Groovy script with the Bat Cochlea Volume sample image in Fiji:
While the coordinates (output of
convexHull
) make sense to me:The result image looks weird and contains some box artifacts (red = input, green = output):
Any idea what might be going wrong here?