Sébastien Loriot
6ee3c59489
doc bug-fix: Hidden_type -> unspecified_type
...
theses were coming from merges done after the global replacement
2014-06-02 07:47:05 +02:00
Sébastien Loriot
4a115d7655
trivial bug-fix for master: fix namespace
2014-04-22 16:35:18 +02:00
Laurent Rineau
fd70ee758c
Fix license of Surface_mesh_segmentation headers
...
The package is copyright GeometryFactory, and published under license
GPLv3+.
The file <CGAL/internal/auxiliary/graph.h> is a special case: it is
owned by an external (Yuri Boykov) and was released under GPLv2+. That
means than we can relicense it to GPLv3+.
2014-02-06 18:36:21 +01:00
Sébastien Loriot
bb45eeaac4
set release number introducing the segmentation package
2014-01-09 23:52:48 +01:00
Sébastien Loriot
4c0a266c9f
remove TODO file
2014-01-09 23:47:50 +01:00
Sébastien Loriot
d481ded8ba
use timers in graph cut only if CGAL_SEGMENTATION_BENCH_GRAPHCUT is defined
2014-01-08 10:25:48 +01:00
Sébastien Loriot
077fa0c933
remove trailing whitespaces
2014-01-08 10:10:21 +01:00
Sébastien Loriot
97e7162948
add documentation pictures
2014-01-06 17:53:14 +01:00
Sébastien Loriot
4257839c64
shorten example name to please windows test suite
2013-12-23 16:49:48 +01:00
Sébastien Loriot
3a0853a27b
fix warnings
2013-12-23 16:49:47 +01:00
Sébastien Loriot
c4a1ac227a
int -> size_t in benchmark and demo
2013-12-23 16:49:47 +01:00
Sébastien Loriot
ad44ab3a92
remove compilation warnings
2013-12-23 16:49:46 +01:00
Sébastien Loriot
98b361acd1
split the requirements for the computation of the dihedral angle
2013-12-23 16:49:46 +01:00
Sébastien Loriot
61c91a1971
turn int to std::size_t when it is possible
2013-12-23 16:49:46 +01:00
Sébastien Loriot
6e8dccea0f
simplify first example
2013-12-23 16:49:45 +01:00
Sébastien Loriot
5a6523ac86
fix a warning in MAXFLOW
...
warning: dereferencing type-punned pointer will break strict-aliasing rules
2013-12-23 16:49:45 +01:00
Sébastien Loriot
6fc429f1de
fix warnings in MAXFLOW
2013-12-23 16:49:44 +01:00
Sébastien Loriot
e54a0e758e
turn number_of_center from int to std::size_t
2013-12-23 16:49:44 +01:00
Sébastien Loriot
7cf48beb41
int -> size_t to remove warnings
2013-12-23 16:49:44 +01:00
Sébastien Loriot
dd485f4839
add empty line at the end of the files to remove a warning
2013-12-23 16:49:44 +01:00
Sébastien Loriot
c458b0525f
handle an API change of boost::compressed_sparse_row_graph in boost 1.40
2013-12-23 16:49:43 +01:00
Sébastien Loriot
38c0d2067a
on win64 sizeof(long long)=sizeof(void*)
2013-12-23 16:49:43 +01:00
Sébastien Loriot
6a5d44c2b1
use property map include from CGAL
2013-12-23 16:49:42 +01:00
Sébastien Loriot
8affb01604
fix call to delete for an array
2013-12-23 16:49:42 +01:00
Sébastien Loriot
fc4f4c9870
add an example with the graph cut using boost
2013-12-23 16:49:42 +01:00
Sébastien Loriot
e2c7bd1884
remove extra typename and add EOL
2013-12-23 16:49:42 +01:00
Sébastien Loriot
8848fd691e
using CGAL_CFG_NO_CPP0X_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES
2013-12-23 16:49:41 +01:00
Sébastien Loriot
1caf8174c0
improve user manual
2013-12-23 16:49:41 +01:00
Sébastien Loriot
7ce41550b3
rename all the function consistently
2013-12-23 16:49:41 +01:00
Sébastien Loriot
2f1bf6fcd3
rename parameter extract_segments to output_cluster_ids and flip the behavior
2013-12-23 16:49:41 +01:00
Sébastien Loriot
ad5582fea9
rephrasing in user manual
2013-12-23 16:49:40 +01:00
Sébastien Loriot
9202c79586
update user manual after 3rd review round
2013-12-23 16:49:40 +01:00
Sébastien Loriot
f160e9cbe0
user manual changes after 3rd review round
2013-12-23 16:49:40 +01:00
Sébastien Loriot
5a2386f7ca
user manual changes after 3rd review round
2013-12-23 16:49:39 +01:00
Sébastien Loriot
91123492ba
add classified refman
2013-12-23 16:49:39 +01:00
Sébastien Loriot
6a261647e3
hide the benchmark section
2013-12-23 16:49:39 +01:00
Sébastien Loriot
2b5df0eada
small update of the user manual
2013-12-23 16:49:39 +01:00
iyaz
5ee42bd4dd
update main image and caption in user doc
2013-12-23 16:49:38 +01:00
Sébastien Loriot
84649e0973
fix benchmark for gcc
2013-12-23 16:49:38 +01:00
Sébastien Loriot
b0d94f055b
polish user manual after reviewer's comment
2013-12-23 16:49:37 +01:00
Sébastien Loriot
7acb1ef98a
put MaxFlow graph in a namespace to avoid pollution
2013-12-23 16:49:37 +01:00
iyaz
628b89eed8
update benchmark with known models and their timings
2013-12-23 16:49:37 +01:00
iyaz
7e725e2995
Code for measuring performance presented in user manual and associated data
2013-12-23 16:49:36 +01:00
Sébastien Loriot
f1f0f96ab5
add a benchmark result for graph cut
2013-12-23 16:49:36 +01:00
Sébastien Loriot
1f6c7cc663
rename section
2013-12-23 16:49:36 +01:00
Sébastien Loriot
cbc220e75e
add kernel requirement
2013-12-23 16:49:35 +01:00
Sébastien Loriot
15197c4b19
add a requirement on FT
2013-12-23 16:49:35 +01:00
Sébastien Loriot
b74389b7aa
make the code working with a kernel with Gmpq as FT
2013-12-23 16:49:33 +01:00
Sébastien Loriot
9765348421
remove Construct_unit_normal_3 from requirements of the traits
2013-12-23 16:48:45 +01:00
Sébastien Loriot
1bd80c4c41
avoid calling the function twice
2013-09-06 14:50:55 +02:00