Skip to content

A python based tool for converting point cloud into voxel grid.

Notifications You must be signed in to change notification settings

hardyqr/PointcloudVoxelizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Poincloud Voxelizer

Usage

Convert

python3 source/p_to_v_main.py [pointcloud.txt] [sample/voxel.h5py] [s]
  • pointcloud.txt: source, should be in the list format [x y z r g b label]

  • sample/voxel.h5py: destination, voxel matrix stores as h5py file

  • s: the size of longest side after conversion

  • requires h5py

Visualize

python2 visualization/visualize_npy.py [sample/voxel.h5py]

Sample

sample

About

A python based tool for converting point cloud into voxel grid.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published