Bjoern Froehlich 13 năm trước cách đây
mục cha
commit
76b962cda0
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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 );