소스 검색

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"