Simon Giraudot
|
8264096ee7
|
Remove TensorFlow support from Classification
|
2021-02-23 08:52:02 +01:00 |
Sébastien Loriot
|
254d60f642
|
First pass on removing license notice in header for GPL files
|
2019-10-19 15:23:19 +02:00 |
Sébastien Loriot
|
7356421d80
|
introduce Commercial license SPDX tag
|
2019-10-19 12:15:19 +02:00 |
Sébastien Loriot
|
9bd9c68b83
|
update LGPL[23]+ and GPL[23]+ SPDX tags
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
|
2019-10-18 21:57:54 +02:00 |
Simon Giraudot
|
7518d5642a
|
Remove CGAL::Classification::RGB_Color and HSV_Color and just use CGAL::Color everywhere
|
2019-04-03 11:51:29 +02:00 |
Simon Giraudot
|
c81fbe4688
|
Move all classifiers based on other libraries to dedicated namespaces
|
2019-01-07 11:50:02 +01:00 |
Simon Giraudot
|
f520f9eb11
|
First version of NN with TensorFlow
|
2018-12-06 14:59:57 +01:00 |
Simon Giraudot
|
bfb89cca73
|
Update API of Classification + reference manual
|
2018-07-05 09:07:33 +02:00 |
Simon Giraudot
|
b6502a05c2
|
Add cluster classes to 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 |
Simon Giraudot
|
53f4f21d2d
|
Unify names of random forest classifiers
|
2018-01-12 14:14:59 +01:00 |
Simon Giraudot
|
ddf85031bf
|
ETHZ random forest classifier
|
2018-01-12 14:14:57 +01:00 |
Simon Giraudot
|
f63a28063b
|
Add simple feature using simply a range and a property map
|
2018-01-12 14:14:57 +01:00 |
Sébastien Loriot
|
ee57fc2d6c
|
add SPDX identifier for files under the GPL-3+ license
|
2017-11-12 10:17:51 +01:00 |
Simon Giraudot
|
97aefb29b6
|
Add license for Classification
|
2017-08-28 10:18:53 +02:00 |
Simon Giraudot
|
b8bb7febcb
|
Solve verbosity issues
|
2017-08-28 09:40:15 +02:00 |
Simon Giraudot
|
0880106e1f
|
Fix clang warnings
|
2017-08-25 15:09:51 +02:00 |
Simon Giraudot
|
c87d2fde99
|
Review: replace "predicate" with "classifier"
|
2017-05-03 12:16:06 +02:00 |
Simon Giraudot
|
8595fea36d
|
Include random forest if OpenCV is found
|
2017-04-13 11:39:57 +02:00 |
Simon Giraudot
|
77a590d338
|
Global change of API
|
2017-03-16 14:16:44 +01:00 |