pub fn write_copc_file_with_params(
path: impl AsRef<Path>,
cloud: &PointCloud,
params: &CopcWriterParams,
) -> Result<(), IoError>Expand description
Writes a point cloud to a COPC file using custom octree builder parameters.
pub fn write_copc_file_with_params(
path: impl AsRef<Path>,
cloud: &PointCloud,
params: &CopcWriterParams,
) -> Result<(), IoError>Writes a point cloud to a COPC file using custom octree builder parameters.