Closed yulinfeng000 closed 2 years ago
Since scikit-image 0.19.0 they removed marching_cubes_lewiner function and use skimage.measure.marching_cubes instead,so i update the code to fix it and add some compatity for skimage's old version
marching_cubes_lewiner
skimage.measure.marching_cubes
I appreciate the fix!
I did a micro release with the update. 0.2.3 is live on pip now.
Since scikit-image 0.19.0 they removed
marching_cubes_lewiner
function and useskimage.measure.marching_cubes
instead,so i update the code to fix it and add some compatity for skimage's old version