Simon Giraudot
32fb8ce9dd
Bugfix: loose bbox length was badly computed
2016-08-18 11:29:02 +02:00
Simon Giraudot
fa7493fdf7
Prevent verbosity level of 1 to display messages at every iteration
2016-08-16 09:42:03 +02:00
Clement Jamin
5ba623be09
Bugfix: a test was missing
2016-07-29 12:40:00 +02:00
Laurent Rineau
b045ca4b02
Merge pull request #1287 from sgiraudot/OTR-Some_bugfixes-GF
...
OT Reconstruction: some bugfixes in the demo
2016-07-21 16:07:15 +02:00
Simon Giraudot
b0af782dbb
Bugfix: use new bbox API
2016-07-20 10:05:02 +02:00
Simon Giraudot
e09c51c32a
Add possibility to init the triangulation with a custom set of points
2016-07-20 09:45:50 +02:00
Simon Giraudot
18f859193c
Return boolean when run or run_until + function to count isolated vertices
2016-07-18 09:52:39 +02:00
Sébastien Loriot
d4daac525e
restore default constructor removed in 3658aa04 that is used by the demo
...
the method to insert a single point is made public to protect incorrect uses
2016-07-13 13:00:10 +02:00
Sebastien Loriot
1e2a4596ec
Merge pull request #1229 from sloriot/OTR2-epeck
...
Make it work with Epeck
2016-07-06 17:42:48 +02:00
Sébastien Loriot
3b8d38eb2f
fix conversion warning
2016-07-05 09:15:20 +02:00
Sébastien Loriot
ec592cfa6d
default value for relevance is 1
2016-07-04 10:51:12 +02:00
Sébastien Loriot
e3a44a9d75
remove the flag CGAL_USE_PROPERTY_MAPS_API_V1 and keep only new API
2016-07-04 10:17:38 +02:00
Sébastien Loriot
3009712a64
round relocation to double when using a non floating point number type
...
due to iterative relocation, multiprecision number types increase
very quickly (even if we use only one relocation step)
2016-07-01 09:09:42 +02:00
Sébastien Loriot
29aacb5dc7
remove use of numeric_limits
2016-06-30 12:24:49 +02:00
Sébastien Loriot
54948a4b25
only display info in the console if verbose > 0
2016-06-30 12:09:23 +02:00
Sébastien Loriot
3658aa045a
remove bbox data member and initialize it when reading input points
...
This is a bug fix as the bbox data members were arbitrarily initialized
and the bbox used was not correct and could lead to use the infinite
vertex during the reconstruction.
I also removed the default constructor to avoid having a non initialized
bbox
2016-06-30 12:09:04 +02:00
Sébastien Loriot
d00bc1c7a9
double -> FT
2016-06-30 12:08:03 +02:00
Sébastien Loriot
174b1c3c7d
rename and undef macro
2016-06-30 12:06:55 +02:00
Sébastien Loriot
b6505b6e91
sqrt -> approximate_sqrt
2016-06-30 12:06:14 +02:00
Sébastien Loriot
cc5b25b4fb
fix author name
2016-06-30 12:06:09 +02:00
Andreas Fabri
ba9f4435c2
Avoid the usage of EPS and use a predicate instead of a construction
2016-06-30 11:52:06 +02:00
Andreas Fabri
62e2396e03
use boost::container::deque; reserve() for a vector
2016-06-30 11:52:06 +02:00
Andreas Fabri
026ff882d3
No need to project for computing a line point distance; replace vector with deque
2016-06-30 11:52:05 +02:00
Andreas Fabri
845d9f0ad8
use faster intersection API
2016-06-30 11:52:05 +02:00
Andreas Fabri
c89f4360ac
fix typo
2016-04-05 12:50:42 +02:00
Andreas Fabri
fe9535b157
Replace rand()
2016-04-05 12:46:23 +02:00
Sebastien Loriot
0a2afbfb45
Update Sample.h
2016-03-10 12:15:27 +01:00
Simon Giraudot
694fc35b89
Update namespace RS_2 to OTR_2 in include files
2016-02-19 09:21:18 +01:00
Simon Giraudot
39ac3cb0d5
Change name of reconstruction 2D in includes
2016-02-19 08:47:47 +01:00
Simon Giraudot
9c800eaf46
Rename Reconstruction_simplification_2 files by Optimal_transportation_reconstruction_2
2016-02-19 08:41:05 +01:00