Skip to content

marching_cubes_lewiner is deprecated? (from skimage import measure) #44

Open
@natesimon

Description

@natesimon

Hi Andy, is it possible that marching_cubes_lewiner is deprecated?

In order for fusion.py to run, I had to modify the following in two places:

    verts = measure.marching_cubes_lewiner(tsdf_vol, level=0)[0]

to:

    verts = measure.marching_cubes(tsdf_vol, level=0, method='lewiner')[0]

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions