Bjoern Froehlich 13 years ago
parent
commit
76b962cda0
1 changed files with 6 additions and 0 deletions
  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 );