|
@@ -41,7 +41,9 @@
|
|
|
|
|
|
#include "objrec-froehlichexp/semseg/postsegmentation/PSSImageLevelPrior.h"
|
|
#include "objrec-froehlichexp/semseg/postsegmentation/PSSImageLevelPrior.h"
|
|
#include "objrec-froehlichexp/semseg/postsegmentation/RelativeLocationPrior.h"
|
|
#include "objrec-froehlichexp/semseg/postsegmentation/RelativeLocationPrior.h"
|
|
-#include "objrec-froehlichexp/semseg/postsegmentation/PPSuperregion.h"
|
|
|
|
|
|
+#ifdef NICE_USELIB_ICE
|
|
|
|
+ #include "objrec-froehlichexp/semseg/postsegmentation/PPSuperregion.h"
|
|
|
|
+#endif
|
|
#include "objrec-froehlichexp/semseg/postsegmentation/PPGraphCut.h"
|
|
#include "objrec-froehlichexp/semseg/postsegmentation/PPGraphCut.h"
|
|
|
|
|
|
|
|
|
|
@@ -148,8 +150,12 @@ class SemSegCsurka : public SemanticSegmentation
|
|
//! the relative location features
|
|
//! the relative location features
|
|
RelativeLocationPrior *relloc;
|
|
RelativeLocationPrior *relloc;
|
|
|
|
|
|
|
|
+#ifdef NICE_USELIB_ICE
|
|
//! Shape pp
|
|
//! Shape pp
|
|
PPSuperregion *srg;
|
|
PPSuperregion *srg;
|
|
|
|
+#else
|
|
|
|
+ int *srg;
|
|
|
|
+#endif
|
|
|
|
|
|
//! Graph Cut pp
|
|
//! Graph Cut pp
|
|
PPGraphCut *gcopt;
|
|
PPGraphCut *gcopt;
|