ImportError: Cannot import name "marching_cubes_lewiner' from skimage.measure'
# 需要導入模塊: from skimage import measure [as 別名]# 或者: from skimage.measure importmarching_cubes_lewiner[as 別名]defget_mesh(self):"""Compute a mesh from the voxel volume using marching cubes. """tsdf_vol, color_vol = self.get_volume()# Marching cubesverts, faces, norms, vals ...