Skip to content

A cuda implementation of GPU Poisson Reconstruction.(Data-Parallel Octrees based)

License

Notifications You must be signed in to change notification settings

DavidXu-JJ/PoissonRecon_GPU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDA Version of GPU Poisson Reconstruction

Reference: Poisson Surface Reconstruction , Data-Parallel Octrees for Surface Reconstruction

This algorithm reconstruct the surface by inputing the cloud point of the object.

Compared with V1 version of CPU implementation taking about 100s to process Bunny, this version takes 2.4s to process Bunny on RTX 2050 with maxDepth = 8 (depth number start from 0).

Testing environment: Ubuntu 22.04 1 LTS, CUDA 11.7, gcc-9

Example

Eagle

Torso

About

A cuda implementation of GPU Poisson Reconstruction.(Data-Parallel Octrees based)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published