Can scikit-image Marching Cubes generate a volumetric mesh?
I want to generate a mesh from an extracted volume of a CT scan.
I have extracted the volume as a binary array, which can be used as an input for the marching cubes algorithm of the scikit-image package. However, this function generates a surface mesh, and I need the inside of the mesh to be solid for the rest of my script to run properly. This is how I generate the mesh: