Sven Oesau
Sven Oesau
This PR is a revision of the Region_growing component from the Shape_detection package. It includes multiple small and big changes (including a few breaking changes!): - added named parameters (that...
## Issue Details Example function that uses `make_regular_prism()` to create a cylinder and constructs an affine transformation to rotate it into a defined axis. Feature request: Add a constructor into...
Added debug postfix 'd' and fixed debug compilation on VS2022 (/bigobj) As mentioned in issue #493
## Summary of Changes Added a check for co-linear vertices before calculating normals. ## Release Management * Affected package(s): PMP * Issue(s) solved (if any): #6783
## Summary of Changes Switching from `std::pair` to `std::optional` in `Property_container::get` Introducing `Pair_optional_adaptor` for backward compatibility which extends `std::optional` to interface of `std::pair` using `Pair_optional_adaptor` for `Surface_mesh` and `Point_set_3` ##...
Kinetic Surface Reconstruction Complementing the Kinetic Shape Partition package with the reconstruction pipeline described in the original paper. * Affected package(s): Kinetic Shape Partitioning and Kinetic Surface Reconstruction * Issue(s)...
PR for Kinetic Partitioning and Reconstruction feature. * Affected package(s): Kinetic Partitioning and Reconstruction * Issue(s) solved (if any): * Feature/Small Feature (if any): [link](https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Kinetic_Shape_Partition_3) * Link to compiled documentation:...
William Wen's GSoC 2023 Submission Mentor: Martin Skrodzki Co-Mentor: Sven Oesau Implementation of the paper "Constraint-based Point Set Denoising using Normal Voting Tensor and Restricted Quadratic Error Metrics" Also see...
Hi, If we set [Boost_USE_STATIC_LIBS](https://github.com/ethz-asl/libpointmatcher/blob/3ace94a6959137d8d6a9a7278bf2644ffdcf73d3/CMakeLists.txt#L130) to OFF, we cannot compile the executables like icp_simple, pmicp, etc. as it still tries to link against the static libboost_thread: [LINK : fatal error...
## Summary of Changes Switching to the official LAStools repository ## Release Management * Affected package(s): PSP3, Point_set_3, Stream_support * Issue(s) solved (if any): fix #8111 ----- Edit, @lrineau, 2024/05/24:...