Jane Tournois

Results 46 issues of Jane Tournois

## Issue Details There is a performance degrade in `CGAL::Mesh_3::internal::init_c3t3_with_features()` since CGAL-5.0 (about a factor 5). This is due to a change of `Compare_distance_3` and the commit responsible for that...

Pkg::Mesh_3
Pkg::Kernel_23
Has Pull Request
regression

## Summary of Changes This PR introduces automatic detection of triple lines in labeled images. The constructor function ``` CGAL::Mesh_domain_with_polyline_features_3 create_labeled_image_mesh_domain_with_features(A_i&...); ``` creates a mesh domain, with triple lines detected...

not yet approved
Pkg::Mesh_3
small feature
Ready to be tested

## Summary of Changes On some setups (including mine), the protecting balls for a C3t3 could not be displayed anymore in the demo. This PR attempts to fix the display...

bug
CGAL 3D demo

## Issue Details The function `read_off()` from `Surface_mesh.h` is not able anymore to read a binary OFF file. ## Source Code From what I found, commit 26c86d28be1908a972b1fbb85777b735767b227b (introduced in CGAL-4.14.3)...

bug
Pkg::Surface_mesh
CGAL I/O

## Summary of Changes The weighted images oracle does not generate as smooth meshes as we expected. This PR introduces some hints to improve it. ## Release Management * Affected...

Pkg::Mesh_3

_Please use the following template to help us managing pull requests._ ## Summary of Changes _Describe what your pull request changes to CGAL (this can be skipped if it solves...

enhancement
Pkg::Mesh_3

_Please use the following template to help us managing pull requests._ ## Summary of Changes _Describe what your pull request changes to CGAL (this can be skipped if it solves...

enhancement
Pkg::Tetrahedral_remeshing

## Issue Details - Load a C3T3 in the demo, - choose "Show cells not in complex" - hide the C3T3 by clicking the "view" option (red cross vs green...

bug
CGAL 3D demo

## Summary of Changes Computation of weights for labeled image input was broken. Using `itkDiscreteGaussianImageFilter` with voxel-number standard deviation (instead of `itkRecursiveGaussianImageFilter` with absolute standard deviation) fixes it. ## Release...

bug
Pkg::Mesh_3
TODO
Ready to be tested

There are more than 90% filter failures in calls to `Compare_distance_3()(Point_3, Segment_3, Point_3)`, while called by the protecting balls placement algorithm. This commit divides by 10 the initialization (protecting ball...

Pkg::Mesh_3
Ready to be tested
Under Testing
speed
regression