Simon Giraudot
|
3e91d6f5d4
|
Fix vector initialization
|
2017-08-30 11:12:48 +02:00 |
|
Simon Giraudot
|
5f5d27f1a8
|
Fix all implicit convertion warnings
|
2017-08-30 10:46:49 +02:00 |
|
Simon Giraudot
|
07eefd6f67
|
Fix Random forest license
|
2017-08-29 11:22:23 +02:00 |
|
Simon Giraudot
|
0a4a648f24
|
Add missing file
|
2017-08-29 10:29:51 +02: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
|
2ebc55e9c3
|
Use signed integer for label indices (better handling of unlabeled -1 case)
|
2017-08-09 09:57:15 +02:00 |
|
Simon Giraudot
|
5b9c32321f
|
Restore mistakenly erased line in random_forest.load_configuration
|
2017-07-21 11:58:35 +02:00 |
|
Simon Giraudot
|
8b2aacb8e2
|
Minor corrections from review
|
2017-06-09 14:04:47 +02:00 |
|
Simon Giraudot
|
e0997e2f2b
|
Few corrections/additions from review
|
2017-06-09 08:31:11 +02:00 |
|
Andreas Fabri
|
b8fcc44891
|
avoid pow and sqrt
|
2017-06-01 13:13:33 +02:00 |
|
Simon Giraudot
|
a8b534de2f
|
Bugfix: do not divide by NB if 0
|
2017-06-01 12:02:16 +02:00 |
|
Simon Giraudot
|
b5c585b8e3
|
Fix echo scatter with indices iterator
|
2017-06-01 11:56:36 +02:00 |
|
Simon Giraudot
|
484ceeb143
|
Store has_points instead of always calling recursive method
|
2017-06-01 11:22:17 +02:00 |
|
Simon Giraudot
|
2d305de319
|
Replace sort with minmax_element
|
2017-06-01 10:57:09 +02:00 |
|
Simon Giraudot
|
64c9dd3ab3
|
Merge branch 'Classification-GF' of github.com:CGAL/GeometryFactory into Classification-GF
|
2017-06-01 10:50:37 +02:00 |
|
Andreas Fabri
|
f8d33e1ceb
|
take vectors out of the loop to have less reallocations
|
2017-06-01 10:49:05 +02:00 |
|
Simon Giraudot
|
3b2c555ffe
|
Update doc of planimetric grid
|
2017-06-01 10:41:24 +02:00 |
|
Simon Giraudot
|
2f4c1019a9
|
Merge branch 'Classification-GF' of github.com:CGAL/GeometryFactory into Classification-GF
|
2017-06-01 09:09:43 +02:00 |
|
Simon Giraudot
|
75e38886a9
|
Planimetric grid: use adapted iterators instead of copying all the time
|
2017-06-01 09:09:00 +02:00 |
|
Andreas Fabri
|
3a2aa0b7f5
|
reserve() a vector
|
2017-05-31 12:35:58 +02:00 |
|
Simon Giraudot
|
288f7a9b81
|
Remove useless display
|
2017-05-31 11:11:14 +02:00 |
|
Simon Giraudot
|
41e12aed8b
|
Simplify API of random forest classifier
|
2017-05-31 08:21:52 +02:00 |
|
Simon Giraudot
|
01f6ee38c7
|
Fix typo
|
2017-05-31 08:21:27 +02:00 |
|
Simon Giraudot
|
cafde13df5
|
Add figure to explain HSV feature
|
2017-05-31 08:20:42 +02:00 |
|
Simon Giraudot
|
8f3dac6854
|
Minor fixes from review (typos, additional precisions in doc, etc.)
|
2017-05-30 08:43:46 +02:00 |
|
Simon Giraudot
|
65e40dcedf
|
Fix obsolete doc in Feature base
|
2017-05-30 08:42:54 +02:00 |
|
Simon Giraudot
|
644b3748f2
|
Add feature default names and range types
|
2017-05-30 08:41:05 +02:00 |
|
Simon Giraudot
|
515c814cc1
|
Review: classification classifier -> (just) classifier
|
2017-05-09 07:47:07 +02:00 |
|
Simon Giraudot
|
165ad11219
|
Minor corrections
|
2017-05-04 09:37:10 +02:00 |
|
Simon Giraudot
|
db4871b5ca
|
Review: in HSV, use an enum Channel instead of std::size_t
|
2017-05-03 14:20:07 +02:00 |
|
Simon Giraudot
|
7ca4c226fc
|
Review: add getter for grid resolution
|
2017-05-03 14:11:32 +02:00 |
|
Simon Giraudot
|
66bc240e1e
|
Review: replace mask() by has_points()
|
2017-05-03 14:04:35 +02:00 |
|
Simon Giraudot
|
c7fcb4ac69
|
Review: add precision in feature generator
|
2017-05-03 14:04:27 +02:00 |
|
Simon Giraudot
|
9e9f1fdbab
|
Review: fix local eigen analysis doc
|
2017-05-03 12:39:33 +02:00 |
|
Simon Giraudot
|
a97cf7b70a
|
Review: replace range_neighbor_query by sphere_neighbor_query
|
2017-05-03 12:39:09 +02:00 |
|
Simon Giraudot
|
b2c33492ad
|
Review: fix types
|
2017-05-03 12:29:56 +02:00 |
|
Simon Giraudot
|
c87d2fde99
|
Review: replace "predicate" with "classifier"
|
2017-05-03 12:16:06 +02:00 |
|
Simon Giraudot
|
cd75319d70
|
Add support for OpenCV 3.2 (in addition of 2.4)
|
2017-04-26 16:58:26 +02:00 |
|
Simon Giraudot
|
0ac079023b
|
Update doc with review
|
2017-04-25 11:48:54 +02:00 |
|
Jane Tournois
|
e511de6eb8
|
fix typename issues
and a few conversion warnings
|
2017-04-18 09:35:41 +02:00 |
|
Simon Giraudot
|
8595fea36d
|
Include random forest if OpenCV is found
|
2017-04-13 11:39:57 +02:00 |
|
Simon Giraudot
|
3cf8890f08
|
Minor corrections in doc
|
2017-04-12 11:35:29 +02:00 |
|
Simon Giraudot
|
a981d14cd0
|
Simplify API (no more templates) of Local_eigen_analysis
|
2017-04-10 15:05:50 +02:00 |
|
Simon Giraudot
|
8b70069135
|
Add IO methods for random forest (non-documented so far as it's not stable)
|
2017-04-03 08:05:47 +02:00 |
|
Simon Giraudot
|
73fd922748
|
Fix identation everywhere (big commit)
|
2017-03-31 08:31:41 +02:00 |
|
Simon Giraudot
|
00c34dd436
|
Fix API
|
2017-03-28 11:51:07 +02:00 |
|
Simon Giraudot
|
09484dd752
|
Clean up predicate code
|
2017-03-28 11:50:56 +02:00 |
|
Simon Giraudot
|
bf2dfdd3af
|
Fix doc
|
2017-03-28 11:50:49 +02:00 |
|