فهرست منبع

vislearning include fixes

Johannes Ruehle 11 سال پیش
والد
کامیت
55ed54c0ff
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  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"