浏览代码

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"