All Projects → hardyqr → PointcloudVoxelizer

hardyqr / PointcloudVoxelizer

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

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to PointcloudVoxelizer

Point2mesh
Reconstruct Watertight Meshes from Point Clouds [SIGGRAPH 2020]
Stars: ✭ 514 (+888.46%)
Mutual labels:  3d-graphics, pointcloud
ROS-Object-Detection-2Dto3D-RealsenseD435
Use the Intel D435 real-sensing camera to realize object detection based on the Yolov3-5 framework under the Opencv DNN(old version)/TersorRT(now) by ROS-melodic.Real-time display of the Pointcloud in the camera coordinate system.
Stars: ✭ 45 (-13.46%)
Mutual labels:  pointcloud
SmallFBX
An open-source implementation of Autodesk's FBX
Stars: ✭ 41 (-21.15%)
Mutual labels:  3d-graphics
NS-illustration-pack
Package of 3D low poly illustrations created in a Blender
Stars: ✭ 28 (-46.15%)
Mutual labels:  3d-graphics
unity-excavator
Physical simulations on Unity
Stars: ✭ 20 (-61.54%)
Mutual labels:  pointcloud
3DCSGNet
CSGNet for voxel based input
Stars: ✭ 34 (-34.62%)
Mutual labels:  3d-graphics
rend3
Easy to use, customizable, efficient 3D renderer library built on wgpu.
Stars: ✭ 546 (+950%)
Mutual labels:  3d-graphics
embedding
Embedding data into immersive environments
Stars: ✭ 26 (-50%)
Mutual labels:  3d-graphics
Mezzanine
A game engine that supports high performance 3d graphics physics and sound
Stars: ✭ 18 (-65.38%)
Mutual labels:  3d-graphics
rabbit-hole
An experimental voxel engine.
Stars: ✭ 39 (-25%)
Mutual labels:  3d-graphics
potree-core
Potree point cloud viewer library core components for easier integration in a three.js project.
Stars: ✭ 88 (+69.23%)
Mutual labels:  pointcloud
SpinNet
[CVPR 2021] SpinNet: Learning a General Surface Descriptor for 3D Point Cloud Registration
Stars: ✭ 181 (+248.08%)
Mutual labels:  pointcloud
3D-Rendering-Desktop-App
3D rendering engine made using Python as an exploratory adventure into the world of 3D graphics.
Stars: ✭ 27 (-48.08%)
Mutual labels:  3d-graphics
Tools Merge Image PointCloud
Project the PointCloud to the image & Generate the LiDAR PointCloud with color.
Stars: ✭ 39 (-25%)
Mutual labels:  pointcloud
costmap depth camera
This is a costmap plugin for costmap_2d pkg. This plugin supports multiple depth cameras and run in real time.
Stars: ✭ 26 (-50%)
Mutual labels:  pointcloud
COLLADAViewer2
An OBSOLETE instructional OS X application to load/display COLLADA Models and export to compact binary representations.
Stars: ✭ 48 (-7.69%)
Mutual labels:  3d-graphics
D3Feat.pytorch
[PyTorch] Official Implementation of CVPR'20 oral paper - D3Feat: Joint Learning of Dense Detection and Description of 3D Local Features https://arxiv.org/abs/2003.03164
Stars: ✭ 99 (+90.38%)
Mutual labels:  pointcloud
Minecraft
A Tiny Minecraft clone made with C++ and OpenGL.
Stars: ✭ 88 (+69.23%)
Mutual labels:  3d-graphics
gzweb
Web client for Gazebo classic simulation
Stars: ✭ 36 (-30.77%)
Mutual labels:  3d-graphics
Kusabi
Coding environment 3D graphics with PureScript.
Stars: ✭ 72 (+38.46%)
Mutual labels:  3d-graphics

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].