https://github.com/postmalloc/spekl
A Rust Point-Cloud Processing Library
https://github.com/postmalloc/spekl
3d computer-vision geometry point-cloud pointcloud rust
Last synced: about 2 months ago
JSON representation
A Rust Point-Cloud Processing Library
- Host: GitHub
- URL: https://github.com/postmalloc/spekl
- Owner: postmalloc
- License: mit
- Created: 2023-02-27T21:27:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T19:50:03.000Z (almost 3 years ago)
- Last Synced: 2023-08-19T03:40:52.181Z (over 2 years ago)
- Topics: 3d, computer-vision, geometry, point-cloud, pointcloud, rust
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spekl - A Rust Point-Cloud Processing Library
Spekl is a point-cloud processing library written in Rust. My motivation for
writing this library is to get better at Rust and to have a performant, easy to
use point-cloud processing library that can be used in other projects. I wish to
attain feature parity with PCL someday but that is a long way off.
## License
MIT