Commit Graph

70685 Commits

Author SHA1 Message Date
Simon Giraudot 5154cd5e29 Separate training in another class 2017-03-01 09:25:39 +01:00
Simon Giraudot b79d8092f3 Remove warning (unused parameter) 2017-02-09 08:35:59 +01:00
Simon Giraudot 9307bb199d Fix voxel size 2017-02-09 08:35:39 +01:00
Simon Giraudot d6f7cd1520 Comment debug info 2017-02-09 08:35:21 +01:00
Simon Giraudot e29d9da43a Debug information for classifier (to handle better later) 2017-02-07 11:41:35 +01:00
Simon Giraudot 8011a2aa9f Add option to not precompute attributes 2017-02-07 11:37:59 +01:00
Simon Giraudot 020822de9f Update license headers everywhere 2017-02-06 12:36:40 +01:00
Simon Giraudot 2b6492a9c0 Correction of verbosity 2017-02-06 12:36:06 +01:00
Simon Giraudot 50c5221377 test for point set classifier 2017-01-10 10:35:47 +01:00
Simon Giraudot 3450868674 Add test for classifier 2017-01-10 10:12:26 +01:00
Simon Giraudot d43fe019fe Update ref and user man 2017-01-09 14:27:03 +01:00
Simon Giraudot 821b26d4e4 Update user manual 2017-01-09 08:52:03 +01:00
Simon Giraudot 585f034398 Fix user manual 2017-01-06 15:38:53 +01:00
Simon Giraudot dceddbe418 Rework reference manual 2017-01-06 15:25:43 +01:00
Simon Giraudot 4b543bde97 Change names of examples 2017-01-06 14:14:19 +01:00
Simon Giraudot 9817cadfde Correct Range access (no operator[]) + update Polyhedron plugin 2017-01-06 13:59:56 +01:00
Simon Giraudot 6db1db20c0 Use Default for attribute generation 2017-01-06 08:33:54 +01:00
Simon Giraudot 333eb7a71f Use variadic templates to add attributes 2017-01-05 12:58:20 +01:00
Simon Giraudot be72b48507 Replace Helper by Point_set_classifier class 2017-01-05 12:33:12 +01:00
Simon Giraudot e26cec35ca Change API from pairs of iterators to ranges 2017-01-05 11:39:52 +01:00
Simon Giraudot 37b29b0944 Update with first reviews 2017-01-05 10:25:32 +01:00
Simon Giraudot 2dbff97e6c Update doc 2016-12-19 10:03:13 +01:00
Simon Giraudot 502e32e97b Merge branch 'Polyhedron_demo-Open_ply_float_colors-GF' into Classification-GF 2016-11-23 08:56:08 +01:00
Simon Giraudot 310d81864e Merge branch 'Classification-GF-old' into Classification-GF 2016-11-23 08:55:57 +01:00
Simon Giraudot 5cbd0a6d32 Possibility to open PLY with floating colors 2016-11-23 08:12:37 +01:00
Laurent Rineau c3fc9093f1 The delaunay machine has been dead for a long time. RIP... 2016-11-18 15:10:45 +01:00
Laurent Rineau edcf7469f9 Save current configuration of picasso 2016-11-18 15:09:25 +01:00
Laurent Rineau 6af06ab7b8 Remove this platform: red column
Anyway, the AddressSanitizer that is used is pretty old, now.
2016-11-18 15:08:10 +01:00
Laurent Rineau 34aa752ee7 Merge pull request #1687 from afabri/Mesh_2-avoid_warning-GF
Mesh_2: Initialize to avoid warning
2016-11-18 11:06:03 +01:00
Laurent Rineau d0cf0b08c9 Merge pull request #1671 from afabri/Profiling-dot_integers-GF
Profiling Tools: dot integers
2016-11-18 11:05:03 +01:00
Laurent Rineau dbcd52dcc0 Merge pull request #1668 from maxGimeno/Polyhedron_demo-Fix_point_set_selection-GF
Polyhedron_demo : Fix point set selection
2016-11-18 11:04:10 +01:00
Laurent Rineau c7007b0f8f Merge pull request #1664 from afabri/OTR_2-static-GF
Optimal Transport Reconstruction: make a static variable of a member function class local
2016-11-18 11:03:18 +01:00
Laurent Rineau 2d681229fd Merge pull request #1660 from maxGimeno/Polyhedron_demo-Fix_waitcursors_for_windows-GF
Polyhedron_demo : Fix waitcursor for windows in some plugins
2016-11-18 11:02:20 +01:00
Laurent Rineau e96dc6fc1e Merge pull request #1654 from afabri/Kinetic-static-GF
KDS: made variables const or atomic, and  removed unused file
2016-11-18 11:01:14 +01:00
Laurent Rineau 16345ba7bc Merge pull request #1651 from afabri/Stream_support-static-GF
Stream_support: Make variable const
2016-11-18 11:00:19 +01:00
Laurent Rineau ff4da475e3 Merge pull request #1650 from afabri/STL_extensions-static-GF
STL_extension: error/warning behavior/handler is not thread safe
2016-11-18 10:58:10 +01:00
Laurent Rineau 24d40fe861 Merge pull request #1649 from afabri/Random_numbers-static-GF
Random_numbers: Make static variable thread local
2016-11-18 10:57:25 +01:00
Laurent Rineau e51c4418c9 Merge pull request #1646 from afabri/Apollonius_graph-static-GF
Apollonius_graph: make variables atomic
2016-11-18 10:56:28 +01:00
Laurent Rineau 79f4ee2ba3 Merge pull request #1641 from afabri/Modular_arithmetic-static-GF
Modular_arithmetic: Use the header only version
2016-11-18 10:55:13 +01:00
Laurent Rineau b8238bc5a2 Merge pull request #1640 from afabri/Mesh_3-deprecate_Polyhedral_mesh_domain_with_features_3-GF
Mesh_3: Do not construct from a string
2016-11-18 10:54:10 +01:00
Laurent Rineau 50e97e44a7 Merge pull request #1638 from afabri/Property_map-add_examples-GF
PMP: Add an example using a std::map as property map
2016-11-18 10:52:37 +01:00
Andreas Fabri f9ada57886 Mesh_2: Initialize to avoid warning 2016-11-14 09:14:30 +01:00
Andreas Fabri ee1a911af5 only compile if the compiler supports cxx_range_for 2016-11-14 08:21:03 +01:00
Andreas Fabri 9e14322cec add typename 2016-11-13 07:53:18 +01:00
Andreas Fabri 22a4af1cd0 inline dot_it() 2016-11-11 08:45:57 +01:00
Laurent Rineau 9bd6d59454 Merge pull request #1644 from afabri/Stream_support-typos-GF
Stream_support: Add IO:: namespace in order to fix links
2016-11-10 11:31:03 +01:00
Laurent Rineau 9d7c51b426 Merge pull request #1639 from afabri/Arrangement_2-remove_Hyperbolic_arc_2-GF
Arrangement_2: Remove unused uncompilable file Hyperbolic_arc_2.h
2016-11-10 09:55:35 +01:00
Andreas Fabri 6b151ef5dc more iterations so that we see the dots in the testsuite 2016-11-10 08:48:44 +01:00
Andreas Fabri e5d314c9c3 Profiling Tools: dot integers 2016-11-08 15:59:43 +01:00
Maxime Gimeno 35a5c3de41 Fix the CGAL_assertion when performing a free form selection. 2016-11-08 11:58:21 +01:00