Skip to content

spetroce/pclx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://github.com/spetroce/pclx

PCLx

PCLx is a header library for performing fundamental operations on point clouds. The motivation was to create something more flexible and efficient than the PCL library. The bulk of PCLx is templated to allow users to use their own point and color types. The 'mio' library is a dependency of PCLx and provides default types. A main feature of PCLx is it holds only a single source copy of the 3D data (points and their colors) and all functions operate on indices of the source data.

core.h

core.h contains the base CPointCloud class used by all the PCLx functions.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages