-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kinetic Surface Reconstruction #7908
Kinetic Surface Reconstruction #7908
Conversation
separation of Kinetic_shape_reconstruction_3 into Kinetic_shape_partitioning_3 and Kinetic_shape_reconstruction_3 (WIP) adding Linear_cell_complex to dependencies renaming a few parameters in KSR::Parameters_3 removal and renaming of named parameters one pass on the documentation
license headers
cleaned code
…_package-soesau' into HEAD originally: Author: Sébastien Loriot <[email protected]> Date: Mon Apr 29 10:08:21 2024 +0200
acff6ac
to
d69642c
Compare
This pull-request was previously marked with the label |
[skip ci]
/build:v0 |
There was an error while building the doc:
|
/force-build:v0 |
The documentation is built. It will be available, after a few minutes, here: https://cgal.github.io/7908/v0/Manual/index.html |
added link to dataset on TITANE page
renaming graph cut parameter to match user manual
/force-build:v0 |
|
||
*/ | ||
|
||
\section Ksp_history Design and Implementation History | ||
|
||
This package is an implementation of Bauchet et. al \cgalCite{bauchet2020kinetic}. | ||
A proof of concept of the kinetic partition was developed by Simon Giraudot and Dmitry Anisimov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't look good, in #7198 it looks better but it might be the cause of the warning
/home/cgal-testsuite/cgal_doc_build/CGAL-6.0-Ic-250/doc/scripts/doc_1_9_6/doc_tags/Kinetic_surface_reconstruction.tag:179: warning: Duplicate anchor Ksp_history found
in the overnight documentation build.
(Might be fixed by a recent commit but is hard to tell due to the size and number of commits of both the packages)
The documentation is built. It will be available, after a few minutes, here: https://cgal.github.io/7908/v0/Manual/index.html |
Successfully tested in CGAL-6.0-Ic-251 |
CHANGES.md wasn't updated. Please do it in #8226. |
Kinetic Surface Reconstruction
Complementing the Kinetic Shape Partition package with the reconstruction pipeline described in the original paper.
link to mirrored PR