소스 검색

fixed ColorWeijer include path

Johannes Ruehle 11 년 전
부모
커밋
1747d13f57
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      featureLearning/FeatureLearningPrototypes.cpp
  2. 1 1
      noveltyDetection/NoveltyDetectorCodebookLevel.cpp

+ 1 - 1
featureLearning/FeatureLearningPrototypes.cpp

@@ -14,7 +14,7 @@
 //vislearning
 #include <vislearning/features/localfeatures/LFonHSG.h>
 #include <vislearning/features/localfeatures/LFColorSande.h>
-#include <vislearning/features/localfeatures/LFColorWeijer.h>
+#include <vislearning/features/localfeatures/LocalFeatureColorWeijer.h>
 #include <vislearning/features/localfeatures/LFReadCache.h>
 #include <vislearning/features/localfeatures/LFWriteCache.h>
 // 

+ 1 - 1
noveltyDetection/NoveltyDetectorCodebookLevel.cpp

@@ -10,7 +10,7 @@
 //vislearning
 #include <vislearning/features/localfeatures/LFonHSG.h>
 #include <vislearning/features/localfeatures/LFColorSande.h>
-#include <vislearning/features/localfeatures/LFColorWeijer.h>
+#include <vislearning/features/localfeatures/LocalFeatureColorWeijer.h>
 #include <vislearning/features/localfeatures/LFReadCache.h>
 #include <vislearning/features/localfeatures/LFWriteCache.h>