Move ETHZ code to auxiliary

This commit is contained in:
Simon Giraudot 2017-10-09 11:58:36 +02:00
parent 7bd5916fce
commit af4bbf37a0
8 changed files with 3 additions and 3 deletions

View File

@ -25,8 +25,8 @@
#include <CGAL/Classification/Feature_set.h>
#include <CGAL/Classification/Label_set.h>
#include <CGAL/Classification/random-forest/node-gini.hpp>
#include <CGAL/Classification/random-forest/forest.hpp>
#include <CGAL/Classification/internal/auxiliary/random-forest/node-gini.hpp>
#include <CGAL/Classification/internal/auxiliary/random-forest/forest.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <boost/archive/text_oarchive.hpp>

View File

@ -88,7 +88,7 @@ Point_set_item_classification::Point_set_item_classification(Scene_points_with_n
int current_idx = 0;
for (std::size_t i = 0; i < used_indices.size(); ++ i)
{
if (las_found && (i < 2 || i == 7 || i == 18))
if (las_found && (i < 2))
{
used_indices[i] = -1;
continue;