Bjoern Froehlich vor 13 Jahren
Ursprung
Commit
1cc794dbc7

+ 0 - 2
semseg/postsegmentation/PPSuperregion.cpp

@@ -1,7 +1,5 @@
 #include "PPSuperregion.h"
 
-
-
 #include <core/iceconversion/convertice.h>
 
 #include "objrec/segmentation/RegionGraph.h"

+ 3 - 3
semseg/postsegmentation/PPSuperregion.h

@@ -25,7 +25,9 @@
 
 #include "objrec/segmentation/RSMeanShift.h"
 
-#include <image_nonvis.h>
+#ifdef NICE_USELIB_ICE
+  #include <image_nonvis.h>
+#endif
 
 namespace OBJREC {
 
@@ -118,5 +120,3 @@ class PPSuperregion : public Persistent
 } //namespace
 
 #endif
-
-#endif