Simon Giraudot
|
acb17da8c8
|
Reduce memory usage of features
|
2017-03-17 12:54:14 +01:00 |
|
Simon Giraudot
|
77a590d338
|
Global change of API
|
2017-03-16 14:16:44 +01:00 |
|
Simon Giraudot
|
6eda0387d0
|
Bugfix in HSV feature: differentiate mean and m_mean
|
2017-03-15 09:22:04 +01:00 |
|
Simon Giraudot
|
d73f7d3718
|
Parallelize graphcut computation
|
2017-03-13 07:48:45 +01:00 |
|
Simon Giraudot
|
058a455e3c
|
Remove unused variable
|
2017-03-10 13:51:37 +01:00 |
|
Simon Giraudot
|
aefbb150e2
|
Update doc
|
2017-03-06 13:52:51 +01:00 |
|
Simon Giraudot
|
1e3aaabd07
|
Fix bug in demo
|
2017-03-06 13:52:24 +01:00 |
|
Simon Giraudot
|
4d17c623aa
|
Parallelize feature computation, Eigen analysis, etc.
|
2017-03-06 11:09:25 +01:00 |
|
Simon Giraudot
|
e50cd5442d
|
Replace Timer with Real_timer
|
2017-03-03 12:40:36 +01:00 |
|
Simon Giraudot
|
ec8a00dce7
|
Parallelize local eigen analysis with TBB
|
2017-03-03 11:15:44 +01:00 |
|
Simon Giraudot
|
e1f4ff000b
|
Some optimizations in trainer
|
2017-03-03 10:48:46 +01:00 |
|
Simon Giraudot
|
eb4a3503a6
|
Fix doc parameter
|
2017-03-03 08:14:31 +01:00 |
|
Simon Giraudot
|
af912272b7
|
Parallelize run() and run_with_local_smoothing() with TBB
|
2017-03-02 19:00:01 +01:00 |
|
Simon Giraudot
|
6e86dc3afc
|
Parallelize training with TBB
|
2017-03-02 18:13:35 +01:00 |
|
Simon Giraudot
|
1255a9e794
|
Optimize training
|
2017-03-02 17:43:46 +01:00 |
|
Simon Giraudot
|
96ef96ac6d
|
Make public and document energy_of
|
2017-03-02 16:08:47 +01:00 |
|
Simon Giraudot
|
cea79f650a
|
Add accuracy, mean F1 and mean IoU to trainer
|
2017-03-02 16:08:28 +01:00 |
|
Simon Giraudot
|
7e181c9c7e
|
Additional documentation
|
2017-03-01 15:34:32 +01:00 |
|
Simon Giraudot
|
26ff6ca76a
|
New access methods + documentation for trainer
|
2017-03-01 15:34:01 +01:00 |
|
Simon Giraudot
|
0123e5d848
|
Additional documentation for features
|
2017-03-01 15:33:46 +01:00 |
|
Simon Giraudot
|
552693c5c0
|
Add computation of precision and recall
|
2017-03-01 14:28:55 +01:00 |
|
Simon Giraudot
|
f3a703ba2c
|
Minor corrections
|
2017-03-01 10:43:11 +01:00 |
|
Simon Giraudot
|
e63dce356f
|
Change names (attribute -> feature, type -> label)
|
2017-03-01 09:50:33 +01:00 |
|
Simon Giraudot
|
1222a2a9e4
|
Minor corrections in Point_set_classifier
|
2017-03-01 09:26:01 +01:00 |
|
Simon Giraudot
|
5154cd5e29
|
Separate training in another class
|
2017-03-01 09:25:39 +01:00 |
|
Simon Giraudot
|
b79d8092f3
|
Remove warning (unused parameter)
|
2017-02-09 08:35:59 +01:00 |
|
Simon Giraudot
|
9307bb199d
|
Fix voxel size
|
2017-02-09 08:35:39 +01:00 |
|
Simon Giraudot
|
d6f7cd1520
|
Comment debug info
|
2017-02-09 08:35:21 +01:00 |
|
Simon Giraudot
|
e29d9da43a
|
Debug information for classifier (to handle better later)
|
2017-02-07 11:41:35 +01:00 |
|
Simon Giraudot
|
8011a2aa9f
|
Add option to not precompute attributes
|
2017-02-07 11:37:59 +01:00 |
|
Simon Giraudot
|
020822de9f
|
Update license headers everywhere
|
2017-02-06 12:36:40 +01:00 |
|
Simon Giraudot
|
2b6492a9c0
|
Correction of verbosity
|
2017-02-06 12:36:06 +01:00 |
|
Simon Giraudot
|
d43fe019fe
|
Update ref and user man
|
2017-01-09 14:27:03 +01:00 |
|
Simon Giraudot
|
585f034398
|
Fix user manual
|
2017-01-06 15:38:53 +01:00 |
|
Simon Giraudot
|
dceddbe418
|
Rework reference manual
|
2017-01-06 15:25:43 +01:00 |
|
Simon Giraudot
|
9817cadfde
|
Correct Range access (no operator[]) + update Polyhedron plugin
|
2017-01-06 13:59:56 +01:00 |
|
Simon Giraudot
|
6db1db20c0
|
Use Default for attribute generation
|
2017-01-06 08:33:54 +01:00 |
|
Simon Giraudot
|
333eb7a71f
|
Use variadic templates to add attributes
|
2017-01-05 12:58:20 +01:00 |
|
Simon Giraudot
|
be72b48507
|
Replace Helper by Point_set_classifier class
|
2017-01-05 12:33:12 +01:00 |
|
Simon Giraudot
|
e26cec35ca
|
Change API from pairs of iterators to ranges
|
2017-01-05 11:39:52 +01:00 |
|
Simon Giraudot
|
37b29b0944
|
Update with first reviews
|
2017-01-05 10:25:32 +01:00 |
|
Simon Giraudot
|
f01cc40e62
|
Clean up private/public/SKIP_IN_MANUAL/useless typedefs
|
2016-11-03 15:12:39 +01:00 |
|
Simon Giraudot
|
ed583ac6e9
|
Change neighborhood API, using a Concept + models
|
2016-11-03 12:03:45 +01:00 |
|
Simon Giraudot
|
31278c59cb
|
Change package name, namespaces, etc.
|
2016-11-03 10:05:45 +01:00 |
|