Skip to content
/ pcgol Public

Point cloud library for Go (independent of PCL)

License

Notifications You must be signed in to change notification settings

seqsense/pcgol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Point cloud library for Go (independent of PCL)

ci codecov License

Overview

This package implements algorithms to process point cloud data on Go. It's not a clone or porting of PCL.

Package structure

mat
Linear algebra library for point cloud processing
pc
Binary point cloud data marshaller/unmarshaller and iterators
pc/filter
Point cloud filters like VoxelGrid downsampling filter
pc/storage
Storage to handle spacial structure of point cloud data
pc/segmentation
Point cloud segmentation algorithms
pc/sac
Sample consensus based model parameter estimators

License

This package is licensed under Apache License Version 2.0.