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