Simon Giraudot
|
656d0a5e78
|
Update doc with review
|
2018-07-05 09:08:27 +02:00 |
|
Simon Giraudot
|
7b323a5e4c
|
Fix badly defined constructor when CGAL is not linked with TBB
|
2018-07-05 09:08:26 +02:00 |
|
Simon Giraudot
|
9a5a4770a5
|
Handle deprecated code (deprecated warnings + test)
|
2018-07-05 09:08:26 +02:00 |
|
Simon Giraudot
|
71f9425256
|
Remove outdated functions
|
2018-07-05 09:08:26 +02:00 |
|
Simon Giraudot
|
07ed11346d
|
Some additions to the manual
|
2018-07-05 09:08:26 +02:00 |
|
Simon Giraudot
|
f95531995e
|
Add doc dependency to BGL
|
2018-07-05 09:07:33 +02:00 |
|
Simon Giraudot
|
59b90c2896
|
First full version of the user manual of Classification 2.0
|
2018-07-05 09:07:33 +02:00 |
|
Simon Giraudot
|
84f0bcfe04
|
Update Classification user manual
|
2018-07-05 09:07:33 +02:00 |
|
Simon Giraudot
|
99447947a8
|
Update Classification examples
|
2018-07-05 09:07:33 +02:00 |
|
Simon Giraudot
|
bfb89cca73
|
Update API of Classification + reference manual
|
2018-07-05 09:07:33 +02:00 |
|
Simon Giraudot
|
38b0aedebe
|
Reduce memory consumption of neighborhood using boost::uint32_t
|
2018-07-05 09:07:32 +02:00 |
|
Simon Giraudot
|
369d93aca7
|
Update examples
|
2018-07-05 09:07:32 +02:00 |
|
Simon Giraudot
|
e4b373e7e5
|
Reduce memory consumption using compressed float and saving fewer things
|
2018-07-05 09:07:32 +02:00 |
|
Simon Giraudot
|
9c29c75ce8
|
Only call operator[] once
|
2018-07-05 09:07:32 +02:00 |
|
Simon Giraudot
|
82af495159
|
Make API of Evaluation more flexible
|
2018-07-05 09:07:32 +02:00 |
|
Simon Giraudot
|
9a25a1248d
|
Update doc, examples and tests of Classification
|
2018-07-05 09:07:32 +02:00 |
|
Simon Giraudot
|
d5d501da51
|
Better API for eigen analysis + cluster variant
|
2018-07-05 09:07:32 +02:00 |
|
Simon Giraudot
|
b6502a05c2
|
Add cluster classes to Classification
|
2018-07-05 09:07:32 +02:00 |
|
Simon Giraudot
|
3f37fa504f
|
WIP: better API of feature generators + eigen analysis
|
2018-07-05 09:07:32 +02:00 |
|
Simon Giraudot
|
49aea9ec26
|
Update mesh classification
|
2018-07-05 09:07:32 +02:00 |
|
Simon Giraudot
|
676a1989df
|
Simplifying features + better parallelization API
|
2018-07-05 09:07:31 +02:00 |
|
Simon Giraudot
|
f9ccc86238
|
Recover Mesh Classification from outdated dirty branch
|
2018-07-05 09:07:31 +02:00 |
|
Laurent Rineau
|
b86fff3f90
|
Merge pull request #3128 from sgiraudot/Solver_interface-Warn_against_diagonalize_traits-GF
Solver Interface: deprecate CGAL::Diagonalize_traits
|
2018-06-27 10:21:37 +02:00 |
|
Laurent Rineau
|
fad43cfed8
|
Merge pull request #3177 from sgiraudot/Classification-Bugfix_grid_has_points-GF
Classification: Fix bug + clean up has_points() method in Planimetric_grid
|
2018-06-20 17:20:58 +02:00 |
|
Simon Giraudot
|
95e6d089fa
|
Include Eigen in CMakeLists.txt where needed
|
2018-06-19 10:57:55 +02:00 |
|
Simon Giraudot
|
41d554fe58
|
Deprecating Diagonalize_traits: document dependency to Eigen
|
2018-06-19 10:57:55 +02:00 |
|
Simon Giraudot
|
34e05470a4
|
Fix bug + clean up has_points() method in Planimetric_grid
|
2018-06-18 10:49:59 +02:00 |
|
Sebastien Loriot
|
1b84d7402d
|
Merge pull request #2978 from MaelRL/PMap-Fix_Default_pmap-GF
Property map: fix get() not returning the default value
|
2018-05-15 22:09:59 +02:00 |
|
Laurent Rineau
|
03e68d8740
|
Merge pull request #2985 from afabri/CGAL-std_latest-GF
Support C++17 (Replace std::random_shuffle() with CGAL::random_shuffle(), and other adjustments)
|
2018-04-24 17:32:55 +02:00 |
|
Andreas Fabri
|
c54a6a4980
|
Put CGAL::random_shuffle() in the subnamespace cpp98
|
2018-04-11 09:32:23 +01:00 |
|
Simon Giraudot
|
02864d60bc
|
Classification:fix introduced release
|
2018-04-09 11:18:47 +02:00 |
|
Andreas Fabri
|
063a91a771
|
Use CGAL::random_shuffle
|
2018-04-04 14:00:23 +01:00 |
|
Mael Rouxel-Labbé
|
288417a9ed
|
Renamed Default_property_map to Constant_property_map
|
2018-04-03 14:11:49 +02:00 |
|
Simon Giraudot
|
dfc1564865
|
Some clean up
|
2018-03-21 09:34:05 +01:00 |
|
Simon Giraudot
|
155e9c8720
|
Undocument internal and experimental features
|
2018-03-19 11:37:27 +01:00 |
|
Simon Giraudot
|
259a625142
|
Compute gradient of feature
|
2018-03-19 11:37:25 +01:00 |
|
Simon Giraudot
|
f634f3176c
|
Compute local eigen analysis on clusters
|
2018-03-19 11:37:25 +01:00 |
|
Laurent Rineau
|
0a74393dcf
|
Commit all new dependencies files
|
2018-03-06 18:44:48 +01:00 |
|
Laurent Rineau
|
6553d7a9b3
|
Fix check_headers in master
|
2018-02-20 10:59:04 +01:00 |
|
Laurent Rineau
|
78e7060525
|
Merge pull request #2712 from afabri/CGAL-VC+warnlevel_4-GF
Deal with VC++ warnings of level /W4
|
2018-02-19 14:27:06 +01:00 |
|
Sébastien Loriot
|
483f69728e
|
Refresh branch
|
2018-02-12 22:21:38 +01:00 |
|
Maxime Gimeno
|
f183a26b7c
|
add missing include in Classification
|
2018-02-05 10:34:49 +01:00 |
|
Maxime Gimeno
|
4d440a6b85
|
add missing include <map>
|
2018-02-05 07:50:15 +01:00 |
|
Maxime Gimeno
|
a6b455b618
|
Fixes
|
2018-02-02 13:52:33 +01:00 |
|
Maxime Gimeno
|
688b5dd06e
|
Move dependencies creation to package_info and add dependencies to git
|
2018-02-02 12:08:05 +01:00 |
|
Maxime Gimeno
|
8bde832931
|
Fix METIS headers in BGL
|
2018-02-02 12:08:05 +01:00 |
|
Maxime Gimeno
|
a676d5a60e
|
Try to fix errors in classification checks
|
2018-02-02 12:08:05 +01:00 |
|
Maxime Gimeno
|
acd0a72edf
|
Modify travis script to test dependencies
|
2018-02-02 12:08:05 +01:00 |
|
Maxime Gimeno
|
ae36b452bc
|
Add dependencies of all packages
|
2018-02-02 12:08:05 +01:00 |
|
Maxime Gimeno
|
7fa4b380d2
|
fixes in includes logic.
|
2018-02-02 12:08:05 +01:00 |
|