Bjoern Froehlich пре 13 година
родитељ
комит
1cc794dbc7
2 измењених фајлова са 3 додато и 5 уклоњено
  1. 0 2
      semseg/postsegmentation/PPSuperregion.cpp
  2. 3 3
      semseg/postsegmentation/PPSuperregion.h

+ 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