Commit Graph

82 Commits

Author SHA1 Message Date
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
Sébastien Loriot 1d0e2e4487 fix empty range if functor is const 2014-09-22 09:26:02 +02:00
Sébastien Loriot 64ca97f3c5 missing a reference to the shape pointer that is updated in the function 2014-09-22 09:04:55 +02:00
Sébastien Loriot 9b47907351 fix compilation issues and warnings 2014-09-18 19:43:20 +02:00
Thijs van Lankveld cc8cb53a32 All comments of review round 2 processed. 2014-09-11 16:41:18 +02:00
Thijs van Lankveld 8de2155271 Some more review changes 2014-09-11 14:08:15 +02:00
Thijs van Lankveld 4cdaef2e28 Most of the 2nd round review comments processed. 2014-09-10 16:20:17 +02:00
Thijs van Lankveld 79cab3b832 Changes for 2nd review documentation 2014-09-10 11:06:00 +02:00
Thijs van Lankveld e757a436c3 More updates to the documentation based on the 2nd review round. 2014-09-02 18:51:53 +02:00