Skip to content

EdwardLiuyc/ParallelPointCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ppcl_logo

motivation

  1. I want a pointcloud type that can be inited with any amount of dims
    for instance :
    3 dims : x, y, z
    4 dims : x, y, z, time or intensity or gray scale ...
    even a pointcloud with ORB descriptor (optional)

  2. I want a pointcloud type that i can define channels (even dynamicly) and I can easily access any channel data with operator[] or something like .at("channel name")

  3. I want it to be thread-safe and lock free

Todos

  • benchmark on std::vector vs tbb::concurrent_vector vs pcl
  • parallel transform on pointcloud
  • parallel filtering

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published