Skip to content

Fast 3D point cloud processing lib based on C++/cuda

License

Notifications You must be signed in to change notification settings

birongit/fastpoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastpoints

Fast 3D point cloud processing lib based on C++/cuda

This repository shows current work in progress. It is intended to become a simple and lightweight library for fast GPU-based point cloud processing with minimal dependencies.

Dependencies

  • CMake
  • gcc or clang
  • CUDA

Build

Clone the repository:

git clone https://github.com/birongit/fastpoints.git
cd fastpoints

  Build the project:

mkdir build && cd build
cmake ..
make -j8
make test

Demo of currently supported features can be found in examples.

About

Fast 3D point cloud processing lib based on C++/cuda

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published