(i.e. revisions that will be ignored by the merge process)
........
r50994 | lsaboret | 2009-07-31 12:59:11 +0200 (Fri, 31 Jul 2009) | 15 lines
Merge bug fixes from trunk to CGAL-3.5-branch:
r50993 | lsaboret
Improved performance traces
r50992 | lsaboret
Bug fix: fixed scene item name when loading a file with several dots in the name.
r50984 | lsaboret
Fixed bug in Save As dialog
r50970 | lsaboret
Improved performance traces
........
(i.e. revisions that will be ignored by the merge process)
........
r51023 | lsaboret | 2009-08-03 10:01:19 +0200 (Mon, 03 Aug 2009) | 6 lines
svn merge bug fix from trunk to CGAL-3.5-branch:
r51022 | lsaboret
Fixed bug in Point Set demo Save As dialog: prompt warning if saving failed
........
svn+ssh://scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.5-branch
........
r51083 | stayeb | 2009-08-06 09:48:42 +0200 (Thu, 06 Aug 2009) | 1 line
Minor fix: include CGAL/intersections.h instead of CGAL/intersection_3.h.
........
(i.e. revisions that will be ignored by the merge process)
........
r51073 | lsaboret | 2009-08-05 16:47:17 +0200 (Wed, 05 Aug 2009) | 9 lines
Merge trunk into CGAL-3.5-branch:
r51062 | lsaboret
Removed debug traces from Point_set_processing_3 examples
r51061 | lsaboret
Fixed bug in trace macro
........
r51075 | stayeb | 2009-08-05 17:01:32 +0200 (Wed, 05 Aug 2009) | 1 line
Typo. Fix liver background color.
........
r51083 | stayeb | 2009-08-06 09:48:42 +0200 (Thu, 06 Aug 2009) | 1 line
Minor fix: include CGAL/intersections.h instead of CGAL/intersection_3.h.
........
r51087 | spion | 2009-08-06 09:58:26 +0200 (Thu, 06 Aug 2009) | 3 lines
Backport r51086 to the 3.5-branch:
Remove spurious typename which made g++-4.0.1 ICE.
........
r51088 | mcaroli | 2009-08-06 10:02:32 +0200 (Thu, 06 Aug 2009) | 2 lines
removing benchmark directory that is not supposed to be published
........
r51094 | stayeb | 2009-08-06 15:11:07 +0200 (Thu, 06 Aug 2009) | 1 line
* Fix "protect macros" of header files
........
r51107 | lsaboret | 2009-08-06 19:01:34 +0200 (Thu, 06 Aug 2009) | 38 lines
Merge bug fixes and User Manual from trunk to CGAL-3.5-branch:
r51106 | lsaboret
User Manual: added Case Studies and Performance sections for Poisson reconstruction
r51049 | lsaboret
Added Surface_reconstruction_images.ppt and Surface_reconstruction_statistics.xls which contain
images used in the User Manual (rasterized).
r51037 | lsaboret
Fixed the default Surface Mesher parameters:
* Default Surface Mesher parameters for Poisson are now
- triangle radius = 100 * point set average spacing and
- approximation distance = 0.25 * point set average spacing
(instead of 0.1 * point set radius and 0.002 * point set radius).
As Poisson is a function piecewise linear in the tetrahedra of the underlying triangulation, the goal of this change
is to ensure that the Surface Mesher creates a mesh with triangles larger than the underlying tetrahedra.
* Default Surface Mesher parameters for APSS are now the same as Poisson to ease comparison among both methods, and s
implify code maintenance
(instead of APSS distance = 1.5 * Poisson distance to get reconstructed surfaces of roughly the same number of faces)
.
r51033 | lsaboret
Fixed compilation error on Linux/g++
r51032 | lsaboret
* Fixed color of reconstructed surfaces (magenta -> light gray).
* Fixed size of splats for nicer screenshots:
- knn parameter allows now to change the size of splats
- fixed offset by 1 in use of knn
- knn default changed from 18 (medium) to 6 (small)
- knn min changed from 6 (small) to 1 (tiny)
* Compute reconstruction error after APSS and Poisson (in fact the distance from input points to reconstructed mesh).
r51031 | lsaboret
Improved performance traces
........
r19107 | afabri | 2003-10-17 10:49:19 +0200 (Ven 17 oct 2003) | 2 lignes
Added const& for gaining performance
which was justified at the time by the fact that on VC++, handles encapsulated iterators.