Skip to content

cython wrapper of poisson disk sampling of a triangle mesh in vcglib

Notifications You must be signed in to change notification settings

yuqli/trimesh2pointcloud

 
 

Repository files navigation

trimesh2pointcloud

cython wrapper of poisson disk sampling of a triangle mesh in vcglib

This program will output point cloud files

Usage

python main.py -i IN_DIR -o OUT_DIR -n NUM_POINTS

where

  • IN_DIR is the directory containing all .obj files
  • OUT_DIR is the directory containing all output .npy files saving a point cloud
  • NUM_POINTS is the number of points per point cloud file

About

cython wrapper of poisson disk sampling of a triangle mesh in vcglib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.7%
  • Shell 3.3%