فهرست منبع

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>