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

+ 6 - 0
semseg/SemSegContextTree.h

@@ -109,7 +109,13 @@ class SemSegContextTree : public SemanticSegmentation, public NICE::Persistent
     
     /** use Gradient image or not */
     bool useGradient;
+    
+    /** use Regions as extra feature channel or not */
+    bool useRegionFeature;
 
+    /** how to handle each channel */
+    vector<int> channelType;
+    
   public:
     /** simple constructor */
     SemSegContextTree ( const NICE::Config *conf, const MultiDataset *md );