Commit Graph

141 Commits

Author SHA1 Message Date
Jane Tournois 9275058449 fix conversion warnings 2016-10-27 12:08:45 +02:00
Simon Giraudot c00c920473 Bugfix: update assigned and training types while removing a type 2016-10-27 09:46:00 +02:00
Simon Giraudot b194203646 Fix run_with_local_smoothing 2016-10-26 11:42:39 +02:00
Simon Giraudot 1e39d6bc01 Additional useful methods for Helper 2016-10-26 11:42:26 +02:00
Simon Giraudot f9fa154d80 More on user manual + figures + formulas + example 2016-10-26 11:42:07 +02:00
Simon Giraudot d58476d60f Determinist training 2016-10-25 15:01:32 +02:00
Simon Giraudot 7a0bd07237 WIP manual with code snippets 2016-10-25 15:01:15 +02:00
Simon Giraudot 83db7f4f8c Few fixes for training 2016-10-25 10:31:54 +02:00
Simon Giraudot 72c0df4e6e Small improvement on training: first check if deactivating attribute works better 2016-10-21 14:26:13 +02:00
Simon Giraudot 2900d2c49a Remove useless mask in planimetric grid 2016-10-20 13:57:30 +02:00
Andreas Fabri bfab9cd766 reserve to avoid reallocate, and replace sort by nth_element 2016-10-20 13:12:15 +02:00
Simon Giraudot c953767e31 Update test 2016-10-20 12:34:25 +02:00
Simon Giraudot aa8499b14d Bugfix: change of API in helper 2016-10-20 12:34:01 +02:00
Simon Giraudot e33f8dc5f0 Bugfix: graph was badly constructed 2016-10-20 12:33:39 +02:00
Simon Giraudot a8b1f18a43 Fix warning 2016-10-20 11:34:36 +02:00
Simon Giraudot 7f2d617e8f Fix issues in Helper 2016-10-20 11:26:10 +02:00
Simon Giraudot e386e6fc4c Rewriting of Attribute_elevation (shorter and more efficient code) 2016-10-20 11:25:36 +02:00
Simon Giraudot f295cd0390 Add function to free image memory 2016-10-20 11:24:47 +02:00
Simon Giraudot 425aac8027 Optimization: change the way Image is accessed 2016-10-20 08:09:42 +02:00
Simon Giraudot 983ddf7019 Elevation: some optimizations 2016-10-20 08:09:28 +02:00
Simon Giraudot 4ea573a48b Enhancement: replace SQRT and POW by more efficient computations 2016-10-20 07:33:46 +02:00
Simon Giraudot 023175bec8 Merge branch 'Point_set_classification-GF' of github.com:CGAL/GeometryFactory into Point_set_classification-GF 2016-10-19 11:09:08 +02:00
Simon Giraudot 1b78efe0ab Add define in CMakeLists 2016-10-19 11:08:05 +02:00
Simon Giraudot 03d06f2180 Remove useless define 2016-10-19 11:04:32 +02:00
Andreas Fabri fbf42410b8 small VC++ specific changes 2016-10-19 10:29:00 +02:00
Simon Giraudot 3bb58e0ce2 Use Eigen in tests 2016-10-19 09:42:58 +02:00
Simon Giraudot 0bf0d35cce Bugfix: use operator[] instead of push_back() (size already fits) 2016-10-19 08:26:37 +02:00
Simon Giraudot 049dc2d01a Bugfix: size() must be >1 before doing computation such as (size()*0.3)-0.5 2016-10-19 07:47:28 +02:00
Simon Giraudot 1f38414231 Display correction 2016-10-19 07:47:16 +02:00
Simon Giraudot 843f93895a Merge branch 'Point_set_classification-GF' of github.com:CGAL/GeometryFactory into Point_set_classification-GF 2016-10-18 18:04:09 +02:00
Simon Giraudot 1dc9fee967 New test with graphcut 2016-10-18 17:48:02 +02:00
Simon Giraudot df20079845 Helper: better random colors 2016-10-18 17:47:14 +02:00
Andreas Fabri 2e715b2a41 fixes for VC++ 2016-10-18 16:31:49 +02:00
Simon Giraudot 902c12a198 Bugfix best/worst values 2016-10-18 15:48:39 +02:00
Simon Giraudot 223422f487 Update example 2016-10-18 15:04:35 +02:00
Simon Giraudot e260e180ae More on user manual 2016-10-18 15:04:22 +02:00
Simon Giraudot cda4762eb8 Fix shadowing parameter 2016-10-18 15:03:54 +02:00
Simon Giraudot 85c4bd9d15 Add missing include 2016-10-18 15:03:37 +02:00
Simon Giraudot 05f707d565 Fix minor problems with training 2016-10-18 15:03:19 +02:00
Simon Giraudot 753c97997a WIP: user manual 2016-10-17 18:24:05 +02:00
Simon Giraudot 9c603badfb WIP: user manual 2016-10-17 17:59:50 +02:00
Simon Giraudot b1be8b7645 Typo correction 2016-10-17 17:59:45 +02:00
Simon Giraudot 8b3f0e6083 Diagram to explain how the package is organized 2016-10-17 16:42:37 +02:00
Simon Giraudot 600e6bb483 First full pass on reference manual 2016-10-17 15:55:26 +02:00
Simon Giraudot 86db151b21 Fix debug info 2016-10-17 10:49:30 +02:00
Simon Giraudot 6309a76ecd Multiscale helper 2016-10-14 10:27:17 +02:00
Simon Giraudot 24ca3e5790 Improve training algorithm 2016-10-14 10:27:00 +02:00
Simon Giraudot 64a7a2cee5 Neighborhood: query on non-tree points + multiscale version 2016-10-14 10:08:27 +02:00
Simon Giraudot 92478ac61f Fix eigen attributes (normalize eigenvalues to 1) 2016-10-14 10:04:04 +02:00
Simon Giraudot a977ad98e4 Turn off debug info 2016-10-14 10:03:23 +02:00