igd-geo / pasture

Rust library for point cloud processing
Apache License 2.0
69 stars 9 forks source link

WIP: adds segmentation algorithms #1

Closed remunds closed 3 years ago

remunds commented 3 years ago

Would be glad to hear about things to change/add. To test: cargo build --release --package pasture-algorithms --example test_segmentation execute: ./target/release/examples/test_segmentation You can look at the segmentation results in a viewer like http://lidarview.com/ and upload the generated las-file.

remunds commented 3 years ago
* The `segmentation.rs` file should have a module-level documentation, describing what algorithms it contains

Did you mean lib.rs?

remunds commented 3 years ago

I think i resolved the comments. Is there anything else i should include/change?

Mortano commented 3 years ago

Looks good. Regarding your comment, I meant the segmentation.rs file (every file can have a module-level documentation the way I understood it), but the way you did it in lib.rs is also ok.