|
@@ -8,14 +8,24 @@
|
|
|
#ifndef SemSegContextTreeINCLUDE
|
|
|
#define SemSegContextTreeINCLUDE
|
|
|
|
|
|
-#include "SemanticSegmentation.h"
|
|
|
+// nice-core includes
|
|
|
#include <core/vector/VVector.h>
|
|
|
-#include "vislearning/features/localfeatures/LFColorWeijer.h"
|
|
|
-#include "segmentation/RegionSegmentationMethod.h"
|
|
|
|
|
|
+// nice-gphik-core includes
|
|
|
+#include <gp-hik-exp/GPHIKClassifierNICE.h>
|
|
|
+
|
|
|
+// nice-vislearning includes
|
|
|
+#include <vislearning/features/localfeatures/LocalFeatureColorWeijer.h>
|
|
|
+
|
|
|
+// nice-segmentation includes
|
|
|
+#include <segmentation/RegionSegmentationMethod.h>
|
|
|
+
|
|
|
+
|
|
|
+// nice-semseg includes
|
|
|
#include "semseg/semseg/operations/Operations.h"
|
|
|
+#include "SemanticSegmentation.h"
|
|
|
+
|
|
|
|
|
|
-#include "gp-hik-exp/GPHIKClassifierNICE.h"
|
|
|
|
|
|
namespace OBJREC {
|
|
|
|
|
@@ -30,7 +40,7 @@ class SemSegContextTree : public SemanticSegmentation, public NICE::Persistent
|
|
|
std::vector<std::vector<TreeNode> > forest;
|
|
|
|
|
|
/** local features */
|
|
|
- LFColorWeijer *lfcw;
|
|
|
+ LocalFeatureColorWeijer *lfcw;
|
|
|
|
|
|
/** number of featuretype -> currently: local and context features = 2 */
|
|
|
int ftypes;
|