소스 검색

nice week

Bjoern Froehlich 13 년 전
부모
커밋
017123b7c1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      semseg/SemSegCsurka.h

+ 2 - 2
semseg/SemSegCsurka.h

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