An open API service indexing awesome lists of open source software.

https://github.com/seqsense/pcgol

Point cloud library for Go (independent of PCL)
https://github.com/seqsense/pcgol

Last synced: 5 months ago
JSON representation

Point cloud library for Go (independent of PCL)

Awesome Lists containing this project

README

          

## Point cloud library for Go (independent of PCL)

[![ci](https://github.com/seqsense/pcgol/actions/workflows/ci.yml/badge.svg)](https://github.com/seqsense/pcgol/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/seqsense/pcgol/branch/master/graph/badge.svg?token=tBu1O2VcOR)](https://codecov.io/gh/seqsense/pcgol)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

## Overview

This package implements algorithms to process point cloud data on Go.
It's not a clone or porting of [PCL](https://pointclouds.org/).

## 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](./LICENSE).