Skip to main content

write_copc_file_with_params

Function write_copc_file_with_params 

Source
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.