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 );