Skip to content

[sample/mesh_sampling.cpp] Cannot sample the number of points I want #59

Description

@qinglew

Description

I compiled this code successfully and got a executable file mesh_sampling. After I running the command ./mesh_sampling -h, it shows that -n_samples is the option of the number of points to sample. But When I run the command ./mesh_sampling input.obj output.pcd -n_samples 16384, it cannot generate 16384 points in the output pcd file. Generally, the number of points in output point cloud is less than I want. The ground truth you mentioned in paper has 16384 points. How do you get 16384 points by this tool?

Environment

  • Ubuntu 18.04 LTS
  • GCC 7.5.0
  • VTK 9.0.1

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