Skip to content

Can we speed up the clustering for dense enough meshes? #74

Description

@Power-tile

Hi! In the provided example of pyacvd:

clus = pyacvd.Clustering(cow)
# mesh is not dense enough for uniform remeshing
clus.subdivide(3)
clus.cluster(20000)

# plot clustered cow mesh
clus.plot()

There is this comment on "mesh is not dense enough for uniform remeshing". Does this imply any faster alternatives/code changes for dense enough meshes? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions