Bladeren bron

vislearning include fixes

Johannes Ruehle 11 jaren geleden
bovenliggende
commit
55ed54c0ff
3 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 1 1
      semseg/SemSegCsurka.h
  2. 1 1
      semseg/postsegmentation/PPGraphCut.h
  3. 1 1
      semseg/postsegmentation/PPSuperregion.h

+ 1 - 1
semseg/SemSegCsurka.h

@@ -17,7 +17,7 @@
 #include "vislearning/features/localfeatures/LocalFeatureColorWeijer.h"
 #include "vislearning/features/localfeatures/LFReadCache.h"
 #include "vislearning/features/localfeatures/LFWriteCache.h"
-#include "vislearning/cbaselib/VectorFeature.h"
+#include "vislearning/features/fpfeatures/VectorFeature.h"
 #include "vislearning/features/fpfeatures/SparseVectorFeature.h"
 
 #include "vislearning/cbaselib/CachedExample.h"

+ 1 - 1
semseg/postsegmentation/PPGraphCut.h

@@ -16,7 +16,7 @@
 
 #include "vislearning/classifier/fpclassifier/randomforest/FPCRandomForests.h"
 
-#include <vislearning/cbaselib/VectorFeature.h>
+#include <vislearning/features/fpfeatures/VectorFeature.h>
 
 #include "vislearning/cbaselib/ClassNames.h"
 

+ 1 - 1
semseg/postsegmentation/PPSuperregion.h

@@ -17,7 +17,7 @@
 
 #include "vislearning/classifier/fpclassifier/randomforest/FPCRandomForests.h"
 
-#include "vislearning/cbaselib/VectorFeature.h"
+#include "vislearning/features/fpfeatures/VectorFeature.h"
 
 #include "vislearning/cbaselib/ClassNames.h"