Skip to content

Ball merge reconstruction#8048

Open
amaldevp wants to merge 64 commits intoCGAL:mainfrom
amaldevp:Ball_merge_reconstruction
Open

Ball merge reconstruction#8048
amaldevp wants to merge 64 commits intoCGAL:mainfrom
amaldevp:Ball_merge_reconstruction

Conversation

@amaldevp
Copy link

@amaldevp amaldevp commented Feb 26, 2024

Summary of Changes

Add a new package in CGAL implementing the reconstruction algorithm described in Amal Dev Parakkat, Stefan Ohrhallinger, Elmar Eisemann, and Pooran Memari. Ballmerge: High-quality fast surface reconstruction via voronoi balls. In Computer Graphics Forum, 2024.

Release Management

TODO

  • update changes
  • check branch size (@sloriot)
  • add example output of increasing complexity and real world example with parameters
  • show cases that are failing

@sloriot sloriot force-pushed the Ball_merge_reconstruction branch from 4167c31 to bb04afc Compare February 27, 2024 06:15
@sloriot
Copy link
Member

sloriot commented Feb 27, 2024

/build:v1

@github-actions
Copy link

The documentation is built. It will be available, after a few minutes, here: https://cgal.github.io/8048/v1/Manual/index.html

@sloriot sloriot changed the base branch from master to main September 18, 2025 05:55
@sloriot
Copy link
Member

sloriot commented Sep 23, 2025

/build:v3

@sloriot
Copy link
Member

sloriot commented Sep 23, 2025

@github-actions
Copy link

The documentation is built. It will be available, after a few minutes, here: https://cgal.github.io/8048/v3/Manual/index.html

Delaunay m_dt3;

double distance(const Point& p1, const Point& p2) const
{ return std::sqrt(typename Traits::Compute_squared_distance_3()(p1,p2)); }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sloriot does that not need a to_double() ?

@afabri
Copy link
Member

afabri commented Feb 4, 2026

/force-build:v3

@github-actions
Copy link

github-actions bot commented Feb 4, 2026

The documentation is built. It will be available, after a few minutes, here: https://cgal.github.io/8048/v3/Manual/index.html

@afabri
Copy link
Member

afabri commented Feb 4, 2026

/force-build:v3

@github-actions
Copy link

github-actions bot commented Feb 4, 2026

The documentation is built. It will be available, after a few minutes, here: https://cgal.github.io/8048/v3/Manual/index.html

@MaelRL MaelRL modified the milestones: 6.2-beta, 6.3-beta Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature Not yet approved The feature or pull-request has not yet been approved. Previously tested TODO (web)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants