notmatthancock / pylidc

An object relational mapping for the LIDC dataset using sqlalchemy.
https://pylidc.github.io
Other
105 stars 40 forks source link

Can't import marching_cubes with skimage > 13.1 #20

Closed notmatthancock closed 5 years ago

notmatthancock commented 5 years ago

In scitkit image versions 14 and above, the function marching_cubes does not exist. Either marching_cubes_classic or marching_cubes_lewiner must be called explicitly.

fedorov commented 5 years ago

Which of the two are you planning to use?

notmatthancock commented 5 years ago

Looking at the source in 13.1, the marching_cubes is just a wrapper for marching_cubes_lewiner.