|
@@ -88,7 +88,7 @@ class SemSegCsurka : public SemanticSegmentation
|
|
ClassNames cn;
|
|
ClassNames cn;
|
|
|
|
|
|
//! set of forbidden/background classes
|
|
//! set of forbidden/background classes
|
|
- set<int> forbidden_classes;
|
|
|
|
|
|
+ std::set<int> forbidden_classes;
|
|
|
|
|
|
//! whether to use the colorfeats or not
|
|
//! whether to use the colorfeats or not
|
|
bool usecolorfeats;
|
|
bool usecolorfeats;
|