Sven Oesau

Results 16 issues of 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...

not yet approved
small feature
Tests failing
Pkg::Shape_detection

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

Pkg::Kernel_23
Feature request

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

under discussion
Pkg::PMP

## 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` ##...

Ready to be tested
Under Testing
rm only: release blocker

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

Feature
Accepted feature
Under Testing
depends on another PR

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

Feature
Accepted feature
Under Testing

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

Not yet approved
Small feature
Pkg::Point_set_processing_3
gsoc
Work in progress
CHANGES.md not updated
gsoc-2023

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

TODO
Waiting for answer