Laurent Rineau
e7d60760b9
Minimized the diff
...
Minimized the diff between:
- `examples/Classification/CMakeLists.txt`, and
- `test/Classification/CMakeLists.txt`.
2019-04-30 11:22:52 +02:00
Laurent Rineau
02dd93fc27
Boost Iostreams: link with ZLIB, if not Windows
...
If Boost static libraries are used, then ZLIB must be linked with
manually. With Boost shared libraries, the shared library
`boost_iostreams` itself is linked with ZLIB.
2019-04-30 11:21:47 +02:00
Laurent Rineau
99fe1bc548
Merge branch 'releases/CGAL-4.12-branch' into releases/CGAL-4.13-branch
2019-03-07 14:26:47 +01:00
Simon Giraudot
b0f16ee41d
Handle border case where xmax and ymax exact values should be used
2019-03-04 10:17:52 +01:00
Simon Giraudot
c41b73fd2a
Fix bbox precision and add assertion test
2019-03-04 09:26:34 +01:00
Simon Giraudot
f3dc5f1de7
Remove useless full find_package for OpenCV
2019-02-01 09:13:36 +01:00
Simon Giraudot
0c2d09ae72
Mention change of serialization in the list of changes to the original code
2018-10-19 10:24:45 +02:00
Andreas Fabri
0b188f6dbf
With VC++ you must open a binary stream
2018-10-12 10:37:43 +02:00
Simon Giraudot
adc108ca75
Fix warning unused variable
2018-10-12 10:36:15 +02:00
Simon Giraudot
d07dd3c17e
Update config files with new format
2018-10-12 10:35:40 +02:00
Simon Giraudot
55b269d12a
Rename test to avoid conflict with other package
2018-10-04 15:39:49 +02:00
Simon Giraudot
55581cbdec
Update test_io with latest Local_eigen_analysis API
2018-10-04 12:08:06 +02:00
Simon Giraudot
98402a7cd9
Add test for IO functions of Classification
2018-10-04 12:04:46 +02:00
Simon Giraudot
1b6e851774
Workaround serialization bug with null pointers
2018-10-04 12:03:26 +02:00
Sébastien Loriot
12651796a0
use a generic file with the argt class name being a macro
...
since several free functions needs to be defined, it seems
to be the simplest and cleanest solution
2018-08-28 10:35:46 +02:00
Simon Giraudot
c15704177d
Add dependency to Boost BZIP2 on Windows
2018-07-06 11:23:15 +02:00
Simon Giraudot
7467130cfd
Fix conversion warning
2018-07-06 10:09:22 +02:00
Simon Giraudot
c76f0d4b22
Add dependencies to Hash_map and Kernel_d
2018-07-05 14:14:34 +02:00
Simon Giraudot
bd5d8d9170
Add dependency to PCA
2018-07-05 09:08:29 +02:00
Simon Giraudot
267b1f475e
Fix types in local eigen analysis
2018-07-05 09:08:29 +02:00
Simon Giraudot
c2dc2f7a98
Bugfix in test: do not use temporary reference for threaded parts (+ add verbosity)
2018-07-05 09:08:29 +02:00
Simon Giraudot
566e84f154
Fix conversion warnings
2018-07-05 09:08:28 +02:00
Simon Giraudot
c50ccdbcde
Fix not found library notice in CMakeLists
2018-07-05 09:08:28 +02:00
Simon Giraudot
b28a548b8e
Fix conversion warnings
2018-07-05 09:08:28 +02:00
Simon Giraudot
3bb2ef96df
Generate config files with older version of boost for retrocompatibility
2018-07-05 09:08:28 +02:00
Simon Giraudot
3539966104
Improve OpenCV find_package(), only get required components
2018-07-05 09:08:28 +02:00
Simon Giraudot
241bbdb16a
Update CMakeLists.txt messages to trigger testsuite missing requirement detection
2018-07-05 09:08:28 +02:00
Simon Giraudot
4ceb1b3f39
Replace CGAL_assertion() by assert() in tests
2018-07-05 09:08:28 +02:00
Simon Giraudot
9b06cc3fac
Fix convertion warnings and update iterator type
2018-07-05 09:08:28 +02:00
Simon Giraudot
754f44167d
Update assertion with new number of generated features
2018-07-05 09:08:27 +02:00
Simon Giraudot
2ca491f81e
Add a see-also for neighbor query class to their neighborhood structure
2018-07-05 09:08:27 +02:00
Simon Giraudot
3703436955
Replace std::size_t by unsigned int
2018-07-05 09:08:27 +02:00
Simon Giraudot
29433bc164
Fix PointRange -> ClusterRange
2018-07-05 09:08:27 +02:00
Simon Giraudot
d354fcba74
Add missing includes for header check
2018-07-05 09:08:27 +02:00
Simon Giraudot
ecde89063b
Add missing SPDX identifiers
2018-07-05 09:08:27 +02:00
Simon Giraudot
f2aeb9f9d9
Replace author by authors
2018-07-05 09:08:27 +02:00
Simon Giraudot
81ca078932
Replace energies by probabilities
2018-07-05 09:08:27 +02:00
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