bye_pcl_rs 0.1.0

The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing.Implemented in pure Rust.
Documentation
1
2
3
4
5
//! 文件输入输出

// 1. pcd文件加载和保存
pub mod pcd_io;
use pcd_io::*;