Bjoern Froehlich 13 лет назад
Родитель
Сommit
017123b7c1
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      semseg/SemSegCsurka.h

+ 2 - 2
semseg/SemSegCsurka.h

@@ -55,7 +55,7 @@ class SemSegCsurka : public SemanticSegmentation
   protected:
   protected:
 	  
 	  
 	//! for normalization
 	//! for normalization
-	vector<double> vecmin, vecmax;
+	std::vector<double> vecmin, vecmax;
 	  
 	  
 	//! boolean whether to save the cache or not
 	//! boolean whether to save the cache or not
 	bool save_cache;
 	bool save_cache;
@@ -159,7 +159,7 @@ class SemSegCsurka : public SemanticSegmentation
 	double smoothfactor;
 	double smoothfactor;
 	
 	
 	//! which OpponentSIFT implementation to use {NICE, VANDESANDE}
 	//! which OpponentSIFT implementation to use {NICE, VANDESANDE}
-	string opSiftImpl;
+	std::string opSiftImpl;
 	
 	
 	//! read features?
 	//! read features?
 	bool readfeat;
 	bool readfeat;