Commit Graph

90 Commits

Author SHA1 Message Date
Sébastien Loriot 6cb766fc9e Merge remote-tracking branch 'cgal-dev/Scale_space-bench-GF'
improve the performances of the Scale-space reconstruction package

Tested in CGAL-4.7-Ic-102
2015-07-31 14:45:17 +02:00
Andreas Fabri b23778e5ff remove unused typedef 2015-07-16 10:27:48 +02:00
Andreas Fabri b2be326b52 Cleanup: no longer #if 0 with the old code; Put Inc in a nested namespace 2015-07-15 12:16:25 +02:00
Laurent Rineau f9917c487e CMake 2.8.11 2015-07-13 12:36:43 +02:00
Laurent Rineau 3ec0c69f8f We want 2.8.10 for all demos
Previous versions are not tested by the CGAL daily test suite.
2015-07-09 17:50:22 +02:00
Andreas Fabri d2e0c7ea61 cleanup 2015-06-30 09:57:30 +02:00
Andreas Fabri 9b24ef58fc Do not use a std::map but store the index of a point directly in the AABB tree 2015-06-29 16:41:22 +02:00
Andreas Fabri 728b4a2f5f Replace incremental search with a range query and a k-neighbor search 2015-06-23 14:59:50 +02:00
Laurent Rineau 9785b3e218 Update WeightedApproximation_3.h 2015-03-26 10:24:57 +01:00
Sébastien Loriot f162da1a7c the order of the pts in the kd-tree is shuffled -> Internally store the input pts
This does not change the memory pick, since the points are anyway duplicated
  while advancing the scale space
2015-01-20 10:27:15 +01:00
Sébastien Loriot 0c2b3fb3a0 size_t -> std::size_t 2015-01-09 16:13:05 +01:00
Sébastien Loriot f4a88dd2af rename include guards 2015-01-09 15:58:31 +01:00
Sébastien Loriot fe88d44c1a move impl file out of the CGAL path 2015-01-09 15:56:34 +01:00
Sébastien Loriot 053ae07dd9 followup of previous commit
forgot to remove include
2015-01-09 15:55:02 +01:00
Sébastien Loriot 781d4b9402 remove unused file 2015-01-09 15:53:39 +01:00
Sébastien Loriot 71c6c15d8a remove comments 2015-01-09 15:53:39 +01:00
Andreas Fabri d09c1742bb Add a \subsection for the Output Surface 2015-01-09 15:52:51 +01:00
Sébastien Loriot ab1ce26ffb remove exe flag 2015-01-09 14:18:42 +01:00
Andreas Fabri 961227ddfe fix typos 2015-01-07 16:26:22 +01:00
Andreas Fabri d3392d99f9 fix typos 2015-01-07 16:22:04 +01:00
Sébastien Loriot b803c9c23b camel case for package name 2014-12-29 11:19:13 +01:00
Sébastien Loriot 7c145e35c3 update release number 2014-12-29 10:11:27 +01:00
Sébastien Loriot 49ed07a496 remove warning 2014-12-24 09:47:34 +01:00
Sébastien Loriot 027951d36e use argc 2014-12-24 09:44:30 +01:00
Thijs van Lankveld c2873d8d37 Fix for the bugfix for clearing the surface. 2014-12-23 17:36:41 +01:00
Sébastien Loriot 5cebd6e1de bufix: if _surface is cleared, _shells should be too 2014-12-23 17:25:32 +01:00
Andreas Fabri ee97525dc8 unsigned int -> int; slighlty modify example 2014-12-23 16:46:47 +01:00
Andreas Fabri 38f1af61c2 read file from arg[1] 2014-12-23 16:14:11 +01:00
Sébastien Loriot 886250df7e fix unused variable warning 2014-12-23 15:06:42 +01:00
Sébastien Loriot 3705220cc6 remove hardcoded flags 2014-12-23 15:04:37 +01:00
Sébastien Loriot 708f6cbfc4 add empty line at end of file 2014-12-23 15:04:22 +01:00
Sébastien Loriot ad30c193df fix path to data 2014-12-22 14:34:29 +01:00
Andreas Fabri ff05ae138a Add another .cmd 2014-12-10 14:00:26 +01:00
Andreas Fabri 605ac52f91 Read input from argv[1] 2014-12-10 10:16:27 +01:00
Sébastien Loriot d1c65b4986 cosmetic change in the doc 2014-10-27 16:05:08 +01:00
Thijs van Lankveld a801ef2728 Merge branch 'Scale_space_reconstruction_3-tvanlank' of ssh://scm.cgal.org/var/git/cgal into Scale_space_reconstruction_3-tvanlank 2014-10-27 15:15:38 +01:00
Thijs van Lankveld b20c856e77 Additional motivation added to the User Manual.
Section 1 contains an extra line to explain the reasoning for modeling the scale-space. Section 2 contains an extra line to explain the why the implementation is better than similar methods.
2014-10-27 15:14:46 +01:00
Sébastien Loriot bc47a15f1c remove template parameter explanation 2014-10-24 14:21:56 +02:00
Sébastien Loriot 35be4c3ab2 simplify reconstruction description 2014-10-24 13:59:57 +02:00
Sébastien Loriot d8edeece70 clarify the meantime of FS 2014-10-24 13:59:20 +02:00
Thijs van Lankveld e3297cbc9f Added some lines to User Manual for clarity.
These lines indicate increasing the scale is similar to smoothing the point set and what "filtering the alpha-shape" entails.
2014-10-24 13:23:04 +02:00
Thijs van Lankveld 5615e05af4 Pointset changed to Point_collection in examples. 2014-10-15 13:14:31 +02:00
Sébastien Loriot a8956a29d1 fix linking and reordering 2014-10-13 08:56:36 +02:00
Sébastien Loriot 0cbae3fd78 reorder functions and create a new group 2014-09-22 14:54:23 +02:00
Sébastien Loriot d488bf165f rename has/estimate_neighborhood_radius --> has/estimate_neighborhood_squared_radius 2014-09-22 14:29:58 +02:00
Sébastien Loriot a7626a212f rename Const_XXX_iterator -> XXX_const_iterator 2014-09-22 14:20:38 +02:00
Sébastien Loriot d1c866f603 rename scale_space_[begin/end] -> points_[begin/end] 2014-09-22 14:15:39 +02:00
Sébastien Loriot b742e49526 remove functions from the public api to avoid confusion 2014-09-22 14:08:27 +02:00
Sébastien Loriot ab187cfeaf update example sections to illustrate the typical workflow 2014-09-22 11:06:09 +02:00
Sébastien Loriot d4d4f8a857 add a method number_of_points() 2014-09-22 09:27:04 +02:00