소스 검색

rm progs/convertFeatures2.cpp

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

+ 1 - 1
semseg/SemSegContextTree.h

@@ -211,7 +211,7 @@ class SemSegContextTree : public SemanticSegmentation, public NICE::Persistent
     std::vector<int> opOverview;
     
     /** relative use of context vs raw features per tree level*/
-    vector<vector<double> > contextOverview;
+    std::vector<std::vector<double> > contextOverview;
 
     /** the minimum number of features allowed in a leaf */
     int minFeats;